diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
| commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
| tree | d799b77773a040bd9f634696266507c9072dd071 /dns | |
| parent | c2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff) | |
Diffstat (limited to 'dns')
130 files changed, 0 insertions, 2679 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile deleted file mode 100644 index 222adf9e2c17..000000000000 --- a/dns/adns/Makefile +++ /dev/null @@ -1,28 +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= 1.0 -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 - -LIBVERSION= 1 -PLIST_SUB+= LIBVERSION="${LIBVERSION}" - -post-install: - @${LN} -sf libadns.so.${LIBVERSION} ${PREFIX}/lib/libadns.so - strip ${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 492300801971..000000000000 --- a/dns/adns/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (adns-1.0.tar.gz) = af4411ee10875b96c0d61f903018f438 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 8aae847ffe2c..000000000000 --- a/dns/adns/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/adnslogres -bin/adnshost -bin/adnsresfilter -include/adns.h -lib/libadns.a -lib/libadns.so -lib/libadns.so.%%LIBVERSION%% 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 26b2a7ec5de4..000000000000 --- a/dns/bind9/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 6 October 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 9.0.0 -PORTREVISION= 1 -CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org - -GNU_CONFIGURE= yes - -MAN1= host.1 -MAN5= rndc.conf.5 -MAN8= lwresd.8 named.8 nsupdate.8 rndc.8 dnssec-keygen.8 dnssec-makekeyset.8 \ - dnssec-signkey.8 dnssec-signzone.8 - -post-install: -.for NUM in 1 5 8 - ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.${NUM} ${MANPREFIX}/man/man${NUM} -.endfor - ${INSTALL_MAN} ${WRKSRC}/doc/man/dnssec/* ${MANPREFIX}/man/man8 - -.include <bsd.port.mk> diff --git a/dns/bind9/distinfo b/dns/bind9/distinfo deleted file mode 100644 index 46d8f8df6177..000000000000 --- a/dns/bind9/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bind-9.0.0.tar.gz) = 04d09c518c154ce22a004d670b0fdaf4 diff --git a/dns/bind9/files/patch-Makefile.in b/dns/bind9/files/patch-Makefile.in deleted file mode 100644 index 6439868a658b..000000000000 --- a/dns/bind9/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in Wed Jul 26 20:48:49 2000 -+++ Makefile.in.new Sat Oct 28 22:52:11 2000 -@@ -43,7 +43,7 @@ - cleandir: distclean - - install:: isc-config.sh -- ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} -+ ${INSTALL_DATA} -m 555 isc-config.sh ${DESTDIR}${bindir} - - kit: kitclean - mkdir bind-${VERSION} 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 4adf902b8c27..000000000000 --- a/dns/bind9/pkg-plist +++ /dev/null @@ -1,181 +0,0 @@ -bin/dig -bin/host -bin/isc-config.sh -bin/nslookup -bin/nsupdate -include/dns/a6.h -include/dns/acl.h -include/dns/aclconf.h -include/dns/adb.h -include/dns/byaddr.h -include/dns/cache.h -include/dns/callbacks.h -include/dns/cert.h -include/dns/compress.h -include/dns/confacl.h -include/dns/confcache.h -include/dns/confcommon.h -include/dns/confctl.h -include/dns/confctx.h -include/dns/confip.h -include/dns/confkeys.h -include/dns/conflog.h -include/dns/conflsn.h -include/dns/confparser.h -include/dns/confresolv.h -include/dns/confrrset.h -include/dns/confview.h -include/dns/confzone.h -include/dns/db.h -include/dns/dbiterator.h -include/dns/dbtable.h -include/dns/dispatch.h -include/dns/dnssec.h -include/dns/enumclass.h -include/dns/enumtype.h -include/dns/events.h -include/dns/fixedname.h -include/dns/journal.h -include/dns/keyflags.h -include/dns/keytable.h -include/dns/keyvalues.h -include/dns/lib.h -include/dns/log.h -include/dns/master.h -include/dns/masterdump.h -include/dns/message.h -include/dns/name.h -include/dns/namedconf.h -include/dns/ncache.h -include/dns/nxt.h -include/dns/peer.h -include/dns/rbt.h -include/dns/rcode.h -include/dns/rdata.h -include/dns/rdataclass.h -include/dns/rdatalist.h -include/dns/rdataset.h -include/dns/rdatasetiter.h -include/dns/rdataslab.h -include/dns/rdatastruct.h -include/dns/rdatatype.h -include/dns/request.h -include/dns/resolver.h -include/dns/result.h -include/dns/rootns.h -include/dns/secalg.h -include/dns/secproto.h -include/dns/ssu.h -include/dns/tcpmsg.h -include/dns/time.h -include/dns/tkey.h -include/dns/tkeyconf.h -include/dns/tsig.h -include/dns/ttl.h -include/dns/types.h -include/dns/validator.h -include/dns/view.h -include/dns/xfrin.h -include/dns/zone.h -include/dns/zoneconf.h -include/dns/zt.h -include/dst/dst.h -include/dst/lib.h -include/dst/result.h -include/isc/app.h -include/isc/assertions.h -include/isc/base64.h -include/isc/bitstring.h -include/isc/boolean.h -include/isc/buffer.h -include/isc/bufferlist.h -include/isc/commandline.h -include/isc/condition.h -include/isc/dir.h -include/isc/entropy.h -include/isc/error.h -include/isc/event.h -include/isc/eventclass.h -include/isc/file.h -include/isc/formatcheck.h -include/isc/fsaccess.h -include/isc/heap.h -include/isc/int.h -include/isc/interfaceiter.h -include/isc/lang.h -include/isc/lex.h -include/isc/lfsr.h -include/isc/lib.h -include/isc/list.h -include/isc/log.h -include/isc/magic.h -include/isc/md5.h -include/isc/mem.h -include/isc/msgcat.h -include/isc/mutex.h -include/isc/mutexblock.h -include/isc/net.h -include/isc/netaddr.h -include/isc/netdb.h -include/isc/offset.h -include/isc/once.h -include/isc/ondestroy.h -include/isc/os.h -include/isc/platform.h -include/isc/print.h -include/isc/quota.h -include/isc/random.h -include/isc/ratelimiter.h -include/isc/region.h -include/isc/result.h -include/isc/resultclass.h -include/isc/rwlock.h -include/isc/serial.h -include/isc/sha1.h -include/isc/sockaddr.h -include/isc/socket.h -include/isc/stdio.h -include/isc/stdtime.h -include/isc/string.h -include/isc/symtab.h -include/isc/task.h -include/isc/taskpool.h -include/isc/thread.h -include/isc/time.h -include/isc/timer.h -include/isc/types.h -include/isc/util.h -include/lwres/context.h -include/lwres/int.h -include/lwres/ipv6.h -include/lwres/lang.h -include/lwres/list.h -include/lwres/lwbuffer.h -include/lwres/lwpacket.h -include/lwres/lwres.h -include/lwres/net.h -include/lwres/netdb.h -include/lwres/platform.h -include/lwres/result.h -include/omapi/compatibility.h -include/omapi/lib.h -include/omapi/omapi.h -include/omapi/private.h -include/omapi/result.h -include/omapi/types.h -lib/libdns.a -lib/libisc.a -lib/liblwres.a -lib/libomapi.a -sbin/dnssec-keygen -sbin/dnssec-makekeyset -sbin/dnssec-signkey -sbin/dnssec-signzone -sbin/lwresd -sbin/named -sbin/rndc -@dirrm include/omapi -@dirrm include/lwres -@dirrm include/isc -@dirrm include/dst -@dirrm include/dns diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile deleted file mode 100644 index 26b2a7ec5de4..000000000000 --- a/dns/bind94/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 6 October 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 9.0.0 -PORTREVISION= 1 -CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org - -GNU_CONFIGURE= yes - -MAN1= host.1 -MAN5= rndc.conf.5 -MAN8= lwresd.8 named.8 nsupdate.8 rndc.8 dnssec-keygen.8 dnssec-makekeyset.8 \ - dnssec-signkey.8 dnssec-signzone.8 - -post-install: -.for NUM in 1 5 8 - ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.${NUM} ${MANPREFIX}/man/man${NUM} -.endfor - ${INSTALL_MAN} ${WRKSRC}/doc/man/dnssec/* ${MANPREFIX}/man/man8 - -.include <bsd.port.mk> diff --git a/dns/bind94/distinfo b/dns/bind94/distinfo deleted file mode 100644 index 46d8f8df6177..000000000000 --- a/dns/bind94/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bind-9.0.0.tar.gz) = 04d09c518c154ce22a004d670b0fdaf4 diff --git a/dns/bind94/files/patch-Makefile.in b/dns/bind94/files/patch-Makefile.in deleted file mode 100644 index 6439868a658b..000000000000 --- a/dns/bind94/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in Wed Jul 26 20:48:49 2000 -+++ Makefile.in.new Sat Oct 28 22:52:11 2000 -@@ -43,7 +43,7 @@ - cleandir: distclean - - install:: isc-config.sh -- ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} -+ ${INSTALL_DATA} -m 555 isc-config.sh ${DESTDIR}${bindir} - - kit: kitclean - mkdir bind-${VERSION} 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 4adf902b8c27..000000000000 --- a/dns/bind94/pkg-plist +++ /dev/null @@ -1,181 +0,0 @@ -bin/dig -bin/host -bin/isc-config.sh -bin/nslookup -bin/nsupdate -include/dns/a6.h -include/dns/acl.h -include/dns/aclconf.h -include/dns/adb.h -include/dns/byaddr.h -include/dns/cache.h -include/dns/callbacks.h -include/dns/cert.h -include/dns/compress.h -include/dns/confacl.h -include/dns/confcache.h -include/dns/confcommon.h -include/dns/confctl.h -include/dns/confctx.h -include/dns/confip.h -include/dns/confkeys.h -include/dns/conflog.h -include/dns/conflsn.h -include/dns/confparser.h -include/dns/confresolv.h -include/dns/confrrset.h -include/dns/confview.h -include/dns/confzone.h -include/dns/db.h -include/dns/dbiterator.h -include/dns/dbtable.h -include/dns/dispatch.h -include/dns/dnssec.h -include/dns/enumclass.h -include/dns/enumtype.h -include/dns/events.h -include/dns/fixedname.h -include/dns/journal.h -include/dns/keyflags.h -include/dns/keytable.h -include/dns/keyvalues.h -include/dns/lib.h -include/dns/log.h -include/dns/master.h -include/dns/masterdump.h -include/dns/message.h -include/dns/name.h -include/dns/namedconf.h -include/dns/ncache.h -include/dns/nxt.h -include/dns/peer.h -include/dns/rbt.h -include/dns/rcode.h -include/dns/rdata.h -include/dns/rdataclass.h -include/dns/rdatalist.h -include/dns/rdataset.h -include/dns/rdatasetiter.h -include/dns/rdataslab.h -include/dns/rdatastruct.h -include/dns/rdatatype.h -include/dns/request.h -include/dns/resolver.h -include/dns/result.h -include/dns/rootns.h -include/dns/secalg.h -include/dns/secproto.h -include/dns/ssu.h -include/dns/tcpmsg.h -include/dns/time.h -include/dns/tkey.h -include/dns/tkeyconf.h -include/dns/tsig.h -include/dns/ttl.h -include/dns/types.h -include/dns/validator.h -include/dns/view.h -include/dns/xfrin.h -include/dns/zone.h -include/dns/zoneconf.h -include/dns/zt.h -include/dst/dst.h -include/dst/lib.h -include/dst/result.h -include/isc/app.h -include/isc/assertions.h -include/isc/base64.h -include/isc/bitstring.h -include/isc/boolean.h -include/isc/buffer.h -include/isc/bufferlist.h -include/isc/commandline.h -include/isc/condition.h -include/isc/dir.h -include/isc/entropy.h -include/isc/error.h -include/isc/event.h -include/isc/eventclass.h -include/isc/file.h -include/isc/formatcheck.h -include/isc/fsaccess.h -include/isc/heap.h -include/isc/int.h -include/isc/interfaceiter.h -include/isc/lang.h -include/isc/lex.h -include/isc/lfsr.h -include/isc/lib.h -include/isc/list.h -include/isc/log.h -include/isc/magic.h -include/isc/md5.h -include/isc/mem.h -include/isc/msgcat.h -include/isc/mutex.h -include/isc/mutexblock.h -include/isc/net.h -include/isc/netaddr.h -include/isc/netdb.h -include/isc/offset.h -include/isc/once.h -include/isc/ondestroy.h -include/isc/os.h -include/isc/platform.h -include/isc/print.h -include/isc/quota.h -include/isc/random.h -include/isc/ratelimiter.h -include/isc/region.h -include/isc/result.h -include/isc/resultclass.h -include/isc/rwlock.h -include/isc/serial.h -include/isc/sha1.h -include/isc/sockaddr.h -include/isc/socket.h -include/isc/stdio.h -include/isc/stdtime.h -include/isc/string.h -include/isc/symtab.h -include/isc/task.h -include/isc/taskpool.h -include/isc/thread.h -include/isc/time.h -include/isc/timer.h -include/isc/types.h -include/isc/util.h -include/lwres/context.h -include/lwres/int.h -include/lwres/ipv6.h -include/lwres/lang.h -include/lwres/list.h -include/lwres/lwbuffer.h -include/lwres/lwpacket.h -include/lwres/lwres.h -include/lwres/net.h -include/lwres/netdb.h -include/lwres/platform.h -include/lwres/result.h -include/omapi/compatibility.h -include/omapi/lib.h -include/omapi/omapi.h -include/omapi/private.h -include/omapi/result.h -include/omapi/types.h -lib/libdns.a -lib/libisc.a -lib/liblwres.a -lib/libomapi.a -sbin/dnssec-keygen -sbin/dnssec-makekeyset -sbin/dnssec-signkey -sbin/dnssec-signzone -sbin/lwresd -sbin/named -sbin/rndc -@dirrm include/omapi -@dirrm include/lwres -@dirrm include/isc -@dirrm include/dst -@dirrm include/dns diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile deleted file mode 100644 index 26b2a7ec5de4..000000000000 --- a/dns/bind95/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 6 October 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 9.0.0 -PORTREVISION= 1 -CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org - -GNU_CONFIGURE= yes - -MAN1= host.1 -MAN5= rndc.conf.5 -MAN8= lwresd.8 named.8 nsupdate.8 rndc.8 dnssec-keygen.8 dnssec-makekeyset.8 \ - dnssec-signkey.8 dnssec-signzone.8 - -post-install: -.for NUM in 1 5 8 - ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.${NUM} ${MANPREFIX}/man/man${NUM} -.endfor - ${INSTALL_MAN} ${WRKSRC}/doc/man/dnssec/* ${MANPREFIX}/man/man8 - -.include <bsd.port.mk> diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo deleted file mode 100644 index 46d8f8df6177..000000000000 --- a/dns/bind95/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bind-9.0.0.tar.gz) = 04d09c518c154ce22a004d670b0fdaf4 diff --git a/dns/bind95/files/patch-Makefile.in b/dns/bind95/files/patch-Makefile.in deleted file mode 100644 index 6439868a658b..000000000000 --- a/dns/bind95/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in Wed Jul 26 20:48:49 2000 -+++ Makefile.in.new Sat Oct 28 22:52:11 2000 -@@ -43,7 +43,7 @@ - cleandir: distclean - - install:: isc-config.sh -- ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} -+ ${INSTALL_DATA} -m 555 isc-config.sh ${DESTDIR}${bindir} - - kit: kitclean - mkdir bind-${VERSION} 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 4adf902b8c27..000000000000 --- a/dns/bind95/pkg-plist +++ /dev/null @@ -1,181 +0,0 @@ -bin/dig -bin/host -bin/isc-config.sh -bin/nslookup -bin/nsupdate -include/dns/a6.h -include/dns/acl.h -include/dns/aclconf.h -include/dns/adb.h -include/dns/byaddr.h -include/dns/cache.h -include/dns/callbacks.h -include/dns/cert.h -include/dns/compress.h -include/dns/confacl.h -include/dns/confcache.h -include/dns/confcommon.h -include/dns/confctl.h -include/dns/confctx.h -include/dns/confip.h -include/dns/confkeys.h -include/dns/conflog.h -include/dns/conflsn.h -include/dns/confparser.h -include/dns/confresolv.h -include/dns/confrrset.h -include/dns/confview.h -include/dns/confzone.h -include/dns/db.h -include/dns/dbiterator.h -include/dns/dbtable.h -include/dns/dispatch.h -include/dns/dnssec.h -include/dns/enumclass.h -include/dns/enumtype.h -include/dns/events.h -include/dns/fixedname.h -include/dns/journal.h -include/dns/keyflags.h -include/dns/keytable.h -include/dns/keyvalues.h -include/dns/lib.h -include/dns/log.h -include/dns/master.h -include/dns/masterdump.h -include/dns/message.h -include/dns/name.h -include/dns/namedconf.h -include/dns/ncache.h -include/dns/nxt.h -include/dns/peer.h -include/dns/rbt.h -include/dns/rcode.h -include/dns/rdata.h -include/dns/rdataclass.h -include/dns/rdatalist.h -include/dns/rdataset.h -include/dns/rdatasetiter.h -include/dns/rdataslab.h -include/dns/rdatastruct.h -include/dns/rdatatype.h -include/dns/request.h -include/dns/resolver.h -include/dns/result.h -include/dns/rootns.h -include/dns/secalg.h -include/dns/secproto.h -include/dns/ssu.h -include/dns/tcpmsg.h -include/dns/time.h -include/dns/tkey.h -include/dns/tkeyconf.h -include/dns/tsig.h -include/dns/ttl.h -include/dns/types.h -include/dns/validator.h -include/dns/view.h -include/dns/xfrin.h -include/dns/zone.h -include/dns/zoneconf.h -include/dns/zt.h -include/dst/dst.h -include/dst/lib.h -include/dst/result.h -include/isc/app.h -include/isc/assertions.h -include/isc/base64.h -include/isc/bitstring.h -include/isc/boolean.h -include/isc/buffer.h -include/isc/bufferlist.h -include/isc/commandline.h -include/isc/condition.h -include/isc/dir.h -include/isc/entropy.h -include/isc/error.h -include/isc/event.h -include/isc/eventclass.h -include/isc/file.h -include/isc/formatcheck.h -include/isc/fsaccess.h -include/isc/heap.h -include/isc/int.h -include/isc/interfaceiter.h -include/isc/lang.h -include/isc/lex.h -include/isc/lfsr.h -include/isc/lib.h -include/isc/list.h -include/isc/log.h -include/isc/magic.h -include/isc/md5.h -include/isc/mem.h -include/isc/msgcat.h -include/isc/mutex.h -include/isc/mutexblock.h -include/isc/net.h -include/isc/netaddr.h -include/isc/netdb.h -include/isc/offset.h -include/isc/once.h -include/isc/ondestroy.h -include/isc/os.h -include/isc/platform.h -include/isc/print.h -include/isc/quota.h -include/isc/random.h -include/isc/ratelimiter.h -include/isc/region.h -include/isc/result.h -include/isc/resultclass.h -include/isc/rwlock.h -include/isc/serial.h -include/isc/sha1.h -include/isc/sockaddr.h -include/isc/socket.h -include/isc/stdio.h -include/isc/stdtime.h -include/isc/string.h -include/isc/symtab.h -include/isc/task.h -include/isc/taskpool.h -include/isc/thread.h -include/isc/time.h -include/isc/timer.h -include/isc/types.h -include/isc/util.h -include/lwres/context.h -include/lwres/int.h -include/lwres/ipv6.h -include/lwres/lang.h -include/lwres/list.h -include/lwres/lwbuffer.h -include/lwres/lwpacket.h -include/lwres/lwres.h -include/lwres/net.h -include/lwres/netdb.h -include/lwres/platform.h -include/lwres/result.h -include/omapi/compatibility.h -include/omapi/lib.h -include/omapi/omapi.h -include/omapi/private.h -include/omapi/result.h -include/omapi/types.h -lib/libdns.a -lib/libisc.a -lib/liblwres.a -lib/libomapi.a -sbin/dnssec-keygen -sbin/dnssec-makekeyset -sbin/dnssec-signkey -sbin/dnssec-signzone -sbin/lwresd -sbin/named -sbin/rndc -@dirrm include/omapi -@dirrm include/lwres -@dirrm include/isc -@dirrm include/dst -@dirrm include/dns diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile deleted file mode 100644 index 26b2a7ec5de4..000000000000 --- a/dns/bind96/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 6 October 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 9.0.0 -PORTREVISION= 1 -CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org - -GNU_CONFIGURE= yes - -MAN1= host.1 -MAN5= rndc.conf.5 -MAN8= lwresd.8 named.8 nsupdate.8 rndc.8 dnssec-keygen.8 dnssec-makekeyset.8 \ - dnssec-signkey.8 dnssec-signzone.8 - -post-install: -.for NUM in 1 5 8 - ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.${NUM} ${MANPREFIX}/man/man${NUM} -.endfor - ${INSTALL_MAN} ${WRKSRC}/doc/man/dnssec/* ${MANPREFIX}/man/man8 - -.include <bsd.port.mk> diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo deleted file mode 100644 index 46d8f8df6177..000000000000 --- a/dns/bind96/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bind-9.0.0.tar.gz) = 04d09c518c154ce22a004d670b0fdaf4 diff --git a/dns/bind96/files/patch-Makefile.in b/dns/bind96/files/patch-Makefile.in deleted file mode 100644 index 6439868a658b..000000000000 --- a/dns/bind96/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in Wed Jul 26 20:48:49 2000 -+++ Makefile.in.new Sat Oct 28 22:52:11 2000 -@@ -43,7 +43,7 @@ - cleandir: distclean - - install:: isc-config.sh -- ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} -+ ${INSTALL_DATA} -m 555 isc-config.sh ${DESTDIR}${bindir} - - kit: kitclean - mkdir bind-${VERSION} 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 4adf902b8c27..000000000000 --- a/dns/bind96/pkg-plist +++ /dev/null @@ -1,181 +0,0 @@ -bin/dig -bin/host -bin/isc-config.sh -bin/nslookup -bin/nsupdate -include/dns/a6.h -include/dns/acl.h -include/dns/aclconf.h -include/dns/adb.h -include/dns/byaddr.h -include/dns/cache.h -include/dns/callbacks.h -include/dns/cert.h -include/dns/compress.h -include/dns/confacl.h -include/dns/confcache.h -include/dns/confcommon.h -include/dns/confctl.h -include/dns/confctx.h -include/dns/confip.h -include/dns/confkeys.h -include/dns/conflog.h -include/dns/conflsn.h -include/dns/confparser.h -include/dns/confresolv.h -include/dns/confrrset.h -include/dns/confview.h -include/dns/confzone.h -include/dns/db.h -include/dns/dbiterator.h -include/dns/dbtable.h -include/dns/dispatch.h -include/dns/dnssec.h -include/dns/enumclass.h -include/dns/enumtype.h -include/dns/events.h -include/dns/fixedname.h -include/dns/journal.h -include/dns/keyflags.h -include/dns/keytable.h -include/dns/keyvalues.h -include/dns/lib.h -include/dns/log.h -include/dns/master.h -include/dns/masterdump.h -include/dns/message.h -include/dns/name.h -include/dns/namedconf.h -include/dns/ncache.h -include/dns/nxt.h -include/dns/peer.h -include/dns/rbt.h -include/dns/rcode.h -include/dns/rdata.h -include/dns/rdataclass.h -include/dns/rdatalist.h -include/dns/rdataset.h -include/dns/rdatasetiter.h -include/dns/rdataslab.h -include/dns/rdatastruct.h -include/dns/rdatatype.h -include/dns/request.h -include/dns/resolver.h -include/dns/result.h -include/dns/rootns.h -include/dns/secalg.h -include/dns/secproto.h -include/dns/ssu.h -include/dns/tcpmsg.h -include/dns/time.h -include/dns/tkey.h -include/dns/tkeyconf.h -include/dns/tsig.h -include/dns/ttl.h -include/dns/types.h -include/dns/validator.h -include/dns/view.h -include/dns/xfrin.h -include/dns/zone.h -include/dns/zoneconf.h -include/dns/zt.h -include/dst/dst.h -include/dst/lib.h -include/dst/result.h -include/isc/app.h -include/isc/assertions.h -include/isc/base64.h -include/isc/bitstring.h -include/isc/boolean.h -include/isc/buffer.h -include/isc/bufferlist.h -include/isc/commandline.h -include/isc/condition.h -include/isc/dir.h -include/isc/entropy.h -include/isc/error.h -include/isc/event.h -include/isc/eventclass.h -include/isc/file.h -include/isc/formatcheck.h -include/isc/fsaccess.h -include/isc/heap.h -include/isc/int.h -include/isc/interfaceiter.h -include/isc/lang.h -include/isc/lex.h -include/isc/lfsr.h -include/isc/lib.h -include/isc/list.h -include/isc/log.h -include/isc/magic.h -include/isc/md5.h -include/isc/mem.h -include/isc/msgcat.h -include/isc/mutex.h -include/isc/mutexblock.h -include/isc/net.h -include/isc/netaddr.h -include/isc/netdb.h -include/isc/offset.h -include/isc/once.h -include/isc/ondestroy.h -include/isc/os.h -include/isc/platform.h -include/isc/print.h -include/isc/quota.h -include/isc/random.h -include/isc/ratelimiter.h -include/isc/region.h -include/isc/result.h -include/isc/resultclass.h -include/isc/rwlock.h -include/isc/serial.h -include/isc/sha1.h -include/isc/sockaddr.h -include/isc/socket.h -include/isc/stdio.h -include/isc/stdtime.h -include/isc/string.h -include/isc/symtab.h -include/isc/task.h -include/isc/taskpool.h -include/isc/thread.h -include/isc/time.h -include/isc/timer.h -include/isc/types.h -include/isc/util.h -include/lwres/context.h -include/lwres/int.h -include/lwres/ipv6.h -include/lwres/lang.h -include/lwres/list.h -include/lwres/lwbuffer.h -include/lwres/lwpacket.h -include/lwres/lwres.h -include/lwres/net.h -include/lwres/netdb.h -include/lwres/platform.h -include/lwres/result.h -include/omapi/compatibility.h -include/omapi/lib.h -include/omapi/omapi.h -include/omapi/private.h -include/omapi/result.h -include/omapi/types.h -lib/libdns.a -lib/libisc.a -lib/liblwres.a -lib/libomapi.a -sbin/dnssec-keygen -sbin/dnssec-makekeyset -sbin/dnssec-signkey -sbin/dnssec-signzone -sbin/lwresd -sbin/named -sbin/rndc -@dirrm include/omapi -@dirrm include/lwres -@dirrm include/isc -@dirrm include/dst -@dirrm include/dns diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile deleted file mode 100644 index 22099e710d5b..000000000000 --- a/dns/ddup/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: ddup -# Date created: 30 September 1999 -# Whom: cjm2 -# -# $FreeBSD$ -# - -PORTNAME= ddup -PORTVERSION= 3.0.1 -CATEGORIES= net -MASTER_SITES= http://www.ddup.org/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-unix - -MAINTAINER= cjm2@altavista.net - -MAN1= ddup.1 -MANCOMPRESSED= maybe - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -# Uncomment this if you want to enable debugging. -#DEBUG= -g - -MAKE_ARGS= DEBUG="${DEBUG}" - -post-extract: - cd ${WRKSRC}; ${GUNZIP_CMD} ddup.1.gz - -post-patch: - ${PERL} -i -pe 's,!!PREFIX!!,${PREFIX},' ${WRKSRC}/ddupcron.sh - ${PERL} -i -pe 's,/etc\b,${PREFIX}$$&,' ${WRKSRC}/ddup.1 - -pre-build: - ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ - ${ECHO} "#define file_name \"${PREFIX}/etc/ddup.conf\"" > ${WRKSRC}/options.h - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ddupcron.sh ${PREFIX}/sbin/ -.if !defined(NOPORTSDOC) - ${MKDIR} ${PREFIX}/share/doc/ddup - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ddup/ -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/dns/ddup/distinfo b/dns/ddup/distinfo deleted file mode 100644 index fb43fa3f1d8d..000000000000 --- a/dns/ddup/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ddup-3.0.1-unix.tar.gz) = 6c3ee8158f994de4cbbaf0593fb0226c diff --git a/dns/ddup/files/Makefile b/dns/ddup/files/Makefile deleted file mode 100644 index c875fcafb1c9..000000000000 --- a/dns/ddup/files/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PROG= ddup -SRCS= ddup.c \ - ddup_functions.c \ - getopt.c \ - getopt1.c \ - parse_config.c \ - parse_option.c \ - update.c -CFLAGS+= ${DEBUG} -MAN1= ddup.1 -BINDIR= ${LOCALBASE}/sbin -MANDIR= ${LOCALBASE}/man/man - -.include <bsd.prog.mk> - diff --git a/dns/ddup/files/patch-ddupcron.sh b/dns/ddup/files/patch-ddupcron.sh deleted file mode 100644 index ed354d7afff8..000000000000 --- a/dns/ddup/files/patch-ddupcron.sh +++ /dev/null @@ -1,29 +0,0 @@ ---- ddupcron.sh.orig Mon Oct 23 02:11:48 2000 -+++ ddupcron.sh Thu Nov 2 14:16:39 2000 -@@ -2,19 +2,23 @@ - - # Define the host to be updated as 1st arguement to script - if [ -z $1 ]; then -- echo "Usage: ddupcron.sh hostname" -+ echo "Usage: ddupcron.sh hostname [interface]" - exit - else - HOST=$1 - fi - # Define interface to grep address from --IFACE="eth0" -+if [ -z $2 ]; then -+ IFACE=fxp0 -+else -+ IFACE=$2 -+fi - IFCHECK=$(/sbin/ifconfig $IFACE|grep ask|awk '{print $2}'|cut -d ':' -f2) - # Define where we should store last IP - IPFILE="/tmp/ddupip" - IPCHECK=$(cat $IPFILE) - # Define path to ddup and ddup arguments (except --host) --DDUP_PATH="/home/ddup/ddup" -+DDUP_PATH="!!PREFIX!!/sbin/ddup" - DDUP_ARGS="--debug" - - diff --git a/dns/ddup/pkg-comment b/dns/ddup/pkg-comment deleted file mode 100644 index 3a489e82631d..000000000000 --- a/dns/ddup/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A DynDNS.org client for UNIX (Now support NIC v2.0) diff --git a/dns/ddup/pkg-descr b/dns/ddup/pkg-descr deleted file mode 100644 index a39e2362e40d..000000000000 --- a/dns/ddup/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -DD-UP is a program that is used to update a host provided by the Free -DynDNS service of dyndns.org. - -This version supports: - - Dynamic Hostnames - - Static Hostnames - - DynDNS.Org NIC v2.0 - -Features in this version include: - - Automatic IP Detection - - Manual IP Specification - - Wildcard hosts - - Backup MX hosts - - Operation through a proxy server - -Author: Thomas Gandy <tegandy@enid.com> -WWW: http://www.ddup.org/ - -EMAIL: cjm2@altavista.net diff --git a/dns/ddup/pkg-message b/dns/ddup/pkg-message deleted file mode 100644 index 74555f9fa182..000000000000 --- a/dns/ddup/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -******************************************************** -*** 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 03f294b6ea19..000000000000 --- a/dns/ddup/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -sbin/ddup -sbin/ddupcron.sh -share/doc/ddup/README -@dirrm share/doc/ddup diff --git a/dns/dhid/Makefile b/dns/dhid/Makefile deleted file mode 100644 index e01835a2e849..000000000000 --- a/dns/dhid/Makefile +++ /dev/null @@ -1,37 +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."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dhid.sh ${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/dhid.sh b/dns/dhid/files/dhid.sh deleted file mode 100644 index 510f4ab70d16..000000000000 --- a/dns/dhid/files/dhid.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x "${PREFIX}/sbin/dhid" -a -f "${PREFIX}/etc/dhid.conf" ] && ${PREFIX}/sbin/dhid > /dev/null && echo -n ' dhid' - ;; -stop) - killall dhid && echo -n ' dhid' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 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 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 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 73d0e468360e..000000000000 --- a/dns/dlint/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -sbin/dlint -sbin/digparse -share/doc/dlint/README -@dirrm share/doc/dlint diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile deleted file mode 100644 index 974a7ce59f87..000000000000 --- a/dns/dnsutl/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Ports collection makefile for: dnsutl -# Date created: Nov 05, 1998 -# Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) -# -# $FreeBSD$ -# - -PORTNAME= dnsutl -PORTVERSION= 1.6 -CATEGORIES= net -MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \ - http://www.tip.net.au/~millerp/dnsutl/ \ - http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ \ - ftp://ftp.agso.gov.au/pub/Aegis/dnsutl/ - -MAINTAINER= Karl.Dietz@frankfurt.netsurf.de - -GNU_CONFIGURE= yes -ALL_TARGET= all sure - -MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \ - dns-ethers-import.1 dns-ethers.1 dns-filter.1 \ - dns-hosts-import.1 dns-hosts.1 dns-license.1 \ - dns-ng.1 dns-rev.1 - -.include <bsd.port.mk> diff --git a/dns/dnsutl/distinfo b/dns/dnsutl/distinfo deleted file mode 100644 index 1a451ab55614..000000000000 --- a/dns/dnsutl/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dnsutl-1.6.tar.gz) = 4cb1882c19c31de7a2e56d449b66bf97 diff --git a/dns/dnsutl/files/patch-aa b/dns/dnsutl/files/patch-aa deleted file mode 100644 index 676db278a228..000000000000 --- a/dns/dnsutl/files/patch-aa +++ /dev/null @@ -1,113 +0,0 @@ ---- Makefile.in.orig Mon Jul 5 15:54:45 1999 -+++ Makefile.in Sun Dec 26 14:40:21 1999 -@@ -124,6 +124,11 @@ - LIBEXT = a - - # -+# -+# -+SOELIM = @SOELIM@ -+ -+# - # You should not need to alter anything below this point. - #------------------------------------------------------------ - -@@ -644,7 +649,7 @@ - awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@ - - $(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-boot-check.1 > tmp -+ (cd man1; $(SOELIM) dns-boot-check.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -652,7 +657,7 @@ - awk -f etc/txt2c.awk man1/dns-bootp.1 > $@ - - $(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-bootp.1 > tmp -+ (cd man1; $(SOELIM) dns-bootp.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -660,7 +665,7 @@ - awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@ - - $(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-bootparams.1 > tmp -+ (cd man1; $(SOELIM) dns-bootparams.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -669,7 +674,7 @@ - - $(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \ - man1/.mandir -- $(SOELIM) -Iman1 man1/dns-ethers-import.1 > tmp -+ (cd man1; $(SOELIM) dns-ethers-import.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -677,7 +682,7 @@ - awk -f etc/txt2c.awk man1/dns-ethers.1 > $@ - - $(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-ethers.1 > tmp -+ (cd man1; $(SOELIM) dns-ethers.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -685,7 +690,7 @@ - awk -f etc/txt2c.awk man1/dns-filter.1 > $@ - - $(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-filter.1 > tmp -+ (cd man1; $(SOELIM) dns-filter.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -693,7 +698,7 @@ - awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@ - - $(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-hosts-import.1 > tmp -+ (cd man1; $(SOELIM) dns-hosts-import.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -701,7 +706,7 @@ - awk -f etc/txt2c.awk man1/dns-hosts.1 > $@ - - $(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-hosts.1 > tmp -+ (cd man1; $(SOELIM) dns-hosts.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -709,7 +714,7 @@ - awk -f etc/txt2c.awk man1/dns-license.1 > $@ - - $(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-license.1 > tmp -+ (cd man1; $(SOELIM) dns-license.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -717,7 +722,7 @@ - awk -f etc/txt2c.awk man1/dns-ng.1 > $@ - - $(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-ng.1 > tmp -+ (cd man1; $(SOELIM) dns-ng.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - -@@ -725,7 +730,7 @@ - awk -f etc/txt2c.awk man1/dns-rev.1 > $@ - - $(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir -- $(SOELIM) -Iman1 man1/dns-rev.1 > tmp -+ (cd man1; $(SOELIM) dns-rev.1) > tmp - $(INSTALL_DATA) tmp $@ - @rm tmp - diff --git a/dns/dnsutl/pkg-comment b/dns/dnsutl/pkg-comment deleted file mode 100644 index 26b1c1fdab03..000000000000 --- a/dns/dnsutl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Programs to make using DNS easier diff --git a/dns/dnsutl/pkg-descr b/dns/dnsutl/pkg-descr deleted file mode 100644 index 1b3182d70784..000000000000 --- a/dns/dnsutl/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ - The dnsutl package is a bunch of programs I wrote to make - using DNS easier. These include: - - dns-rev - Take the forward DNS mapping and generate the - reverse mapping. - - dns-hosts - Take the forward DNS mapping and generate the - /etc/hosts file. - - dns-ng - Take the forward DNS mapping and generate the - /etc/netgroup file. - - All of these programs are both faster than shell scripts, - and more robust when faced with all the peculiar semantics - of DNS resource files. - -WWW: http://www.canb.auug.org.au/~millerp/dnsutl/ diff --git a/dns/dnsutl/pkg-plist b/dns/dnsutl/pkg-plist deleted file mode 100644 index 8b5153f36c99..000000000000 --- a/dns/dnsutl/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/dns-boot-check -bin/dns-bootp -bin/dns-bootparams -bin/dns-ethers-import -bin/dns-ethers -bin/dns-filter -bin/dns-hosts-import -bin/dns-hosts -bin/dns-ng -bin/dns-rev 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 8c459a695c35..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@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 3919113d68b2..000000000000 --- a/dns/domtools/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: domtools -# Date created: 12 Jun 1999 -# Whom: alexp -# -# $FreeBSD$ -# - -PORTNAME= domtools -PORTVERSION= 1.5.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}/ - -MAKE_ENV+= PDEST=${PREFIX} - -# 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}#' -e '/^PDEST=/d' \ - < ${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 6f13ee395158..000000000000 --- a/dns/domtools/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (domtools1.5.0.tar.gz) = 839442a8302279ed9ced5f7241a70e10 diff --git a/dns/domtools/files/patch-aa b/dns/domtools/files/patch-aa deleted file mode 100644 index 0b32844d72e4..000000000000 --- a/dns/domtools/files/patch-aa +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.old Wed Aug 16 23:22:00 2000 -+++ Makefile Wed Aug 16 23:23:05 2000 -@@ -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,7 +148,7 @@ - # 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=/usr/bin/awk # many systems - #GAWKPROG=awk # BSDI, Linux - #GAWKPROG=/usr/local/bin/awk - -@@ -233,7 +233,7 @@ - # (Very important for BIND 8 users, because zone file format changed) - # No, we don't want the sticky (text) bit set on this directory. - -if test $(ZONECACHEWANTED) -eq 1; then \ -- $(INSTALL) -m 777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ -+ $(INSTALL) -m 1777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ - rm -f $(PDEST)/$(ZONEDIR)/* > /dev/null 2>&1; \ - fi - for i in $(LIBS); do \ 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 01e8d3f2a4b1..000000000000 --- a/dns/domtools/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -domtools/bin/address -domtools/bin/addr2net -domtools/bin/addr2mask -domtools/bin/axfr -domtools/bin/basedomain -domtools/bin/bits2mask -domtools/bin/check1101 -domtools/bin/domsort -domtools/bin/f2iaddr -domtools/bin/geniplist -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/mask2bits -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/ghtool/Makefile b/dns/ghtool/Makefile deleted file mode 100644 index 94d4feda10e9..000000000000 --- a/dns/ghtool/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: ghtool -# Date created: 19 September 2000 -# Whom: roam@orbitel.bg -# -# $FreeBSD$ -# - -PORTNAME= ghtool -PORTVERSION= 1.0 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=gh-tool -DISTNAME= ghmain.c -EXTRACT_SUFX= - -MAINTAINER= roam@orbitel.bg - -WRKSRC= ${WRKDIR} - -TGT= gh -SRC= gh.c - -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= ${WRKSRC}/${SRC} - -do-build: - ${CC} ${CFLAGS} -o ${WRKSRC}/${TGT} ${WRKSRC}/${SRC} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${TGT} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/dns/ghtool/distinfo b/dns/ghtool/distinfo deleted file mode 100644 index 1bf4b13546ca..000000000000 --- a/dns/ghtool/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ghmain.c) = 063690f107086022b111648b73cad036 diff --git a/dns/ghtool/pkg-comment b/dns/ghtool/pkg-comment deleted file mode 100644 index 111745d590f9..000000000000 --- a/dns/ghtool/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A command-line interface to the resolver library diff --git a/dns/ghtool/pkg-descr b/dns/ghtool/pkg-descr deleted file mode 100644 index b8f7345dad15..000000000000 --- a/dns/ghtool/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -To quote from the SourceForge project description: - - gh-tool is a command-line interface to gethostby*, in libresolv/libc. - It allows one to check the local system's notion of an IP->DNS or - DNS->IP mapping, including aliases, directly, rather than digging for - mappings in DNS, which may or may not be relevant. - -WWW: http://www.sourceforge.net/projects/gh-tool/ -Author: Ally Kendall <aminorex@users.sourceforge.net> - -Maintainer: Peter Pentchev <roam@orbitel.bg> diff --git a/dns/ghtool/pkg-plist b/dns/ghtool/pkg-plist deleted file mode 100644 index eee25483706d..000000000000 --- a/dns/ghtool/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gh 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 459d17a109ba..000000000000 --- a/dns/hesiod/Makefile +++ /dev/null @@ -1,38 +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/ - -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 772b37792597..000000000000 --- a/dns/nsping/Makefile +++ /dev/null @@ -1,22 +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/ -DISTFILES= nsping.tar.gz - -MAINTAINER= kris@FreeBSD.org - -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 8dce56d7200f..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= Net-DNS -PORTVERSION= 0.12 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -PKGNAMEPREFIX= p5- - -MAINTAINER= demon@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 |
