summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorreed <reed>2008-04-21 21:40:25 +0000
committerreed <reed>2008-04-21 21:40:25 +0000
commit79385c1bb6d77bad8ff594dbd8c526b823c58123 (patch)
tree49289e5006e1aabaa2cfc669db222a271c63a0d9 /net
parentb7d63c6b5593430a46ff6a511c5e89c2e5695851 (diff)
downloadpkgsrc-79385c1bb6d77bad8ff594dbd8c526b823c58123.tar.gz
Import new package: walker-3.8
Utility to download DNS zone contents using the DNSSEC NXT/NSEC record chain (even when AXFR is disabled). It can also verify all digital signature resource records within a zone against the zone key.
Diffstat (limited to 'net')
-rw-r--r--net/walker/DESCR3
-rw-r--r--net/walker/Makefile26
-rw-r--r--net/walker/PLIST3
-rw-r--r--net/walker/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/net/walker/DESCR b/net/walker/DESCR
new file mode 100644
index 00000000000..b2d0dd22c13
--- /dev/null
+++ b/net/walker/DESCR
@@ -0,0 +1,3 @@
+Utility to download DNS zone contents using the DNSSEC NXT/NSEC
+record chain (even when AXFR is disabled). It can also verify all
+digital signature resource records within a zone against the zone key.
diff --git a/net/walker/Makefile b/net/walker/Makefile
new file mode 100644
index 00000000000..76ba0de7195
--- /dev/null
+++ b/net/walker/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/21 21:40:25 reed Exp $
+#
+
+DISTNAME= walker-3.8
+CATEGORIES= net
+MASTER_SITES= http://josefsson.org/walker/releases/
+
+MAINTAINER= reed@reedmedia.net
+HOMEPAGE= http://josefsson.org/walker/
+COMMENT= Retrieve a DNS zone using NXT/NSEC traversal
+
+DEPENDS+= p5-Net-DNS>=0.50:../../net/p5-Net-DNS
+DEPENDS+= p5-Net-DNS-SEC>=0.12:../../security/p5-Net-DNS-SEC
+
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1 bin
+NO_BUILD= yes
+PKG_DESTDIR_SUPPORT= user-destdir
+REPLACE_PERL= walker
+USE_LANGUAGES= # none
+USE_TOOLS+= perl:run
+
+do-install:
+ ${INSTALL} ${WRKSRC}/walker ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/walker.1 ${PREFIX}/${PKGMANDIR}/man1/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/walker/PLIST b/net/walker/PLIST
new file mode 100644
index 00000000000..fdc7dc1fa8c
--- /dev/null
+++ b/net/walker/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/21 21:40:25 reed Exp $
+bin/walker
+man/man1/walker.1
diff --git a/net/walker/distinfo b/net/walker/distinfo
new file mode 100644
index 00000000000..b770abf60da
--- /dev/null
+++ b/net/walker/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/21 21:40:25 reed Exp $
+
+SHA1 (walker-3.8.tar.gz) = acb4afd1605cbb308d4ba8780394f97fdb7d3c1d
+RMD160 (walker-3.8.tar.gz) = 0b2e1fb1924f36b3c5224f56a57526cb9d6e5200
+Size (walker-3.8.tar.gz) = 18478 bytes