diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
commit | e1906e85ed4521c96066ce130869615c304c2a7a (patch) | |
tree | 2168725e487d131fef0e49ba7dfdd230e3466624 /net/bind8 | |
parent | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (diff) | |
download | ports-e1906e85ed4521c96066ce130869615c304c2a7a.tar.gz ports-e1906e85ed4521c96066ce130869615c304c2a7a.zip |
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move
the dns-related ports to the new world. Is there anyone who
is brave enough to complete this difficult job? ;)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=88582
Diffstat (limited to 'net/bind8')
-rw-r--r-- | net/bind8/Makefile | 102 | ||||
-rw-r--r-- | net/bind8/distinfo | 2 | ||||
-rw-r--r-- | net/bind8/files/patch-aa | 28 | ||||
-rw-r--r-- | net/bind8/files/patch-ab | 42 | ||||
-rw-r--r-- | net/bind8/files/patch-ac | 11 | ||||
-rw-r--r-- | net/bind8/pkg-descr | 13 | ||||
-rw-r--r-- | net/bind8/pkg-plist | 90 |
7 files changed, 0 insertions, 288 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile deleted file mode 100644 index 78ace0c41686..000000000000 --- a/net/bind8/Makefile +++ /dev/null @@ -1,102 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $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= bind -PORTVERSION= 8.3.6 -CATEGORIES?= net -MASTER_SITES= ${MASTER_SITE_ISC} -MASTER_SITE_SUBDIR= bind/src/${PORTVERSION} - -DISTFILES= bind-src.tar.gz bind-doc.tar.gz -DIST_SUBDIR= bind-${PORTVERSION} - -MAINTAINER= DougB@FreeBSD.org -COMMENT= The Berkeley Internet Name Domain, an implementation of DNS - -.if defined(PORT_REPLACES_BASE_BIND8) -PKGNAMESUFFIX= -base -PREFIX= /usr -BIND_DESTETC= /etc/namedb -INCLUDE_PATH= include -PLIST_SUB= INCLUDE_PATH=${INCLUDE_PATH} FAKE_SBIN=sbin -.else -BIND_DESTETC= ${PREFIX}/etc -INCLUDE_PATH= include/bind -PLIST_SUB= INCLUDE_PATH=${INCLUDE_PATH} FAKE_SBIN=bin -.endif - -WRKSRC= ${WRKDIR}/src - -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} - -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 - -.if defined(PORT_REPLACES_BASE_BIND8) - @${SED} -e "s#\'DESTINC=.*#'DESTINC=${PREFIX}/include'#" \ - ${WRKSRC}/port/freebsd/Makefile.set > \ - ${WRKSRC}/port/freebsd/Makefile.set.sed - @${MV} ${WRKSRC}/port/freebsd/Makefile.set.sed \ - ${WRKSRC}/port/freebsd/Makefile.set -.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 file in named.conf.5 named.8 - @${SED} -e "s#/etc/named.conf#${BIND_DESTETC}/named.conf#g" \ - ${WRKDIR}/doc/man/${file} > ${WRKDIR}/doc/man/${file}.sed - @${MV} ${WRKDIR}/doc/man/${file}.sed ${WRKDIR}/doc/man/${file} -.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 file in CHANGES DNSSEC LICENSE LICENSE_RSA README SUPPORT TODO - ${INSTALL_DATA} ${WRKDIR}/src/${file} ${DOCSDIR} -.endfor -.for file in DynamicUpdate FAQ.* *.txt - ${INSTALL_DATA} ${WRKDIR}/doc/misc/${file} ${DOCSDIR}/misc -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net/bind8/distinfo b/net/bind8/distinfo deleted file mode 100644 index 4e973fe4efad..000000000000 --- a/net/bind8/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bind-8.3.6/bind-src.tar.gz) = 70687e7d8494c5a9c5d7f4b4754ad53b -MD5 (bind-8.3.6/bind-doc.tar.gz) = 7118f6d4f531ff64a0fd3f230a97959b diff --git a/net/bind8/files/patch-aa b/net/bind8/files/patch-aa deleted file mode 100644 index e2684edb625d..000000000000 --- a/net/bind8/files/patch-aa +++ /dev/null @@ -1,28 +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' -@@ -17,3 +19,4 @@ - 'CATEXT=0' - 'PS=ps' - 'RANLIB=ranlib' -+'SH=${SH}' diff --git a/net/bind8/files/patch-ab b/net/bind8/files/patch-ab deleted file mode 100644 index 5a7d1aba50c2..000000000000 --- a/net/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= ${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/net/bind8/files/patch-ac b/net/bind8/files/patch-ac deleted file mode 100644 index b348758fbcd4..000000000000 --- a/net/bind8/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/net/bind8/pkg-descr b/net/bind8/pkg-descr deleted file mode 100644 index f56ebdae1c68..000000000000 --- a/net/bind8/pkg-descr +++ /dev/null @@ -1,13 +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 - -WWW: http://www.isc.org/products/BIND/ diff --git a/net/bind8/pkg-plist b/net/bind8/pkg-plist deleted file mode 100644 index 69b4fbdd2082..000000000000 --- a/net/bind8/pkg-plist +++ /dev/null @@ -1,90 +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%%share/doc/bind/CHANGES -%%PORTDOCS%%share/doc/bind/DNSSEC -%%PORTDOCS%%share/doc/bind/LICENSE -%%PORTDOCS%%share/doc/bind/LICENSE_RSA -%%PORTDOCS%%share/doc/bind/README -%%PORTDOCS%%share/doc/bind/SUPPORT -%%PORTDOCS%%share/doc/bind/TODO -%%PORTDOCS%%share/doc/bind/conf/README -%%PORTDOCS%%share/doc/bind/conf/recursive/keep-running -%%PORTDOCS%%share/doc/bind/conf/recursive/named-res1.conf -%%PORTDOCS%%share/doc/bind/conf/recursive/named.conf.rfc1918-stubs -%%PORTDOCS%%share/doc/bind/conf/recursive/pri/127.0.0 -%%PORTDOCS%%share/doc/bind/conf/recursive/pri/localhost -%%PORTDOCS%%share/doc/bind/conf/recursive/root.cache -%%PORTDOCS%%share/doc/bind/conf/workstation/named.conf -%%PORTDOCS%%share/doc/bind/conf/workstation/pri/127.0.0 -%%PORTDOCS%%share/doc/bind/conf/workstation/pri/localhost -%%PORTDOCS%%share/doc/bind/conf/workstation/root.cache -%%PORTDOCS%%share/doc/bind/conf/workstation/stub/README -%%PORTDOCS%%share/doc/bind/html/acl.html -%%PORTDOCS%%share/doc/bind/html/address_list.html -%%PORTDOCS%%share/doc/bind/html/comments.html -%%PORTDOCS%%share/doc/bind/html/config.html -%%PORTDOCS%%share/doc/bind/html/controls.html -%%PORTDOCS%%share/doc/bind/html/docdef.html -%%PORTDOCS%%share/doc/bind/html/example.html -%%PORTDOCS%%share/doc/bind/html/include.html -%%PORTDOCS%%share/doc/bind/html/index.html -%%PORTDOCS%%share/doc/bind/html/key.html -%%PORTDOCS%%share/doc/bind/html/logging.html -%%PORTDOCS%%share/doc/bind/html/master.html -%%PORTDOCS%%share/doc/bind/html/options.html -%%PORTDOCS%%share/doc/bind/html/server.html -%%PORTDOCS%%share/doc/bind/html/trusted-keys.html -%%PORTDOCS%%share/doc/bind/html/zone.html -%%PORTDOCS%%share/doc/bind/misc/DynamicUpdate -%%PORTDOCS%%share/doc/bind/misc/FAQ.1of2 -%%PORTDOCS%%share/doc/bind/misc/FAQ.2of2 -%%PORTDOCS%%share/doc/bind/misc/rfc2317-notes.txt -%%PORTDOCS%%share/doc/bind/misc/style.txt -share/misc/nslookup.help -@unexec rmdir %D/%%INCLUDE_PATH%%/arpa 2>/dev/null || true -@unexec rmdir %D/%%INCLUDE_PATH%%/isc 2>/dev/null || true -@unexec rmdir %D/%%INCLUDE_PATH%%/sys 2>/dev/null || true -@unexec rmdir %D/%%INCLUDE_PATH%% 2>/dev/null || true -%%PORTDOCS%%@dirrm share/doc/bind/conf/recursive/pri -%%PORTDOCS%%@dirrm share/doc/bind/conf/recursive -%%PORTDOCS%%@dirrm share/doc/bind/conf/workstation/pri -%%PORTDOCS%%@dirrm share/doc/bind/conf/workstation/stub -%%PORTDOCS%%@dirrm share/doc/bind/conf/workstation -%%PORTDOCS%%@dirrm share/doc/bind/conf -%%PORTDOCS%%@dirrm share/doc/bind/html -%%PORTDOCS%%@dirrm share/doc/bind/misc -%%PORTDOCS%%@dirrm share/doc/bind/ |