diff options
Diffstat (limited to 'dns/dnsutl')
-rw-r--r-- | dns/dnsutl/Makefile | 26 | ||||
-rw-r--r-- | dns/dnsutl/distinfo | 1 | ||||
-rw-r--r-- | dns/dnsutl/files/patch-aa | 113 | ||||
-rw-r--r-- | dns/dnsutl/pkg-comment | 1 | ||||
-rw-r--r-- | dns/dnsutl/pkg-descr | 20 | ||||
-rw-r--r-- | dns/dnsutl/pkg-plist | 10 |
6 files changed, 0 insertions, 171 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile deleted file mode 100644 index 974a7ce59f87..000000000000 --- a/dns/dnsutl/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Ports collection makefile for: dnsutl -# Date created: Nov 05, 1998 -# Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) -# -# $FreeBSD$ -# - -PORTNAME= dnsutl -PORTVERSION= 1.6 -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@frankfurt.netsurf.de - -GNU_CONFIGURE= yes -ALL_TARGET= all sure - -MAN1= dns-boot-check.1 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 1a451ab55614..000000000000 --- a/dns/dnsutl/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dnsutl-1.6.tar.gz) = 4cb1882c19c31de7a2e56d449b66bf97 diff --git a/dns/dnsutl/files/patch-aa b/dns/dnsutl/files/patch-aa deleted file mode 100644 index 676db278a228..000000000000 --- a/dns/dnsutl/files/patch-aa +++ /dev/null @@ -1,113 +0,0 @@ ---- Makefile.in.orig Mon Jul 5 15:54:45 1999 -+++ Makefile.in Sun Dec 26 14:40:21 1999 -@@ -124,6 +124,11 @@ - LIBEXT = a - - # -+# -+# -+SOELIM = @SOELIM@ -+ -+# - # You should not need to alter anything below this point. - #------------------------------------------------------------ - -@@ -644,7 +649,7 @@ - awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@ - - $(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-boot-check.1 > tmp -+ (cd man1; $(SOELIM) dns-boot-check.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -652,7 +657,7 @@ - awk -f etc/txt2c.awk man1/dns-bootp.1 > $@ - - $(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-bootp.1 > tmp -+ (cd man1; $(SOELIM) dns-bootp.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -660,7 +665,7 @@ - awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@ - - $(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-bootparams.1 > tmp -+ (cd man1; $(SOELIM) dns-bootparams.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -669,7 +674,7 @@ - - $(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \ - man1/.mandir -- $(SOELIM) -Iman1 man1/dns-ethers-import.1 > tmp -+ (cd man1; $(SOELIM) dns-ethers-import.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -677,7 +682,7 @@ - awk -f etc/txt2c.awk man1/dns-ethers.1 > $@ - - $(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-ethers.1 > tmp -+ (cd man1; $(SOELIM) dns-ethers.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -685,7 +690,7 @@ - awk -f etc/txt2c.awk man1/dns-filter.1 > $@ - - $(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-filter.1 > tmp -+ (cd man1; $(SOELIM) dns-filter.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -693,7 +698,7 @@ - awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@ - - $(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-hosts-import.1 > tmp -+ (cd man1; $(SOELIM) dns-hosts-import.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -701,7 +706,7 @@ - awk -f etc/txt2c.awk man1/dns-hosts.1 > $@ - - $(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-hosts.1 > tmp -+ (cd man1; $(SOELIM) dns-hosts.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -709,7 +714,7 @@ - awk -f etc/txt2c.awk man1/dns-license.1 > $@ - - $(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-license.1 > tmp -+ (cd man1; $(SOELIM) dns-license.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -717,7 +722,7 @@ - awk -f etc/txt2c.awk man1/dns-ng.1 > $@ - - $(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-ng.1 > tmp -+ (cd man1; $(SOELIM) dns-ng.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -725,7 +730,7 @@ - awk -f etc/txt2c.awk man1/dns-rev.1 > $@ - - $(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-rev.1 > tmp -+ (cd man1; $(SOELIM) dns-rev.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - 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 1b3182d70784..000000000000 --- a/dns/dnsutl/pkg-descr +++ /dev/null @@ -1,20 +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. - -WWW: http://www.canb.auug.org.au/~millerp/dnsutl/ diff --git a/dns/dnsutl/pkg-plist b/dns/dnsutl/pkg-plist deleted file mode 100644 index 8b5153f36c99..000000000000 --- a/dns/dnsutl/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/dns-boot-check -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 |