diff options
Diffstat (limited to 'www/jdresolve')
-rw-r--r-- | www/jdresolve/Makefile | 41 | ||||
-rw-r--r-- | www/jdresolve/distinfo | 1 | ||||
-rw-r--r-- | www/jdresolve/pkg-comment | 1 | ||||
-rw-r--r-- | www/jdresolve/pkg-descr | 16 | ||||
-rw-r--r-- | www/jdresolve/pkg-plist | 11 |
5 files changed, 70 insertions, 0 deletions
diff --git a/www/jdresolve/Makefile b/www/jdresolve/Makefile new file mode 100644 index 000000000000..2ff67f80ebc8 --- /dev/null +++ b/www/jdresolve/Makefile @@ -0,0 +1,41 @@ +# ex:ts=8 +# New ports collection makefile for: jdresolve +# Date created: 15 June 2001 +# Whom: Christophe Labouisse <christophe@labouisse.org> +# +# $FreeBSD$ +# + +PORTNAME= jdresolve +PORTVERSION= 0.6.1 +CATEGORIES= www +MASTER_SITES= http://www.jdrowell.com/files/ + +MAINTAINER= christophe@labouisse.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PERL5= yes +NO_BUILD= yes + +MANCOMPRESSED= no +MAN1= rhost.1 jdresolve.1 + +DOC1= AUTHORS BUGS CHANGELOG COPYING CREDITS INSTALL README TODO + +do-install: +.for file in jdresolve rhost + ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${file}.1 ${MAN1PREFIX}/man/man1 +.endfor + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/jdresolve +.for i in ${DOC1} + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/jdresolve +.endfor +.endif + +.include <bsd.port.mk> diff --git a/www/jdresolve/distinfo b/www/jdresolve/distinfo new file mode 100644 index 000000000000..ae8e3d75a6e2 --- /dev/null +++ b/www/jdresolve/distinfo @@ -0,0 +1 @@ +MD5 (jdresolve-0.6.1.tar.gz) = 916a1e0023d2d18e2b2e8efd4efe23c5 diff --git a/www/jdresolve/pkg-comment b/www/jdresolve/pkg-comment new file mode 100644 index 000000000000..6fccde37c736 --- /dev/null +++ b/www/jdresolve/pkg-comment @@ -0,0 +1 @@ +A IP addresse to hostname program for httpd log files diff --git a/www/jdresolve/pkg-descr b/www/jdresolve/pkg-descr new file mode 100644 index 000000000000..b70a56893307 --- /dev/null +++ b/www/jdresolve/pkg-descr @@ -0,0 +1,16 @@ +jdresolve resolves IP addresses to hostnames. Any file format is +supported, including those where the line does not begin with the IP +address. One of the strongest features of the program is the support +for recursion, which can drastically reduce the number of unresolved +hosts by faking a hostname based on the network that the IP belongs +to. DNS queries are sent in parallel, which means that you can +decrease run time by increasing the number of simultaneous sockets +used (given a fast enough machine and available bandwidth). By using +the database support, performance can be increased even further, by +using cached data from previous runs. + +Included is a tiny shell script called rhost to interface with +jdresolve when resolving a single IP address. Think of it as a smart +replacement for the 'host' utility that comes with bind-utils. + +WWW: http://www.jdrowell.com/Linux/Projects/jdresolve diff --git a/www/jdresolve/pkg-plist b/www/jdresolve/pkg-plist new file mode 100644 index 000000000000..d7e2005d0a81 --- /dev/null +++ b/www/jdresolve/pkg-plist @@ -0,0 +1,11 @@ +bin/jdresolve +bin/rhost +%%PORTDOCS%%share/doc/jdresolve/AUTHORS +%%PORTDOCS%%share/doc/jdresolve/BUGS +%%PORTDOCS%%share/doc/jdresolve/CHANGELOG +%%PORTDOCS%%share/doc/jdresolve/COPYING +%%PORTDOCS%%share/doc/jdresolve/CREDITS +%%PORTDOCS%%share/doc/jdresolve/INSTALL +%%PORTDOCS%%share/doc/jdresolve/README +%%PORTDOCS%%share/doc/jdresolve/TODO +%%PORTDOCS%%@dirrm share/doc/jdresolve |