1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade to bind 8.2

Submitted by:	Brad Hendrickse <bradh@uunet.co.za>
PR:		ports/10861
This commit is contained in:
Justin M. Seger 1999-04-04 14:28:39 +00:00
parent b9c7235f30
commit c1196dd22b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17631
21 changed files with 168 additions and 98 deletions

View File

@ -1,15 +1,15 @@
# New ports collection makefile for: bind
# Version required: 8.1.2
# Version required: 8.2
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id: Makefile,v 1.7 1998/12/10 02:59:27 jseger Exp $
# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $
#
DISTNAME= bind-8.1.2
DISTNAME= bind-8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/
DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
@ -19,14 +19,14 @@ WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= irs.conf.5 resolver.5
MAN5= irs.conf.5 named.conf.5 resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
nsupdate.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(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

View File

@ -1,2 +1,2 @@
MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7
MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d
MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8
MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28

View File

@ -2,45 +2,55 @@ bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
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/hesiod.h
include/bind/irs.h
include/bind/netdb.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
@dirrm share/doc/bind8

View File

@ -1,15 +1,15 @@
# New ports collection makefile for: bind
# Version required: 8.1.2
# Version required: 8.2
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id: Makefile,v 1.7 1998/12/10 02:59:27 jseger Exp $
# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $
#
DISTNAME= bind-8.1.2
DISTNAME= bind-8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/
DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
@ -19,14 +19,14 @@ WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= irs.conf.5 resolver.5
MAN5= irs.conf.5 named.conf.5 resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
nsupdate.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(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

View File

@ -1,2 +1,2 @@
MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7
MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d
MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8
MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28

View File

@ -2,45 +2,55 @@ bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
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/hesiod.h
include/bind/irs.h
include/bind/netdb.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
@dirrm share/doc/bind8

View File

@ -1,15 +1,15 @@
# New ports collection makefile for: bind
# Version required: 8.1.2
# Version required: 8.2
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id: Makefile,v 1.7 1998/12/10 02:59:27 jseger Exp $
# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $
#
DISTNAME= bind-8.1.2
DISTNAME= bind-8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/
DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
@ -19,14 +19,14 @@ WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= irs.conf.5 resolver.5
MAN5= irs.conf.5 named.conf.5 resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
nsupdate.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(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

View File

@ -1,2 +1,2 @@
MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7
MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d
MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8
MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28

View File

@ -2,45 +2,55 @@ bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
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/hesiod.h
include/bind/irs.h
include/bind/netdb.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
@dirrm share/doc/bind8

View File

@ -1,15 +1,15 @@
# New ports collection makefile for: bind
# Version required: 8.1.2
# Version required: 8.2
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id: Makefile,v 1.7 1998/12/10 02:59:27 jseger Exp $
# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $
#
DISTNAME= bind-8.1.2
DISTNAME= bind-8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/
DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
@ -19,14 +19,14 @@ WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= irs.conf.5 resolver.5
MAN5= irs.conf.5 named.conf.5 resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
nsupdate.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(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

View File

@ -1,2 +1,2 @@
MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7
MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d
MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8
MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28

View File

@ -2,45 +2,55 @@ bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
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/hesiod.h
include/bind/irs.h
include/bind/netdb.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
@dirrm share/doc/bind8

View File

@ -1,15 +1,15 @@
# New ports collection makefile for: bind
# Version required: 8.1.2
# Version required: 8.2
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id: Makefile,v 1.7 1998/12/10 02:59:27 jseger Exp $
# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $
#
DISTNAME= bind-8.1.2
DISTNAME= bind-8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/
DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
@ -19,14 +19,14 @@ WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= irs.conf.5 resolver.5
MAN5= irs.conf.5 named.conf.5 resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
nsupdate.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(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

View File

@ -1,2 +1,2 @@
MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7
MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d
MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8
MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28

View File

@ -2,45 +2,55 @@ bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
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/hesiod.h
include/bind/irs.h
include/bind/netdb.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
@dirrm share/doc/bind8

View File

@ -1,15 +1,15 @@
# New ports collection makefile for: bind
# Version required: 8.1.2
# Version required: 8.2
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id: Makefile,v 1.7 1998/12/10 02:59:27 jseger Exp $
# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $
#
DISTNAME= bind-8.1.2
DISTNAME= bind-8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/
DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
@ -19,14 +19,14 @@ WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= irs.conf.5 resolver.5
MAN5= irs.conf.5 named.conf.5 resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
nsupdate.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(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

View File

@ -1,2 +1,2 @@
MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7
MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d
MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8
MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28

View File

@ -2,45 +2,55 @@ bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
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/hesiod.h
include/bind/irs.h
include/bind/netdb.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
@dirrm share/doc/bind8

View File

@ -1,15 +1,15 @@
# New ports collection makefile for: bind
# Version required: 8.1.2
# Version required: 8.2
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id: Makefile,v 1.7 1998/12/10 02:59:27 jseger Exp $
# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $
#
DISTNAME= bind-8.1.2
DISTNAME= bind-8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/
DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
@ -19,14 +19,14 @@ WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= irs.conf.5 resolver.5
MAN5= irs.conf.5 named.conf.5 resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
nsupdate.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(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

View File

@ -1,2 +1,2 @@
MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7
MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d
MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8
MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28

View File

@ -2,45 +2,55 @@ bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
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/hesiod.h
include/bind/irs.h
include/bind/netdb.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
@dirrm share/doc/bind8