diff options
Diffstat (limited to 'dns')
116 files changed, 0 insertions, 2000 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile deleted file mode 100644 index df906fd019c9..000000000000 --- a/dns/adns/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: adns -# Date created: Mon Mar 3, 2000 -# Whom: Kostya Lukin <lukin@okbmei.msk.su> -# -# $FreeBSD$ -# - -PORTNAME= adns -PORTVERSION= 0.7 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ -MASTER_SITE_SUBDIR= adns - -MAINTAINER= lukin@okbmei.msk.su - -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -USE_GMAKE= yes - -post-install: - strip ${PREFIX}/bin/adnstest ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost - -.include <bsd.port.mk> diff --git a/dns/adns/distinfo b/dns/adns/distinfo deleted file mode 100644 index 250b26711cdd..000000000000 --- a/dns/adns/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (adns-0.7.tar.gz) = dbf31b805b3d993d116a2ef9e45b93ae diff --git a/dns/adns/files/patch-aa b/dns/adns/files/patch-aa deleted file mode 100644 index 5dbb8a59cec4..000000000000 --- a/dns/adns/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Nov 24 19:57:32 1999 -+++ configure Mon Mar 20 18:35:47 2000 -@@ -1457,7 +1457,7 @@ - - SHLIBFORLINK='libadns.so' - SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)' --SHLIBFILE='$(SHLIBSONAME).$(MINOR)' -+SHLIBFILE='$(SHLIBSONAME)' - - SHLIBCC='$(CC) $(CFLAGS) -fpic' - MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o' diff --git a/dns/adns/files/patch-ab b/dns/adns/files/patch-ab deleted file mode 100644 index fbda698f88cc..000000000000 --- a/dns/adns/files/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ ---- dynamic/Makefile.in.orig Fri Oct 15 21:57:50 1999 -+++ dynamic/Makefile.in Mon Mar 20 18:41:21 2000 -@@ -24,7 +24,7 @@ - srcdir= @srcdir@ - VPATH= @srcdir@ - --TARGETS= $(SHLIBFILE) $(SHLIBSONAME) $(SHLIBFORLINK) -+TARGETS= $(SHLIBFILE) $(SHLIBFORLINK) - include $(srcdir)/../settings.make - include $(srcdir)/../src/adns.make - -@@ -32,16 +32,12 @@ - - install: - $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE) -- ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME) - - uninstall: -- rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME) -+ rm -f $(lib_dir)/$(SHLIBFILE) - - $(SHLIBFORLINK): -- ln -s $(SHLIBSONAME) $(SHLIBFORLINK) -- --$(SHLIBSONAME): -- ln -s $(SHLIBFILE) $(SHLIBSONAME) -+ ln -s $(SHLIBFILE) $(SHLIBFORLINK) - - $(SHLIBFILE): $(ALLOBJS) - rm -f $@ diff --git a/dns/adns/files/patch-ac b/dns/adns/files/patch-ac deleted file mode 100644 index 92ad32a2a37c..000000000000 --- a/dns/adns/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- src/adns.h.orig Thu Mar 2 04:34:04 2000 -+++ src/adns.h Mon Apr 17 17:18:36 2000 -@@ -62,9 +62,9 @@ - - #include <stdio.h> - -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> --#include <sys/types.h> - #include <sys/time.h> - #include <unistd.h> - diff --git a/dns/adns/pkg-comment b/dns/adns/pkg-comment deleted file mode 100644 index ec85d4bc47b9..000000000000 --- a/dns/adns/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Easy to use, asynchronous-capable DNS client library and utilities diff --git a/dns/adns/pkg-descr b/dns/adns/pkg-descr deleted file mode 100644 index cfa788211c2c..000000000000 --- a/dns/adns/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -adns is a resolver library for C (and C++) programs. In contrast with -the existing interfaces, gethostbyname et al and libresolv, it has the -following features: - -* It is reasonably easy to use for simple programs which just want - to translate names to addresses, look up MX records, etc. -* It can be used in an asynchronous, non-blocking, manner. Many - queries can be handled simultaneously. - -Technical note: adns requires a real nameserver like BIND or -Dents running on the same system or a nearby one, which must be -willing to provide `recursive service'. I.e., adns is a `stub -resolver'. - -WWW: http://www.chiark.greenend.org.uk/~ian/adns/ diff --git a/dns/adns/pkg-plist b/dns/adns/pkg-plist deleted file mode 100644 index 69af9f6fe570..000000000000 --- a/dns/adns/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/adnstest -bin/adnslogres -bin/adnshost -include/adns.h -lib/libadns.a -lib/libadns.so.0 diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile deleted file mode 100644 index decc947babe1..000000000000 --- a/dns/bind8/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> diff --git a/dns/bind8/distinfo b/dns/bind8/distinfo deleted file mode 100644 index d42a5aa08e82..000000000000 --- a/dns/bind8/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 diff --git a/dns/bind8/files/patch-aa b/dns/bind8/files/patch-aa deleted file mode 100644 index d59bc37faa83..000000000000 --- a/dns/bind8/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997 -+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997 -@@ -1,12 +1,14 @@ - 'CC=cc' --'CDEBUG=-O2 -g' --'DESTBIN=/usr/bin' --'DESTSBIN=/usr/sbin' --'DESTEXEC=/usr/libexec' --'DESTMAN=/usr/share/man' --'DESTHELP=/usr/share/misc' --'DESTETC=/etc' -+'CDEBUG=${CFLAGS}' -+'DESTBIN=${PREFIX}/bin' -+'DESTSBIN=${PREFIX}/sbin' -+'DESTEXEC=${PREFIX}/libexec' -+'DESTMAN=${PREFIX}/man' -+'DESTHELP=${PREFIX}/share/misc' -+'DESTINC=${PREFIX}/include/bind' -+'DESTLIB=${PREFIX}/lib' - 'DESTRUN=/var/run' -+'DESTETC=/etc' - 'LEX=lex -I' - 'YACC=yacc -d' - 'SYSLIBS=-ll -lutil' -@@ -16,3 +18,4 @@ - 'CATEXT=0' - 'PS=ps' - 'RANLIB=ranlib' -+'SH=${SH}' diff --git a/dns/bind8/files/patch-ab b/dns/bind8/files/patch-ab deleted file mode 100644 index 2666baa8847c..000000000000 --- a/dns/bind8/files/patch-ab +++ /dev/null @@ -1,42 +0,0 @@ ---- doc/man/Makefile.orig Fri Mar 14 04:43:51 1997 -+++ doc/man/Makefile Mon Jan 5 14:03:46 1998 -@@ -52,26 +52,26 @@ - # Target directory for the manual directory tree. Eg., may be used to - # specify the path of an NFS-mounted directory for common files. - # --DESTDIR= -+DESTDIR= ${PREFIX} - - # - # Default location for manual section directories. - # --DESTMAN= /usr/share/man -+DESTMAN= /man - - # - # Install manuals in ${MANDIR}N. For systems that generate catable manual - # entries on the fly, use - # MANDIR = man - # --MANDIR = cat -+MANDIR = man - - # - # Default extension for manual entries. To install the manual entries under - # their `real' extensions use - # CATEXT = $$N - # --CATEXT = 0 -+CATEXT = $$N - - # - # Command to install manual entries -@@ -105,7 +105,7 @@ - # can be used. - # MANROFF = cat - # --MANROFF = ( tbl | nroff -mandoc ) -+MANROFF = cat - - # - # Default extensions for installed manual entries. The following variables diff --git a/dns/bind8/files/patch-ac b/dns/bind8/files/patch-ac deleted file mode 100644 index bffd410f9de3..000000000000 --- a/dns/bind8/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/Makefile.old Thu Nov 11 00:27:59 1999 -+++ src/bin/Makefile Thu Nov 11 00:28:10 1999 -@@ -58,7 +58,7 @@ - "VER=${VER}" "STRIP=${STRIP}" "PS=${PS}" "INSTALL_LIB=${INSTALL_LIB}" \ - "INSTALL_EXEC=${INSTALL_EXEC}" "BOUNDS=${BOUNDS}" - --CFLAGS= ${CDEBUG} -I${PORTINCL} -I${INCL} -+CFLAGS+= -I${PORTINCL} -I${INCL} - - SUBDIRS = addr nslookup dig dnsquery host named named-xfer ndc nsupdate \ - mkservdb irpd dnskeygen named-bootconf diff --git a/dns/bind8/pkg-comment b/dns/bind8/pkg-comment deleted file mode 100644 index aeebc91bec8c..000000000000 --- a/dns/bind8/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS diff --git a/dns/bind8/pkg-descr b/dns/bind8/pkg-descr deleted file mode 100644 index 79404ca019a1..000000000000 --- a/dns/bind8/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS. - -BIND 8 Features - -> DNS Dynamic Updates (RFC 2136) - -> DNS Change Notification (RFC 1996) - -> Completely new configuration syntax - -> Flexible, categorized logging system - -> IP-address-based access control for queries, zone transfers, and - updates that may be specified on a zone-by-zone basis - -> More efficient zone transfers - -> Improved performance for servers with thousands of zones - -> The server no longer forks for outbound zone transfers - -> Many bug fixes - -WWW: http://www.isc.org/products/BIND/ diff --git a/dns/bind8/pkg-plist b/dns/bind8/pkg-plist deleted file mode 100644 index 13f4e4796b12..000000000000 --- a/dns/bind8/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/mkservdb -bin/nslookup -bin/nsupdate -include/bind/arpa/inet.h -include/bind/arpa/nameser.h -include/bind/arpa/nameser_compat.h -include/bind/hesiod.h -include/bind/irp.h -include/bind/irs.h -include/bind/isc/assertions.h -include/bind/isc/dst.h -include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/irpmarshall.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h -include/bind/isc/misc.h -include/bind/isc/tree.h -include/bind/netdb.h -include/bind/res_update.h -include/bind/resolv.h -include/bind/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/dnskeygen -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -share/doc/bind8/acl.html -share/doc/bind8/address_list.html -share/doc/bind8/comments.html -share/doc/bind8/config.html -share/doc/bind8/controls.html -share/doc/bind8/docdef.html -share/doc/bind8/example.html -share/doc/bind8/include.html -share/doc/bind8/index.html -share/doc/bind8/key.html -share/doc/bind8/logging.html -share/doc/bind8/master.html -share/doc/bind8/options.html -share/doc/bind8/server.html -share/doc/bind8/trusted-keys.html -share/doc/bind8/zone.html -share/misc/nslookup.help -@dirrm include/bind/arpa -@dirrm include/bind/isc -@dirrm include/bind/sys -@dirrm include/bind -@dirrm share/doc/bind8 diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile deleted file mode 100644 index decc947babe1..000000000000 --- a/dns/bind9/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> diff --git a/dns/bind9/distinfo b/dns/bind9/distinfo deleted file mode 100644 index d42a5aa08e82..000000000000 --- a/dns/bind9/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 diff --git a/dns/bind9/pkg-comment b/dns/bind9/pkg-comment deleted file mode 100644 index aeebc91bec8c..000000000000 --- a/dns/bind9/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS diff --git a/dns/bind9/pkg-descr b/dns/bind9/pkg-descr deleted file mode 100644 index 79404ca019a1..000000000000 --- a/dns/bind9/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS. - -BIND 8 Features - -> DNS Dynamic Updates (RFC 2136) - -> DNS Change Notification (RFC 1996) - -> Completely new configuration syntax - -> Flexible, categorized logging system - -> IP-address-based access control for queries, zone transfers, and - updates that may be specified on a zone-by-zone basis - -> More efficient zone transfers - -> Improved performance for servers with thousands of zones - -> The server no longer forks for outbound zone transfers - -> Many bug fixes - -WWW: http://www.isc.org/products/BIND/ diff --git a/dns/bind9/pkg-plist b/dns/bind9/pkg-plist deleted file mode 100644 index 13f4e4796b12..000000000000 --- a/dns/bind9/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/mkservdb -bin/nslookup -bin/nsupdate -include/bind/arpa/inet.h -include/bind/arpa/nameser.h -include/bind/arpa/nameser_compat.h -include/bind/hesiod.h -include/bind/irp.h -include/bind/irs.h -include/bind/isc/assertions.h -include/bind/isc/dst.h -include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/irpmarshall.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h -include/bind/isc/misc.h -include/bind/isc/tree.h -include/bind/netdb.h -include/bind/res_update.h -include/bind/resolv.h -include/bind/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/dnskeygen -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -share/doc/bind8/acl.html -share/doc/bind8/address_list.html -share/doc/bind8/comments.html -share/doc/bind8/config.html -share/doc/bind8/controls.html -share/doc/bind8/docdef.html -share/doc/bind8/example.html -share/doc/bind8/include.html -share/doc/bind8/index.html -share/doc/bind8/key.html -share/doc/bind8/logging.html -share/doc/bind8/master.html -share/doc/bind8/options.html -share/doc/bind8/server.html -share/doc/bind8/trusted-keys.html -share/doc/bind8/zone.html -share/misc/nslookup.help -@dirrm include/bind/arpa -@dirrm include/bind/isc -@dirrm include/bind/sys -@dirrm include/bind -@dirrm share/doc/bind8 diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile deleted file mode 100644 index decc947babe1..000000000000 --- a/dns/bind94/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> diff --git a/dns/bind94/distinfo b/dns/bind94/distinfo deleted file mode 100644 index d42a5aa08e82..000000000000 --- a/dns/bind94/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 diff --git a/dns/bind94/pkg-comment b/dns/bind94/pkg-comment deleted file mode 100644 index aeebc91bec8c..000000000000 --- a/dns/bind94/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS diff --git a/dns/bind94/pkg-descr b/dns/bind94/pkg-descr deleted file mode 100644 index 79404ca019a1..000000000000 --- a/dns/bind94/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS. - -BIND 8 Features - -> DNS Dynamic Updates (RFC 2136) - -> DNS Change Notification (RFC 1996) - -> Completely new configuration syntax - -> Flexible, categorized logging system - -> IP-address-based access control for queries, zone transfers, and - updates that may be specified on a zone-by-zone basis - -> More efficient zone transfers - -> Improved performance for servers with thousands of zones - -> The server no longer forks for outbound zone transfers - -> Many bug fixes - -WWW: http://www.isc.org/products/BIND/ diff --git a/dns/bind94/pkg-plist b/dns/bind94/pkg-plist deleted file mode 100644 index 13f4e4796b12..000000000000 --- a/dns/bind94/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/mkservdb -bin/nslookup -bin/nsupdate -include/bind/arpa/inet.h -include/bind/arpa/nameser.h -include/bind/arpa/nameser_compat.h -include/bind/hesiod.h -include/bind/irp.h -include/bind/irs.h -include/bind/isc/assertions.h -include/bind/isc/dst.h -include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/irpmarshall.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h -include/bind/isc/misc.h -include/bind/isc/tree.h -include/bind/netdb.h -include/bind/res_update.h -include/bind/resolv.h -include/bind/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/dnskeygen -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -share/doc/bind8/acl.html -share/doc/bind8/address_list.html -share/doc/bind8/comments.html -share/doc/bind8/config.html -share/doc/bind8/controls.html -share/doc/bind8/docdef.html -share/doc/bind8/example.html -share/doc/bind8/include.html -share/doc/bind8/index.html -share/doc/bind8/key.html -share/doc/bind8/logging.html -share/doc/bind8/master.html -share/doc/bind8/options.html -share/doc/bind8/server.html -share/doc/bind8/trusted-keys.html -share/doc/bind8/zone.html -share/misc/nslookup.help -@dirrm include/bind/arpa -@dirrm include/bind/isc -@dirrm include/bind/sys -@dirrm include/bind -@dirrm share/doc/bind8 diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile deleted file mode 100644 index decc947babe1..000000000000 --- a/dns/bind95/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo deleted file mode 100644 index d42a5aa08e82..000000000000 --- a/dns/bind95/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 diff --git a/dns/bind95/pkg-comment b/dns/bind95/pkg-comment deleted file mode 100644 index aeebc91bec8c..000000000000 --- a/dns/bind95/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS diff --git a/dns/bind95/pkg-descr b/dns/bind95/pkg-descr deleted file mode 100644 index 79404ca019a1..000000000000 --- a/dns/bind95/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS. - -BIND 8 Features - -> DNS Dynamic Updates (RFC 2136) - -> DNS Change Notification (RFC 1996) - -> Completely new configuration syntax - -> Flexible, categorized logging system - -> IP-address-based access control for queries, zone transfers, and - updates that may be specified on a zone-by-zone basis - -> More efficient zone transfers - -> Improved performance for servers with thousands of zones - -> The server no longer forks for outbound zone transfers - -> Many bug fixes - -WWW: http://www.isc.org/products/BIND/ diff --git a/dns/bind95/pkg-plist b/dns/bind95/pkg-plist deleted file mode 100644 index 13f4e4796b12..000000000000 --- a/dns/bind95/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/mkservdb -bin/nslookup -bin/nsupdate -include/bind/arpa/inet.h -include/bind/arpa/nameser.h -include/bind/arpa/nameser_compat.h -include/bind/hesiod.h -include/bind/irp.h -include/bind/irs.h -include/bind/isc/assertions.h -include/bind/isc/dst.h -include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/irpmarshall.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h -include/bind/isc/misc.h -include/bind/isc/tree.h -include/bind/netdb.h -include/bind/res_update.h -include/bind/resolv.h -include/bind/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/dnskeygen -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -share/doc/bind8/acl.html -share/doc/bind8/address_list.html -share/doc/bind8/comments.html -share/doc/bind8/config.html -share/doc/bind8/controls.html -share/doc/bind8/docdef.html -share/doc/bind8/example.html -share/doc/bind8/include.html -share/doc/bind8/index.html -share/doc/bind8/key.html -share/doc/bind8/logging.html -share/doc/bind8/master.html -share/doc/bind8/options.html -share/doc/bind8/server.html -share/doc/bind8/trusted-keys.html -share/doc/bind8/zone.html -share/misc/nslookup.help -@dirrm include/bind/arpa -@dirrm include/bind/isc -@dirrm include/bind/sys -@dirrm include/bind -@dirrm share/doc/bind8 diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile deleted file mode 100644 index decc947babe1..000000000000 --- a/dns/bind96/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo deleted file mode 100644 index d42a5aa08e82..000000000000 --- a/dns/bind96/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 diff --git a/dns/bind96/pkg-comment b/dns/bind96/pkg-comment deleted file mode 100644 index aeebc91bec8c..000000000000 --- a/dns/bind96/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS diff --git a/dns/bind96/pkg-descr b/dns/bind96/pkg-descr deleted file mode 100644 index 79404ca019a1..000000000000 --- a/dns/bind96/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS. - -BIND 8 Features - -> DNS Dynamic Updates (RFC 2136) - -> DNS Change Notification (RFC 1996) - -> Completely new configuration syntax - -> Flexible, categorized logging system - -> IP-address-based access control for queries, zone transfers, and - updates that may be specified on a zone-by-zone basis - -> More efficient zone transfers - -> Improved performance for servers with thousands of zones - -> The server no longer forks for outbound zone transfers - -> Many bug fixes - -WWW: http://www.isc.org/products/BIND/ diff --git a/dns/bind96/pkg-plist b/dns/bind96/pkg-plist deleted file mode 100644 index 13f4e4796b12..000000000000 --- a/dns/bind96/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/mkservdb -bin/nslookup -bin/nsupdate -include/bind/arpa/inet.h -include/bind/arpa/nameser.h -include/bind/arpa/nameser_compat.h -include/bind/hesiod.h -include/bind/irp.h -include/bind/irs.h -include/bind/isc/assertions.h -include/bind/isc/dst.h -include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/irpmarshall.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h -include/bind/isc/misc.h -include/bind/isc/tree.h -include/bind/netdb.h -include/bind/res_update.h -include/bind/resolv.h -include/bind/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/dnskeygen -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -share/doc/bind8/acl.html -share/doc/bind8/address_list.html -share/doc/bind8/comments.html -share/doc/bind8/config.html -share/doc/bind8/controls.html -share/doc/bind8/docdef.html -share/doc/bind8/example.html -share/doc/bind8/include.html -share/doc/bind8/index.html -share/doc/bind8/key.html -share/doc/bind8/logging.html -share/doc/bind8/master.html -share/doc/bind8/options.html -share/doc/bind8/server.html -share/doc/bind8/trusted-keys.html -share/doc/bind8/zone.html -share/misc/nslookup.help -@dirrm include/bind/arpa -@dirrm include/bind/isc -@dirrm include/bind/sys -@dirrm include/bind -@dirrm share/doc/bind8 diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile deleted file mode 100644 index c7f82db72767..000000000000 --- a/dns/ddup/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: ddup -# Date created: 30 September 1999 -# Whom: cjm2 -# -# $FreeBSD$ -# - -PORTNAME= ddup -PORTVERSION= 2.2 -CATEGORIES= net -MASTER_SITES= ftp://ddup.sourceforge.net/pub/ddup/ -DISTNAME= ddup-2.2Dm - -MAINTAINER= cjm2@altavista.net - -MAN1= ddup.1 -MANCOMPRESSED= yes - -WRKSRC= ${WRKDIR}/ddup-2.2Dm - -# Uncomment this if you want to enable debugging. -#DEBUG= -g - -pre-build: - ${ECHO} "char *file_name = \"${PREFIX}/etc/ddup.conf\";" > ${WRKSRC}/options.h - -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup_functions.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt1.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_config.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_option.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c update.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -o ddup ddup.o ddup_functions.o getopt.o getopt1.o parse_config.o parse_option.o update.o ${LIBS} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ddup ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/testip ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/ddup.1.gz ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/doc/ddup - ${INSTALL_MAN} ${WRKSRC}/INSTALL-C ${PREFIX}/share/doc/ddup - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddup - ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/ddup - -post-install: - strip ${PREFIX}/sbin/ddup - ${CAT} ${PKGDIR}/MESSAGE - -.include <bsd.port.mk> diff --git a/dns/ddup/distinfo b/dns/ddup/distinfo deleted file mode 100644 index 0ff801b6d886..000000000000 --- a/dns/ddup/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ddup-2.2Dm.tar.gz) = 8c4a4bcabca77da7e1ceda12f57a2108 diff --git a/dns/ddup/pkg-comment b/dns/ddup/pkg-comment deleted file mode 100644 index 5fff85a62074..000000000000 --- a/dns/ddup/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A DynDNS.org client for UNIX diff --git a/dns/ddup/pkg-descr b/dns/ddup/pkg-descr deleted file mode 100644 index 55fcf3853fa2..000000000000 --- a/dns/ddup/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -DD-UP in C by Thomas Gandy (tegandy@enid.com) ---------------------------------------------------------- - -DD-UP is a program that is used to update a host -provided by the Free DynDNS service of dyndns.org. - -WWW: http://ddup.sourceforce.net/ - -EMAIL: cjm2@altavista.net diff --git a/dns/ddup/pkg-message b/dns/ddup/pkg-message deleted file mode 100644 index 06b265ecad16..000000000000 --- a/dns/ddup/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -******************************************************** -*** If you are upgrading or are a first time user *** -*** you MUST make your configuration file by typing *** -*** ddup --makeconf *** -******************************************************** -******************************************************** -*** If you are upgrading or are a first time user *** -*** you MUST make your configuration file by typing *** -*** ddup --makeconf *** -******************************************************** diff --git a/dns/ddup/pkg-plist b/dns/ddup/pkg-plist deleted file mode 100644 index ddba371de314..000000000000 --- a/dns/ddup/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -sbin/ddup -sbin/testip -share/doc/ddup/README -share/doc/ddup/INSTALL-C -share/doc/ddup/COPYING -@dirrm share/doc/ddup diff --git a/dns/dhid/Makefile b/dns/dhid/Makefile deleted file mode 100644 index 622c66866d7b..000000000000 --- a/dns/dhid/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: dhid -# Date created: Sat Aug 21 06:13:59 EDT 1999 -# Whom: Oryx Gazella <oryx@ungulate.net> -# -# $FreeBSD$ -# - -PORTNAME= dhid -PORTVERSION= 3.1 -CATEGORIES= net -MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ - -MAINTAINER= oryx@ungulate.net - -MAN8= dhid.8 - -post-patch: - @${ECHO} "===> Patching dhid.h" - ${PERL} -i -p -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/dhid.h - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/dhid.8 ${PREFIX}/man/man8 - ${INSTALL} ${COPY} -o root -g wheel -m 600 ${WRKSRC}/dhid.conf ${PREFIX}/etc/dhid.conf.sample - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/dhid.sh ]; then \ - ${ECHO} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/dhid.sh; \ - ${ECHO} "[ -x \"${PREFIX}/sbin/dhid\" -a -f \"${PREFIX}/etc/dhid.conf\" ] && ${PREFIX}/sbin/dhid > /dev/null && ${ECHO} -n ' dhid'" >> ${PREFIX}/etc/rc.d/dhid.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/dhid.sh; \ - fi; - @${ECHO} "--------------------------------------------------------------------------" - @${ECHO} "Before dhid can run, you will need to register with a DHIS provider." - @${ECHO} "See http://www.dhis.org/dhis/services/ for a list of providers." - @${ECHO} "Enter the DHIS account information into the ${PREFIX}/etc/dhid.conf file." - @${ECHO} "--------------------------------------------------------------------------" - -.include <bsd.port.mk> diff --git a/dns/dhid/distinfo b/dns/dhid/distinfo deleted file mode 100644 index 096c43f441ba..000000000000 --- a/dns/dhid/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dhid-3.1.tar.gz) = f419031035f79936592c8ecf97fbe62c diff --git a/dns/dhid/files/patch-aa b/dns/dhid/files/patch-aa deleted file mode 100644 index a3a94652f725..000000000000 --- a/dns/dhid/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- dhid.h.orig Tue Jun 22 20:01:43 1999 -+++ dhid.h Sat Aug 21 05:28:10 1999 -@@ -63,8 +63,8 @@ - - #define POLL_INTERVAL 60 - --#define DHID_CONF "/etc/dhid.conf" --#define DHID_PID "/etc/dhid.pid" -+#define DHID_CONF "__PREFIX__/etc/dhid.conf" -+#define DHID_PID "/var/run/dhid.pid" - - #define DEF_ISPORT 58800 - #define DEF_MXPORT 58801 diff --git a/dns/dhid/files/patch-ab b/dns/dhid/files/patch-ab deleted file mode 100644 index d04e19c05f80..000000000000 --- a/dns/dhid/files/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.orig Thu Jan 13 23:15:01 2000 -+++ Makefile Thu Feb 10 23:13:56 2000 -@@ -25,17 +25,13 @@ - # - # DHIS(c) Dynamic Host Information System Release 3.1 - --CC=cc --CFLAGS= --LFLAGS= --LIBS= -+CC?=cc - RM=rm -f - - all: dhid - - dhid: conf.o endian.o network.o crypt.o main.o - $(CC) $(LFLAGS) -o dhid conf.o endian.o network.o crypt.o main.o $(LIBS) -- strip dhid - - main.o: dhid.h network.h conf.h main.c - $(CC) $(CFLAGS) -c main.c diff --git a/dns/dhid/pkg-comment b/dns/dhid/pkg-comment deleted file mode 100644 index edea8d6cf8d1..000000000000 --- a/dns/dhid/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DHIS client for updating dynamic DNS entries in dhisd DNS tables diff --git a/dns/dhid/pkg-descr b/dns/dhid/pkg-descr deleted file mode 100644 index bffc18a85acf..000000000000 --- a/dns/dhid/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -DHIS Daemon Client release 3.1 -============================== - -dhid is the DHIS client daemon. dhid is used to update the DNS tables on -a DHIS provider. - -If you haven't done so yet, you will need to register your host with a -DHIS provider. http://www.dhis.org/dhis/services/ - -dhid.conf should be configured according to the provider's assigned -parameters. Use the dhid.conf.sample for a template. - -- Oryx -oryx@ungulate.net - -WWW: http://www.dhis.org/dhis/services/ diff --git a/dns/dhid/pkg-message b/dns/dhid/pkg-message deleted file mode 100644 index e430692548f8..000000000000 --- a/dns/dhid/pkg-message +++ /dev/null @@ -1,3 +0,0 @@ -Before dhid can run, you will need to register with a DHIS provider. -See http://www.dhis.org/dhis/services/ for a list of providers. -Enter the DHIS account information into the dhid.conf file. diff --git a/dns/dhid/pkg-plist b/dns/dhid/pkg-plist deleted file mode 100644 index 179602d78992..000000000000 --- a/dns/dhid/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -etc/dhid.conf.sample -etc/rc.d/dhid.sh -sbin/dhid diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile deleted file mode 100644 index 23a2970111a6..000000000000 --- a/dns/djbdns/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: dnscache -# Date created: 24 Jan 2000 -# Whom: Neil Blakey-Milner -# -# $FreeBSD$ -# - -PORTNAME= dnscache -PORTVERSION= 1.00 -CATEGORIES= net -MASTER_SITES= http://cr.yp.to/dnscache/ - -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 3aeb8d35fa58..000000000000 --- a/dns/djbdns/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dnscache-1.00.tar.gz) = 67d51c5403c03f08d6ba8fff0108ab27 diff --git a/dns/djbdns/pkg-comment b/dns/djbdns/pkg-comment deleted file mode 100644 index ec46f08f214b..000000000000 --- a/dns/djbdns/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DNScache is 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 742eae2701f5..000000000000 --- a/dns/djbdns/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -DNScache 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/dnscache.html diff --git a/dns/djbdns/pkg-plist b/dns/djbdns/pkg-plist deleted file mode 100644 index 755b744d5784..000000000000 --- a/dns/djbdns/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -etc/dnscache/VERSION -etc/dnscache/@ -bin/dnscache-conf -bin/tinydns-conf -bin/walldns-conf -bin/rbldns-conf -bin/pickdns-conf -bin/axfrdns-conf -bin/dnscache -bin/tinydns -bin/walldns -bin/rbldns -bin/pickdns -bin/axfrdns -bin/tinydns-get -bin/tinydns-data -bin/tinydns-edit -bin/rbldns-data -bin/pickdns-data -bin/axfr-get -bin/dnsip -bin/dnsipq -bin/dnsname -bin/dnstxt -bin/dnsmx -bin/dnsfilter -bin/dnsq -bin/random-ip -bin/dnstrace diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile deleted file mode 100644 index 3eb9ea801b4e..000000000000 --- a/dns/dlint/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: dlint -# Date created: Wed Dec 23, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD$ -# - -PORTNAME= dlint -PORTVERSION= 1.3.3 -CATEGORIES= net -MASTER_SITES= http://www.domtools.com/pub/ -DISTNAME= dlint${PORTVERSION} - -MAINTAINER= obrien@FreeBSD.org - -NO_BUILD= yes -MAN8= dlint.8 - -do-configure: - @${PERL} -pi.orig -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint - @${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8 - -do-install: - cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/dlint.8 ${PREFIX}/man/man8 -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/dlint - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dlint -.endif - -.include <bsd.port.mk> diff --git a/dns/dlint/distinfo b/dns/dlint/distinfo deleted file mode 100644 index 746103d30506..000000000000 --- a/dns/dlint/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dlint1.3.3.tar.gz) = afe92d90bc73d812e1973995293849c4 diff --git a/dns/dlint/pkg-comment b/dns/dlint/pkg-comment deleted file mode 100644 index 8222bfe2e529..000000000000 --- a/dns/dlint/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lint for DNS zones (Domain Name Server zone verification utility) diff --git a/dns/dlint/pkg-descr b/dns/dlint/pkg-descr deleted file mode 100644 index 203eae509157..000000000000 --- a/dns/dlint/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -`dlint' is a Domain Name Server zone verification utility. - -`dlint' analyzes any DNS zone you specify, and reports any problems it -finds by displaying errors and warnings. Then it descends recursively to -examine all zones below the given one (this can be disabled with a command- -line option). - -You can run dlint on your own domains, or on somebody else's, because it uses -the standard DNS network protocol. Dlint is very useful since most nameservers -do no more than syntax-check your database files. Dlint's messages are very -informative and suggest ways to fix the problems, not just complain about them. - --- David - obrien@NUXI.com - -WWW: http://www.domtools.com/dns/dlint.shtml diff --git a/dns/dlint/pkg-plist b/dns/dlint/pkg-plist deleted file mode 100644 index 31195efa9180..000000000000 --- a/dns/dlint/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/dlint -sbin/digparse -share/doc/dlint/README diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile deleted file mode 100644 index fd88845dcb6e..000000000000 --- a/dns/dnsutl/Makefile +++ /dev/null @@ -1,25 +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.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@frankfurt.netsurf.de - -GNU_CONFIGURE= yes -ALL_TARGET= all sure - -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 14fcc4467082..000000000000 --- a/dns/dnsutl/files/patch-aa +++ /dev/null @@ -1,104 +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. - #------------------------------------------------------------ - -@@ -594,7 +599,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 - -@@ -602,7 +607,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 - -@@ -611,7 +616,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 - -@@ -619,7 +624,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 - -@@ -627,7 +632,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 - -@@ -635,7 +640,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 - -@@ -643,7 +648,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 - -@@ -651,7 +656,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 - -@@ -659,7 +664,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 - -@@ -667,7 +672,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 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 diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile deleted file mode 100644 index eb04a3c3b048..000000000000 --- a/dns/dnswalk/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: dnswalk -# Date created: 17 January 1998 -# Whom: Matthew Hunt <mph@pobox.com> -# -# $FreeBSD$ -# - -PORTNAME= dnswalk -PORTVERSION= 2.0.2 -CATEGORIES= net -MASTER_SITES= http://www.visi.com/~barr/dnswalk/ - -MAINTAINER= mph@freebsd.org - -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS - -NO_WRKSUBDIR= YES -NO_BUILD= YES -USE_PERL5= YES - -MAN1= dnswalk.1 - -EX_DIR= ${PREFIX}/share/examples/dnswalk -DOC_DIR= ${PREFIX}/share/doc/dnswalk - -pre-configure: - ${MV} -f ${WRKDIR}/dnswalk ${WRKDIR}/dnswalk.orig - ${SED} -e "s#/usr/contrib/bin/perl#${PERL5}#"\ - < ${WRKDIR}/dnswalk.orig > ${WRKDIR}/dnswalk - -do-install: - ${MKDIR} ${EX_DIR} - ${INSTALL_SCRIPT} ${WRKDIR}/do-dnswalk ${EX_DIR} - ${INSTALL_SCRIPT} ${WRKDIR}/makereports ${EX_DIR} - ${INSTALL_SCRIPT} ${WRKDIR}/sendreports ${EX_DIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOC_DIR} - ${INSTALL_DATA} ${WRKDIR}/README ${DOC_DIR} - ${INSTALL_DATA} ${WRKDIR}/dnswalk.errors ${DOC_DIR} -.endif - ${INSTALL_MAN} ${WRKDIR}/dnswalk.1 ${PREFIX}/man/man1 - ${INSTALL_SCRIPT} ${WRKDIR}/dnswalk ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/dns/dnswalk/distinfo b/dns/dnswalk/distinfo deleted file mode 100644 index c024a34b7f2a..000000000000 --- a/dns/dnswalk/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dnswalk-2.0.2.tar.gz) = 62b9302822353fad71d51aefdae1cad1 diff --git a/dns/dnswalk/pkg-comment b/dns/dnswalk/pkg-comment deleted file mode 100644 index 8564bc9f11a3..000000000000 --- a/dns/dnswalk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DNS debugger - requests a zone transfer and analyzes the result diff --git a/dns/dnswalk/pkg-descr b/dns/dnswalk/pkg-descr deleted file mode 100644 index d15a97a35e49..000000000000 --- a/dns/dnswalk/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -dnswalk is a DNS debugger. It performs zone transfers of specified -domains, and checks the database in numerous ways for internal -consistency, as well as accuracy. - -Author: David Barr <barr@cis.ohio-state.edu> -WWW: http://www.cis.ohio-state.edu/~barr/dnswalk/ diff --git a/dns/dnswalk/pkg-plist b/dns/dnswalk/pkg-plist deleted file mode 100644 index 3f32b6b859d3..000000000000 --- a/dns/dnswalk/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/dnswalk -share/examples/dnswalk/do-dnswalk -share/examples/dnswalk/makereports -share/examples/dnswalk/sendreports -share/doc/dnswalk/README -share/doc/dnswalk/dnswalk.errors -@exec mkdir -p %D/share/examples/dnswalk -@exec mkdir -p %D/share/doc/dnswalk -@dirrm share/examples/dnswalk -@dirrm share/doc/dnswalk diff --git a/dns/doc/Makefile b/dns/doc/Makefile deleted file mode 100644 index fe4391879372..000000000000 --- a/dns/doc/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: doc -# Date created: 28 November 1999 -# Whom: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= doc -PORTVERSION= 2.1.4 -CATEGORIES= net -MASTER_SITES= ftp://ftp.his.com/pub/brad/dns/ - -MAINTAINER= sanpei@jp.FreeBSD.org - -AUX_DIR= lib/doc -AUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX - -MAN8= doc.8 - -do-build: - @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org - @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ - > ${WRKSRC}/doc - -do-install: - @${MKDIR} ${PREFIX}/${AUX_DIR} - @${INSTALL_SCRIPT} ${WRKSRC}/doc ${PREFIX}/bin/doc - @for file in ${AUX_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/${AUX_DIR}/ ; \ - done -.if !defined(NOPORTDOCS) - @${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8 -.endif - -.include <bsd.port.mk> diff --git a/dns/doc/distinfo b/dns/doc/distinfo deleted file mode 100644 index b6fba0bdbdb7..000000000000 --- a/dns/doc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a diff --git a/dns/doc/files/patch-aa b/dns/doc/files/patch-aa deleted file mode 100644 index 31078ecd0115..000000000000 --- a/dns/doc/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc.org Sun Nov 28 17:21:08 1999 -+++ doc Sun Nov 28 17:22:36 1999 -@@ -65,7 +65,7 @@ - ## Note: Make *sure* you keep the trailing slash on the directory - ## name, otherwise doc won't work right. - ## --set auxd=/users/brad/bin/doc-2.1.4/ -+set auxd=${PREFIX}/${AUX_DIR}/ - #set auxd="" - - ######## where are log files written? diff --git a/dns/doc/pkg-comment b/dns/doc/pkg-comment deleted file mode 100644 index 2a73eddfc34b..000000000000 --- a/dns/doc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Diagnose unhealthy DNS domains diff --git a/dns/doc/pkg-descr b/dns/doc/pkg-descr deleted file mode 100644 index 43f8e18308b0..000000000000 --- a/dns/doc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Doc is an automated tool for verifying (to an extent) that a -domain is configured and functioning correctly. It makes no -attempt to validate the data inside a domain, only the structure. -The only required parameter is the valid domain name of an existing -domain. Example: - - doc isi.edu. diff --git a/dns/doc/pkg-plist b/dns/doc/pkg-plist deleted file mode 100644 index 73e0c89e7af5..000000000000 --- a/dns/doc/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/doc -lib/doc/doc1.awk -lib/doc/doc3.awk -lib/doc/doc4.awk -lib/doc/INFO -lib/doc/RFC.XXXX -@dirrm lib/doc diff --git a/dns/domtools/Makefile b/dns/domtools/Makefile deleted file mode 100644 index 99d85c386b1f..000000000000 --- a/dns/domtools/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: domtools -# Date created: 12 Jun 1999 -# Whom: alexp -# -# $FreeBSD$ -# - -PORTNAME= domtools -PORTVERSION= 1.4.0 -CATEGORIES= net -MASTER_SITES= http://www.domtools.com/pub/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= veers@disturbed.net - -USE_PERL5= YES - -NO_BUILD= YES -WRKSRC= ${WRKDIR}/domtools${PORTVERSION}/ - -# XXX - patches/patch-aa modifies Makefile -# and so does the post-patch target - -post-patch: - - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old - ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ - < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile - -post-install: - - ${MKDIR} ${PREFIX}/domtools/lib/zonecache - -.include <bsd.port.mk> diff --git a/dns/domtools/distinfo b/dns/domtools/distinfo deleted file mode 100644 index 5f351c0af4a7..000000000000 --- a/dns/domtools/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (domtools1.4.0.tar.gz) = 4075410e4556d24dc19854afedecc635 diff --git a/dns/domtools/files/patch-aa b/dns/domtools/files/patch-aa deleted file mode 100644 index 65b15ed2ec9d..000000000000 --- a/dns/domtools/files/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ ---- ../domtools.orig/Makefile Thu Mar 18 11:48:08 1999 -+++ Makefile Sat Jun 12 22:31:17 1999 -@@ -35,12 +35,12 @@ - # This directory is created, below, if it doesn't exist. - # "bin" will put it in $LDEST/bin. - # "bin/domtools" (my favorite) puts it in $LDEST/bin/domtools. --DOMBIN=bin/domtools -+DOMBIN=domtools/bin - #DOMBIN=bin - - # Library sub-directory under $LDEST where other files such as awk scripts should go. - # This directory is created, below, if it doesn't exist. --DOMLIB=lib/domtools -+DOMLIB=domtools/lib - - # Do you want a world-writable Zone Cache directory, or not? - # Good points: speeds up the axfr tool substantially. -@@ -103,7 +103,7 @@ - #OWNER= pab - - # Group for installing Domtools directories and files. --GROUP= bin -+GROUP= wheel - #GROUP= staff - #GROUP= oper - #GROUP= user -@@ -118,7 +118,7 @@ - # BSD-style installation command that creates missing parent dirs with "-d dir". - # You specify use Gnu Install here if you have it. - # First line is for BSD or SunOS; second is for SysV like Solaris 2. --INSTALL=install -+INSTALL=/usr/bin/install - #INSTALL=/usr/ucb/install - #INSTALL=/usr/local/gnu/bin/install - #INSTALL=/stor/gnu/aix/bin/install -@@ -148,8 +148,8 @@ - # Regardless of the name, it _must_ be a gnu-based awk. - # If you don't have gawk, get it and install it; or hosttbl,networktbl,netmasktbl - # tools won't work right. Gawk is much better than awk or nawk anyway. --GAWKPROG=gawk # many systems --#GAWKPROG=awk # BSDI, Linux -+#GAWKPROG=gawk # many systems -+GAWKPROG=/usr/bin/awk # BSDI, Linux - #GAWKPROG=/usr/local/bin/awk - - #--------------------------------------------------------------------------------------- diff --git a/dns/domtools/pkg-comment b/dns/domtools/pkg-comment deleted file mode 100644 index d6e841d25bd6..000000000000 --- a/dns/domtools/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Set of utilities for extracting information from DNS records diff --git a/dns/domtools/pkg-descr b/dns/domtools/pkg-descr deleted file mode 100644 index 1cf531ded334..000000000000 --- a/dns/domtools/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -'domtools' is a set of DNS information extraction utilities. - -The commands in the 'domtools' package allow you to traverse DNS domain -hierarchies, list all hosts (or subdomains) within a given domain, -convert host name to IP address and vice-versa, convert a normal IP address -to the "in-addr.arpa." format and vice-versa, and more. These commands can be -used manually, or included as building blocks for higher level DNS tools. -They generate output that is easily computer parsable. - -WWW: http://www.domtools.com/dns/domtools.shtml - -See also the net/dlint port. - --- Alex Perel - <veers@disturbed.net> diff --git a/dns/domtools/pkg-plist b/dns/domtools/pkg-plist deleted file mode 100644 index 11db14e761c7..000000000000 --- a/dns/domtools/pkg-plist +++ /dev/null @@ -1,79 +0,0 @@ -domtools/bin/address -domtools/bin/addr2net -domtools/bin/addr2mask -domtools/bin/axfr -domtools/bin/basedomain -domtools/bin/check1101 -domtools/bin/domsort -domtools/bin/f2iaddr -domtools/bin/gw -domtools/bin/hinfo -domtools/bin/hosts -domtools/bin/hosttbl -domtools/bin/i2faddr -domtools/bin/ipsort -domtools/bin/isequal -domtools/bin/issubdom -domtools/bin/makestatic -domtools/bin/netkillzeros -domtools/bin/netmask -domtools/bin/network -domtools/bin/netname -domtools/bin/netwithzeros -domtools/bin/nsap -domtools/bin/ns -domtools/bin/nsroot -domtools/bin/ptr -domtools/bin/root -domtools/bin/soa -domtools/bin/subdom -domtools/bin/subdom2 -domtools/bin/subzone -domtools/bin/txt -domtools/bin/type -domtools/bin/zone -domtools/bin/any -domtools/bin/wks -domtools/bin/mx -domtools/bin/networktbl -domtools/bin/netmasktbl -domtools/bin/uinfo -domtools/bin/cachebuild -domtools/bin/localad -domtools/bin/localdom -domtools/bin/subnetmask -domtools/bin/siteinfo -domtools/bin/cname -domtools/bin/rndarg -domtools/bin/soalist -domtools/bin/digparse -domtools/bin/gensubnetlist -domtools/lib/basedomain.awk -domtools/lib/domsort.awk -domtools/lib/f2iaddr.awk -domtools/lib/hosttbl.awk -domtools/lib/i2faddr.awk -domtools/lib/ipsort.awk -domtools/lib/netkillzeros.awk -domtools/lib/netwithzeros.awk -domtools/lib/subdom.awk -domtools/lib/subzone.awk -domtools/lib/type.awk -domtools/lib/hosttbl.footer -domtools/lib/hosttbl.header -domtools/lib/hosttbl.perl -domtools/lib/networktbl.footer -domtools/lib/networktbl.header -domtools/lib/networktbl.awk -domtools/lib/netmasktbl.footer -domtools/lib/netmasktbl.header -domtools/lib/netmasktbl.awk -domtools/lib/README -domtools/lib/MANUAL -domtools/lib/HOWTOUSE -domtools/lib/COPYRIGHT -@exec /bin/mkdir %B/zonecache -@dirrm domtools/bin -@dirrm domtools/lib/zonecache -@dirrm domtools/lib -@dirrm domtools diff --git a/dns/h2n/Makefile b/dns/h2n/Makefile deleted file mode 100644 index de8bb03f9e8e..000000000000 --- a/dns/h2n/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: h2n -# Date created: 27 Nov 1997 -# Whom: SADA Kenji <sada@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= h2n -PORTVERSION= 1.29 -CATEGORIES= net -MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \ - ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/ -DISTNAME= dns -EXTRACT_SUFX= .tar.Z - -MAINTAINER= sada@FreeBSD.org - -NO_BUILD= YES -NO_WRKSUBDIR= YES -RESTRICTED= "Never get an approval yet." - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/h2n ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/h2n.man ${PREFIX}/man/cat8/h2n.8 - -.include <bsd.port.mk> diff --git a/dns/h2n/distinfo b/dns/h2n/distinfo deleted file mode 100644 index 914884692638..000000000000 --- a/dns/h2n/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dns.tar.Z) = 6a1c571901d82bb82c58f6b821d81df2 diff --git a/dns/h2n/files/Notes.FreeBSD b/dns/h2n/files/Notes.FreeBSD deleted file mode 100644 index c1db025297ad..000000000000 --- a/dns/h2n/files/Notes.FreeBSD +++ /dev/null @@ -1,5 +0,0 @@ -- Added an option: -a <address> . - It allows you to set the address of a domain in the SOA record. - It will adds a "IN A <address>" line to the SOA. - This is needed for sites that want a default address for a partial name - - say just yahoo.com instead of forcing users to always type www.yahoo.com. diff --git a/dns/h2n/files/patch-aa b/dns/h2n/files/patch-aa deleted file mode 100644 index 98e5c79874ae..000000000000 --- a/dns/h2n/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- h2n.orig Sun Apr 9 02:29:50 2000 -+++ h2n Sun Apr 9 02:32:19 2000 -@@ -20,6 +20,7 @@ - $dontdodomains = 0; - $Bootfile = "./named.boot"; - $Domain = ""; -+$DomainAddress = ""; - $Hostfile = "/etc/hosts"; - $Commentfile = ""; - $Commentfileread = 0; -@@ -395,6 +396,10 @@ - foreach $s (@Servers) { - print $file " IN NS $s\n"; - } -+ if ($DomainAddress ne "") { -+ print $file " IN A $DomainAddress"; -+ } -+ - print $file "\n"; - } - -@@ -628,6 +633,9 @@ - - } elsif ($option eq "-h"){ - $Host = $args[++$i]; -+ -+ } elsif ($option eq "-a"){ -+ $DomainAddress = $args[++$i]; - - } elsif ($option eq "-o"){ - if ( $args[++$i] !~ /^[:\d]*$/ diff --git a/dns/h2n/pkg-comment b/dns/h2n/pkg-comment deleted file mode 100644 index 247f8b8528bf..000000000000 --- a/dns/h2n/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Translate host table to name server file format diff --git a/dns/h2n/pkg-descr b/dns/h2n/pkg-descr deleted file mode 100644 index 9afa2e3bc415..000000000000 --- a/dns/h2n/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -h2n - Translate host table to name server file format - -This program is explained in "DNS and BIND" (NUTSHELL HANDBOOK). - -- SADA Kenji -sada@FreeBSD.ORG diff --git a/dns/h2n/pkg-plist b/dns/h2n/pkg-plist deleted file mode 100644 index 63c0c3a82ea7..000000000000 --- a/dns/h2n/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/h2n -man/cat8/h2n.8 diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile deleted file mode 100644 index 2273e77214d7..000000000000 --- a/dns/hesiod/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Ports collection Makefile for: Hesiod -# Date created: 6/11/1998 -# Whom: n@nectar.com -# -# $FreeBSD$ -# - -PORTNAME= hesiod -PORTVERSION= 3.0.2 -CATEGORIES= net -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ \ - http://www.nectar.cc/distfiles/ - -MAINTAINER= nectar@FreeBSD.org - -MAN1= hesinfo.1 -MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ - hesiod_free_passwd.3 hesiod_free_postoffice.3 \ - hesiod_free_servent.3 hesiod_getmailhost.3 \ - hesiod_getpwnam.3 hesiod_getpwuid.3 \ - hesiod_getservbyname.3 hesiod_init.3 \ - hesiod_resolve.3 hesiod_to_bind.3 -MAN5= hesiod.conf.5 - -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == elf -VERSION=3 -SONAME="-Wl,-soname,libhesiod.so.${VERSION}" -.else -VERSION=3.0 -.endif - -MAKE_ENV+= VERSION="${VERSION}" SONAME="${SONAME}" - -.include <bsd.port.post.mk> diff --git a/dns/hesiod/distinfo b/dns/hesiod/distinfo deleted file mode 100644 index 99ee331dd82b..000000000000 --- a/dns/hesiod/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hesiod-3.0.2.tar.gz) = 0362311e80fb1e029a1588cbbd09ad57 diff --git a/dns/hesiod/files/patch-aa b/dns/hesiod/files/patch-aa deleted file mode 100644 index 3dcb8dfc6155..000000000000 --- a/dns/hesiod/files/patch-aa +++ /dev/null @@ -1,52 +0,0 @@ ---- Makefile.in.orig Fri Jan 3 15:02:55 1997 -+++ Makefile.in Mon Oct 4 12:29:32 1999 -@@ -24,17 +24,24 @@ - ALL_CFLAGS=-I. -DSYSCONFDIR=\"${sysconfdir}\" ${CPPFLAGS} ${CFLAGS} - OBJS=hesiod.o hesmailhost.o hespwnam.o hesservbyname.o hescompat.o - --all: libhesiod.a hesinfo hestest -+all: libhesiod.so.${VERSION} libhesiod.so hesinfo hestest libhesiod.a - - libhesiod.a: ${OBJS} - ar cru $@ ${OBJS} - ${RANLIB} $@ - --hesinfo: hesinfo.o libhesiod.a -- ${CC} ${LDFLAGS} -o $@ hesinfo.o libhesiod.a ${LIBS} -+libhesiod.so.${VERSION}: ${OBJS} -+ ${CC} -shared ${LDFLAGS} ${SONAME} ${OBJS} -o $@ - --hestest: hestest.o libhesiod.a -- ${CC} ${LDFLAGS} -o $@ hestest.o libhesiod.a ${LIBS} -+libhesiod.so: libhesiod.so.${VERSION} -+ rm -f $@ -+ ln $> $@ -+ -+hesinfo: hesinfo.o ${SHLIB} -+ ${CC} ${LDFLAGS} -o $@ hesinfo.o -L. -lhesiod ${LIBS} -+ -+hestest: hestest.o ${SHLIB} -+ ${CC} ${LDFLAGS} -o $@ hestest.o -L. -lhesiod ${LIBS} - - ${OBJS}: hesiod.h resscan.h - -@@ -55,6 +62,9 @@ - ${INSTALL} -c -m 644 libhesiod.a ${DESTDIR}${libdir} - ${RANLIB} ${DESTDIR}${libdir}/libhesiod.a - chmod u-w ${DESTDIR}${libdir}/libhesiod.a -+ ${INSTALL} -c -m 444 libhesiod.so.${VERSION} ${DESTDIR}${libdir} -+ ln -f -s ${DESTDIR}${libdir}/libhesiod.so.${VERSION} \ -+ ${DESTDIR}${libdir}/libhesiod.so - ${INSTALL_PROGRAM} -c -m 555 hesinfo ${DESTDIR}${lbindir} - ${INSTALL} -c -m 444 ${srcdir}/hesiod.h ${DESTDIR}${includedir} - ${INSTALL} -c -m 444 ${srcdir}/hesinfo.1 ${DESTDIR}${mandir}/man1 -@@ -85,7 +95,8 @@ - ${INSTALL} -c -m 444 ${srcdir}/hesiod.conf.5 ${DESTDIR}${mandir}/man5 - - clean: -- rm -f ${OBJS} libhesiod.a hesinfo.o hesinfo hestest.o hestest -+ rm -f ${OBJS} libhesiod.a hesinfo.o hesinfo hestest.o hestest \ -+ libhesiod.so.3 - - distclean: clean - rm -f config.cache config.log config.status Makefile config.h diff --git a/dns/hesiod/pkg-comment b/dns/hesiod/pkg-comment deleted file mode 100644 index 334703c7f4a1..000000000000 --- a/dns/hesiod/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A directory service built on DNS and BIND diff --git a/dns/hesiod/pkg-descr b/dns/hesiod/pkg-descr deleted file mode 100644 index 62c908628b9a..000000000000 --- a/dns/hesiod/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Hesiod is part of MIT's Athena Project. - -From the README file: - - Hesiod can provide general name service for a variety of - applications and is based on the Berkeley Internet Name Daemon - (BIND). - -Jacques Vidrine <n@nectar.com> diff --git a/dns/hesiod/pkg-plist b/dns/hesiod/pkg-plist deleted file mode 100644 index 04cc9777a7e5..000000000000 --- a/dns/hesiod/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/hesinfo -include/hesiod.h -lib/libhesiod.a -lib/libhesiod.so -lib/libhesiod.so.3.0 diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile deleted file mode 100644 index 40da8bb97609..000000000000 --- a/dns/nslint/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: nslint -# Date created: 27 October 1997 -# Whom: dglo@ssec.wisc.edu -# -# $FreeBSD$ -# - -PORTNAME= nslint -PORTVERSION= 2.0.1 -CATEGORIES= net -MASTER_SITES= ftp://ftp.ee.lbl.gov/ -EXTRACT_SUFX= .tar.Z - -MAINTAINER= dglo@SSEC.WISC.EDU - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --quiet -INSTALL_TARGET= install install-man -MAN8= nslint.8 - -.include <bsd.port.mk> diff --git a/dns/nslint/distinfo b/dns/nslint/distinfo deleted file mode 100644 index 11bf82499395..000000000000 --- a/dns/nslint/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nslint-2.0.1.tar.Z) = 884805aa54976165e393e2f423b6da16 diff --git a/dns/nslint/files/patch-aa b/dns/nslint/files/patch-aa deleted file mode 100644 index cbdbce18804c..000000000000 --- a/dns/nslint/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -*** Makefile.in.orig Tue Jul 22 19:22:58 1997 ---- Makefile.in Mon Oct 27 09:13:15 1997 -*************** -*** 77,82 **** ---- 77,84 ---- - - CLEANFILES = $(PROG) $(OBJ) $(GENSRC) - -+ all: $(PROG) -+ - $(PROG): $(OBJ) - @rm -f $@ - $(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS) diff --git a/dns/nslint/files/patch-ab b/dns/nslint/files/patch-ab deleted file mode 100644 index 9e2a3c8a87f9..000000000000 --- a/dns/nslint/files/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -*** nslint.c.orig Wed Sep 24 20:41:28 1997 ---- nslint.c Mon Oct 27 09:18:05 1997 -*************** -*** 127,134 **** - - int debug; - int errors; -! char *bootfile = "/etc/named.boot"; -! char *conffile = "/etc/named.conf"; - char *nslintboot; - char *nslintconf; - char *prog; ---- 127,134 ---- - - int debug; - int errors; -! char *bootfile = "/etc/namedb/named.boot"; -! char *conffile = "/etc/namedb/named.conf"; - char *nslintboot; - char *nslintconf; - char *prog; diff --git a/dns/nslint/files/patch-ac b/dns/nslint/files/patch-ac deleted file mode 100644 index 0e42b54a654d..000000000000 --- a/dns/nslint/files/patch-ac +++ /dev/null @@ -1,50 +0,0 @@ -*** nslint.8.orig Tue Feb 23 15:05:17 1999 ---- nslint.8 Sun Jan 2 14:48:23 2000 -*************** -*** 101,114 **** - Specify an alternate - .I named.boot - file. The default is -! .IR /etc/named.boot . - .TP - .TP - .B -c - Specify an alternate - .I named.conf - file. The default is -! .IR /etc/named.conf . - .TP - .B -B - Specify an alternate ---- 101,114 ---- - Specify an alternate - .I named.boot - file. The default is -! .IR /etc/namedb/named.boot . - .TP - .TP - .B -c - Specify an alternate - .I named.conf - file. The default is -! .IR /etc/namedb/named.conf . - .TP - .B -B - Specify an alternate -*************** -*** 398,404 **** - .na - .nh - .nf -! /etc/named.boot - default named configuration file - nslint.boot - default nslint configuration file - .ad - .hy ---- 398,404 ---- - .na - .nh - .nf -! /etc/namedb/named.boot - default named configuration file - nslint.boot - default nslint configuration file - .ad - .hy diff --git a/dns/nslint/pkg-comment b/dns/nslint/pkg-comment deleted file mode 100644 index b5e4f0c36dde..000000000000 --- a/dns/nslint/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perform consistency checks on DNS files diff --git a/dns/nslint/pkg-descr b/dns/nslint/pkg-descr deleted file mode 100644 index b0ab4b2133eb..000000000000 --- a/dns/nslint/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is nslint 2.0, a lint program for dns files. It is produced by the -Lawrence Berkeley National Laboratory, Network Research Group. - -Please send bugs and comments to nslint@ee.lbl.gov. - - - Craig Leres diff --git a/dns/nslint/pkg-plist b/dns/nslint/pkg-plist deleted file mode 100644 index 1f7fa353e619..000000000000 --- a/dns/nslint/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/nslint diff --git a/dns/nsping/Makefile b/dns/nsping/Makefile deleted file mode 100644 index 1a7ec01cb6bb..000000000000 --- a/dns/nsping/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: nsping -# Date created: 04 March 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= nsping -PORTVERSION= 0.8 -CATEGORIES= net -MASTER_SITES= http://www.enteract.com/~tqbf/ -DISTNAME= nsping - -MAINTAINER= kris@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PKGNAME} - -MAN8= nsping.8 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin - ${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8 - -.include <bsd.port.mk> diff --git a/dns/nsping/distinfo b/dns/nsping/distinfo deleted file mode 100644 index c0d519e6d4a1..000000000000 --- a/dns/nsping/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nsping.tar.gz) = 64785a50eb065a9b28ee33ec8c1ccab2 -RMD160 (nsping.tar.gz) = 6f64f04a3b97c04ab978dcd170e0f9f590f2952a -SHA1 (nsping.tar.gz) = 3e85186a1db7566728426b13c5683afe5ed96752 diff --git a/dns/nsping/files/patch-aa b/dns/nsping/files/patch-aa deleted file mode 100644 index 6b3d4f607e20..000000000000 --- a/dns/nsping/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Mon Nov 24 04:56:28 1997 -+++ Makefile Fri Nov 12 15:53:26 1999 -@@ -1,4 +1,4 @@ --CFLAGS= -g -+#CFLAGS= -g - #Solaris - #CFLAGS= -g -Dsys5 - LDFLAGS= -@@ -10,6 +10,8 @@ - OBJS= nsping.o dns-lib.o dns-rr.o - SRCS= nsping.c dns-lib.c dns-rr.c - HEADERS= nsping.h dns-lib.h dns-rr.h -+ -+all: ${TARGET} - - ${TARGET} : ${OBJS} - ${CC} ${CFLAGS} -o ${TARGET} ${OBJS} ${LDFLAGS} ${LIBS} diff --git a/dns/nsping/files/patch-ab b/dns/nsping/files/patch-ab deleted file mode 100644 index 970acc7d39cc..000000000000 --- a/dns/nsping/files/patch-ab +++ /dev/null @@ -1,28 +0,0 @@ ---- nsping.c.orig Fri Nov 12 15:30:42 1999 -+++ nsping.c Fri Nov 12 15:44:06 1999 -@@ -189,10 +189,14 @@ - - int guess_zone() { - char lhn[MAXDNAME]; -+ struct hostent *hp; - char *cp; - - if(gethostname(lhn, MAXDNAME) < 0) - return(0); -+ if((hp = gethostbyname(lhn)) == NULL) -+ return(0); -+ strlcpy(lhn, hp->h_name, sizeof(lhn)); - - cp = strchr(lhn, '.'); - if(!cp || !(*(++cp))) -@@ -679,9 +683,7 @@ - /* -------------------------------------------------------------------------- */ - - void usage() { -- fprintf(stderr, "nsping [ -z <zone> | -h <hostname> ] -p <port> -t <timeout>\n" -- "\t\t-a <local address> -P <local port>\n" -- "\t\t-T <type> <-r | -R, recurse?>\n"); -+ fprintf(stderr, "Usage: nsping [-dR] [-c count] [-z zone | -h hostname] [-t timeout] [-p dport] [-P sport] [-a saddr] [-T querytype]\n"); - return; - } - diff --git a/dns/nsping/pkg-comment b/dns/nsping/pkg-comment deleted file mode 100644 index 7ea95bbb5d7b..000000000000 --- a/dns/nsping/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DNS "ping" diff --git a/dns/nsping/pkg-descr b/dns/nsping/pkg-descr deleted file mode 100644 index f367812a6614..000000000000 --- a/dns/nsping/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -from nsping.8: - - Nsping uses DNS queries to monitor reachability and operation of name- - servers, as well as the latency of DNS queries. It does this by sending - random recursive DNS queries to the nameserver (avoiding the effects of - DNS caching) and measuring the amount of time between the sending of the - query and the receipt of the response packet. diff --git a/dns/nsping/pkg-plist b/dns/nsping/pkg-plist deleted file mode 100644 index af88623b47cd..000000000000 --- a/dns/nsping/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/nsping diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile deleted file mode 100644 index 11365bcbb706..000000000000 --- a/dns/p5-Net-DNS/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: p5-Net-DNS -# Date created: April 5th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= p5-Net-DNS -PORTVERSION= 0.12 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -DISTNAME= Net-DNS-0.12 - -MAINTAINER= jfitz@FreeBSD.org - -USE_PERL5= YES - -MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ - Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ - Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 Net::DNS::RR::HINFO.3 \ - Net::DNS::RR::ISDN.3 Net::DNS::RR::MG.3 Net::DNS::RR::MINFO.3 \ - Net::DNS::RR::MR.3 Net::DNS::RR::MX.3 Net::DNS::RR::NS.3 Net::DNS::RR::PTR.3 \ - Net::DNS::RR::RP.3 Net::DNS::RR::RT.3 Net::DNS::RR::SOA.3 Net::DNS::RR::SRV.3 \ - Net::DNS::RR::TXT.3 Net::DNS::RR::X25.3 Net::DNS::Resolver.3 \ - Net::DNS::RR::AAAA.3 Net::DNS::RR::EID.3 Net::DNS::RR::LOC.3 \ - Net::DNS::RR::MB.3 Net::DNS::RR::NAPTR.3 Net::DNS::RR::NIMLOC.3 \ - Net::DNS::RR::NSAP.3 Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 \ - Net::DNS::Update.3 - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo deleted file mode 100644 index 215dc53d63d8..000000000000 --- a/dns/p5-Net-DNS/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Net-DNS-0.12.tar.gz) = 377e8a971e8f3e9daed32976142886df diff --git a/dns/p5-Net-DNS/pkg-comment b/dns/p5-Net-DNS/pkg-comment deleted file mode 100644 index fb0e93803963..000000000000 --- a/dns/p5-Net-DNS/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 interface to the DNS resolver diff --git a/dns/p5-Net-DNS/pkg-descr b/dns/p5-Net-DNS/pkg-descr deleted file mode 100644 index a4489531f96f..000000000000 --- a/dns/p5-Net-DNS/pkg-descr +++ /dev/null @@ -1,45 +0,0 @@ - Net::DNS is a collection of Perl modules to interface with - the Domain Name System (DNS) resolver. It allows the - programmer to perform queries that are beyond the - capabilities of gethostbyname and gethostbyaddr. - - Resolver Objects - - A resolver object is an instance of the Net::DNS::Resolver - class. A program can have multiple resolver objects, each - maintaining its own state information such as the - nameservers to be queried, whether recursion is desired, - etc. - - Packet Objects - - Net::DNS::Resolver queries return Net::DNS::Packet - objects. Packet objects have five sections: - - o The header section, a Net::DNS::Header object. - - o The question section, a list of Net::DNS::Question - objects. - - o The answer section, a list of Net::DNS::RR objects. - - o The authority section, a list of Net::DNS::RR objects. - - o The additional section, a list of Net::DNS::RR objects. - - Header Objects - - Net::DNS::Header objects represent the header section of a - DNS packet. - - Question Objects - - Net::DNS::Question objects represent the query section of - a DNS packet. - - RR Objects - - Net::DNS::RR is the base class for DNS resource record - (RR) objects in the answer, authority, and additional - sections of a DNS packet. - diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist deleted file mode 100644 index 11b69ea6fa5b..000000000000 --- a/dns/p5-Net-DNS/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Header.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Packet.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Question.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/A.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AAAA.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AFSDB.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/CNAME.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/EID.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/HINFO.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/ISDN.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/LOC.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MB.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MG.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MINFO.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MR.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MX.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NAPTR.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NIMLOC.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NS.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NSAP.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NULL.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PTR.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PX.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RP.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RT.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SOA.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SRV.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/TXT.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/X25.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Resolver.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Update.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true |