From a31b111164507012017f0bac311ab24209e3f7c1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 8 Sep 2007 12:03:07 +0000 Subject: Initial import of fpdns-0.9.1: fpdns fingerprints DNS servers to find out which type they are. --- net/fpdns/DESCR | 1 + net/fpdns/Makefile | 27 +++++++++++++++++++++++++++ net/fpdns/PLIST | 3 +++ net/fpdns/distinfo | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 net/fpdns/DESCR create mode 100644 net/fpdns/Makefile create mode 100644 net/fpdns/PLIST create mode 100644 net/fpdns/distinfo 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 -- cgit v1.2.3