From owner-svn-ports-all@FreeBSD.ORG Mon Apr 13 06:51:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAC6DFFE; Mon, 13 Apr 2015 06:51:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C57BF899; Mon, 13 Apr 2015 06:51:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3D6pj0V093098; Mon, 13 Apr 2015 06:51:45 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3D6pjFV093093; Mon, 13 Apr 2015 06:51:45 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201504130651.t3D6pjFV093093@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 13 Apr 2015 06:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383898 - head/dns/fastresolve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 06:51:46 -0000 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 # $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 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.