diff options
-rw-r--r-- | net/fpdns/DESCR | 1 | ||||
-rw-r--r-- | net/fpdns/Makefile | 27 | ||||
-rw-r--r-- | net/fpdns/PLIST | 3 | ||||
-rw-r--r-- | net/fpdns/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net/fpdns/DESCR b/net/fpdns/DESCR new file mode 100644 index 00000000000..a1408fd02ec --- /dev/null +++ b/net/fpdns/DESCR @@ -0,0 +1 @@ +fpdns fingerprints DNS servers to find out which type they are. diff --git a/net/fpdns/Makefile b/net/fpdns/Makefile new file mode 100644 index 00000000000..1406bd0fcf2 --- /dev/null +++ b/net/fpdns/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/09/08 12:03:07 wiz Exp $ +# + +DISTNAME= fpdns-0.9.1 +CATEGORIES= net +MASTER_SITES= http://www.rfc.se/fpdns/distfiles/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.rfc.se/fpdns/ +COMMENT= Fingerprinting DNS servers + +DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS + +WRKSRC= ${WRKDIR} +REPLACE_PERL= fpdns.pl +USE_TOOLS+= perl +USE_LANGUAGES= # none + +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + +do-build: + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/fpdns.pl ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/fpdns.1 ${PREFIX}/${PKGMANDIR}/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/net/fpdns/PLIST b/net/fpdns/PLIST new file mode 100644 index 00000000000..7864ec10f9d --- /dev/null +++ b/net/fpdns/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/08 12:03:07 wiz Exp $ +bin/fpdns.pl +man/man1/fpdns.1 diff --git a/net/fpdns/distinfo b/net/fpdns/distinfo new file mode 100644 index 00000000000..d0afeb9b30d --- /dev/null +++ b/net/fpdns/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/09/08 12:03:07 wiz Exp $ + +SHA1 (fpdns-0.9.1.tar.gz) = c880bbc47be0e9dda5b79cfa8860d1f4bc39a214 +RMD160 (fpdns-0.9.1.tar.gz) = 610645f0302c18a26741d2e9b45296340272f0b3 +Size (fpdns-0.9.1.tar.gz) = 8583 bytes |