diff options
Diffstat (limited to 'dns')
92 files changed, 0 insertions, 1567 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile deleted file mode 100644 index 136af25adf71..000000000000 --- a/dns/bind8/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Version required: 8.2.2-P5 -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -DISTNAME= bind-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 8e2bddd0a7fa..000000000000 --- a/dns/bind8/pkg-descr +++ /dev/null @@ -1,13 +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 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 136af25adf71..000000000000 --- a/dns/bind9/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Version required: 8.2.2-P5 -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -DISTNAME= bind-8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> diff --git a/dns/bind9/distinfo b/dns/bind9/distinfo deleted file mode 100644 index d42a5aa08e82..000000000000 --- a/dns/bind9/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 diff --git a/dns/bind9/pkg-comment b/dns/bind9/pkg-comment deleted file mode 100644 index aeebc91bec8c..000000000000 --- a/dns/bind9/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS diff --git a/dns/bind9/pkg-descr b/dns/bind9/pkg-descr deleted file mode 100644 index 8e2bddd0a7fa..000000000000 --- a/dns/bind9/pkg-descr +++ /dev/null @@ -1,13 +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 diff --git a/dns/bind9/pkg-plist b/dns/bind9/pkg-plist deleted file mode 100644 index 13f4e4796b12..000000000000 --- a/dns/bind9/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/mkservdb -bin/nslookup -bin/nsupdate -include/bind/arpa/inet.h -include/bind/arpa/nameser.h -include/bind/arpa/nameser_compat.h -include/bind/hesiod.h -include/bind/irp.h -include/bind/irs.h -include/bind/isc/assertions.h -include/bind/isc/dst.h -include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/irpmarshall.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h -include/bind/isc/misc.h -include/bind/isc/tree.h -include/bind/netdb.h -include/bind/res_update.h -include/bind/resolv.h -include/bind/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/dnskeygen -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -share/doc/bind8/acl.html -share/doc/bind8/address_list.html -share/doc/bind8/comments.html -share/doc/bind8/config.html -share/doc/bind8/controls.html -share/doc/bind8/docdef.html -share/doc/bind8/example.html -share/doc/bind8/include.html -share/doc/bind8/index.html -share/doc/bind8/key.html -share/doc/bind8/logging.html -share/doc/bind8/master.html -share/doc/bind8/options.html -share/doc/bind8/server.html -share/doc/bind8/trusted-keys.html -share/doc/bind8/zone.html -share/misc/nslookup.help -@dirrm include/bind/arpa -@dirrm include/bind/isc -@dirrm include/bind/sys -@dirrm include/bind -@dirrm share/doc/bind8 diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile deleted file mode 100644 index 136af25adf71..000000000000 --- a/dns/bind94/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Version required: 8.2.2-P5 -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -DISTNAME= bind-8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> diff --git a/dns/bind94/distinfo b/dns/bind94/distinfo deleted file mode 100644 index d42a5aa08e82..000000000000 --- a/dns/bind94/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 diff --git a/dns/bind94/pkg-comment b/dns/bind94/pkg-comment deleted file mode 100644 index aeebc91bec8c..000000000000 --- a/dns/bind94/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS diff --git a/dns/bind94/pkg-descr b/dns/bind94/pkg-descr deleted file mode 100644 index 8e2bddd0a7fa..000000000000 --- a/dns/bind94/pkg-descr +++ /dev/null @@ -1,13 +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 diff --git a/dns/bind94/pkg-plist b/dns/bind94/pkg-plist deleted file mode 100644 index 13f4e4796b12..000000000000 --- a/dns/bind94/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/mkservdb -bin/nslookup -bin/nsupdate -include/bind/arpa/inet.h -include/bind/arpa/nameser.h -include/bind/arpa/nameser_compat.h -include/bind/hesiod.h -include/bind/irp.h -include/bind/irs.h -include/bind/isc/assertions.h -include/bind/isc/dst.h -include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/irpmarshall.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h -include/bind/isc/misc.h -include/bind/isc/tree.h -include/bind/netdb.h -include/bind/res_update.h -include/bind/resolv.h -include/bind/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/dnskeygen -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -share/doc/bind8/acl.html -share/doc/bind8/address_list.html -share/doc/bind8/comments.html -share/doc/bind8/config.html -share/doc/bind8/controls.html -share/doc/bind8/docdef.html -share/doc/bind8/example.html -share/doc/bind8/include.html -share/doc/bind8/index.html -share/doc/bind8/key.html -share/doc/bind8/logging.html -share/doc/bind8/master.html -share/doc/bind8/options.html -share/doc/bind8/server.html -share/doc/bind8/trusted-keys.html -share/doc/bind8/zone.html -share/misc/nslookup.help -@dirrm include/bind/arpa -@dirrm include/bind/isc -@dirrm include/bind/sys -@dirrm include/bind -@dirrm share/doc/bind8 diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile deleted file mode 100644 index 136af25adf71..000000000000 --- a/dns/bind95/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Version required: 8.2.2-P5 -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -DISTNAME= bind-8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo deleted file mode 100644 index d42a5aa08e82..000000000000 --- a/dns/bind95/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 diff --git a/dns/bind95/pkg-comment b/dns/bind95/pkg-comment deleted file mode 100644 index aeebc91bec8c..000000000000 --- a/dns/bind95/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS diff --git a/dns/bind95/pkg-descr b/dns/bind95/pkg-descr deleted file mode 100644 index 8e2bddd0a7fa..000000000000 --- a/dns/bind95/pkg-descr +++ /dev/null @@ -1,13 +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 diff --git a/dns/bind95/pkg-plist b/dns/bind95/pkg-plist deleted file mode 100644 index 13f4e4796b12..000000000000 --- a/dns/bind95/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/mkservdb -bin/nslookup -bin/nsupdate -include/bind/arpa/inet.h -include/bind/arpa/nameser.h -include/bind/arpa/nameser_compat.h -include/bind/hesiod.h -include/bind/irp.h -include/bind/irs.h -include/bind/isc/assertions.h -include/bind/isc/dst.h -include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/irpmarshall.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h -include/bind/isc/misc.h -include/bind/isc/tree.h -include/bind/netdb.h -include/bind/res_update.h -include/bind/resolv.h -include/bind/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/dnskeygen -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -share/doc/bind8/acl.html -share/doc/bind8/address_list.html -share/doc/bind8/comments.html -share/doc/bind8/config.html -share/doc/bind8/controls.html -share/doc/bind8/docdef.html -share/doc/bind8/example.html -share/doc/bind8/include.html -share/doc/bind8/index.html -share/doc/bind8/key.html -share/doc/bind8/logging.html -share/doc/bind8/master.html -share/doc/bind8/options.html -share/doc/bind8/server.html -share/doc/bind8/trusted-keys.html -share/doc/bind8/zone.html -share/misc/nslookup.help -@dirrm include/bind/arpa -@dirrm include/bind/isc -@dirrm include/bind/sys -@dirrm include/bind -@dirrm share/doc/bind8 diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile deleted file mode 100644 index 136af25adf71..000000000000 --- a/dns/bind96/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Version required: 8.2.2-P5 -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -DISTNAME= bind-8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo deleted file mode 100644 index d42a5aa08e82..000000000000 --- a/dns/bind96/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 diff --git a/dns/bind96/pkg-comment b/dns/bind96/pkg-comment deleted file mode 100644 index aeebc91bec8c..000000000000 --- a/dns/bind96/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley Internet Name Daemon, an implementation of DNS diff --git a/dns/bind96/pkg-descr b/dns/bind96/pkg-descr deleted file mode 100644 index 8e2bddd0a7fa..000000000000 --- a/dns/bind96/pkg-descr +++ /dev/null @@ -1,13 +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 diff --git a/dns/bind96/pkg-plist b/dns/bind96/pkg-plist deleted file mode 100644 index 13f4e4796b12..000000000000 --- a/dns/bind96/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/mkservdb -bin/nslookup -bin/nsupdate -include/bind/arpa/inet.h -include/bind/arpa/nameser.h -include/bind/arpa/nameser_compat.h -include/bind/hesiod.h -include/bind/irp.h -include/bind/irs.h -include/bind/isc/assertions.h -include/bind/isc/dst.h -include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/irpmarshall.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h -include/bind/isc/misc.h -include/bind/isc/tree.h -include/bind/netdb.h -include/bind/res_update.h -include/bind/resolv.h -include/bind/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/dnskeygen -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -share/doc/bind8/acl.html -share/doc/bind8/address_list.html -share/doc/bind8/comments.html -share/doc/bind8/config.html -share/doc/bind8/controls.html -share/doc/bind8/docdef.html -share/doc/bind8/example.html -share/doc/bind8/include.html -share/doc/bind8/index.html -share/doc/bind8/key.html -share/doc/bind8/logging.html -share/doc/bind8/master.html -share/doc/bind8/options.html -share/doc/bind8/server.html -share/doc/bind8/trusted-keys.html -share/doc/bind8/zone.html -share/misc/nslookup.help -@dirrm include/bind/arpa -@dirrm include/bind/isc -@dirrm include/bind/sys -@dirrm include/bind -@dirrm share/doc/bind8 diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile deleted file mode 100644 index b6e9f5150e5c..000000000000 --- a/dns/ddup/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: ddup -# Version required: 2.0.4 -# Date created: 30 September 1999 -# Whom: cjm2 -# -# $FreeBSD$ -# - -DISTNAME= ddup-2.0.4 -CATEGORIES= net -MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ - -MAINTAINER= cjm2@altavista.net - -WRKSRC= ${WRKDIR}/ddup-nic - -MAN1= ddup.1 -MANCOMPRESSED= no - -post-install: - strip ${PREFIX}/sbin/ddup - -.include <bsd.port.mk> diff --git a/dns/ddup/distinfo b/dns/ddup/distinfo deleted file mode 100644 index 88facaea085d..000000000000 --- a/dns/ddup/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ddup-2.0.4.tar.gz) = e803bbedd98a77f9c0579e3521566f27 diff --git a/dns/ddup/pkg-comment b/dns/ddup/pkg-comment deleted file mode 100644 index c98add2a291c..000000000000 --- a/dns/ddup/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A DynDNS client for FreeBSD diff --git a/dns/ddup/pkg-descr b/dns/ddup/pkg-descr deleted file mode 100644 index dbe069e34bfb..000000000000 --- a/dns/ddup/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -DD-UP in C by Thomas Gandy (tegandy@enid.com) ---------------------------------------------------------- - -DD-UP is a program that is used to update a host -provided by the Free DynDNS service of dyndns.org. - -WWW: http://www.gandy.dyndns.org/~thomas/ddup.shtml - -- Chris -cjm2@earthling.net diff --git a/dns/ddup/pkg-plist b/dns/ddup/pkg-plist deleted file mode 100644 index bd9907e6b297..000000000000 --- a/dns/ddup/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -etc/ddup.conf.default -sbin/ddup diff --git a/dns/dhid/Makefile b/dns/dhid/Makefile deleted file mode 100644 index 8eea3762a59b..000000000000 --- a/dns/dhid/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: dhid -# Version required: 3.0 -# Date created: Sat Aug 21 06:13:59 EDT 1999 -# Whom: Oryx Gazella <oryx@ungulate.net> -# -# $FreeBSD$ -# - -DISTNAME= dhid-3.0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ - -MAINTAINER= oryx@ungulate.net - -MAN1= dtool.1 -MAN8= dhid.8 - -post-patch: - @${ECHO} "===> Patching dtool script and dhid.h" - ${PERL} -i -p -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/dtool - ${PERL} -i -p -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/dhid.h - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/dtool ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dhid.8 ${PREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/dtool.1 ${PREFIX}/man/man1 - ${INSTALL} ${COPY} -o root -g wheel -m 600 ${WRKSRC}/dhid.conf ${PREFIX}/etc - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/dhid.sh ]; then \ - ${ECHO} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/dhid.sh; \ - ${ECHO} "[ -x ${PREFIX}/bin/dtool ] && ${PREFIX}/bin/dtool -s > /dev/null && echo -n ' dhid'" >> ${PREFIX}/etc/rc.d/dhid.sh; \ - chmod 751 ${PREFIX}/etc/rc.d/dhid.sh; \ - fi - -.include <bsd.port.mk> diff --git a/dns/dhid/distinfo b/dns/dhid/distinfo deleted file mode 100644 index 5ab8b95a03ab..000000000000 --- a/dns/dhid/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dhid-3.0.tar.gz) = bd55b2c076196afd41c147f062990e09 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 9b8c48326762..000000000000 --- a/dns/dhid/files/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig Tue Jun 22 07:30:37 1999 -+++ Makefile Sat Aug 21 04:41:26 1999 -@@ -25,15 +25,10 @@ - # - # DHIS(c) Dynamic Host Information System Release 3.0 - --CC=cc --CFLAGS= --LFLAGS= --LIBS= - RM=rm -f - - 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 -@@ -52,3 +47,5 @@ - - clean: - $(RM) *.core core dhid *.o -+ -+all: dhid diff --git a/dns/dhid/pkg-comment b/dns/dhid/pkg-comment deleted file mode 100644 index b2f562e50e50..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 809dd988445e..000000000000 --- a/dns/dhid/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -DHIS Daemon Client release 3.0 -============================== - -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/ - -dhid.conf should be configured according to the provider's assigned -parameters. - -- Oryx -oryx@ungulate.net diff --git a/dns/dhid/pkg-plist b/dns/dhid/pkg-plist deleted file mode 100644 index 3b4de5246d24..000000000000 --- a/dns/dhid/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/dtool -etc/dhid.conf -etc/rc.d/dhid.sh -sbin/dhid diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile deleted file mode 100644 index 841e3b0adb5a..000000000000 --- a/dns/dlint/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: dlint -# Version required: 1.3.2 -# Date created: Wed Dec 23, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD$ -# - -DISTNAME= dlint1.3.3 -PKGNAME= dlint-1.3.3 -CATEGORIES= net -MASTER_SITES= http://www.domtools.com/pub/ - -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 f23b3e7e680b..000000000000 --- a/dns/dlint/pkg-descr +++ /dev/null @@ -1,14 +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 diff --git a/dns/dlint/pkg-plist b/dns/dlint/pkg-plist deleted file mode 100644 index 31195efa9180..000000000000 --- a/dns/dlint/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/dlint -sbin/digparse -share/doc/dlint/README diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile deleted file mode 100644 index 098b9b61c5d0..000000000000 --- a/dns/dnsutl/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Ports collection makefile for: dnsutl -# Version required: 1.5 -# Date created: Nov 05, 1998 -# Whom: Karl Dietz (Karl.Dietz@triplan.com) -# -# $FreeBSD$ -# - -DISTNAME= dnsutl-1.5 -CATEGORIES= net -MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \ - http://www.tip.net.au/~millerp/dnsutl/ \ - http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ \ - ftp://ftp.agso.gov.au/pub/Aegis/dnsutl/ - -MAINTAINER= Karl.Dietz@triplan.com - -GNU_CONFIGURE= yes -ALL_TARGET= all sure -INSTALL_TARGET= install-bin - -# the manpages do need a patched GNU groff 1.11a (use -I for include path) -#INSTALL_TAGERT+= install-man -#MAN1= dns-bootp.1 dns-bootparams.1 dns-ethers-import.1 \ -# dns-ethers.1 dns-filter.1 dns-hosts-import.1 \ -# dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1 - -.include <bsd.port.mk> diff --git a/dns/dnsutl/distinfo b/dns/dnsutl/distinfo deleted file mode 100644 index 31eaf42e8cb8..000000000000 --- a/dns/dnsutl/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dnsutl-1.5.tar.gz) = 732e58e1737519c2581dc192bd31f118 diff --git a/dns/dnsutl/files/patch-aa b/dns/dnsutl/files/patch-aa deleted file mode 100644 index 125df082fe6a..000000000000 --- a/dns/dnsutl/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -*** Makefile.in.orig Mon Jul 26 03:49:50 1999 ---- Makefile.in Mon Jul 26 03:50:20 1999 -*************** -*** 124,129 **** ---- 124,134 ---- - LIBEXT = a - - # -+ # -+ # -+ SOELIM = @SOELIM@ -+ -+ # - # You should not need to alter anything below this point. - #------------------------------------------------------------ - 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 71950e4d794d..000000000000 --- a/dns/dnsutl/pkg-descr +++ /dev/null @@ -1,18 +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. diff --git a/dns/dnsutl/pkg-plist b/dns/dnsutl/pkg-plist deleted file mode 100644 index f29fb37b521d..000000000000 --- a/dns/dnsutl/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/dns-bootp -bin/dns-bootparams -bin/dns-ethers-import -bin/dns-ethers -bin/dns-filter -bin/dns-hosts-import -bin/dns-hosts -bin/dns-ng -bin/dns-rev diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile deleted file mode 100644 index 8180f344f0d7..000000000000 --- a/dns/dnswalk/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: dnswalk -# Version required: 2.0.2 -# Date created: 17 January 1998 -# Whom: Matthew Hunt <mph@pobox.com> -# -# $FreeBSD$ - -DISTNAME= dnswalk-2.0.2 -CATEGORIES= net -MASTER_SITES= http://www.cis.ohio-state.edu/~barr/dnswalk/ - -MAINTAINER= mph@freebsd.org - -RUN_DEPENDS= ${PREFIX}/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 d94a90584d8d..000000000000 --- a/dns/doc/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: doc -# Version required: 2.1.4 -# Date created: 28 November 1999 -# Whom: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= doc-2.1.4 -CATEGORIES= net -MASTER_SITES= ftp://ftp.his.com/pub/brad/dns/ - -MAINTAINER= sanpei@jp.FreeBSD.org - -AUX_DIR= lib/doc -AUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX - -MAN8= doc.8 - -do-build: - @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org - @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ - > ${WRKSRC}/doc - -do-install: - @${MKDIR} ${PREFIX}/${AUX_DIR} - @${INSTALL_SCRIPT} ${WRKSRC}/doc ${PREFIX}/bin/doc - @for file in ${AUX_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/${AUX_DIR}/ ; \ - done -.if !defined(NOPORTDOCS) - @${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8 -.endif - -.include <bsd.port.mk> diff --git a/dns/doc/distinfo b/dns/doc/distinfo deleted file mode 100644 index b6fba0bdbdb7..000000000000 --- a/dns/doc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a diff --git a/dns/doc/files/patch-aa b/dns/doc/files/patch-aa deleted file mode 100644 index 31078ecd0115..000000000000 --- a/dns/doc/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc.org Sun Nov 28 17:21:08 1999 -+++ doc Sun Nov 28 17:22:36 1999 -@@ -65,7 +65,7 @@ - ## Note: Make *sure* you keep the trailing slash on the directory - ## name, otherwise doc won't work right. - ## --set auxd=/users/brad/bin/doc-2.1.4/ -+set auxd=${PREFIX}/${AUX_DIR}/ - #set auxd="" - - ######## where are log files written? diff --git a/dns/doc/pkg-comment b/dns/doc/pkg-comment deleted file mode 100644 index 2a73eddfc34b..000000000000 --- a/dns/doc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Diagnose unhealthy DNS domains diff --git a/dns/doc/pkg-descr b/dns/doc/pkg-descr deleted file mode 100644 index 43f8e18308b0..000000000000 --- a/dns/doc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Doc is an automated tool for verifying (to an extent) that a -domain is configured and functioning correctly. It makes no -attempt to validate the data inside a domain, only the structure. -The only required parameter is the valid domain name of an existing -domain. Example: - - doc isi.edu. diff --git a/dns/doc/pkg-plist b/dns/doc/pkg-plist deleted file mode 100644 index 73e0c89e7af5..000000000000 --- a/dns/doc/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/doc -lib/doc/doc1.awk -lib/doc/doc3.awk -lib/doc/doc4.awk -lib/doc/INFO -lib/doc/RFC.XXXX -@dirrm lib/doc diff --git a/dns/domtools/Makefile b/dns/domtools/Makefile deleted file mode 100644 index cd919a2005ca..000000000000 --- a/dns/domtools/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: domtools -# Version required: 1.4.0 -# Date created: 12 Jun 1999 -# Whom: alexp -# -# $FreeBSD$ -# - -DISTNAME= domtools${VERSION} -PKGNAME= domtools-${VERSION} -CATEGORIES= net -MASTER_SITES= http://www.domtools.com/pub/ - -MAINTAINER= veers@disturbed.net - -USE_PERL5= YES - -NO_BUILD= YES -WRKSRC= ${WRKDIR}/domtools${VERSION}/ -VERSION= 1.4.0 - -# XXX - patches/patch-aa modifies Makefile -# and so does the post-patch target - -post-patch: - - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old - ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ - < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile - -post-install: - - ${MKDIR} ${PREFIX}/domtools/lib/zonecache - -.include <bsd.port.mk> diff --git a/dns/domtools/distinfo b/dns/domtools/distinfo deleted file mode 100644 index 5f351c0af4a7..000000000000 --- a/dns/domtools/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (domtools1.4.0.tar.gz) = 4075410e4556d24dc19854afedecc635 diff --git a/dns/domtools/files/patch-aa b/dns/domtools/files/patch-aa deleted file mode 100644 index 65b15ed2ec9d..000000000000 --- a/dns/domtools/files/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ ---- ../domtools.orig/Makefile Thu Mar 18 11:48:08 1999 -+++ Makefile Sat Jun 12 22:31:17 1999 -@@ -35,12 +35,12 @@ - # This directory is created, below, if it doesn't exist. - # "bin" will put it in $LDEST/bin. - # "bin/domtools" (my favorite) puts it in $LDEST/bin/domtools. --DOMBIN=bin/domtools -+DOMBIN=domtools/bin - #DOMBIN=bin - - # Library sub-directory under $LDEST where other files such as awk scripts should go. - # This directory is created, below, if it doesn't exist. --DOMLIB=lib/domtools -+DOMLIB=domtools/lib - - # Do you want a world-writable Zone Cache directory, or not? - # Good points: speeds up the axfr tool substantially. -@@ -103,7 +103,7 @@ - #OWNER= pab - - # Group for installing Domtools directories and files. --GROUP= bin -+GROUP= wheel - #GROUP= staff - #GROUP= oper - #GROUP= user -@@ -118,7 +118,7 @@ - # BSD-style installation command that creates missing parent dirs with "-d dir". - # You specify use Gnu Install here if you have it. - # First line is for BSD or SunOS; second is for SysV like Solaris 2. --INSTALL=install -+INSTALL=/usr/bin/install - #INSTALL=/usr/ucb/install - #INSTALL=/usr/local/gnu/bin/install - #INSTALL=/stor/gnu/aix/bin/install -@@ -148,8 +148,8 @@ - # Regardless of the name, it _must_ be a gnu-based awk. - # If you don't have gawk, get it and install it; or hosttbl,networktbl,netmasktbl - # tools won't work right. Gawk is much better than awk or nawk anyway. --GAWKPROG=gawk # many systems --#GAWKPROG=awk # BSDI, Linux -+#GAWKPROG=gawk # many systems -+GAWKPROG=/usr/bin/awk # BSDI, Linux - #GAWKPROG=/usr/local/bin/awk - - #--------------------------------------------------------------------------------------- diff --git a/dns/domtools/pkg-comment b/dns/domtools/pkg-comment deleted file mode 100644 index d6e841d25bd6..000000000000 --- a/dns/domtools/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Set of utilities for extracting information from DNS records diff --git a/dns/domtools/pkg-descr b/dns/domtools/pkg-descr deleted file mode 100644 index 8296755f3b2e..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. - -<URL:http://www.domtools.com/dns/domtools.shtml> - -See also the net/dlint port. - --- Alex Perel - <veers@disturbed.net> diff --git a/dns/domtools/pkg-plist b/dns/domtools/pkg-plist deleted file mode 100644 index 11db14e761c7..000000000000 --- a/dns/domtools/pkg-plist +++ /dev/null @@ -1,79 +0,0 @@ -domtools/bin/address -domtools/bin/addr2net -domtools/bin/addr2mask -domtools/bin/axfr -domtools/bin/basedomain -domtools/bin/check1101 -domtools/bin/domsort -domtools/bin/f2iaddr -domtools/bin/gw -domtools/bin/hinfo -domtools/bin/hosts -domtools/bin/hosttbl -domtools/bin/i2faddr -domtools/bin/ipsort -domtools/bin/isequal -domtools/bin/issubdom -domtools/bin/makestatic -domtools/bin/netkillzeros -domtools/bin/netmask -domtools/bin/network -domtools/bin/netname -domtools/bin/netwithzeros -domtools/bin/nsap -domtools/bin/ns -domtools/bin/nsroot -domtools/bin/ptr -domtools/bin/root -domtools/bin/soa -domtools/bin/subdom -domtools/bin/subdom2 -domtools/bin/subzone -domtools/bin/txt -domtools/bin/type -domtools/bin/zone -domtools/bin/any -domtools/bin/wks -domtools/bin/mx -domtools/bin/networktbl -domtools/bin/netmasktbl -domtools/bin/uinfo -domtools/bin/cachebuild -domtools/bin/localad -domtools/bin/localdom -domtools/bin/subnetmask -domtools/bin/siteinfo -domtools/bin/cname -domtools/bin/rndarg -domtools/bin/soalist -domtools/bin/digparse -domtools/bin/gensubnetlist -domtools/lib/basedomain.awk -domtools/lib/domsort.awk -domtools/lib/f2iaddr.awk -domtools/lib/hosttbl.awk -domtools/lib/i2faddr.awk -domtools/lib/ipsort.awk -domtools/lib/netkillzeros.awk -domtools/lib/netwithzeros.awk -domtools/lib/subdom.awk -domtools/lib/subzone.awk -domtools/lib/type.awk -domtools/lib/hosttbl.footer -domtools/lib/hosttbl.header -domtools/lib/hosttbl.perl -domtools/lib/networktbl.footer -domtools/lib/networktbl.header -domtools/lib/networktbl.awk -domtools/lib/netmasktbl.footer -domtools/lib/netmasktbl.header -domtools/lib/netmasktbl.awk -domtools/lib/README -domtools/lib/MANUAL -domtools/lib/HOWTOUSE -domtools/lib/COPYRIGHT -@exec /bin/mkdir %B/zonecache -@dirrm domtools/bin -@dirrm domtools/lib/zonecache -@dirrm domtools/lib -@dirrm domtools diff --git a/dns/h2n/Makefile b/dns/h2n/Makefile deleted file mode 100644 index 2e5e4f4164a7..000000000000 --- a/dns/h2n/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: h2n -# Version required: 1.29 -# Date created: 27 Nov 1997 -# Whom: SADA Kenji <sada@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= dns -PKGNAME= h2n-1.29 -CATEGORIES= net -MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \ - ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/ -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/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 e5432e412be9..000000000000 --- a/dns/hesiod/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Ports collection Makefile for: Hesiod -# Version required: 3.0.2 -# Date created: 6/11/1998 -# Whom: n@nectar.com -# -# $FreeBSD$ -# - -DISTNAME= hesiod-3.0.2 -CATEGORIES= net -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ \ - http://www.nectar.cc/distfiles/ - -MAINTAINER= nectar@FreeBSD.org - -MAN1= hesinfo.1 -MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ - hesiod_free_passwd.3 hesiod_free_postoffice.3 \ - hesiod_free_servent.3 hesiod_getmailhost.3 \ - hesiod_getpwnam.3 hesiod_getpwuid.3 \ - hesiod_getservbyname.3 hesiod_init.3 \ - hesiod_resolve.3 hesiod_to_bind.3 -MAN5= hesiod.conf.5 - -GNU_CONFIGURE= YES - -.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}" - -post-install: - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib - -.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 28c4a601457c..000000000000 --- a/dns/hesiod/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/hesinfo -include/hesiod.h -lib/libhesiod.a -lib/libhesiod.so -lib/libhesiod.so.3.0 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile deleted file mode 100644 index 99f48a0405db..000000000000 --- a/dns/nslint/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: nslint -# Version required: 2.0 -# Date created: 27 October 1997 -# Whom: dglo@ssec.wisc.edu -# -# $FreeBSD$ -# - -DISTNAME= nslint-2.0 -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 fd609e561ea7..000000000000 --- a/dns/nslint/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nslint-2.0.tar.Z) = b20713878bbfb7497d20aae7bf6614a3 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 a28f234dbdc7..000000000000 --- a/dns/nslint/files/patch-ac +++ /dev/null @@ -1,53 +0,0 @@ -*** nslint.8.orig Wed Sep 24 20:11:08 1997 ---- nslint.8 Mon Oct 27 09:54:44 1997 -*************** -*** 101,107 **** - Specify an alternate - .I named.boot - file. The default is -! .I /etc/named.boot - (just like - .IR named (8)). - .TP ---- 101,107 ---- - Specify an alternate - .I named.boot - file. The default is -! .I /etc/namedb/named.boot - (just like - .IR named (8)). - .TP -*************** -*** 110,116 **** - Specify an alternate - .I named.conf - file. The default is -! .IR /etc/named.conf . - .TP - .B -B - Specify an alternate ---- 110,116 ---- - Specify an alternate - .I named.conf - file. The default is -! .IR /etc/namedb/named.conf . - .TP - .B -B - Specify an alternate -*************** -*** 399,405 **** - .na - .nh - .nf -! /etc/named.boot - default named configuration file - nslint.boot - default nslint configuration file - .ad - .hy ---- 399,405 ---- - .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/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile deleted file mode 100644 index db02e38e52b6..000000000000 --- a/dns/p5-Net-DNS/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: p5-Net-DNS -# Version required: 0.12 -# Date created: April 5th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= Net-DNS-0.12 -PKGNAME= p5-Net-DNS-0.12 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net - -MAINTAINER= jfitz@FreeBSD.org - -USE_PERL5= YES - -MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ - Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ - Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 Net::DNS::RR::HINFO.3 \ - Net::DNS::RR::ISDN.3 Net::DNS::RR::MG.3 Net::DNS::RR::MINFO.3 \ - Net::DNS::RR::MR.3 Net::DNS::RR::MX.3 Net::DNS::RR::NS.3 Net::DNS::RR::PTR.3 \ - Net::DNS::RR::RP.3 Net::DNS::RR::RT.3 Net::DNS::RR::SOA.3 Net::DNS::RR::SRV.3 \ - Net::DNS::RR::TXT.3 Net::DNS::RR::X25.3 Net::DNS::Resolver.3 \ - Net::DNS::RR::AAAA.3 Net::DNS::RR::EID.3 Net::DNS::RR::LOC.3 \ - Net::DNS::RR::MB.3 Net::DNS::RR::NAPTR.3 Net::DNS::RR::NIMLOC.3 \ - Net::DNS::RR::NSAP.3 Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 \ - Net::DNS::Update.3 - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo deleted file mode 100644 index 215dc53d63d8..000000000000 --- a/dns/p5-Net-DNS/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Net-DNS-0.12.tar.gz) = 377e8a971e8f3e9daed32976142886df diff --git a/dns/p5-Net-DNS/pkg-comment b/dns/p5-Net-DNS/pkg-comment deleted file mode 100644 index fb0e93803963..000000000000 --- a/dns/p5-Net-DNS/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 interface to the DNS resolver diff --git a/dns/p5-Net-DNS/pkg-descr b/dns/p5-Net-DNS/pkg-descr deleted file mode 100644 index a4489531f96f..000000000000 --- a/dns/p5-Net-DNS/pkg-descr +++ /dev/null @@ -1,45 +0,0 @@ - Net::DNS is a collection of Perl modules to interface with - the Domain Name System (DNS) resolver. It allows the - programmer to perform queries that are beyond the - capabilities of gethostbyname and gethostbyaddr. - - Resolver Objects - - A resolver object is an instance of the Net::DNS::Resolver - class. A program can have multiple resolver objects, each - maintaining its own state information such as the - nameservers to be queried, whether recursion is desired, - etc. - - Packet Objects - - Net::DNS::Resolver queries return Net::DNS::Packet - objects. Packet objects have five sections: - - o The header section, a Net::DNS::Header object. - - o The question section, a list of Net::DNS::Question - objects. - - o The answer section, a list of Net::DNS::RR objects. - - o The authority section, a list of Net::DNS::RR objects. - - o The additional section, a list of Net::DNS::RR objects. - - Header Objects - - Net::DNS::Header objects represent the header section of a - DNS packet. - - Question Objects - - Net::DNS::Question objects represent the query section of - a DNS packet. - - RR Objects - - Net::DNS::RR is the base class for DNS resource record - (RR) objects in the answer, authority, and additional - sections of a DNS packet. - diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist deleted file mode 100644 index 529be87ec15b..000000000000 --- a/dns/p5-Net-DNS/pkg-plist +++ /dev/null @@ -1,37 +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 |