Index: head/sysutils/p5-reslog/Makefile =================================================================== --- head/sysutils/p5-reslog/Makefile (revision 471693) +++ head/sysutils/p5-reslog/Makefile (revision 471694) @@ -1,22 +1,25 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= reslog PORTVERSION= 3.16 PORTREVISION= 3 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN/Locale/IMACAT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reverse-resolve IP in Apache log files -RUN_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-File-MMagic>=0:devel/p5-File-MMagic \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/sysutils/p5-reslog/pkg-descr =================================================================== --- head/sysutils/p5-reslog/pkg-descr (revision 471693) +++ head/sysutils/p5-reslog/pkg-descr (revision 471694) @@ -1,12 +1,12 @@ reslog resolves IPs in Apache(8) log files. The result can then be analyzed by another program, like Analog. You can think of it as a replacement of the Apache(8) HostNameLookups directive, in the sense that it resolves client IPs altogether once a day. Resolving takes long time. This is mainly caused by resolving: Network packets may be filtered by firewalls; DNS servers may not be correctly configured; may not be up working; may sit in slow network sections; may be old slow machines; may have traffic jam... etc. All these reasons are out of our control. -WWW: http://search.cpan.org/dist/reslog/ +WWW: https://metacpan.org/release/IMACAT/reslog-3.16