Import of bind 8.1.1 port.

PR:		ports/4118
This commit is contained in:
Justin M. Seger 1997-11-26 00:24:20 +00:00
parent fcc7d8a9ab
commit 5166a6056f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8829
39 changed files with 816 additions and 0 deletions

44
dns/bind8/Makefile Normal file
View file

@ -0,0 +1,44 @@
# New ports collection makefile for: bind
# Version required: 8.1.1
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id$
#
DISTNAME= bind-8.1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.1/
DISTFILES= bind-src.tar.gz bind-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
# for i in ${MAN1}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man1/; \
# done
# for i in ${MAN3}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man3/; \
# done
# for i in ${MAN5}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man5/; \
# done
# for i in ${MAN7}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man7/; \
# done
# for i in ${MAN8}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man8/; \
# done
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.mk>

2
dns/bind8/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0
MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df

25
dns/bind8/files/patch-aa Normal file
View file

@ -0,0 +1,25 @@
--- 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,10 +1,12 @@
'CC=cc'
'CDEBUG=-O2 -g'
-'DESTBIN=/usr/bin'
-'DESTSBIN=/usr/sbin'
-'DESTEXEC=/usr/libexec'
-'DESTMAN=/usr/share/man'
-'DESTHELP=/usr/share/misc'
+'DESTBIN=${PREFIX}/bin'
+'DESTSBIN=${PREFIX}/sbin'
+'DESTEXEC=${PREFIX}/libexec'
+'DESTMAN=${PREFIX}/man'
+'DESTHELP=${PREFIX}/share/misc'
+'DESTINC=${PREFIX}/include/bind'
+'DESTLIB=${PREFIX}/lib'
'LEX=lex -I'
'YACC=yacc -d'
'SYSLIBS=-ll -lutil'
@@ -14,3 +16,4 @@
'CATEXT=0'
'PS=ps'
'RANLIB=ranlib'
+'SH=${SH}'

33
dns/bind8/files/patch-ab Normal file
View file

@ -0,0 +1,33 @@
--- doc/man/Makefile.orig Tue Nov 25 17:42:18 1997
+++ doc/man/Makefile Tue Nov 25 17:43:23 1997
@@ -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

1
dns/bind8/pkg-comment Normal file
View file

@ -0,0 +1 @@
The Berkeley Internet Name Daemon, an implementation of DNS.

13
dns/bind8/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
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

40
dns/bind8/pkg-plist Normal file
View file

@ -0,0 +1,40 @@
bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
bin/nslookup
bin/nsupdate
include/bind/arpa/inet.h
include/bind/arpa/nameser.h
include/bind/arpa/nameser_compat.h
include/bind/isc/eventlib.h
include/bind/isc/heap.h
include/bind/isc/logging.h
include/bind/isc/misc.h
include/bind/isc/tree.h
include/bind/netdb.h
include/bind/resolv.h
include/bind/sys/bitypes.h
lib/libbind.a
libexec/named-xfer
man/man1/dig.1.gz
man/man1/dnsquery.1.gz
man/man1/host.1.gz
man/man3/gethostbyname.3.gz
man/man3/getnetent.3.gz
man/man3/resolver.3.gz
man/man5/resolver.5.gz
man/man7/hostname.7.gz
man/man7/mailaddr.7.gz
man/man8/named-xfer.8.gz
man/man8/named.8.gz
man/man8/ndc.8.gz
man/man8/nslookup.8.gz
sbin/named
sbin/ndc
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind

44
dns/bind9/Makefile Normal file
View file

@ -0,0 +1,44 @@
# New ports collection makefile for: bind
# Version required: 8.1.1
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id$
#
DISTNAME= bind-8.1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.1/
DISTFILES= bind-src.tar.gz bind-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
# for i in ${MAN1}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man1/; \
# done
# for i in ${MAN3}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man3/; \
# done
# for i in ${MAN5}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man5/; \
# done
# for i in ${MAN7}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man7/; \
# done
# for i in ${MAN8}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man8/; \
# done
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.mk>

2
dns/bind9/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0
MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df

1
dns/bind9/pkg-comment Normal file
View file

