pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/fpdns Initial import of fpdns-0.9.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65cef46d94ef
branches:  trunk
changeset: 533110:65cef46d94ef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 08 12:03:07 2007 +0000

description:
Initial import of fpdns-0.9.1:
fpdns fingerprints DNS servers to find out which type they are.

diffstat:

 net/fpdns/DESCR    |   1 +
 net/fpdns/Makefile |  27 +++++++++++++++++++++++++++
 net/fpdns/PLIST    |   3 +++
 net/fpdns/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 402f180c2f35 -r 65cef46d94ef net/fpdns/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/fpdns/DESCR   Sat Sep 08 12:03:07 2007 +0000
@@ -0,0 +1,1 @@
+fpdns fingerprints DNS servers to find out which type they are.
diff -r 402f180c2f35 -r 65cef46d94ef net/fpdns/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/fpdns/Makefile        Sat Sep 08 12:03:07 2007 +0000
@@ -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@localhost
+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 -r 402f180c2f35 -r 65cef46d94ef net/fpdns/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/fpdns/PLIST   Sat Sep 08 12:03:07 2007 +0000
@@ -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 -r 402f180c2f35 -r 65cef46d94ef net/fpdns/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/fpdns/distinfo        Sat Sep 08 12:03:07 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index