aboutsummaryrefslogtreecommitdiff
path: root/dns/djbdns
diff options
context:
space:
mode:
Diffstat (limited to 'dns/djbdns')
-rw-r--r--dns/djbdns/Makefile28
-rw-r--r--dns/djbdns/distinfo1
-rw-r--r--dns/djbdns/files/patch-aa20
-rw-r--r--dns/djbdns/files/patch-ab11
-rw-r--r--dns/djbdns/pkg-comment1
-rw-r--r--dns/djbdns/pkg-descr23
-rw-r--r--dns/djbdns/pkg-plist30
7 files changed, 0 insertions, 114 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile
deleted file mode 100644
index 711f746902e2..000000000000
--- a/dns/djbdns/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: dnscache
-# Date created: 24 Jan 2000
-# Whom: Neil Blakey-Milner
-#
-# $FreeBSD$
-#
-
-PORTNAME= djbdns
-PORTVERSION= 1.05
-CATEGORIES= net
-MASTER_SITES= http://cr.yp.to/djbdns/ \
- ftp://cr.yp.to/djbdns/
-
-MAINTAINER= nbm@FreeBSD.org
-
-RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools
-
-ALL_TARGET= it
-INSTALL_TARGET= setup check
-
-NO_PACKAGE= Forbidden - we have patches to the distribution.
-
-post-patch:
- @echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
- @echo "${CC} -s" > ${WRKSRC}/conf-ld
- @echo "${PREFIX}" > ${WRKSRC}/conf-home
-
-.include <bsd.port.mk>
diff --git a/dns/djbdns/distinfo b/dns/djbdns/distinfo
deleted file mode 100644
index bed9421c7ff3..000000000000
--- a/dns/djbdns/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (djbdns-1.05.tar.gz) = 3147c5cd56832aa3b41955c7a51cbeb2
diff --git a/dns/djbdns/files/patch-aa b/dns/djbdns/files/patch-aa
deleted file mode 100644
index 4fb1e2a7abb4..000000000000
--- a/dns/djbdns/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- dnscache-conf.orig Sat Sep 23 17:39:21 2000
-+++ dnscache-conf.c Sat Sep 23 17:42:43 2000
-@@ -89,13 +89,13 @@
- if (chdir(auto_home) == -1)
- strerr_die4sys(111,FATAL,"unable to switch to ",auto_home,": ");
-
-- fdrootservers = open_read("/etc/dnsroots.local");
-+ fdrootservers = open_read("etc/dnsroots.local");
- if (fdrootservers == -1) {
- if (errno != error_noent)
-- strerr_die2sys(111,FATAL,"unable to open /etc/dnsroots.local: ");
-- fdrootservers = open_read("/etc/dnsroots.global");
-+ strerr_die4sys(111,FATAL,"unable to open ",auto_home,"/etc/dnsroots.local: ");
-+ fdrootservers = open_read("etc/dnsroots.global");
- if (fdrootservers == -1)
-- strerr_die2sys(111,FATAL,"unable to open /etc/dnsroots.global: ");
-+ strerr_die4sys(111,FATAL,"unable to open ",auto_home,"/etc/dnsroots.global: ");
- }
-
- init(dir,FATAL);
diff --git a/dns/djbdns/files/patch-ab b/dns/djbdns/files/patch-ab
deleted file mode 100644
index e608a047589f..000000000000
--- a/dns/djbdns/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- hier.c.orig Sat Sep 23 17:37:08 2000
-+++ hier.c Sat Sep 23 17:37:52 2000
-@@ -2,7 +2,7 @@
-
- void hier()
- {
-- c("/","etc","dnsroots.global",-1,-1,0644);
-+ c(auto_home,"etc","dnsroots.global",-1,-1,0644);
-
- h(auto_home,-1,-1,02755);
- d(auto_home,"bin",-1,-1,02755);
diff --git a/dns/djbdns/pkg-comment b/dns/djbdns/pkg-comment
deleted file mode 100644
index 70215c9da7c6..000000000000
--- a/dns/djbdns/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A collection of secure and reliable DNS tools
diff --git a/dns/djbdns/pkg-descr b/dns/djbdns/pkg-descr
deleted file mode 100644
index b36fa2c71760..000000000000
--- a/dns/djbdns/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-DJBDNS is a collection of Domain Name System tools. It includes
-several components:
-
- * The dnscache program is a local DNS cache. It accepts recursive DNS
- queries from local clients such as web browsers. It collects
- responses from remote DNS servers.
- * The tinydns program is a fast, UDP-only DNS server. It makes local
- DNS information available to the Internet.
- * The pickdns program is a load-balancing DNS server. It points
- clients to a dynamic selection of IP addresses.
- * The walldns program is a reverse DNS wall. It provides matching
- reverse and forward records while hiding local host information.
- * The dns library handles outgoing and incoming DNS packets. It can be
- used by clients such as web browsers to look up host addresses, host
- names, MX records, etc. It supports asynchronous resolution.
- * The dnsfilter program is a parallel IP-address-to-host-name
- converter.
- * The dnsip, dnsipq, dnsname, dnstxt, and dnsmx programs are simple
- command-line interfaces to DNS.
- * The dnsq and dnstrace programs are DNS debugging tools.
-
-Documentation is at the website below,
-WWW: http://cr.yp.to/djbdns.html
diff --git a/dns/djbdns/pkg-plist b/dns/djbdns/pkg-plist
deleted file mode 100644
index f8036ed3aac4..000000000000
--- a/dns/djbdns/pkg-plist
+++ /dev/null
@@ -1,30 +0,0 @@
-bin/axfr-get
-bin/axfrdns
-bin/axfrdns-conf
-bin/dnscache
-bin/dnscache-conf
-bin/dnsfilter
-bin/dnsip
-bin/dnsipq
-bin/dnsmx
-bin/dnsname
-bin/dnsq
-bin/dnsqr
-bin/dnstrace
-bin/dnstracesort
-bin/dnstxt
-bin/pickdns
-bin/pickdns-conf
-bin/pickdns-data
-bin/random-ip
-bin/rbldns
-bin/rbldns-conf
-bin/rbldns-data
-bin/tinydns
-bin/tinydns-conf
-bin/tinydns-data
-bin/tinydns-edit
-bin/tinydns-get
-bin/walldns
-bin/walldns-conf
-etc/dnsroots.global