@ -0,0 +1 @@
The Berkeley Internet Name Daemon, an implementation of DNS.

13
dns/bind9/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
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

40
dns/bind9/pkg-plist Normal file
View file

@ -0,0 +1,40 @@
bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
bin/nslookup
bin/nsupdate
include/bind/arpa/inet.h
include/bind/arpa/nameser.h
include/bind/arpa/nameser_compat.h
include/bind/isc/eventlib.h
include/bind/isc/heap.h
include/bind/isc/logging.h
include/bind/isc/misc.h
include/bind/isc/tree.h
include/bind/netdb.h
include/bind/resolv.h
include/bind/sys/bitypes.h
lib/libbind.a
libexec/named-xfer
man/man1/dig.1.gz
man/man1/dnsquery.1.gz
man/man1/host.1.gz
man/man3/gethostbyname.3.gz
man/man3/getnetent.3.gz
man/man3/resolver.3.gz
man/man5/resolver.5.gz
man/man7/hostname.7.gz
man/man7/mailaddr.7.gz
man/man8/named-xfer.8.gz
man/man8/named.8.gz
man/man8/ndc.8.gz
man/man8/nslookup.8.gz
sbin/named
sbin/ndc
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind

44
dns/bind94/Makefile Normal file
View file

@ -0,0 +1,44 @@
# New ports collection makefile for: bind
# Version required: 8.1.1
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id$
#
DISTNAME= bind-8.1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.1/
DISTFILES= bind-src.tar.gz bind-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
# for i in ${MAN1}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man1/; \
# done
# for i in ${MAN3}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man3/; \
# done
# for i in ${MAN5}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man5/; \
# done
# for i in ${MAN7}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man7/; \
# done
# for i in ${MAN8}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man8/; \
# done
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.mk>

2
dns/bind94/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0
MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df

1
dns/bind94/pkg-comment Normal file
View file

@ -0,0 +1 @@
The Berkeley Internet Name Daemon, an implementation of DNS.

13
dns/bind94/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
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

40
dns/bind94/pkg-plist Normal file
View file

@ -0,0 +1,40 @@
bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
bin/nslookup
bin/nsupdate
include/bind/arpa/inet.h
include/bind/arpa/nameser.h
include/bind/arpa/nameser_compat.h
include/bind/isc/eventlib.h
include/bind/isc/heap.h
include/bind/isc/logging.h
include/bind/isc/misc.h
include/bind/isc/tree.h
include/bind/netdb.h
include/bind/resolv.h
include/bind/sys/bitypes.h
lib/libbind.a
libexec/named-xfer
man/man1/dig.1.gz
man/man1/dnsquery.1.gz
man/man1/host.1.gz
man/man3/gethostbyname.3.gz
man/man3/getnetent.3.gz
man/man3/resolver.3.gz
man/man5/resolver.5.gz
man/man7/hostname.7.gz
man/man7/mailaddr.7.gz
man/man8/named-xfer.8.gz
man/man8/named.8.gz
man/man8/ndc.8.gz
man/man8/nslookup.8.gz
sbin/named
sbin/ndc
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind

44
dns/bind95/Makefile Normal file
View file

@ -0,0 +1,44 @@
# New ports collection makefile for: bind
# Version required: 8.1.1
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id$
#
DISTNAME= bind-8.1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.1/
DISTFILES= bind-src.tar.gz bind-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
# for i in ${MAN1}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man1/; \
# done
# for i in ${MAN3}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man3/; \
# done
# for i in ${MAN5}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man5/; \
# done
# for i in ${MAN7}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man7/; \
# done
# for i in ${MAN8}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man8/; \
# done
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.mk>

2
dns/bind95/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0
MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df

1
dns/bind95/pkg-comment Normal file
View file

@ -0,0 +1 @@
The Berkeley Internet Name Daemon, an implementation of DNS.

13
dns/bind95/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
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

40
dns/bind95/pkg-plist Normal file
View file

