mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
add jdresolve
A IP addresse to hostname program for httpd log files PR: 28195 Submitted by: Christophe Labouisse <christophe@labouisse.org>
This commit is contained in:
parent
510a1ecd7c
commit
e53965ab2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44841
@ -85,6 +85,7 @@
|
||||
SUBDIR += hypermail
|
||||
SUBDIR += indexme
|
||||
SUBDIR += jakarta-tomcat
|
||||
SUBDIR += jdresolve
|
||||
SUBDIR += jesred
|
||||
SUBDIR += jetty
|
||||
SUBDIR += junkbuster
|
||||
|
41
www/jdresolve/Makefile
Normal file
41
www/jdresolve/Makefile
Normal file
@ -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>
|
1
www/jdresolve/distinfo
Normal file
1
www/jdresolve/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (jdresolve-0.6.1.tar.gz) = 916a1e0023d2d18e2b2e8efd4efe23c5
|
1
www/jdresolve/pkg-comment
Normal file
1
www/jdresolve/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A IP addresse to hostname program for httpd log files
|
16
www/jdresolve/pkg-descr
Normal file
16
www/jdresolve/pkg-descr
Normal file
@ -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
|
11
www/jdresolve/pkg-plist
Normal file
11
www/jdresolve/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user