Date: Mon, 13 Apr 2015 06:51:45 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383898 - head/dns/fastresolve Message-ID: <201504130651.t3D6pjFV093093@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Apr 13 06:51:44 2015 New Revision: 383898 URL: https://svnweb.freebsd.org/changeset/ports/383898 Log: - Unbreak by providing working mastersite - Improve COMMENT, canonicalize Makefile header - Unmute installation commands, misc. cleanups - Reformat port description; kill EOL whitespace - Remove defunct WWW from port description - Transfer maintainership to the submitter PR: 199324 Submitted by: Chris Hutchinson Modified: head/dns/fastresolve/Makefile head/dns/fastresolve/pkg-descr Modified: head/dns/fastresolve/Makefile ============================================================================== --- head/dns/fastresolve/Makefile Mon Apr 13 06:51:05 2015 (r383897) +++ head/dns/fastresolve/Makefile Mon Apr 13 06:51:44 2015 (r383898) @@ -1,40 +1,41 @@ -# Created by: verm@drunkmonk.net +# Created by: Amar Takhar <verm@drunkmonk.net> # $FreeBSD$ PORTNAME= fastresolve PORTVERSION= 2.10 PORTREVISION= 5 CATEGORIES= dns -MASTER_SITES= http://www.djmnet.org/sw/dist/ +MASTER_SITES= http://BSDforge.com/projects/source/dns/fastresolve/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Programs that process web logs to get DNS and domain ownership info - -BROKEN= Unfetchable -LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns -RUN_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB +MAINTAINER= portmaster@BSDforge.com +COMMENT= Programs to get DNS and domain ownership information from web logs LICENSE= GPLv2 -OPTIONS_DEFINE= DOCS +LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns +RUN_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB USES= perl5 tar:bzip2 USE_BDB= yes 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} +OPTIONS_DEFINE= DOCS + post-patch: - @${REINPLACE_CMD} -e 's/-ldb"/-l${BDB_LIB_CXX_NAME}"/g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's/-ldb"/-l${BDB_LIB_CXX_NAME}"/' \ + ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS COPYING ChangeLog INSTALL NEWS README - @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor - @${INSTALL_DATA} ${WRKSRC}/doc/TODO ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/timings ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/TODO ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/timings ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/dns/fastresolve/pkg-descr ============================================================================== --- head/dns/fastresolve/pkg-descr Mon Apr 13 06:51:05 2015 (r383897) +++ head/dns/fastresolve/pkg-descr Mon Apr 13 06:51:44 2015 (r383898) @@ -1,10 +1,8 @@ -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://www.pix.net/staff/djm/sw/fastresolve/ +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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504130651.t3D6pjFV093093>