summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-07-22 08:32:33 +0000
committerhe <he@pkgsrc.org>2008-07-22 08:32:33 +0000
commitfb6b72e8e00e735ec8e435062671c70a4ee854cb (patch)
treeb28345be18c67c8adf4f24060521cba521152a2f
parent41aa14b35cd89afde48f02fc5e49372eab1125a2 (diff)
downloadpkgsrc-fb6b72e8e00e735ec8e435062671c70a4ee854cb.tar.gz
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).
-rw-r--r--net/drill/DESCR9
-rw-r--r--net/drill/Makefile20
-rw-r--r--net/drill/PLIST3
-rw-r--r--net/drill/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/net/drill/DESCR b/net/drill/DESCR
new file mode 100644
index 00000000000..89ded765944
--- /dev/null
+++ b/net/drill/DESCR
@@ -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 --git a/net/drill/Makefile b/net/drill/Makefile
new file mode 100644
index 00000000000..a89ad5e92d4
--- /dev/null
+++ b/net/drill/Makefile
@@ -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
+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 --git a/net/drill/PLIST b/net/drill/PLIST
new file mode 100644
index 00000000000..5e8340df12c
--- /dev/null
+++ b/net/drill/PLIST
@@ -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 --git a/net/drill/distinfo b/net/drill/distinfo
new file mode 100644
index 00000000000..c000757ff88
--- /dev/null
+++ b/net/drill/distinfo
@@ -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