diff options
Diffstat (limited to 'dns/bind95')
-rw-r--r-- | dns/bind95/Makefile | 69 | ||||
-rw-r--r-- | dns/bind95/distinfo | 1 | ||||
-rw-r--r-- | dns/bind95/pkg-comment | 1 | ||||
-rw-r--r-- | dns/bind95/pkg-descr | 22 | ||||
-rw-r--r-- | dns/bind95/pkg-plist | 212 |
5 files changed, 0 insertions, 305 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile deleted file mode 100644 index e0fa3e255862..000000000000 --- a/dns/bind95/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 6 October 2000 -# Whom: will -# -# $FreeBSD$ -# - -# I stay very aware of developments with BIND in general, and with -# BIND 9 in particular. I frequently delay updating this port from -# a known-stable version due to concerns about stability of a newer -# version. If you are concerned about using the most recent ISC -# release you can generally build it cleanly from the source - Doug - -PORTNAME= bind -PORTVERSION= 9.1.3 -CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.nominum.com/pub/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${PORTVERSION}/,} - -MAINTAINER= DougB@FreeBSD.org - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var - -MAN1= dig.1 host.1 named-checkconf.1 named-checkzone.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 - -DIR= ${WRKSRC}/doc/man/bin -post-patch: -.for FILE in named-checkconf.1 named.8 nsupdate.8 rndc.8 rndc.conf.5 - @ ${MV} ${DIR}/${FILE} ${DIR}/${FILE}.Dist - @ ${SED} -e 's#/etc/named.conf#${PREFIX}/etc/named.conf#g' \ - -e 's#/etc/rndc.conf#${PREFIX}/etc/rndc.conf#g' \ - ${DIR}/${FILE}.Dist > ${DIR}/${FILE} -.endfor - - @ ${MV} ${WRKSRC}/doc/man/dnssec/dnssec-signzone.8 \ - ${WRKSRC}/doc/man/dnssec/dnssec-signzone.8.Dist - @ ${SED} -e 's#/etc/named.conf#${PREFIX}/etc/named.conf#g' \ - ${WRKSRC}/doc/man/dnssec/dnssec-signzone.8.Dist \ - > ${WRKSRC}/doc/man/dnssec/dnssec-signzone.8 - - @ ${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.Dist - @ ${SED} -e 's#{INSTALL_PROGRAM}#{INSTALL_DATA} -m 555#g' \ - ${WRKSRC}/Makefile.in.Dist > ${WRKSRC}/Makefile.in - -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/*.8 ${MANPREFIX}/man/man8 - ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ - ${PREFIX}/etc/rndc.conf.sample - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/bind9/arm - ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html \ - ${PREFIX}/share/doc/bind9/arm/ - ${CP} -R ${WRKSRC}/doc/misc ${PREFIX}/share/doc/bind9/ - ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ - ${WRKSRC}/README ${PREFIX}/share/doc/bind9/ -.endif - -.include <bsd.port.mk> diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo deleted file mode 100644 index 4652f70e6a31..000000000000 --- a/dns/bind95/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bind-9.1.3.tar.gz) = 1d52f78d5d0d38b7687543d79f0cf4c2 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 17e5764205bc..000000000000 --- a/dns/bind95/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -BIND version 9 is a major rewrite of nearly all aspects of the underlying -BIND architecture. Some of the important features of BIND 9 are: - -DNS Security - DNSSEC (signed zones) - TSIG (signed DNS requests) -IP version 6 - Answers DNS queries on IPv6 sockets - IPv6 resource records (A6, DNAME, etc.) - Bitstring Labels - Experimental IPv6 Resolver Library -DNS Protocol Enhancements - IXFR, DDNS, Notify, EDNS0 - Improved standards conformance -Views - One server process can provide multiple "views" of - the DNS namespace, e.g. an "inside" view to certain - clients, and an "outside" view to others. -Multiprocessor Support -Improved Portability Architecture - -WWW: http://www.isc.org/products/BIND/bind9.html diff --git a/dns/bind95/pkg-plist b/dns/bind95/pkg-plist deleted file mode 100644 index 160688ac5194..000000000000 --- a/dns/bind95/pkg-plist +++ /dev/null @@ -1,212 +0,0 @@ -bin/dig -bin/host -bin/isc-config.sh -bin/nslookup -bin/nsupdate -etc/rndc.conf.sample -include/dns/a6.h -include/dns/acl.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/conflwres.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/diff.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/sdb.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/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/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/hex.h -include/isc/hmacmd5.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/msgs.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/refcount.h -include/isc/region.h -include/isc/resource.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/named-checkconf -sbin/named-checkzone -sbin/rndc -%%PORTDOCS%%share/doc/bind9/CHANGES -%%PORTDOCS%%share/doc/bind9/COPYRIGHT -%%PORTDOCS%%share/doc/bind9/FAQ -%%PORTDOCS%%share/doc/bind9/README -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch01.html -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch02.html -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch03.html -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch04.html -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch05.html -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch06.html -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch07.html -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch08.html -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch09.html -%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.html -%%PORTDOCS%%share/doc/bind9/misc/dnssec -%%PORTDOCS%%share/doc/bind9/misc/ipv6 -%%PORTDOCS%%share/doc/bind9/misc/migration -%%PORTDOCS%%share/doc/bind9/misc/migration-4to9 -%%PORTDOCS%%share/doc/bind9/misc/options -%%PORTDOCS%%share/doc/bind9/misc/sdb -%%PORTDOCS%%@dirrm share/doc/bind9/arm -%%PORTDOCS%%@dirrm share/doc/bind9/misc -%%PORTDOCS%%@dirrm share/doc/bind9 -@dirrm include/omapi -@dirrm include/lwres -@dirrm include/isc -@dirrm include/dst -@dirrm include/dns |