From 7066d9f1592a88d4b3d8e69dd7de6f1649eec4e2 Mon Sep 17 00:00:00 2001 From: cjep Date: Tue, 15 Oct 2002 15:36:46 +0000 Subject: 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. --- net/p5-DNS-ZoneParse/DESCR | 2 ++ net/p5-DNS-ZoneParse/Makefile | 17 +++++++++++++++++ net/p5-DNS-ZoneParse/PLIST | 1 + net/p5-DNS-ZoneParse/distinfo | 4 ++++ 4 files changed, 24 insertions(+) create mode 100644 net/p5-DNS-ZoneParse/DESCR create mode 100644 net/p5-DNS-ZoneParse/Makefile create mode 100644 net/p5-DNS-ZoneParse/PLIST create mode 100644 net/p5-DNS-ZoneParse/distinfo (limited to 'net/p5-DNS-ZoneParse') 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 -- cgit v1.2.3