diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-18 06:35:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-18 06:35:01 +0000 |
commit | 23ab7eff71ffbe54f5b8e4b8827f4a3d5c631a4d (patch) | |
tree | 9809646cf5ad603849da1e793aafdb061598e96f | |
parent | - Update to 0.9.92 (diff) |
add p5-BIND-Conf_Parser 0.95
Perl5 module to parse BIND 8 configuration files
PR: 39455
Submitted by: Andrew <andrew@ugh.net.au>
Notes
Notes:
svn path=/head/; revision=61480
-rw-r--r-- | dns/p5-BIND-Conf_Parser/Makefile | 22 | ||||
-rw-r--r-- | dns/p5-BIND-Conf_Parser/distinfo | 1 | ||||
-rw-r--r-- | dns/p5-BIND-Conf_Parser/pkg-comment | 1 | ||||
-rw-r--r-- | dns/p5-BIND-Conf_Parser/pkg-descr | 9 | ||||
-rw-r--r-- | dns/p5-BIND-Conf_Parser/pkg-plist | 4 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-BIND-Conf_Parser/Makefile | 22 | ||||
-rw-r--r-- | net/p5-BIND-Conf_Parser/distinfo | 1 | ||||
-rw-r--r-- | net/p5-BIND-Conf_Parser/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-BIND-Conf_Parser/pkg-descr | 9 | ||||
-rw-r--r-- | net/p5-BIND-Conf_Parser/pkg-plist | 4 |
11 files changed, 75 insertions, 0 deletions
diff --git a/dns/p5-BIND-Conf_Parser/Makefile b/dns/p5-BIND-Conf_Parser/Makefile new file mode 100644 index 000000000000..b4dae71b01a5 --- /dev/null +++ b/dns/p5-BIND-Conf_Parser/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-BIND-Conf_Parser +# Date created: 2002/06/18 +# Whom: andrew@ugh.net.au +# +# $FreeBSD$ +# + +PORTNAME= BIND-Conf_Parser +PORTVERSION= 0.95 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/P/PG/PGUEN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrew@ugh.net.au + +PERL_CONFIGURE= yes + +MAN3= BIND::Conf_Parser.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/dns/p5-BIND-Conf_Parser/distinfo b/dns/p5-BIND-Conf_Parser/distinfo new file mode 100644 index 000000000000..b103f5ffde50 --- /dev/null +++ b/dns/p5-BIND-Conf_Parser/distinfo @@ -0,0 +1 @@ +MD5 (BIND-Conf_Parser-0.95.tar.gz) = cafb7609ecc8c6eaeadf3224533913c9 diff --git a/dns/p5-BIND-Conf_Parser/pkg-comment b/dns/p5-BIND-Conf_Parser/pkg-comment new file mode 100644 index 000000000000..4aea9fb0f6a1 --- /dev/null +++ b/dns/p5-BIND-Conf_Parser/pkg-comment @@ -0,0 +1 @@ +Perl5 module to parse BIND 8 configuration files diff --git a/dns/p5-BIND-Conf_Parser/pkg-descr b/dns/p5-BIND-Conf_Parser/pkg-descr new file mode 100644 index 000000000000..fddab1d4bec0 --- /dev/null +++ b/dns/p5-BIND-Conf_Parser/pkg-descr @@ -0,0 +1,9 @@ +BIND::Conf_Parser implements a virtual base class for parsing BIND (Berkeley +Internet Name Domain) server version 8 configuration files ("named.conf"). +As each meaningful semantic 'chunk' is parsed, a callback method is invoked +with the parsed information. + +WWW: http://search.cpan.org/search?module=BIND::Conf_Parser + +- Andrew Stevenson +andrew@ugh.net.au diff --git a/dns/p5-BIND-Conf_Parser/pkg-plist b/dns/p5-BIND-Conf_Parser/pkg-plist new file mode 100644 index 000000000000..f543b76718f7 --- /dev/null +++ b/dns/p5-BIND-Conf_Parser/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/BIND/Conf_Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BIND-Conf_Parser/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/BIND +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BIND-Conf_Parser diff --git a/net/Makefile b/net/Makefile index 7e372c7566fc..3625efaa232c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -314,6 +314,7 @@ SUBDIR += oproute SUBDIR += p0f SUBDIR += p5-Archie + SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-Cflow SUBDIR += p5-EasyTCP SUBDIR += p5-File-Rsync diff --git a/net/p5-BIND-Conf_Parser/Makefile b/net/p5-BIND-Conf_Parser/Makefile new file mode 100644 index 000000000000..b4dae71b01a5 --- /dev/null +++ b/net/p5-BIND-Conf_Parser/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-BIND-Conf_Parser +# Date created: 2002/06/18 +# Whom: andrew@ugh.net.au +# +# $FreeBSD$ +# + +PORTNAME= BIND-Conf_Parser +PORTVERSION= 0.95 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/P/PG/PGUEN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrew@ugh.net.au + +PERL_CONFIGURE= yes + +MAN3= BIND::Conf_Parser.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/net/p5-BIND-Conf_Parser/distinfo b/net/p5-BIND-Conf_Parser/distinfo new file mode 100644 index 000000000000..b103f5ffde50 --- /dev/null +++ b/net/p5-BIND-Conf_Parser/distinfo @@ -0,0 +1 @@ +MD5 (BIND-Conf_Parser-0.95.tar.gz) = cafb7609ecc8c6eaeadf3224533913c9 diff --git a/net/p5-BIND-Conf_Parser/pkg-comment b/net/p5-BIND-Conf_Parser/pkg-comment new file mode 100644 index 000000000000..4aea9fb0f6a1 --- /dev/null +++ b/net/p5-BIND-Conf_Parser/pkg-comment @@ -0,0 +1 @@ +Perl5 module to parse BIND 8 configuration files diff --git a/net/p5-BIND-Conf_Parser/pkg-descr b/net/p5-BIND-Conf_Parser/pkg-descr new file mode 100644 index 000000000000..fddab1d4bec0 --- /dev/null +++ b/net/p5-BIND-Conf_Parser/pkg-descr @@ -0,0 +1,9 @@ +BIND::Conf_Parser implements a virtual base class for parsing BIND (Berkeley +Internet Name Domain) server version 8 configuration files ("named.conf"). +As each meaningful semantic 'chunk' is parsed, a callback method is invoked +with the parsed information. + +WWW: http://search.cpan.org/search?module=BIND::Conf_Parser + +- Andrew Stevenson +andrew@ugh.net.au diff --git a/net/p5-BIND-Conf_Parser/pkg-plist b/net/p5-BIND-Conf_Parser/pkg-plist new file mode 100644 index 000000000000..f543b76718f7 --- /dev/null +++ b/net/p5-BIND-Conf_Parser/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/BIND/Conf_Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BIND-Conf_Parser/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/BIND +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BIND-Conf_Parser |