diff options
Diffstat (limited to 'dns/bind84')
-rw-r--r-- | dns/bind84/Makefile | 144 | ||||
-rw-r--r-- | dns/bind84/distinfo | 18 | ||||
-rw-r--r-- | dns/bind84/files/patch-aa | 23 | ||||
-rw-r--r-- | dns/bind84/files/patch-ab | 42 | ||||
-rw-r--r-- | dns/bind84/files/patch-ac | 11 | ||||
-rw-r--r-- | dns/bind84/pkg-descr | 16 | ||||
-rw-r--r-- | dns/bind84/pkg-plist | 91 |
7 files changed, 0 insertions, 345 deletions
diff --git a/dns/bind84/Makefile b/dns/bind84/Makefile deleted file mode 100644 index 3ef7a8699f11..000000000000 --- a/dns/bind84/Makefile +++ /dev/null @@ -1,144 +0,0 @@ -# New ports collection makefile for: bind84 -# Date created: 7 June 2003 -# Whom: DougB@FreeBSD.org -# -# $FreeBSD$ -# - -# I stay very aware of developments regarding BIND. I frequently delay updating -# this port from a known-stable version due to concerns about stability of a -# newer version. If you are interested in using the most recent ISC release -# you can generally build it cleanly from the source. - Doug - -PORTNAME= bind84 -PORTVERSION= 8.4.7.1 -CATEGORIES?= dns net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ - http://dougbarton.us/Downloads/%SUBDIR%/ \ - ftp://ftp.isc.org/isc/bind8/src/8.4.7-P1/:patch \ - http://dougbarton.us/Downloads/bind8/src/8.4.7-P1/:patch -MASTER_SITE_SUBDIR= bind8/src/8.4.7 -DISTFILES= bind-src.tar.gz bind-doc.tar.gz \ - bind-src.tar.gz.asc bind-doc.tar.gz.asc \ - 8.4.7-p1.patch:patch 8.4.7-p1.patch.asc:patch -DIST_SUBDIR= bind-8.4.7 -EXTRACT_ONLY= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= DougB@FreeBSD.org -COMMENT= The Berkeley Internet Name Domain, an implementation of DNS - -CONFLICTS= bind-8.* bind9* host-* zh-bind-8.* - -DEPRECATED= EOL - http://www.isc.org/sw/bind/bind8-eol.php -EXPIRATION_DATE= 2007-11-30 - -OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ - REPLACE_BASE_INCLUDES "Replace includes as well as binaries" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_REPLACE_BASE_INCLUDES) -WITH_REPLACE_BASE= yes -INCLUDE_PATH= include -PLIST_SUB+= INCLUDE_PATH=${INCLUDE_PATH} -.else -INCLUDE_PATH= include/bind -PLIST_SUB+= INCLUDE_PATH=${INCLUDE_PATH} -.endif - -.if defined(WITH_REPLACE_BASE) -PKGNAMESUFFIX= -base -PREFIX= /usr -BIND_DESTETC= /etc/namedb -PLIST_SUB+= FAKE_SBIN=sbin -.else -BIND_DESTETC= ${PREFIX}/etc -PLIST_SUB+= FAKE_SBIN=bin -.endif - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - getnameinfo.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= -s -d ${WRKDIR} -PATCH_DIST_ARGS= -s -d ${WRKDIR} - -WRKSRC= ${WRKDIR}/src - -verify: checksum - gpg --verify ${DISTDIR}/${DIST_SUBDIR}/bind-src.tar.gz.asc - gpg --verify ${DISTDIR}/${DIST_SUBDIR}/bind-doc.tar.gz.asc - gpg --verify ${DISTDIR}/${DIST_SUBDIR}/8.4.7-p1.patch.asc - -pre-patch: - @${SED} -e 's#^\*\*\* bind8/#*** #' -e 's#^\-\-\- bind8/#--- #' \ - -e 's#\-c bind8/#-c #' -e 's#^Index:.*##' \ - ${DISTDIR}/${DIST_SUBDIR}/8.4.7-p1.patch > \ - ${WRKDIR}/8.4.7-p1 - -EXTRA_PATCHES= ${WRKDIR}/8.4.7-p1 - -post-patch: - @${SED} -e "s#\'DESTETC=.*#'DESTETC=${BIND_DESTETC}'#" \ - -e "s#-O2 -g#${CFLAGS}#" \ - ${WRKSRC}/port/freebsd/Makefile.set > \ - ${WRKSRC}/port/freebsd/Makefile.set.sed - @${MV} ${WRKSRC}/port/freebsd/Makefile.set.sed \ - ${WRKSRC}/port/freebsd/Makefile.set - - @${SED} -e "s#{DESTEXEC}#{DESTBIN}#g" \ - ${WRKSRC}/bin/dnskeygen/Makefile > \ - ${WRKSRC}/bin/dnskeygen/Makefile.sed - @${MV} ${WRKSRC}/bin/dnskeygen/Makefile.sed \ - ${WRKSRC}/bin/dnskeygen/Makefile - - @${SED} -e "s#\'DESTINC=.*#'DESTINC=${PREFIX}/${INCLUDE_PATH}'#" \ - ${WRKSRC}/port/freebsd/Makefile.set > \ - ${WRKSRC}/port/freebsd/Makefile.set.sed - @${MV} ${WRKSRC}/port/freebsd/Makefile.set.sed \ - ${WRKSRC}/port/freebsd/Makefile.set - - @${SED} -e "s/^#ifdef __sparcv9/#if defined(sun) \&\& defined(_SOCKLEN_T) \&\& defined(__sparcv9)/" \ - ${WRKSRC}/lib/irs/getaddrinfo.c > \ - ${WRKSRC}/lib/irs/getaddrinfo.c.sed - @${MV} ${WRKSRC}/lib/irs/getaddrinfo.c.sed \ - ${WRKSRC}/lib/irs/getaddrinfo.c - -.if defined(WITH_REPLACE_BASE) -.for dir in nslookup nsupdate - @${SED} -e "s#{DESTBIN}#{DESTSBIN}#g" \ - ${WRKSRC}/bin/${dir}/Makefile > ${WRKSRC}/bin/${dir}/Makefile.sed - @${MV} ${WRKSRC}/bin/${dir}/Makefile.sed ${WRKSRC}/bin/${dir}/Makefile -.endfor -.endif - -.for f in named.conf.5 named.8 - @${SED} -e "s#/etc/named.conf#${BIND_DESTETC}/named.conf#g" \ - ${WRKDIR}/doc/man/${f} > ${WRKDIR}/doc/man/${f}.sed - @${MV} ${WRKDIR}/doc/man/${f}.sed ${WRKDIR}/doc/man/${f} -.endfor - -post-install: - cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} clean all ${INSTALL_TARGET} - - ${INSTALL_DATA} ${WRKSRC}/include/isc/ctl.h \ - ${PREFIX}/${INCLUDE_PATH}/isc - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/html ${DOCSDIR}/misc - ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${DOCSDIR}/html - ${CP} -Rp ${WRKDIR}/src/conf ${DOCSDIR} -.for f in CHANGES DNSSEC LICENSE LICENSE_RSA README SUPPORT TODO - ${INSTALL_DATA} ${WRKDIR}/src/${f} ${DOCSDIR} -.endfor -.for f in DynamicUpdate FAQ.* *.txt - ${INSTALL_DATA} ${WRKDIR}/doc/misc/${f} ${DOCSDIR}/misc -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/dns/bind84/distinfo b/dns/bind84/distinfo deleted file mode 100644 index 76cb9b639c5d..000000000000 --- a/dns/bind84/distinfo +++ /dev/null @@ -1,18 +0,0 @@ -MD5 (bind-8.4.7/bind-src.tar.gz) = 3a801b15791647beb90c226d2674eb4d -SHA256 (bind-8.4.7/bind-src.tar.gz) = a0ef8506227797ee57a6c9488fc9ef355ba2fc1fa4616fe68abf0ed6cd009b68 -SIZE (bind-8.4.7/bind-src.tar.gz) = 1484718 -MD5 (bind-8.4.7/bind-doc.tar.gz) = d9bb14acf5c7e1569622f39420e0865d -SHA256 (bind-8.4.7/bind-doc.tar.gz) = 8adcd8c93137f626f098c9d31b8c0ff9e2fcb23f53f4919d41bc35bcef228278 -SIZE (bind-8.4.7/bind-doc.tar.gz) = 1492480 -MD5 (bind-8.4.7/bind-src.tar.gz.asc) = 1d4280ea972152810b601d95591396ef -SHA256 (bind-8.4.7/bind-src.tar.gz.asc) = 52e6182951b647f01990bc92c3afa3122235ba15137ad8755807664fde29a89d -SIZE (bind-8.4.7/bind-src.tar.gz.asc) = 187 -MD5 (bind-8.4.7/bind-doc.tar.gz.asc) = 1a8377b48d1eae61c8246c6d27fdb5ca -SHA256 (bind-8.4.7/bind-doc.tar.gz.asc) = ae32114e896ed8d3a2f96be18986bd67c4e7be50e4fd03e7d39a022e83dd47aa -SIZE (bind-8.4.7/bind-doc.tar.gz.asc) = 187 -MD5 (bind-8.4.7/8.4.7-p1.patch) = fa86090a9afb5deaf096f21803cb819b -SHA256 (bind-8.4.7/8.4.7-p1.patch) = a2400b6db3b68389bef6af1e1b0a732946f8fdc80605ef5a79a09b7ddaaf660a -SIZE (bind-8.4.7/8.4.7-p1.patch) = 47224 -MD5 (bind-8.4.7/8.4.7-p1.patch.asc) = f01bb9f96077667e78fdb95e045da9a0 -SHA256 (bind-8.4.7/8.4.7-p1.patch.asc) = 08c4ad7e869ab7def323914d1cfb89fd6117cb5db8fcd46ef35ecf5c88e00411 -SIZE (bind-8.4.7/8.4.7-p1.patch.asc) = 478 diff --git a/dns/bind84/files/patch-aa b/dns/bind84/files/patch-aa deleted file mode 100644 index 679d61e1e6b9..000000000000 --- a/dns/bind84/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- src/port/freebsd/Makefile.set.orig Sun Jun 23 17:32:49 2002 -+++ src/port/freebsd/Makefile.set Fri Jul 12 00:41:45 2002 -@@ -1,12 +1,14 @@ - 'CC=cc' - 'CDEBUG=-O2 -g -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat' --'DESTBIN=/usr/bin' --'DESTSBIN=/usr/sbin' --'DESTEXEC=/usr/libexec' --'DESTMAN=/usr/share/man' --'DESTHELP=/usr/share/misc' --'DESTETC=/etc' -+'DESTBIN=${PREFIX}/bin' -+'DESTSBIN=${PREFIX}/sbin' -+'DESTEXEC=${PREFIX}/libexec' -+'DESTMAN=${MANPREFIX}/man' -+'DESTHELP=${PREFIX}/share/misc' -+'DESTETC=${PREFIX}/etc' - 'DESTRUN=/var/run' -+'DESTINC=${PREFIX}/include/bind' -+'DESTLIB=${PREFIX}/lib' - 'LEX=lex -I' - 'YACC=yacc -d' - 'SYSLIBS=-lutil' diff --git a/dns/bind84/files/patch-ab b/dns/bind84/files/patch-ab deleted file mode 100644 index 5a7d1aba50c2..000000000000 --- a/dns/bind84/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= ${MANPREFIX} - - # - # 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/bind84/files/patch-ac b/dns/bind84/files/patch-ac deleted file mode 100644 index b348758fbcd4..000000000000 --- a/dns/bind84/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/Makefile.orig Sat Dec 23 00:02:48 2000 -+++ src/bin/Makefile Mon Jan 29 14:11:13 2001 -@@ -58,7 +58,7 @@ - "VER=${VER}" "STRIP=${STRIP}" "PS=${PS}" "INSTALL_LIB=${INSTALL_LIB}" \ - "INSTALL_EXEC=${INSTALL_EXEC}" "BOUNDS=${BOUNDS}" - --CFLAGS= ${CDEBUG} -+#CFLAGS= ${CDEBUG} - CPPFLAGS= -I${PORTINCL} -I${INCL} - - SUBDIRS = addr nslookup dig dnsquery host named named-xfer ndc nsupdate \ diff --git a/dns/bind84/pkg-descr b/dns/bind84/pkg-descr deleted file mode 100644 index 36e811efc06e..000000000000 --- a/dns/bind84/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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 - -BIND 8.4.0 Highlights - IPv6 transport support for named, named-xfer and ndc. - -WWW: http://www.isc.org/index.pl?/sw/bind/ diff --git a/dns/bind84/pkg-plist b/dns/bind84/pkg-plist deleted file mode 100644 index ff10bdfe8341..000000000000 --- a/dns/bind84/pkg-plist +++ /dev/null @@ -1,91 +0,0 @@ -bin/addr -bin/dig -bin/dnskeygen -bin/dnsquery -bin/host -bin/mkservdb -%%FAKE_SBIN%%/nslookup -%%FAKE_SBIN%%/nsupdate -%%INCLUDE_PATH%%/arpa/inet.h -%%INCLUDE_PATH%%/arpa/nameser.h -%%INCLUDE_PATH%%/arpa/nameser_compat.h -%%INCLUDE_PATH%%/hesiod.h -%%INCLUDE_PATH%%/irp.h -%%INCLUDE_PATH%%/irs.h -%%INCLUDE_PATH%%/isc/assertions.h -%%INCLUDE_PATH%%/isc/ctl.h -%%INCLUDE_PATH%%/isc/dst.h -%%INCLUDE_PATH%%/isc/eventlib.h -%%INCLUDE_PATH%%/isc/heap.h -%%INCLUDE_PATH%%/isc/irpmarshall.h -%%INCLUDE_PATH%%/isc/list.h -%%INCLUDE_PATH%%/isc/logging.h -%%INCLUDE_PATH%%/isc/memcluster.h -%%INCLUDE_PATH%%/isc/misc.h -%%INCLUDE_PATH%%/isc/tree.h -%%INCLUDE_PATH%%/netdb.h -%%INCLUDE_PATH%%/res_update.h -%%INCLUDE_PATH%%/resolv.h -%%INCLUDE_PATH%%/sys/bitypes.h -lib/libbind.a -lib/libbind_r.a -libexec/named-xfer -sbin/irpd -sbin/named -sbin/named-bootconf -sbin/ndc -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/DNSSEC -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_RSA -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/SUPPORT -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/conf/README -%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/keep-running -%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/named-res1.conf -%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/named.conf.rfc1918-stubs -%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/pri/127.0.0 -%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/pri/localhost -%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/root.cache -%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/named.conf -%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/127.0.0 -%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/localhost -%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/localhost.ip6.arpa -%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/root.cache -%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/stub/README -%%PORTDOCS%%%%DOCSDIR%%/html/acl.html -%%PORTDOCS%%%%DOCSDIR%%/html/address_list.html -%%PORTDOCS%%%%DOCSDIR%%/html/comments.html -%%PORTDOCS%%%%DOCSDIR%%/html/config.html -%%PORTDOCS%%%%DOCSDIR%%/html/controls.html -%%PORTDOCS%%%%DOCSDIR%%/html/docdef.html -%%PORTDOCS%%%%DOCSDIR%%/html/example.html -%%PORTDOCS%%%%DOCSDIR%%/html/include.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/key.html -%%PORTDOCS%%%%DOCSDIR%%/html/logging.html -%%PORTDOCS%%%%DOCSDIR%%/html/master.html -%%PORTDOCS%%%%DOCSDIR%%/html/options.html -%%PORTDOCS%%%%DOCSDIR%%/html/server.html -%%PORTDOCS%%%%DOCSDIR%%/html/trusted-keys.html -%%PORTDOCS%%%%DOCSDIR%%/html/zone.html -%%PORTDOCS%%%%DOCSDIR%%/misc/DynamicUpdate -%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.1of2 -%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.2of2 -%%PORTDOCS%%%%DOCSDIR%%/misc/rfc2317-notes.txt -%%PORTDOCS%%%%DOCSDIR%%/misc/style.txt -share/misc/nslookup.help -@dirrmtry %%INCLUDE_PATH%%/arpa -@dirrmtry %%INCLUDE_PATH%%/isc -@dirrmtry %%INCLUDE_PATH%%/sys -@dirrmtry %%INCLUDE_PATH%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/recursive/pri -%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/recursive -%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation/pri -%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation/stub -%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation -%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc -%%PORTDOCS%%@dirrm %%DOCSDIR%% |