summaryrefslogtreecommitdiff
path: root/dns/djbdns
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /dns/djbdns
parentc2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff)
Diffstat (limited to 'dns/djbdns')
-rw-r--r--dns/djbdns/Makefile26
-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-plist29
7 files changed, 0 insertions, 111 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile
deleted file mode 100644
index 5e1cc0177cd6..000000000000
--- a/dns/djbdns/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: dnscache
-# Date created: 24 Jan 2000
-# Whom: Neil Blakey-Milner
-#
-# $FreeBSD$
-#
-
-PORTNAME= djbdns
-PORTVERSION= 1.02
-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
-
-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 37f4d77cb7f6..000000000000
--- a/dns/djbdns/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (djbdns-1.02.tar.gz) = c27b7ffd4af1c93db96f40f6d5f793b6
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 f9170da33f70..000000000000
--- a/dns/djbdns/pkg-plist
+++ /dev/null
@@ -1,29 +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/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