Index: head/dns/bind84/Makefile =================================================================== --- head/dns/bind84/Makefile (nonexistent) +++ head/dns/bind84/Makefile (revision 82449) @@ -0,0 +1,102 @@ +# New ports collection makefile for: bind84 +# Date created: 7 June 2003 +# Whom: DougB@FreeBSD.org +# +# $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= bind84 +PORTVERSION= 8.4.0 +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 Property changes on: head/dns/bind84/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/dns/bind84/distinfo =================================================================== --- head/dns/bind84/distinfo (nonexistent) +++ head/dns/bind84/distinfo (revision 82449) @@ -0,0 +1,2 @@ +MD5 (bind-8.4.0/bind-src.tar.gz) = dbfe076a6a9eac6e77aa34001112f2ed +MD5 (bind-8.4.0/bind-doc.tar.gz) = 30a9211739088226f158f4ac2ae96380 Property changes on: head/dns/bind84/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/bind84/files/patch-aa =================================================================== --- head/dns/bind84/files/patch-aa (nonexistent) +++ head/dns/bind84/files/patch-aa (revision 82449) @@ -0,0 +1,28 @@ +--- 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}' Property changes on: head/dns/bind84/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/bind84/files/patch-ab =================================================================== --- head/dns/bind84/files/patch-ab (nonexistent) +++ head/dns/bind84/files/patch-ab (revision 82449) @@ -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= ${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 Property changes on: head/dns/bind84/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/bind84/files/patch-ac =================================================================== --- head/dns/bind84/files/patch-ac (nonexistent) +++ head/dns/bind84/files/patch-ac (revision 82449) @@ -0,0 +1,11 @@ +--- 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 \ Property changes on: head/dns/bind84/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/bind84/pkg-descr =================================================================== --- head/dns/bind84/pkg-descr (nonexistent) +++ head/dns/bind84/pkg-descr (revision 82449) @@ -0,0 +1,16 @@ +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 + +BIND 8.4.0 Highlights + IPv6 transport support for named, named-xfer and ndc. + +WWW: http://www.isc.org/products/BIND/ Property changes on: head/dns/bind84/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/bind84/pkg-plist =================================================================== --- head/dns/bind84/pkg-plist (nonexistent) +++ head/dns/bind84/pkg-plist (revision 82449) @@ -0,0 +1,90 @@ +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%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/DNSSEC +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_RSA +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/SUPPORT +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/conf/README +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/keep-running +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/named-res1.conf +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/named.conf.rfc1918-stubs +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/pri/127.0.0 +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/pri/localhost +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/root.cache +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/named.conf +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/127.0.0 +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/localhost +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/root.cache +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/stub/README +%%PORTDOCS%%%%DOCSDIR%%/html/acl.html +%%PORTDOCS%%%%DOCSDIR%%/html/address_list.html +%%PORTDOCS%%%%DOCSDIR%%/html/comments.html +%%PORTDOCS%%%%DOCSDIR%%/html/config.html +%%PORTDOCS%%%%DOCSDIR%%/html/controls.html +%%PORTDOCS%%%%DOCSDIR%%/html/docdef.html +%%PORTDOCS%%%%DOCSDIR%%/html/example.html +%%PORTDOCS%%%%DOCSDIR%%/html/include.html +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/key.html +%%PORTDOCS%%%%DOCSDIR%%/html/logging.html +%%PORTDOCS%%%%DOCSDIR%%/html/master.html +%%PORTDOCS%%%%DOCSDIR%%/html/options.html +%%PORTDOCS%%%%DOCSDIR%%/html/server.html +%%PORTDOCS%%%%DOCSDIR%%/html/trusted-keys.html +%%PORTDOCS%%%%DOCSDIR%%/html/zone.html +%%PORTDOCS%%%%DOCSDIR%%/misc/DynamicUpdate +%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.1of2 +%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.2of2 +%%PORTDOCS%%%%DOCSDIR%%/misc/rfc2317-notes.txt +%%PORTDOCS%%%%DOCSDIR%%/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 %%DOCSDIR%%/conf/recursive/pri +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/recursive +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation/pri +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation/stub +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc +%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/dns/bind84/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/Makefile =================================================================== --- head/net/Makefile (revision 82448) +++ head/net/Makefile (revision 82449) @@ -1,734 +1,735 @@ # $FreeBSD$ # SUBDIR += 44bsd-rdist SUBDIR += 6to4 SUBDIR += 6tunnel SUBDIR += DarwinStreamingServer SUBDIR += GeoIP SUBDIR += NeTraMet SUBDIR += SSLtelnet SUBDIR += adasockets SUBDIR += adns SUBDIR += aget SUBDIR += aggregate SUBDIR += aguri SUBDIR += aim SUBDIR += airport SUBDIR += amsn SUBDIR += angst SUBDIR += ap-utils SUBDIR += apinger SUBDIR += archie SUBDIR += archie.el SUBDIR += argus SUBDIR += ari-yahoo SUBDIR += arla SUBDIR += arpd SUBDIR += arping SUBDIR += arprelease SUBDIR += arpwatch SUBDIR += arts++ SUBDIR += asfrecorder SUBDIR += aslookup SUBDIR += aspathtree SUBDIR += b2bua SUBDIR += balance SUBDIR += bbsnet SUBDIR += bfilter SUBDIR += bgpq SUBDIR += bind8 + SUBDIR += bind84 SUBDIR += bind9 SUBDIR += bind9-dlz SUBDIR += bing SUBDIR += binkd SUBDIR += bmon SUBDIR += boclient SUBDIR += bounce SUBDIR += bpft SUBDIR += braa SUBDIR += bsd-airtools SUBDIR += bsdproxy SUBDIR += cap SUBDIR += ccmsn SUBDIR += cdonkey SUBDIR += cdpd SUBDIR += cdpr SUBDIR += centericq SUBDIR += cfgstoragemk SUBDIR += cflowd SUBDIR += choparp SUBDIR += cidr SUBDIR += cisco_conf SUBDIR += ciscoconf SUBDIR += citadel SUBDIR += citrix_ica SUBDIR += click SUBDIR += clog SUBDIR += clusterit SUBDIR += cnet SUBDIR += coda5_client SUBDIR += coda5_doc SUBDIR += coda5_server SUBDIR += coda_doc SUBDIR += coda_intro SUBDIR += confregdecode SUBDIR += corkscrew SUBDIR += cphone SUBDIR += crescendo SUBDIR += cricket SUBDIR += cryptcat SUBDIR += ct SUBDIR += ctrace SUBDIR += cvsup SUBDIR += cvsup-mirror SUBDIR += cvsup-without-gui SUBDIR += cvsupit SUBDIR += cvsync SUBDIR += danamics SUBDIR += dante SUBDIR += darkstat SUBDIR += datapipe SUBDIR += dcgui SUBDIR += dclib SUBDIR += dctc SUBDIR += dctc-gui SUBDIR += dctc-gui-qt SUBDIR += ddc SUBDIR += ddclient SUBDIR += ddup SUBDIR += delegate SUBDIR += despoof SUBDIR += dgd SUBDIR += dgd-lpmud SUBDIR += dgd-net SUBDIR += dhcpconf SUBDIR += dhcpdump SUBDIR += dhcping SUBDIR += dhid SUBDIR += dhisd SUBDIR += dictd SUBDIR += dictd-database SUBDIR += djbdns SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance SUBDIR += dnsmasq SUBDIR += dnssecwalker SUBDIR += dnstop SUBDIR += dnstracer SUBDIR += dnsutl SUBDIR += dnswalk SUBDIR += doc SUBDIR += docsis SUBDIR += domtools SUBDIR += driftnet SUBDIR += dtcp SUBDIR += dtcpclient SUBDIR += easysoap SUBDIR += echolot SUBDIR += echoping SUBDIR += edonkey-gui-gtk SUBDIR += edonkey-gui-gtk-urlslave SUBDIR += edonkey-gui-java SUBDIR += ehnt SUBDIR += erlang_xmlrpc SUBDIR += etherape SUBDIR += etherboot SUBDIR += ethereal SUBDIR += ettercap SUBDIR += eudc-emacs20 SUBDIR += everybuddy SUBDIR += ez-ipupdate SUBDIR += fcptools SUBDIR += fidelio SUBDIR += firedns SUBDIR += firetalk SUBDIR += flow-tools SUBDIR += flowscan SUBDIR += forg SUBDIR += fping SUBDIR += fprobe SUBDIR += freebsd-uucp SUBDIR += freenet SUBDIR += freenet6 SUBDIR += freeradius SUBDIR += freevrrpd SUBDIR += freewais-sf SUBDIR += frost SUBDIR += fspclient SUBDIR += fspd SUBDIR += fugu SUBDIR += gabber SUBDIR += gaim SUBDIR += gale SUBDIR += gatekeeper SUBDIR += generic-nqs SUBDIR += geotrace SUBDIR += geta SUBDIR += ggsd SUBDIR += ghtool SUBDIR += gicq SUBDIR += gini SUBDIR += gkrellm_snmp SUBDIR += gkrellmqst SUBDIR += gkrellmwireless SUBDIR += gnet SUBDIR += gnet-glib2 SUBDIR += gnewtellium SUBDIR += gnomba SUBDIR += gnome-mud SUBDIR += gnome-vnc SUBDIR += gnomeicu SUBDIR += gnomeicu2 SUBDIR += gnomemeeting SUBDIR += gnomemeeting2 SUBDIR += gnometelnet SUBDIR += gnosamba SUBDIR += gnu-finger SUBDIR += gnu-radius SUBDIR += gnugadu SUBDIR += gnunet SUBDIR += gnut SUBDIR += gofish SUBDIR += googolplex SUBDIR += gopher SUBDIR += gps SUBDIR += gq SUBDIR += gsk SUBDIR += gspoof SUBDIR += gtic SUBDIR += gtk-gnutella SUBDIR += gtkhx SUBDIR += gtkyahoo SUBDIR += gutenfetch SUBDIR += h2n SUBDIR += hagelslag SUBDIR += haproxy SUBDIR += hawk SUBDIR += hesiod SUBDIR += hinfo SUBDIR += hlmaster SUBDIR += honeyd SUBDIR += host SUBDIR += http_ping SUBDIR += hx SUBDIR += icb SUBDIR += ickle SUBDIR += icmpchat SUBDIR += icmpinfo SUBDIR += icmpmonitor SUBDIR += icmpquery SUBDIR += icqlib SUBDIR += icqlib0 SUBDIR += icqnix SUBDIR += idnkit SUBDIR += ifstat SUBDIR += iftop SUBDIR += imcom SUBDIR += iog SUBDIR += ip6_int SUBDIR += ipcad SUBDIR += ipcalc SUBDIR += ipcheck SUBDIR += iperf SUBDIR += ipex SUBDIR += ipfm SUBDIR += ipfw-graph SUBDIR += iplog SUBDIR += ipsorc SUBDIR += ipsvd SUBDIR += ipv6calc SUBDIR += ipv6socket_scrub SUBDIR += ipw SUBDIR += irrtoolset SUBDIR += isc-dhcp3 SUBDIR += isic SUBDIR += jabber SUBDIR += jabber-aim SUBDIR += jabber-conference SUBDIR += jabber-jud SUBDIR += jabber-msn SUBDIR += jabber-yahoo SUBDIR += jags SUBDIR += jarl SUBDIR += java-beepcore SUBDIR += javadc SUBDIR += jumpgate SUBDIR += jwhois SUBDIR += kdenetwork3 SUBDIR += kmerlin SUBDIR += kmess SUBDIR += kmldonkey SUBDIR += konverse SUBDIR += kopete SUBDIR += kpopup SUBDIR += krdesktop SUBDIR += kxicq-devel SUBDIR += l2tpd SUBDIR += lam SUBDIR += lambdamoo SUBDIR += ldapdiff SUBDIR += ldapsdk SUBDIR += lft SUBDIR += libconnect SUBDIR += libdnet SUBDIR += liberator SUBDIR += libfreenet SUBDIR += libicq SUBDIR += libicq2000 SUBDIR += libnet SUBDIR += libnet-devel SUBDIR += libnids SUBDIR += libosip SUBDIR += librsync SUBDIR += libsmi SUBDIR += libsocket++ SUBDIR += libsocketcpp SUBDIR += libunp SUBDIR += libunpipc SUBDIR += libyahoo2 SUBDIR += licq SUBDIR += licq-console SUBDIR += licq-jons-gtk-gui SUBDIR += licq-qt-gui SUBDIR += limewire SUBDIR += linc SUBDIR += linphone SUBDIR += linpopup SUBDIR += linux-agsatellite SUBDIR += linux-edonkey-core SUBDIR += linux-edonkey-gui-gtk SUBDIR += linux-edonkey-server SUBDIR += linux-jigdo SUBDIR += linuxigd SUBDIR += liveMedia SUBDIR += lla SUBDIR += lmd SUBDIR += lmule SUBDIR += loadd SUBDIR += magictun SUBDIR += maradns SUBDIR += mars_nwe SUBDIR += mbrowse SUBDIR += mdnsd SUBDIR += merlinmon SUBDIR += micq SUBDIR += mldonkey SUBDIR += mldonkey-gui SUBDIR += mldonkey-perlreactor SUBDIR += mldonkey-serverspy SUBDIR += mldonkey-src SUBDIR += mldonkey-urlslave SUBDIR += mmucl SUBDIR += mopd SUBDIR += mpd SUBDIR += mpich SUBDIR += mrt SUBDIR += mrtg SUBDIR += msend SUBDIR += msntp SUBDIR += mtr SUBDIR += mudix SUBDIR += mutella SUBDIR += mydns SUBDIR += nagios SUBDIR += nagios-plugins SUBDIR += naim SUBDIR += nam SUBDIR += napshare SUBDIR += nast SUBDIR += nat SUBDIR += nbtscan SUBDIR += nc SUBDIR += nc6 SUBDIR += ncplib SUBDIR += nemesis SUBDIR += net-http SUBDIR += net-snmp SUBDIR += net-snmp-tkmib SUBDIR += net-snmp4 SUBDIR += netams SUBDIR += netatalk SUBDIR += netboot SUBDIR += netcat SUBDIR += netdude SUBDIR += netmap SUBDIR += netmask SUBDIR += netpipes SUBDIR += netqc SUBDIR += netsaint SUBDIR += netsaint-plugins SUBDIR += netscript SUBDIR += netsed SUBDIR += netspeed_applet SUBDIR += netspoc SUBDIR += nettest SUBDIR += ngrep SUBDIR += ngrep-lib SUBDIR += nic SUBDIR += nicmond SUBDIR += nitpicker SUBDIR += nload SUBDIR += nocol SUBDIR += noip SUBDIR += nrpe SUBDIR += nrpep SUBDIR += ns SUBDIR += nsc SUBDIR += nsd SUBDIR += nslint SUBDIR += nsping SUBDIR += nss_ldap SUBDIR += nstreams SUBDIR += ntalk SUBDIR += ntop SUBDIR += ntp SUBDIR += ntp-devel SUBDIR += nttcp SUBDIR += nylon SUBDIR += obnc SUBDIR += ocaml-jabbr SUBDIR += odsclient SUBDIR += ohphone SUBDIR += onenetd SUBDIR += openam SUBDIR += opendchub SUBDIR += opengatekeeper SUBDIR += opengk SUBDIR += openh323 SUBDIR += openh323proxy SUBDIR += openldap12 SUBDIR += openldap20 SUBDIR += openldap21 SUBDIR += openmcu SUBDIR += openreg SUBDIR += openslp SUBDIR += openverse SUBDIR += oproute SUBDIR += osrtspproxy SUBDIR += ossp-sa SUBDIR += p0f SUBDIR += p5-Archie SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-Cflow SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-Zone SUBDIR += p5-EasyTCP SUBDIR += p5-File-Rsync SUBDIR += p5-Frontier-RPC SUBDIR += p5-Geo-IP SUBDIR += p5-Geo-IPfree SUBDIR += p5-IO-Interface SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-JUNOScript SUBDIR += p5-Mon SUBDIR += p5-Net SUBDIR += p5-Net-AIM SUBDIR += p5-Net-AOLIM SUBDIR += p5-Net-BGP SUBDIR += p5-Net-CIDR SUBDIR += p5-Net-DLookup SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-ZoneFile SUBDIR += p5-Net-Daemon SUBDIR += p5-Net-Dict SUBDIR += p5-Net-Divert SUBDIR += p5-Net-Finger SUBDIR += p5-Net-Google SUBDIR += p5-Net-ICQ2000 SUBDIR += p5-Net-IP SUBDIR += p5-Net-IPv4Addr SUBDIR += p5-Net-IPv6Addr SUBDIR += p5-Net-Jabber SUBDIR += p5-Net-Netmask SUBDIR += p5-Net-ParseWhois SUBDIR += p5-Net-Patricia SUBDIR += p5-Net-Pcap SUBDIR += p5-Net-Radius SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-RawSock SUBDIR += p5-Net-SCP SUBDIR += p5-Net-SMPP SUBDIR += p5-Net-SNMP SUBDIR += p5-Net-SNPP SUBDIR += p5-Net-SSH SUBDIR += p5-Net-SSH-Perl SUBDIR += p5-Net-Server SUBDIR += p5-Net-Services SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-Telnet SUBDIR += p5-Net-Traceroute SUBDIR += p5-Net-Traceroute6 SUBDIR += p5-Net-Wake SUBDIR += p5-Net-Whois SUBDIR += p5-Net-Whois-RIPE SUBDIR += p5-Net-Whois-Raw SUBDIR += p5-Net-XWhois SUBDIR += p5-Net-Z3950 SUBDIR += p5-Net-Z3950-SimpleServer SUBDIR += p5-Net-ext SUBDIR += p5-NetAddr-IP SUBDIR += p5-NetAddr-IP-Count SUBDIR += p5-NetPacket SUBDIR += p5-POE-Component-RRDTool SUBDIR += p5-PlRPC SUBDIR += p5-RPC-XML SUBDIR += p5-ResourcePool-Resource-Net-LDAP SUBDIR += p5-ResourcePool-Resource-SOAP-Lite SUBDIR += p5-SNMP SUBDIR += p5-SNMP-MIB-Compiler SUBDIR += p5-SNMP-Util SUBDIR += p5-SNMP_Session SUBDIR += p5-SOAP SUBDIR += p5-SOAP-Lite SUBDIR += p5-Socket6 SUBDIR += p5-Socks SUBDIR += p5-Spread-Session SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Tie-DNS SUBDIR += p5-Tie-NetAddr-IP SUBDIR += p5-URI SUBDIR += p5-Validate-Net SUBDIR += p5-XPC SUBDIR += p5-perl-ldap SUBDIR += packit SUBDIR += pancho SUBDIR += papaya SUBDIR += papaya-plugins SUBDIR += passlogd SUBDIR += pathchar SUBDIR += pchar SUBDIR += pcnfsd SUBDIR += pdnsd SUBDIR += pear-Net_SMTP SUBDIR += pear-Net_Sieve SUBDIR += pear-Net_Socket SUBDIR += pen SUBDIR += perldap SUBDIR += pfinger SUBDIR += phex SUBDIR += pim6dd SUBDIR += pim6sd SUBDIR += pipsecd SUBDIR += pixilate SUBDIR += plb SUBDIR += pmacct SUBDIR += pmf SUBDIR += poink SUBDIR += poptop SUBDIR += pork SUBDIR += portfwd SUBDIR += posadis SUBDIR += powerdns SUBDIR += pppload SUBDIR += pppoa SUBDIR += ppptraf SUBDIR += pptpclient SUBDIR += ppxp SUBDIR += proxy-suite SUBDIR += psi SUBDIR += pvm SUBDIR += pvm++ SUBDIR += pxe SUBDIR += py-adns SUBDIR += py-bittorrent SUBDIR += py-dns SUBDIR += py-fngrab SUBDIR += py-google SUBDIR += py-ipy SUBDIR += py-jabber SUBDIR += py-ldap1 SUBDIR += py-ldap2 SUBDIR += py-libnet SUBDIR += py-medusa SUBDIR += py-pcap SUBDIR += py-rrdpipe SUBDIR += py-rrdtool SUBDIR += py-rrdtool_lgpl SUBDIR += py-rt SUBDIR += py-smb SUBDIR += py-snmp SUBDIR += py-soap SUBDIR += py-soapy SUBDIR += py-spreadmodule SUBDIR += py-xmlrpc SUBDIR += py-xmlrpclib SUBDIR += py-zsi SUBDIR += pygopherd SUBDIR += pyslsk SUBDIR += qadsl SUBDIR += qtella SUBDIR += queso SUBDIR += radiator SUBDIR += radiusclient SUBDIR += radiusd-cistron SUBDIR += radreport SUBDIR += radvd SUBDIR += rancid SUBDIR += rboot SUBDIR += rdesktop SUBDIR += rdist6 SUBDIR += redir SUBDIR += relay SUBDIR += remarp SUBDIR += rfbproxy SUBDIR += rinetd SUBDIR += ripetools SUBDIR += rmsg SUBDIR += rrdtool SUBDIR += rshell SUBDIR += rsync SUBDIR += ruby-dict SUBDIR += ruby-drb SUBDIR += ruby-gserver SUBDIR += ruby-icmp SUBDIR += ruby-jabber4r SUBDIR += ruby-ldap SUBDIR += ruby-net-geoip SUBDIR += ruby-nis SUBDIR += ruby-pcap SUBDIR += ruby-radius SUBDIR += ruby-romp SUBDIR += ruby-snmp SUBDIR += ruby-soap SUBDIR += ruby-spread SUBDIR += ruby-tcpsocketpipe SUBDIR += ruby-tserver SUBDIR += ruby-xmlrpc SUBDIR += rwhois SUBDIR += samba SUBDIR += samba-devel SUBDIR += samba-tng SUBDIR += sambasentinel SUBDIR += samplicator SUBDIR += satellite SUBDIR += scdp SUBDIR += scli SUBDIR += scotty3 SUBDIR += sdl_net SUBDIR += sendfile SUBDIR += sendip SUBDIR += serveez SUBDIR += sharity-light SUBDIR += silc-client SUBDIR += silc-doc SUBDIR += silc-server SUBDIR += simicq SUBDIR += sing SUBDIR += sipcalc SUBDIR += sleuth SUBDIR += slirp SUBDIR += slurm SUBDIR += smbfs SUBDIR += smm++ SUBDIR += smokeping SUBDIR += sniffit SUBDIR += sntop SUBDIR += socat SUBDIR += socketbind SUBDIR += socks5 SUBDIR += spread SUBDIR += ssldump SUBDIR += staticcharge SUBDIR += sting SUBDIR += stone SUBDIR += suckblow SUBDIR += sup SUBDIR += svnc SUBDIR += tac_plus-libradius SUBDIR += tac_plus4 SUBDIR += tas SUBDIR += tcpcat SUBDIR += tcpdstat SUBDIR += tcpflow SUBDIR += tcpillust SUBDIR += tcpmssd SUBDIR += tcpreen SUBDIR += tcpreplay SUBDIR += tcpsg SUBDIR += tcpshow SUBDIR += tcpslice SUBDIR += tcpstat SUBDIR += tcptrace SUBDIR += tcptraceroute SUBDIR += tcpview SUBDIR += tdetect SUBDIR += telnetx SUBDIR += telserv SUBDIR += tethereal SUBDIR += thcrut SUBDIR += tightvnc SUBDIR += tik SUBDIR += tintin++ SUBDIR += tintin++-devel SUBDIR += tinyfugue SUBDIR += tn3270 SUBDIR += tn5250 SUBDIR += totd SUBDIR += tptest SUBDIR += traceroute SUBDIR += trafd SUBDIR += trafshow SUBDIR += tramp SUBDIR += tramp-emacs20 SUBDIR += trickle SUBDIR += tridiavnc SUBDIR += tsclient SUBDIR += ttcp SUBDIR += ttlscan SUBDIR += ttt SUBDIR += tund SUBDIR += tvark SUBDIR += udptunnel SUBDIR += unison SUBDIR += unix2tcp SUBDIR += urlendec SUBDIR += utftpd SUBDIR += v6eval SUBDIR += vchat SUBDIR += vicq SUBDIR += vls SUBDIR += vnc SUBDIR += vomit SUBDIR += vtun SUBDIR += wais SUBDIR += wakeonlan SUBDIR += walker SUBDIR += whatmask SUBDIR += wide-dhcp SUBDIR += wmlj SUBDIR += wmnd SUBDIR += wmnet SUBDIR += wmnet2 SUBDIR += wmnetload SUBDIR += wmnetmon SUBDIR += wmq3 SUBDIR += wmwave SUBDIR += wol SUBDIR += wping SUBDIR += xarchie SUBDIR += xbms SUBDIR += xbone SUBDIR += xferstats SUBDIR += xicq SUBDIR += xipdump SUBDIR += xipmsg SUBDIR += xisp SUBDIR += xmlrpc-c SUBDIR += xnap SUBDIR += xprobe SUBDIR += xsmbrowser SUBDIR += xtraceroute SUBDIR += xwhois SUBDIR += yaz SUBDIR += yaz++ SUBDIR += ymessenger SUBDIR += ysm SUBDIR += ytalk SUBDIR += zebra SUBDIR += zebra-server SUBDIR += ztelnet .include Property changes on: head/net/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1007 \ No newline at end of property +1.1008 \ No newline at end of property Index: head/net/bind84/Makefile =================================================================== --- head/net/bind84/Makefile (nonexistent) +++ head/net/bind84/Makefile (revision 82449) @@ -0,0 +1,102 @@ +# New ports collection makefile for: bind84 +# Date created: 7 June 2003 +# Whom: DougB@FreeBSD.org +# +# $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= bind84 +PORTVERSION= 8.4.0 +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 Property changes on: head/net/bind84/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net/bind84/distinfo =================================================================== --- head/net/bind84/distinfo (nonexistent) +++ head/net/bind84/distinfo (revision 82449) @@ -0,0 +1,2 @@ +MD5 (bind-8.4.0/bind-src.tar.gz) = dbfe076a6a9eac6e77aa34001112f2ed +MD5 (bind-8.4.0/bind-doc.tar.gz) = 30a9211739088226f158f4ac2ae96380 Property changes on: head/net/bind84/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/bind84/files/patch-aa =================================================================== --- head/net/bind84/files/patch-aa (nonexistent) +++ head/net/bind84/files/patch-aa (revision 82449) @@ -0,0 +1,28 @@ +--- 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}' Property changes on: head/net/bind84/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/bind84/files/patch-ab =================================================================== --- head/net/bind84/files/patch-ab (nonexistent) +++ head/net/bind84/files/patch-ab (revision 82449) @@ -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= ${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 Property changes on: head/net/bind84/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/bind84/files/patch-ac =================================================================== --- head/net/bind84/files/patch-ac (nonexistent) +++ head/net/bind84/files/patch-ac (revision 82449) @@ -0,0 +1,11 @@ +--- 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 \ Property changes on: head/net/bind84/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/bind84/pkg-descr =================================================================== --- head/net/bind84/pkg-descr (nonexistent) +++ head/net/bind84/pkg-descr (revision 82449) @@ -0,0 +1,16 @@ +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 + +BIND 8.4.0 Highlights + IPv6 transport support for named, named-xfer and ndc. + +WWW: http://www.isc.org/products/BIND/ Property changes on: head/net/bind84/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/bind84/pkg-plist =================================================================== --- head/net/bind84/pkg-plist (nonexistent) +++ head/net/bind84/pkg-plist (revision 82449) @@ -0,0 +1,90 @@ +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%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/DNSSEC +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_RSA +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/SUPPORT +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/conf/README +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/keep-running +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/named-res1.conf +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/named.conf.rfc1918-stubs +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/pri/127.0.0 +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/pri/localhost +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/root.cache +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/named.conf +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/127.0.0 +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/localhost +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/root.cache +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/stub/README +%%PORTDOCS%%%%DOCSDIR%%/html/acl.html +%%PORTDOCS%%%%DOCSDIR%%/html/address_list.html +%%PORTDOCS%%%%DOCSDIR%%/html/comments.html +%%PORTDOCS%%%%DOCSDIR%%/html/config.html +%%PORTDOCS%%%%DOCSDIR%%/html/controls.html +%%PORTDOCS%%%%DOCSDIR%%/html/docdef.html +%%PORTDOCS%%%%DOCSDIR%%/html/example.html +%%PORTDOCS%%%%DOCSDIR%%/html/include.html +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/key.html +%%PORTDOCS%%%%DOCSDIR%%/html/logging.html +%%PORTDOCS%%%%DOCSDIR%%/html/master.html +%%PORTDOCS%%%%DOCSDIR%%/html/options.html +%%PORTDOCS%%%%DOCSDIR%%/html/server.html +%%PORTDOCS%%%%DOCSDIR%%/html/trusted-keys.html +%%PORTDOCS%%%%DOCSDIR%%/html/zone.html +%%PORTDOCS%%%%DOCSDIR%%/misc/DynamicUpdate +%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.1of2 +%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.2of2 +%%PORTDOCS%%%%DOCSDIR%%/misc/rfc2317-notes.txt +%%PORTDOCS%%%%DOCSDIR%%/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 %%DOCSDIR%%/conf/recursive/pri +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/recursive +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation/pri +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation/stub +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc +%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net/bind84/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property