@ -0,0 +1,40 @@
bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
bin/nslookup
bin/nsupdate
include/bind/arpa/inet.h
include/bind/arpa/nameser.h
include/bind/arpa/nameser_compat.h
include/bind/isc/eventlib.h
include/bind/isc/heap.h
include/bind/isc/logging.h
include/bind/isc/misc.h
include/bind/isc/tree.h
include/bind/netdb.h
include/bind/resolv.h
include/bind/sys/bitypes.h
lib/libbind.a
libexec/named-xfer
man/man1/dig.1.gz
man/man1/dnsquery.1.gz
man/man1/host.1.gz
man/man3/gethostbyname.3.gz
man/man3/getnetent.3.gz
man/man3/resolver.3.gz
man/man5/resolver.5.gz
man/man7/hostname.7.gz
man/man7/mailaddr.7.gz
man/man8/named-xfer.8.gz
man/man8/named.8.gz
man/man8/ndc.8.gz
man/man8/nslookup.8.gz
sbin/named
sbin/ndc
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind

44
dns/bind96/Makefile Normal file
View file

@ -0,0 +1,44 @@
# New ports collection makefile for: bind
# Version required: 8.1.1
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id$
#
DISTNAME= bind-8.1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.1/
DISTFILES= bind-src.tar.gz bind-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
# for i in ${MAN1}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man1/; \
# done
# for i in ${MAN3}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man3/; \
# done
# for i in ${MAN5}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man5/; \
# done
# for i in ${MAN7}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man7/; \
# done
# for i in ${MAN8}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man8/; \
# done
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.mk>

2
dns/bind96/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0
MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df

1
dns/bind96/pkg-comment Normal file
View file

@ -0,0 +1 @@
The Berkeley Internet Name Daemon, an implementation of DNS.

13
dns/bind96/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
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

40
dns/bind96/pkg-plist Normal file
View file

@ -0,0 +1,40 @@
bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
bin/nslookup
bin/nsupdate
include/bind/arpa/inet.h
include/bind/arpa/nameser.h
include/bind/arpa/nameser_compat.h
include/bind/isc/eventlib.h
include/bind/isc/heap.h
include/bind/isc/logging.h
include/bind/isc/misc.h
include/bind/isc/tree.h
include/bind/netdb.h
include/bind/resolv.h
include/bind/sys/bitypes.h
lib/libbind.a
libexec/named-xfer
man/man1/dig.1.gz
man/man1/dnsquery.1.gz
man/man1/host.1.gz
man/man3/gethostbyname.3.gz
man/man3/getnetent.3.gz
man/man3/resolver.3.gz
man/man5/resolver.5.gz
man/man7/hostname.7.gz
man/man7/mailaddr.7.gz
man/man8/named-xfer.8.gz
man/man8/named.8.gz
man/man8/ndc.8.gz
man/man8/nslookup.8.gz
sbin/named
sbin/ndc
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind

44
net/bind8/Makefile Normal file
View file

@ -0,0 +1,44 @@
# New ports collection makefile for: bind
# Version required: 8.1.1
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id$
#
DISTNAME= bind-8.1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.1/
DISTFILES= bind-src.tar.gz bind-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
# for i in ${MAN1}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man1/; \
# done
# for i in ${MAN3}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man3/; \
# done
# for i in ${MAN5}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man5/; \
# done
# for i in ${MAN7}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man7/; \
# done
# for i in ${MAN8}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man8/; \
# done
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.mk>

2
net/bind8/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0
MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df

25
net/bind8/files/patch-aa Normal file
View file

@ -0,0 +1,25 @@
--- 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,10 +1,12 @@
'CC=cc'
'CDEBUG=-O2 -g'
-'DESTBIN=/usr/bin'
-'DESTSBIN=/usr/sbin'
-'DESTEXEC=/usr/libexec'
-'DESTMAN=/usr/share/man'
-'DESTHELP=/usr/share/misc'
+'DESTBIN=${PREFIX}/bin'
+'DESTSBIN=${PREFIX}/sbin'
+'DESTEXEC=${PREFIX}/libexec'
+'DESTMAN=${PREFIX}/man'
+'DESTHELP=${PREFIX}/share/misc'
+'DESTINC=${PREFIX}/include/bind'
+'DESTLIB=${PREFIX}/lib'
'LEX=lex -I'
'YACC=yacc -d'
'SYSLIBS=-ll -lutil'
@@ -14,3 +16,4 @@
'CATEXT=0'
'PS=ps'
'RANLIB=ranlib'
+'SH=${SH}'

