drill is a tool ala dig, but is supposed to be more powerful and has been

designed with DNSSEC in mind.
This commit is contained in:
jakob 2005-02-25 12:16:07 +00:00
parent 60d1e83f21
commit 8eef288056
5 changed files with 50 additions and 0 deletions

25
net/drill/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/25 12:16:07 jakob Exp $
COMMENT= "dns debugger"
VERSION= 0.9.2
DISTNAME= drill-${VERSION}
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/drill/
HOMEPAGE= http://www.nlnetlabs.nl/dnssec/drill.html
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
EXTRACT_SUFX= .tar.bz2
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
WRKDIST= ${WRKDIR}/drill
.include <bsd.port.mk>

4
net/drill/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (drill-0.9.2.tar.bz2) = ebbc2a161b7b8a4fddae67e653f8ce61
RMD160 (drill-0.9.2.tar.bz2) = 80a34dccfe1a89523951762e4b1ed46159709f31
SHA1 (drill-0.9.2.tar.bz2) = 24869272d315b465520fcafe5e62e059c4d791e6
SIZE (drill-0.9.2.tar.bz2) = 101174

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2005/02/25 12:16:07 jakob Exp $
--- Makefile.in.orig Thu Feb 3 10:07:35 2005
+++ Makefile.in Fri Feb 25 13:08:50 2005
@@ -89,9 +89,9 @@ doc:
doxygen drill.doxygen
install: all
- $(INSTALL) -d $(bindir)
- $(INSTALL) drill $(bindir)/drill
- $(INSTALL) -m 644 doc/drill.1 $(mandir)/man1/drill.1
+ $(INSTALL) -d $(DESTDIR)$(bindir)
+ $(INSTALL) drill $(DESTDIR)$(bindir)/drill
+ $(INSTALL) -m 644 doc/drill.1 $(DESTDIR)$(mandir)/man1/drill.1
uninstall:
@echo

2
net/drill/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
drill is a tool ala dig, but is supposed to be more powerful and has been
designed with DNSSEC in mind.

3
net/drill/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/25 12:16:07 jakob Exp $
bin/drill
@man man/man1/drill.1