diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-26 00:24:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-26 00:24:20 +0000 |
commit | 5166a6056f09d74255bf8d62c92ec037f972e17a (patch) | |
tree | 313ac2cb931e185e5feddc218eef18cc7a6a4bb6 /net | |
parent | fcc7d8a9abf49392c0fb4a6c0b32b0fb3b53fb03 (diff) | |
download | ports-5166a6056f09d74255bf8d62c92ec037f972e17a.tar.gz ports-5166a6056f09d74255bf8d62c92ec037f972e17a.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/bind8/Makefile | 44 | ||||
-rw-r--r-- | net/bind8/distinfo | 2 | ||||
-rw-r--r-- | net/bind8/files/patch-aa | 25 | ||||
-rw-r--r-- | net/bind8/files/patch-ab | 33 | ||||
-rw-r--r-- | net/bind8/pkg-comment | 1 | ||||
-rw-r--r-- | net/bind8/pkg-descr | 13 | ||||
-rw-r--r-- | net/bind8/pkg-plist | 40 | ||||
-rw-r--r-- | net/bind9/Makefile | 44 | ||||
-rw-r--r-- | net/bind9/distinfo | 2 | ||||
-rw-r--r-- | net/bind9/pkg-comment | 1 | ||||
-rw-r--r-- | net/bind9/pkg-descr | 13 | ||||
-rw-r--r-- | net/bind9/pkg-plist | 40 |
12 files changed, 258 insertions, 0 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile new file mode 100644 index 000000000000..cc01f230a350 --- /dev/null +++ b/net/bind8/Makefile @@ -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> diff --git a/net/bind8/distinfo b/net/bind8/distinfo new file mode 100644 index 000000000000..9dfa036cd26b --- /dev/null +++ b/net/bind8/distinfo @@ -0,0 +1,2 @@ +MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0 +MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df diff --git a/net/bind8/files/patch-aa b/net/bind8/files/patch-aa new file mode 100644 index 000000000000..7f4e15ac3825 --- /dev/null +++ b/net/bind8/files/patch-aa @@ -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}' diff --git a/net/bind8/files/patch-ab b/net/bind8/files/patch-ab new file mode 100644 index 000000000000..20054cfcd842 --- /dev/null +++ b/net/bind8/files/patch-ab @@ -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 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..7dfc8c6f2f1b --- /dev/null +++ b/net/bind8/pkg-plist @@ -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 diff --git a/net/bind9/Makefile b/net/bind9/Makefile new file mode 100644 index 000000000000..cc01f230a350 --- /dev/null +++ b/net/bind9/Makefile @@ -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> diff --git a/net/bind9/distinfo b/net/bind9/distinfo new file mode 100644 index 000000000000..9dfa036cd26b --- /dev/null +++ b/net/bind9/distinfo @@ -0,0 +1,2 @@ +MD5 (bind-src.tar.gz) = 7487b8d647edba2053edc1cda0c6afd0 +MD5 (bind-doc.tar.gz) = 2bf093631c4d855895a95507927877df 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..7dfc8c6f2f1b --- /dev/null +++ b/net/bind9/pkg-plist @@ -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 |