Index: head/dns/fastresolve/Makefile =================================================================== --- head/dns/fastresolve/Makefile (revision 455181) +++ head/dns/fastresolve/Makefile (revision 455182) @@ -1,40 +1,41 @@ # Created by: Amar Takhar # $FreeBSD$ PORTNAME= fastresolve PORTVERSION= 2.10 PORTREVISION= 6 CATEGORIES= dns MASTER_SITES= http://BSDforge.com/projects/source/dns/fastresolve/ MAINTAINER= portmaster@BSDforge.com COMMENT= Programs to get DNS and domain ownership information from web logs -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libadns.so:dns/adns RUN_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB -USES= bdb perl5 tar:bzip2 +USES= bdb localbase:ldflags perl5 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL} \ djm_cv_lib_db_Dbopen=yes -LDFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} -CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} +LDFLAGS+= -L${BDB_LIB_DIR} +CXXFLAGS+= -I${BDB_INCLUDE_DIR} OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's/-ldb"/-l${BDB_LIB_CXX_NAME}"/' \ ${WRKSRC}/configure -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS COPYING ChangeLog INSTALL NEWS README ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/TODO ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/timings ${STAGEDIR}${DOCSDIR} .include Index: head/dns/fastresolve/pkg-descr =================================================================== --- head/dns/fastresolve/pkg-descr (revision 455181) +++ head/dns/fastresolve/pkg-descr (revision 455182) @@ -1,10 +1,10 @@ Fastresolve is a package of programs to process web log files to get DNS and domain ownership information for log analysis. It sends out many queries in parallel, and caches results, for speed. Its DNS resolver is about 10 times as fast as logresolve.pl from the Apache 1.3.9 distribution, and about 50 times as fast as logresolve.c from that distribution. It is 5-20 times as fast as the adnslogres program that comes with the adns library, and about 3 times as fast as jdresolve, which is a Perl program that uses similar algorithms. -WWW: http://BSDforge.com/projects/dns/fastresolve/ +WWW: https://BSDforge.com/projects/dns/fastresolve/