diff options
-rw-r--r-- | net/djbdns/DESCR | 51 | ||||
-rw-r--r-- | net/djbdns/Makefile | 5 | ||||
-rw-r--r-- | net/djbdns/distinfo | 6 |
3 files changed, 25 insertions, 37 deletions
diff --git a/net/djbdns/DESCR b/net/djbdns/DESCR index a1e1fb2c257..9c9b0640439 100644 --- a/net/djbdns/DESCR +++ b/net/djbdns/DESCR @@ -1,34 +1,21 @@ -DJBDNS is a collection of Domain Name System tools. It includes -several components: +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, dnsip6, dnsipq, dnsname, dnstxt, and dnsmx programs are simple - command-line interfaces to DNS. - * The dnsq and dnstrace programs are DNS debugging tools. +- dnscache: local DNS cache. It accepts recursive DNS queries from local + clients. It collects responses from remote DNS servers. +- tinydns: fast, UDP-only DNS server. It makes local DNS information + available to the Internet. +- pickdns: load-balancing DNS server. It points clients to a dynamic + selection of IP addresses. +- walldns: reverse DNS wall. It provides matching reverse and forward + records while hiding local host information. +- 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. +- dnsfilter: parallel IP-address-to-host-name converter. +- dnsip, dnsip6, dnsipq, dnsname, dnstxt, and dnsmx: simple command-line + interfaces to DNS. +- dnsq and dnstrace: DNS debugging tools. -You may also want to use: - * pkgsrc/net/ucspi-tcp, if you're going to use axfrdns or axfr-get - * tinydns logfile formatter, installed under ${PREFIX}/bin/tinydns-log - * dnscache logfile formatter, installed under ${PREFIX}/bin/dnscache-log - (formatters are taken from http://tinydns.org, they need perl to run] - * tai64nlocal (pkgsrc/sysutils/daemontools) -- to convert timestamps printed - out by these two formatters to human readable form - -This package includes IPv6 patches written by Fefe, -see http://www.fefe.de/dns/ for more details. - -Please read http://cr.yp.to/djbdns/upgrade.html if you're upgrading from -previous version of djbdns. +This package includes IPv6 patches written by Fefe, see +http://www.fefe.de/dns/ for more details. diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 584b4c4a1ca..85d60cf2f99 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2002/12/14 02:51:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.22 2003/03/29 21:55:19 salo Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp +# DISTNAME= djbdns-1.05 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://cr.yp.to/djbdns/ \ ftp://cr.yp.to/djbdns/ \ diff --git a/net/djbdns/distinfo b/net/djbdns/distinfo index 759c83cae80..f4a084e2204 100644 --- a/net/djbdns/distinfo +++ b/net/djbdns/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.6 2002/12/14 02:51:00 schmonz Exp $ +$NetBSD: distinfo,v 1.7 2003/03/29 21:55:19 salo Exp $ SHA1 (djbdns-1.05.tar.gz) = 2efdb3a039d0c548f40936aa9cb30829e0ce8c3d Size (djbdns-1.05.tar.gz) = 85648 bytes SHA1 (djbdns-1.05-man-20021211.tar.gz) = f85e2b9ed194c922b336fb21b0cfddb9ce788c95 Size (djbdns-1.05-man-20021211.tar.gz) = 17306 bytes -SHA1 (dnscache-log.pl.txt) = d9f4b4ac3da96f38a2814d0f84c0196b24644cf3 -Size (dnscache-log.pl.txt) = 2920 bytes +SHA1 (dnscache-log.pl.txt) = 41295be40435d8c9cacef844b00eb30b8e38bcb0 +Size (dnscache-log.pl.txt) = 2949 bytes SHA1 (tinydns-log.pl.txt) = 9715a514f5aed0ef71eabd54182837c0caa1f622 Size (tinydns-log.pl.txt) = 2043 bytes SHA1 (djbdns-1.05-ipv6.diff.bz2) = 225484ea34f8cdefa501e22640c67d093d2f5169 |