diff options
39 files changed, 912 insertions, 0 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile new file mode 100644 index 000000000000..7a92129db8a0 --- /dev/null +++ b/dns/bind8/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: bind +# Version required: 8.2 +# Date created: 18 July 1997 +# Whom: jseger@scds.com +# +# $Id: Makefile,v 1.10 1999/05/31 17:36:25 jseger Exp $ +# + +DISTNAME= bind-8.2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PATCHFILES= patch1 + +MAINTAINER= jseger@FreeBSD.org + +Y2K= http://www.isc.org/y2k.html + +WRKSRC= ${WRKDIR}/src + +MAN1= dig.1 dnsquery.1 host.1 +MAN3= gethostbyname.3 getnetent.3 resolver.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= -d ${WRKDIR} +PATCH_DIST_ARGS= -d ${WRKDIR} + +post-install: + @(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 + +.include <bsd.port.mk> diff --git a/dns/bind8/distinfo b/dns/bind8/distinfo new file mode 100644 index 000000000000..3c29a8d44254 --- /dev/null +++ b/dns/bind8/distinfo @@ -0,0 +1,3 @@ +MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 +MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff --git a/dns/bind8/files/patch-aa b/dns/bind8/files/patch-aa new file mode 100644 index 000000000000..f52abb9e8392 --- /dev/null +++ b/dns/bind8/files/patch-aa @@ -0,0 +1,29 @@ +--- 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,12 +1,14 @@ + 'CC=cc' +-'CDEBUG=-O2 -g' +-'DESTBIN=/usr/bin' +-'DESTSBIN=/usr/sbin' +-'DESTEXEC=/usr/libexec' +-'DESTMAN=/usr/share/man' +-'DESTHELP=/usr/share/misc' +-'DESTETC=/etc' ++'CDEBUG=-O2' ++'DESTBIN=${PREFIX}/bin' ++'DESTSBIN=${PREFIX}/sbin' ++'DESTEXEC=${PREFIX}/libexec' ++'DESTMAN=${PREFIX}/man' ++'DESTHELP=${PREFIX}/share/misc' ++'DESTINC=${PREFIX}/include/bind' ++'DESTLIB=${PREFIX}/lib' + 'DESTRUN=/var/run' ++'DESTETC=/etc' + 'LEX=lex -I' + 'YACC=yacc -d' + 'SYSLIBS=-ll -lutil' +@@ -16,3 +18,4 @@ + 'CATEXT=0' + 'PS=ps' + 'RANLIB=ranlib' ++'SH=${SH}' diff --git a/dns/bind8/files/patch-ab b/dns/bind8/files/patch-ab new file mode 100644 index 000000000000..2666baa8847c --- /dev/null +++ b/dns/bind8/files/patch-ab @@ -0,0 +1,42 @@ +--- 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= ${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 +@@ -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/bind8/pkg-comment b/dns/bind8/pkg-comment new file mode 100644 index 000000000000..f141421cb1d4 --- /dev/null +++ b/dns/bind8/pkg-comment @@ -0,0 +1 @@ +The Berkeley Internet Name Daemon, an implementation of DNS. diff --git a/dns/bind8/pkg-descr b/dns/bind8/pkg-descr new file mode 100644 index 000000000000..8e2bddd0a7fa --- /dev/null +++ b/dns/bind8/pkg-descr @@ -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 diff --git a/dns/bind8/pkg-plist b/dns/bind8/pkg-plist new file mode 100644 index 000000000000..a2df60f5ca31 --- /dev/null +++ b/dns/bind8/pkg-plist @@ -0,0 +1,56 @@ +bin/addr +bin/dig +bin/dnsquery +bin/host +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/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 diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile new file mode 100644 index 000000000000..7a92129db8a0 --- /dev/null +++ b/dns/bind9/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: bind +# Version required: 8.2 +# Date created: 18 July 1997 +# Whom: jseger@scds.com +# +# $Id: Makefile,v 1.10 1999/05/31 17:36:25 jseger Exp $ +# + +DISTNAME= bind-8.2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PATCHFILES= patch1 + +MAINTAINER= jseger@FreeBSD.org + +Y2K= http://www.isc.org/y2k.html + +WRKSRC= ${WRKDIR}/src + +MAN1= dig.1 dnsquery.1 host.1 +MAN3= gethostbyname.3 getnetent.3 resolver.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= -d ${WRKDIR} +PATCH_DIST_ARGS= -d ${WRKDIR} + +post-install: + @(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 + +.include <bsd.port.mk> diff --git a/dns/bind9/distinfo b/dns/bind9/distinfo new file mode 100644 index 000000000000..3c29a8d44254 --- /dev/null +++ b/dns/bind9/distinfo @@ -0,0 +1,3 @@ +MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 +MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff --git a/dns/bind9/pkg-comment b/dns/bind9/pkg-comment new file mode 100644 index 000000000000..f141421cb1d4 --- /dev/null +++ b/dns/bind9/pkg-comment @@ -0,0 +1 @@ +The Berkeley Internet Name Daemon, an implementation of DNS. diff --git a/dns/bind9/pkg-descr b/dns/bind9/pkg-descr new file mode 100644 index 000000000000..8e2bddd0a7fa --- /dev/null +++ b/dns/bind9/pkg-descr @@ -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 diff --git a/dns/bind9/pkg-plist b/dns/bind9/pkg-plist new file mode 100644 index 000000000000..a2df60f5ca31 --- /dev/null +++ b/dns/bind9/pkg-plist @@ -0,0 +1,56 @@ +bin/addr +bin/dig +bin/dnsquery +bin/host +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/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 diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile new file mode 100644 index 000000000000..7a92129db8a0 --- /dev/null +++ b/dns/bind94/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: bind +# Version required: 8.2 +# Date created: 18 July 1997 +# Whom: jseger@scds.com +# +# $Id: Makefile,v 1.10 1999/05/31 17:36:25 jseger Exp $ +# + +DISTNAME= bind-8.2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PATCHFILES= patch1 + +MAINTAINER= jseger@FreeBSD.org + +Y2K= http://www.isc.org/y2k.html + +WRKSRC= ${WRKDIR}/src + +MAN1= dig.1 dnsquery.1 host.1 +MAN3= gethostbyname.3 getnetent.3 resolver.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= -d ${WRKDIR} +PATCH_DIST_ARGS= -d ${WRKDIR} + +post-install: + @(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 + +.include <bsd.port.mk> diff --git a/dns/bind94/distinfo b/dns/bind94/distinfo new file mode 100644 index 000000000000..3c29a8d44254 --- /dev/null +++ b/dns/bind94/distinfo @@ -0,0 +1,3 @@ +MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 +MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff --git a/dns/bind94/pkg-comment b/dns/bind94/pkg-comment new file mode 100644 index 000000000000..f141421cb1d4 --- /dev/null +++ b/dns/bind94/pkg-comment @@ -0,0 +1 @@ +The Berkeley Internet Name Daemon, an implementation of DNS. diff --git a/dns/bind94/pkg-descr b/dns/bind94/pkg-descr new file mode 100644 index 000000000000..8e2bddd0a7fa --- /dev/null +++ b/dns/bind94/pkg-descr @@ -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 diff --git a/dns/bind94/pkg-plist b/dns/bind94/pkg-plist new file mode 100644 index 000000000000..a2df60f5ca31 --- /dev/null +++ b/dns/bind94/pkg-plist @@ -0,0 +1,56 @@ +bin/addr +bin/dig +bin/dnsquery +bin/host +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/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 diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile new file mode 100644 index 000000000000..7a92129db8a0 --- /dev/null +++ b/dns/bind95/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: bind +# Version required: 8.2 +# Date created: 18 July 1997 +# Whom: jseger@scds.com +# +# $Id: Makefile,v 1.10 1999/05/31 17:36:25 jseger Exp $ +# + +DISTNAME= bind-8.2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PATCHFILES= patch1 + +MAINTAINER= jseger@FreeBSD.org + +Y2K= http://www.isc.org/y2k.html + +WRKSRC= ${WRKDIR}/src + +MAN1= dig.1 dnsquery.1 host.1 +MAN3= gethostbyname.3 getnetent.3 resolver.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= -d ${WRKDIR} +PATCH_DIST_ARGS= -d ${WRKDIR} + +post-install: + @(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 + +.include <bsd.port.mk> diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo new file mode 100644 index 000000000000..3c29a8d44254 --- /dev/null +++ b/dns/bind95/distinfo @@ -0,0 +1,3 @@ +MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 +MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff --git a/dns/bind95/pkg-comment b/dns/bind95/pkg-comment new file mode 100644 index 000000000000..f141421cb1d4 --- /dev/null +++ b/dns/bind95/pkg-comment @@ -0,0 +1 @@ +The Berkeley Internet Name Daemon, an implementation of DNS. diff --git a/dns/bind95/pkg-descr b/dns/bind95/pkg-descr new file mode 100644 index 000000000000..8e2bddd0a7fa --- /dev/null +++ b/dns/bind95/pkg-descr @@ -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 diff --git a/dns/bind95/pkg-plist b/dns/bind95/pkg-plist new file mode 100644 index 000000000000..a2df60f5ca31 --- /dev/null +++ b/dns/bind95/pkg-plist @@ -0,0 +1,56 @@ +bin/addr +bin/dig +bin/dnsquery +bin/host +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/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 diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile new file mode 100644 index 000000000000..7a92129db8a0 --- /dev/null +++ b/dns/bind96/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: bind +# Version required: 8.2 +# Date created: 18 July 1997 +# Whom: jseger@scds.com +# +# $Id: Makefile,v 1.10 1999/05/31 17:36:25 jseger Exp $ +# + +DISTNAME= bind-8.2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PATCHFILES= patch1 + +MAINTAINER= jseger@FreeBSD.org + +Y2K= http://www.isc.org/y2k.html + +WRKSRC= ${WRKDIR}/src + +MAN1= dig.1 dnsquery.1 host.1 +MAN3= gethostbyname.3 getnetent.3 resolver.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= -d ${WRKDIR} +PATCH_DIST_ARGS= -d ${WRKDIR} + +post-install: + @(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 + +.include <bsd.port.mk> diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo new file mode 100644 index 000000000000..3c29a8d44254 --- /dev/null +++ b/dns/bind96/distinfo @@ -0,0 +1,3 @@ +MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 +MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff --git a/dns/bind96/pkg-comment b/dns/bind96/pkg-comment new file mode 100644 index 000000000000..f141421cb1d4 --- /dev/null +++ b/dns/bind96/pkg-comment @@ -0,0 +1 @@ +The Berkeley Internet Name Daemon, an implementation of DNS. diff --git a/dns/bind96/pkg-descr b/dns/bind96/pkg-descr new file mode 100644 index 000000000000..8e2bddd0a7fa --- /dev/null +++ b/dns/bind96/pkg-descr @@ -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 diff --git a/dns/bind96/pkg-plist b/dns/bind96/pkg-plist new file mode 100644 index 000000000000..a2df60f5ca31 --- /dev/null +++ b/dns/bind96/pkg-plist @@ -0,0 +1,56 @@ +bin/addr +bin/dig +bin/dnsquery +bin/host +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/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 diff --git a/net/bind8/Makefile b/net/bind8/Makefile new file mode 100644 index 000000000000..7a92129db8a0 --- /dev/null +++ b/net/bind8/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: bind +# Version required: 8.2 +# Date created: 18 July 1997 +# Whom: jseger@scds.com +# +# $Id: Makefile,v 1.10 1999/05/31 17:36:25 jseger Exp $ +# + +DISTNAME= bind-8.2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PATCHFILES= patch1 + +MAINTAINER= jseger@FreeBSD.org + +Y2K= http://www.isc.org/y2k.html + +WRKSRC= ${WRKDIR}/src + +MAN1= dig.1 dnsquery.1 host.1 +MAN3= gethostbyname.3 getnetent.3 resolver.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= -d ${WRKDIR} +PATCH_DIST_ARGS= -d ${WRKDIR} + +post-install: + @(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 + +.include <bsd.port.mk> diff --git a/net/bind8/distinfo b/net/bind8/distinfo new file mode 100644 index 000000000000..3c29a8d44254 --- /dev/null +++ b/net/bind8/distinfo @@ -0,0 +1,3 @@ +MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 +MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff --git a/net/bind8/files/patch-aa b/net/bind8/files/patch-aa new file mode 100644 index 000000000000..f52abb9e8392 --- /dev/null +++ b/net/bind8/files/patch-aa @@ -0,0 +1,29 @@ +--- 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,12 +1,14 @@ + 'CC=cc' +-'CDEBUG=-O2 -g' +-'DESTBIN=/usr/bin' +-'DESTSBIN=/usr/sbin' +-'DESTEXEC=/usr/libexec' +-'DESTMAN=/usr/share/man' +-'DESTHELP=/usr/share/misc' +-'DESTETC=/etc' ++'CDEBUG=-O2' ++'DESTBIN=${PREFIX}/bin' ++'DESTSBIN=${PREFIX}/sbin' ++'DESTEXEC=${PREFIX}/libexec' ++'DESTMAN=${PREFIX}/man' ++'DESTHELP=${PREFIX}/share/misc' ++'DESTINC=${PREFIX}/include/bind' ++'DESTLIB=${PREFIX}/lib' + 'DESTRUN=/var/run' ++'DESTETC=/etc' + 'LEX=lex -I' + 'YACC=yacc -d' + 'SYSLIBS=-ll -lutil' +@@ -16,3 +18,4 @@ + 'CATEXT=0' + 'PS=ps' + 'RANLIB=ranlib' ++'SH=${SH}' diff --git a/net/bind8/files/patch-ab b/net/bind8/files/patch-ab new file mode 100644 index 000000000000..2666baa8847c --- /dev/null +++ b/net/bind8/files/patch-ab @@ -0,0 +1,42 @@ +--- 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= ${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 +@@ -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/pkg-comment b/net/bind8/pkg-comment new file mode 100644 index 000000000000..f141421cb1d4 --- /dev/null +++ b/net/bind8/pkg-comment @@ -0,0 +1 @@ +The Berkeley Internet Name Daemon, an implementation of DNS. diff --git a/net/bind8/pkg-descr b/net/bind8/pkg-descr new file mode 100644 index 000000000000..8e2bddd0a7fa --- /dev/null +++ b/net/bind8/pkg-descr @@ -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 diff --git a/net/bind8/pkg-plist b/net/bind8/pkg-plist new file mode 100644 index 000000000000..a2df60f5ca31 --- /dev/null +++ b/net/bind8/pkg-plist @@ -0,0 +1,56 @@ +bin/addr +bin/dig +bin/dnsquery +bin/host +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/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 diff --git a/net/bind9/Makefile b/net/bind9/Makefile new file mode 100644 index 000000000000..7a92129db8a0 --- /dev/null +++ b/net/bind9/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: bind +# Version required: 8.2 +# Date created: 18 July 1997 +# Whom: jseger@scds.com +# +# $Id: Makefile,v 1.10 1999/05/31 17:36:25 jseger Exp $ +# + +DISTNAME= bind-8.2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PATCHFILES= patch1 + +MAINTAINER= jseger@FreeBSD.org + +Y2K= http://www.isc.org/y2k.html + +WRKSRC= ${WRKDIR}/src + +MAN1= dig.1 dnsquery.1 host.1 +MAN3= gethostbyname.3 getnetent.3 resolver.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= -d ${WRKDIR} +PATCH_DIST_ARGS= -d ${WRKDIR} + +post-install: + @(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 + +.include <bsd.port.mk> diff --git a/net/bind9/distinfo b/net/bind9/distinfo new file mode 100644 index 000000000000..3c29a8d44254 --- /dev/null +++ b/net/bind9/distinfo @@ -0,0 +1,3 @@ +MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 +MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff --git a/net/bind9/pkg-comment b/net/bind9/pkg-comment new file mode 100644 index 000000000000..f141421cb1d4 --- /dev/null +++ b/net/bind9/pkg-comment @@ -0,0 +1 @@ +The Berkeley Internet Name Daemon, an implementation of DNS. diff --git a/net/bind9/pkg-descr b/net/bind9/pkg-descr new file mode 100644 index 000000000000..8e2bddd0a7fa --- /dev/null +++ b/net/bind9/pkg-descr @@ -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 diff --git a/net/bind9/pkg-plist b/net/bind9/pkg-plist new file mode 100644 index 000000000000..a2df60f5ca31 --- /dev/null +++ b/net/bind9/pkg-plist @@ -0,0 +1,56 @@ +bin/addr +bin/dig +bin/dnsquery +bin/host +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/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 |