diff options
author | cjep <cjep@pkgsrc.org> | 2002-10-15 15:36:46 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-10-15 15:36:46 +0000 |
commit | a287a5e8ae011c7d27862b3c487862defa3df167 (patch) | |
tree | 9c9e23f9bc70a4af0ff103c30e3ff3b52c262b6b /net/p5-DNS-ZoneParse | |
parent | 69cc29c9dd0f96b2532d1eeb0fd5b23e3d9dc0c4 (diff) | |
download | pkgsrc-a287a5e8ae011c7d27862b3c487862defa3df167.tar.gz |
Initial import of DNS::ZoneParse 0.82 into the NetBSD packages collection
as net/p5-DNS-ZoneParse.
This perl5 module is for parsing and manipulating DNS zone files. It can be
used to pull all the resource records into an anonymous hash structure.
Diffstat (limited to 'net/p5-DNS-ZoneParse')
-rw-r--r-- | net/p5-DNS-ZoneParse/DESCR | 2 | ||||
-rw-r--r-- | net/p5-DNS-ZoneParse/Makefile | 17 | ||||
-rw-r--r-- | net/p5-DNS-ZoneParse/PLIST | 1 | ||||
-rw-r--r-- | net/p5-DNS-ZoneParse/distinfo | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/net/p5-DNS-ZoneParse/DESCR b/net/p5-DNS-ZoneParse/DESCR new file mode 100644 index 00000000000..868fa6d1675 --- /dev/null +++ b/net/p5-DNS-ZoneParse/DESCR @@ -0,0 +1,2 @@ +This perl5 module is for parsing and manipulating DNS zone files. It can be +used to pull all the resource records into an anonymous hash structure. diff --git a/net/p5-DNS-ZoneParse/Makefile b/net/p5-DNS-ZoneParse/Makefile new file mode 100644 index 00000000000..254040cfb14 --- /dev/null +++ b/net/p5-DNS-ZoneParse/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/15 15:36:46 cjep Exp $ +# + +DISTNAME= DNS-ZoneParse-0.82 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5dzp +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DNS/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://search.cpan.org/author/SIMONFLK/DNS-ZoneParse-0.82/ZoneParse.pm +COMMENT= Perl5 module for parsing DNS zone files + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DNS/ZoneParse/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-DNS-ZoneParse/PLIST b/net/p5-DNS-ZoneParse/PLIST new file mode 100644 index 00000000000..842b165bec1 --- /dev/null +++ b/net/p5-DNS-ZoneParse/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/15 15:36:46 cjep Exp $ diff --git a/net/p5-DNS-ZoneParse/distinfo b/net/p5-DNS-ZoneParse/distinfo new file mode 100644 index 00000000000..48b3be59c9a --- /dev/null +++ b/net/p5-DNS-ZoneParse/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/15 15:36:46 cjep Exp $ + +SHA1 (DNS-ZoneParse-0.82.tar.gz) = 97ad8f8a1ea5075048942a030e522556e8b08731 +Size (DNS-ZoneParse-0.82.tar.gz) = 6847 bytes |