aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-05-31 15:58:40 +0800
committerpav <pav@FreeBSD.org>2012-05-31 15:58:40 +0800
commit0a5b6afbc0d972a842cd804727a4ff57dd996d33 (patch)
tree0bb087c51f7c7aa23259e2ebcc765840a3f3d6b3 /dns
parent6c9978bacc594739f9ecb4536892e301ec2acea8 (diff)
downloadfreebsd-ports-gnome-0a5b6afbc0d972a842cd804727a4ff57dd996d33.tar.gz
freebsd-ports-gnome-0a5b6afbc0d972a842cd804727a4ff57dd996d33.tar.zst
freebsd-ports-gnome-0a5b6afbc0d972a842cd804727a4ff57dd996d33.zip
- Remove dns/drill, the tool was folded into dns/ldns package
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/drill/Makefile34
-rw-r--r--dns/drill/distinfo2
-rw-r--r--dns/drill/files/patch-Makefile.in11
-rw-r--r--dns/drill/pkg-descr9
-rw-r--r--dns/drill/pkg-message7
6 files changed, 0 insertions, 64 deletions
diff --git a/dns/Makefile b/dns/Makefile
index d77fe32c5043..51247d20a9f2 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -46,7 +46,6 @@
SUBDIR += dnswalk
SUBDIR += dnswall
SUBDIR += doc
- SUBDIR += drill
SUBDIR += dualserver
SUBDIR += ez-ipupdate
SUBDIR += fastresolve
diff --git a/dns/drill/Makefile b/dns/drill/Makefile
deleted file mode 100644
index 93874f1e016d..000000000000
--- a/dns/drill/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: drill
-# Date created: 30 December 2004
-# Whom: Jaap Akkerhuis <jaap@NLnetLabs.nl
-#
-# $FreeBSD$
-#
-
-PORTNAME= drill
-PORTVERSION= 1.6.8
-CATEGORIES= dns
-MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
-DISTNAME= ldns-${PORTVERSION}
-
-MAINTAINER= jaap@NLnetLabs.nl
-COMMENT= A dig style dnssec aware dns debugging tool
-
-LIB_DEPENDS= ldns.1:${PORTSDIR}/dns/ldns
-
-MAN1= drill.1
-
-WRKSRC= ${WRKDIR}/ldns-${PORTVERSION}/${PORTNAME}
-USE_OPENSSL= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
-CFLAGS+= ${CPPFLAGS} -I${OPENSSLINC}
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-PLIST_FILES= bin/drill
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/dns/drill/distinfo b/dns/drill/distinfo
deleted file mode 100644
index 3e2decfbe4c1..000000000000
--- a/dns/drill/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ldns-1.6.8.tar.gz) = 8f0180aa742964f7d14256c48fd4a4d175d192422dd7d00b1dbc2d5281db403e
-SIZE (ldns-1.6.8.tar.gz) = 968066
diff --git a/dns/drill/files/patch-Makefile.in b/dns/drill/files/patch-Makefile.in
deleted file mode 100644
index f8cb782b38f4..000000000000
--- a/dns/drill/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2009-07-03 09:43:18.000000000 -0300
-+++ Makefile.in 2010-02-06 10:09:39.000000000 -0200
-@@ -14,7 +14,7 @@
- CFLAGS = -I. @CFLAGS@
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -lssl
- INSTALL = $(srcdir)/install-sh -c
- INSTALL_PROGRAM = $(INSTALL)
- LDNSDIR = @LDNSDIR@
diff --git a/dns/drill/pkg-descr b/dns/drill/pkg-descr
deleted file mode 100644
index 916465b61591..000000000000
--- a/dns/drill/pkg-descr
+++ /dev/null
@@ -1,9 +0,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.
-
-WWW: http://www.nlnetlabs.nl/projects/ldns/
-
-
- jaap akkerhuis
-
-jaap@nletlabs.nl
diff --git a/dns/drill/pkg-message b/dns/drill/pkg-message
deleted file mode 100644
index 2a5f98fb895a..000000000000
--- a/dns/drill/pkg-message
+++ /dev/null
@@ -1,7 +0,0 @@
-**************************************************************************
-* *
-* This separate port for drill is scheduled to be discontinued. *
-* The drill program can now be generated via an option in *
-* the dns/ldns port. *
-* *
-**************************************************************************