summaryrefslogtreecommitdiff
path: root/dns/dnsutl
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnsutl')
-rw-r--r--dns/dnsutl/Makefile28
-rw-r--r--dns/dnsutl/distinfo1
-rw-r--r--dns/dnsutl/files/patch-aa16
-rw-r--r--dns/dnsutl/pkg-comment1
-rw-r--r--dns/dnsutl/pkg-descr18
-rw-r--r--dns/dnsutl/pkg-plist9
6 files changed, 0 insertions, 73 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile
deleted file mode 100644
index 098b9b61c5d0..000000000000
--- a/dns/dnsutl/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Ports collection makefile for: dnsutl
-# Version required: 1.5
-# Date created: Nov 05, 1998
-# Whom: Karl Dietz (Karl.Dietz@triplan.com)
-#
-# $FreeBSD$
-#
-
-DISTNAME= dnsutl-1.5
-CATEGORIES= net
-MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \
- http://www.tip.net.au/~millerp/dnsutl/ \
- http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ \
- ftp://ftp.agso.gov.au/pub/Aegis/dnsutl/
-
-MAINTAINER= Karl.Dietz@triplan.com
-
-GNU_CONFIGURE= yes
-ALL_TARGET= all sure
-INSTALL_TARGET= install-bin
-
-# the manpages do need a patched GNU groff 1.11a (use -I for include path)
-#INSTALL_TAGERT+= install-man
-#MAN1= dns-bootp.1 dns-bootparams.1 dns-ethers-import.1 \
-# dns-ethers.1 dns-filter.1 dns-hosts-import.1 \
-# dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1
-
-.include <bsd.port.mk>
diff --git a/dns/dnsutl/distinfo b/dns/dnsutl/distinfo
deleted file mode 100644
index 31eaf42e8cb8..000000000000
--- a/dns/dnsutl/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (dnsutl-1.5.tar.gz) = 732e58e1737519c2581dc192bd31f118
diff --git a/dns/dnsutl/files/patch-aa b/dns/dnsutl/files/patch-aa
deleted file mode 100644
index 125df082fe6a..000000000000
--- a/dns/dnsutl/files/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-*** Makefile.in.orig Mon Jul 26 03:49:50 1999
---- Makefile.in Mon Jul 26 03:50:20 1999
-***************
-*** 124,129 ****
---- 124,134 ----
- LIBEXT = a
-
- #
-+ #
-+ #
-+ SOELIM = @SOELIM@
-+
-+ #
- # You should not need to alter anything below this point.
- #------------------------------------------------------------
-
diff --git a/dns/dnsutl/pkg-comment b/dns/dnsutl/pkg-comment
deleted file mode 100644
index 26b1c1fdab03..000000000000
--- a/dns/dnsutl/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Programs to make using DNS easier
diff --git a/dns/dnsutl/pkg-descr b/dns/dnsutl/pkg-descr
deleted file mode 100644
index 71950e4d794d..000000000000
--- a/dns/dnsutl/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
- The dnsutl package is a bunch of programs I wrote to make
- using DNS easier. These include:
-
- dns-rev
- Take the forward DNS mapping and generate the
- reverse mapping.
-
- dns-hosts
- Take the forward DNS mapping and generate the
- /etc/hosts file.
-
- dns-ng
- Take the forward DNS mapping and generate the
- /etc/netgroup file.
-
- All of these programs are both faster than shell scripts,
- and more robust when faced with all the peculiar semantics
- of DNS resource files.
diff --git a/dns/dnsutl/pkg-plist b/dns/dnsutl/pkg-plist
deleted file mode 100644
index f29fb37b521d..000000000000
--- a/dns/dnsutl/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/dns-bootp
-bin/dns-bootparams
-bin/dns-ethers-import
-bin/dns-ethers
-bin/dns-filter
-bin/dns-hosts-import
-bin/dns-hosts
-bin/dns-ng
-bin/dns-rev