pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/walker Import new package: walker-3.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/857620d9d893
branches: trunk
changeset: 541408:857620d9d893
user: reed <reed%pkgsrc.org@localhost>
date: Mon Apr 21 21:40:25 2008 +0000
description:
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:
net/walker/DESCR | 3 +++
net/walker/Makefile | 26 ++++++++++++++++++++++++++
net/walker/PLIST | 3 +++
net/walker/distinfo | 5 +++++
4 files changed, 37 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r d7aeb86a2d89 -r 857620d9d893 net/walker/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/walker/DESCR Mon Apr 21 21:40:25 2008 +0000
@@ -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 -r d7aeb86a2d89 -r 857620d9d893 net/walker/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/walker/Makefile Mon Apr 21 21:40:25 2008 +0000
@@ -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@localhost
+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 -r d7aeb86a2d89 -r 857620d9d893 net/walker/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/walker/PLIST Mon Apr 21 21:40:25 2008 +0000
@@ -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 -r d7aeb86a2d89 -r 857620d9d893 net/walker/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/walker/distinfo Mon Apr 21 21:40:25 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index