Index: head/dns/Makefile =================================================================== --- head/dns/Makefile (revision 119437) +++ head/dns/Makefile (revision 119438) @@ -1,78 +1,79 @@ # $FreeBSD$ # COMMENT = Domain Name Service tools SUBDIR += adns SUBDIR += ares SUBDIR += bind8 SUBDIR += bind84 SUBDIR += bind9 SUBDIR += bind9-dlz SUBDIR += bind9-sdb-mysql SUBDIR += crossip SUBDIR += ddclient SUBDIR += ddup SUBDIR += dhid SUBDIR += dhisd SUBDIR += djbdns SUBDIR += djbdns-tools SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance SUBDIR += dnsflood SUBDIR += dnsmasq SUBDIR += dnsproxy SUBDIR += dnssecwalker SUBDIR += dnstop SUBDIR += dnstracer SUBDIR += dnsutl SUBDIR += dnswalk SUBDIR += domtools SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns SUBDIR += fpdns SUBDIR += geta SUBDIR += ghtool SUBDIR += h2n SUBDIR += hesiod SUBDIR += host SUBDIR += idnkit SUBDIR += ipcheck SUBDIR += ldapdns SUBDIR += libdjbdns SUBDIR += maradns SUBDIR += mdnsd SUBDIR += mydns SUBDIR += noip SUBDIR += nsd SUBDIR += nslint SUBDIR += nsping SUBDIR += odsclient SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-ZoneFile + SUBDIR += p5-Net-DNS-ZoneFile-Fast SUBDIR += p5-Net-Nslookup SUBDIR += p5-POE-Component-Client-DNS SUBDIR += p5-Tie-DNS SUBDIR += pdnsd SUBDIR += posadis SUBDIR += powerdns SUBDIR += py-adns SUBDIR += py-dns SUBDIR += rbldnsd SUBDIR += sheerdns SUBDIR += skadns SUBDIR += sleuth SUBDIR += staticcharge SUBDIR += totd SUBDIR += updatedd SUBDIR += walker SUBDIR += zonecheck .include Property changes on: head/dns/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile =================================================================== --- head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile (nonexistent) +++ head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile (revision 119438) @@ -0,0 +1,25 @@ +# New ports collection makefile for: dns/p5-Net-DNS-ZoneFile-Fast +# Date created: 14 October 2004 +# Whom: Anton Berezin +# +# $FreeBSD$ +# + +PORTNAME= Net-DNS-ZoneFile-Fast +PORTVERSION= 0.5 +CATEGORIES= dns perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Perl module to parse BIND8/9 zone files + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Net::DNS::ZoneFile::Fast.3 + +.include Property changes on: head/dns/p5-Net-DNS-ZoneFile-Fast/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/p5-Net-DNS-ZoneFile-Fast/distinfo =================================================================== --- head/dns/p5-Net-DNS-ZoneFile-Fast/distinfo (nonexistent) +++ head/dns/p5-Net-DNS-ZoneFile-Fast/distinfo (revision 119438) @@ -0,0 +1,2 @@ +MD5 (Net-DNS-ZoneFile-Fast-0.5.tar.gz) = bf5071c30f2605e60bd5c519aa27920f +SIZE (Net-DNS-ZoneFile-Fast-0.5.tar.gz) = 11423 Property changes on: head/dns/p5-Net-DNS-ZoneFile-Fast/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/p5-Net-DNS-ZoneFile-Fast/pkg-descr =================================================================== --- head/dns/p5-Net-DNS-ZoneFile-Fast/pkg-descr (nonexistent) +++ head/dns/p5-Net-DNS-ZoneFile-Fast/pkg-descr (revision 119438) @@ -0,0 +1,7 @@ +The Net::DNS::ZoneFile::Fast module provides an ability to parse zone +files that BIND8 and BIND9 use, fast. Currently it provides a single +function, parse(), which returns a reference to an array of traditional +Net::DNS::RR objects, so that no new API has to be learned in order to +manipulate zone records. + +WWW: http://search.cpan.org/dist/Net-DNS-ZoneFile-Fast Property changes on: head/dns/p5-Net-DNS-ZoneFile-Fast/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/p5-Net-DNS-ZoneFile-Fast/pkg-plist =================================================================== --- head/dns/p5-Net-DNS-ZoneFile-Fast/pkg-plist (nonexistent) +++ head/dns/p5-Net-DNS-ZoneFile-Fast/pkg-plist (revision 119438) @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Net/DNS/ZoneFile/Fast.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile/Fast/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile/Fast +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS 2>/dev/null || true +@dirrm %%SITE_PERL%%/Net/DNS/ZoneFile +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net/DNS 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true Property changes on: head/dns/p5-Net-DNS-ZoneFile-Fast/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