33
net/bind8/files/patch-ab Normal file
View file

@ -0,0 +1,33 @@
--- doc/man/Makefile.orig Tue Nov 25 17:42:18 1997
+++ doc/man/Makefile Tue Nov 25 17:43:23 1997
@@ -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

1
net/bind8/pkg-comment Normal file
View file

@ -0,0 +1 @@
The Berkeley Internet Name Daemon, an implementation of DNS.

13
net/bind8/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
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

40
net/bind8/pkg-plist Normal file
View file

@ -0,0 +1,40 @@
bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
bin/nslookup
bin/nsupdate
include/bind/arpa/inet.h
include/bind/arpa/nameser.h
include/bind/arpa/nameser_compat.h
include/bind/isc/eventlib.h
include/bind/isc/heap.h
include/bind/isc/logging.h
include/bind/isc/misc.h
include/bind/isc/tree.h
include/bind/netdb.h
include/bind/resolv.h
include/bind/sys/bitypes.h
lib/libbind.a
libexec/named-xfer
man/man1/dig.1.gz
man/man1/dnsquery.1.gz
man/man1/host.1.gz
man/man3/gethostbyname.3.gz
man/man3/getnetent.3.gz
man/man3/resolver.3.gz
man/man5/resolver.5.gz
man/man7/hostname.7.gz
man/man7/mailaddr.7.gz
man/man8/named-xfer.8.gz
man/man8/named.8.gz
man/man8/ndc.8.gz
man/man8/nslookup.8.gz
sbin/named
sbin/ndc
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind

44
net/bind9/Makefile Normal file
View file

@ -0,0 +1,44 @@
# New ports collection makefile for: bind
# Version required: 8.1.1
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
# $Id$
#
DISTNAME= bind-8.1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.1/
DISTFILES= bind-src.tar.gz bind-doc.tar.gz
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/src
MAN1= dig.1 dnsquery.1 host.1
MAN3= gethostbyname.3 getnetent.3 resolver.3
MAN5= resolver.5
MAN7= hostname.7 mailaddr.7
MAN8= named-xfer.8 named.8 ndc.8 nslookup.8
PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
# for i in ${MAN1}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man1/; \
# done
# for i in ${MAN3}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man3/; \
# done
# for i in ${MAN5}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man5/; \
# done
# for i in ${MAN7}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man7/; \
# done
# for i in ${MAN8}; do \
# ${INSTALL_MAN} ${WRKDIR}/doc/man/$$i ${PREFIX}/man/man8/; \
# done
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.mk>

2
net/bind9/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0
MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df

1
net/bind9/pkg-comment Normal file
View file

@ -0,0 +1 @@
The Berkeley Internet Name Daemon, an implementation of DNS.

13
net/bind9/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
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

40
net/bind9/pkg-plist Normal file
View file

@ -0,0 +1,40 @@
bin/addr
bin/dig
bin/dnsquery
bin/host
bin/named-bootconf.pl
bin/nslookup
bin/nsupdate
include/bind/arpa/inet.h
include/bind/arpa/nameser.h
include/bind/arpa/nameser_compat.h
include/bind/isc/eventlib.h
include/bind/isc/heap.h
include/bind/isc/logging.h
include/bind/isc/misc.h
include/bind/isc/tree.h
include/bind/netdb.h
include/bind/resolv.h
include/bind/sys/bitypes.h
lib/libbind.a
libexec/named-xfer
man/man1/dig.1.gz
man/man1/dnsquery.1.gz
man/man1/host.1.gz
man/man3/gethostbyname.3.gz
man/man3/getnetent.3.gz
man/man3/resolver.3.gz
man/man5/resolver.5.gz
man/man7/hostname.7.gz
man/man7/mailaddr.7.gz
man/man8/named-xfer.8.gz
man/man8/named.8.gz
man/man8/ndc.8.gz
man/man8/nslookup.8.gz
sbin/named
sbin/ndc
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind