pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/drill Import drill version 1.0-pre3 from NLnet Lab...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f52335c646c9
branches: trunk
changeset: 544897:f52335c646c9
user: he <he%pkgsrc.org@localhost>
date: Tue Jul 22 08:32:33 2008 +0000
description:
Import drill version 1.0-pre3 from NLnet Labs, as embedded in ldns-1.3.0.
Drill is a tool ala dig from BIND. It was designed with DNSSEC in
mind and should be a useful debugging/query tool for DNSSEC.
A lot of DNS debugging is done with dig, but as dig is made with
the same libraries as BIND8/9 (the most used DNS server out there),
what are you actually debugging/testing? Drill has nothing in common
with either NSD nor BIND. During the development process we are
actually uncovering obscure bugs in NSD and BIND (and in drill
itself).
diffstat:
net/drill/DESCR | 9 +++++++++
net/drill/Makefile | 20 ++++++++++++++++++++
net/drill/PLIST | 3 +++
net/drill/distinfo | 5 +++++
4 files changed, 37 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r 5ef043ae4e02 -r f52335c646c9 net/drill/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/drill/DESCR Tue Jul 22 08:32:33 2008 +0000
@@ -0,0 +1,9 @@
+Drill is a tool ala dig from BIND. It was designed with DNSSEC in
+mind and should be a useful debugging/query tool for DNSSEC.
+
+A lot of DNS debugging is done with dig, but as dig is made with
+the same libraries as BIND8/9 (the most used DNS server out there),
+what are you actually debugging/testing? Drill has nothing in common
+with either NSD nor BIND. During the development process we are
+actually uncovering obscure bugs in NSD and BIND (and in drill
+itself).
diff -r 5ef043ae4e02 -r f52335c646c9 net/drill/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/drill/Makefile Tue Jul 22 08:32:33 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 08:32:33 he Exp $
+
+DISTNAME= ldns-1.3.0
+VERSION= 1.0-pre3
+PKGNAME= drill-${VERSION}
+CATEGORIES= net
+MASTER_SITES= http://www.nlnetlabs.nl/downloads/drill/
+
+MAINTAINER= he%NetBSD.org@localhost
+HOMEPAGE= http://www.nlnetlabs.nl/dnssec/drill.html
+COMMENT= DNSSEC debugging tool a'la dig
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --with-ldns=${PREFIX}
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/drill
+
+.include "../../net/ldns/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5ef043ae4e02 -r f52335c646c9 net/drill/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/drill/PLIST Tue Jul 22 08:32:33 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/07/22 08:32:33 he Exp $
+bin/drill
+man/man1/drill.1
diff -r 5ef043ae4e02 -r f52335c646c9 net/drill/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/drill/distinfo Tue Jul 22 08:32:33 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/22 08:32:33 he Exp $
+
+SHA1 (ldns-1.3.0.tar.gz) = 9b05ea3ae23f973345de89936c59ad79f77aeccf
+RMD160 (ldns-1.3.0.tar.gz) = 5d603018f2c772108c3696c1e90398aea20a05bf
+Size (ldns-1.3.0.tar.gz) = 786124 bytes
Home |
Main Index |
Thread Index |
Old Index