diff options
author | obache <obache@pkgsrc.org> | 2011-02-26 09:34:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-26 09:34:23 +0000 |
commit | ab9e03991bf1317f302eb4086c71a14f732d6278 (patch) | |
tree | d2f8f07c83da31692dc34c6a94d1bb86cd0131e4 /net | |
parent | 380a8ff32b564460038fb76980375066ed59f5ff (diff) | |
download | pkgsrc-ab9e03991bf1317f302eb4086c71a14f732d6278.tar.gz |
Import p5-Net-DNS-Zone-Parser-0.02 as net/p5-Net-DNS-Zone-Parser.
PR#44247 by Daniel Hagerty.
This perl5 module is a preprocessor that "normalizes" zone files.
It expands implementation specific extensions (like bind's $GENERATE)
into RFC compliant zone files.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-DNS-Zone-Parser/DESCR | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS-Zone-Parser/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-DNS-Zone-Parser/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net/p5-Net-DNS-Zone-Parser/DESCR b/net/p5-Net-DNS-Zone-Parser/DESCR new file mode 100644 index 00000000000..8ffa60a55a6 --- /dev/null +++ b/net/p5-Net-DNS-Zone-Parser/DESCR @@ -0,0 +1,4 @@ +This perl5 module is a preprocessor that "normalizes" zone files. + +It expands implementation specific extensions (like bind's $GENERATE) +into RFC compliant zone files. diff --git a/net/p5-Net-DNS-Zone-Parser/Makefile b/net/p5-Net-DNS-Zone-Parser/Makefile new file mode 100644 index 00000000000..4f42d40553b --- /dev/null +++ b/net/p5-Net-DNS-Zone-Parser/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/26 09:34:23 obache Exp $ +# + +DISTNAME= Net-DNS-Zone-Parser-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-DNS-Zone-Parser/ +COMMENT= Perl5 module for normalizing zone files + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Net/DNS/Zone/Parser/.packlist + +DEPENDS+= p5-Net-DNS>=0.64:../../net/p5-Net-DNS +DEPENDS+= p5-Net-DNS-SEC>=0.15:../../security/p5-Net-DNS-SEC + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-DNS-Zone-Parser/distinfo b/net/p5-Net-DNS-Zone-Parser/distinfo new file mode 100644 index 00000000000..64fc1ea5330 --- /dev/null +++ b/net/p5-Net-DNS-Zone-Parser/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/26 09:34:23 obache Exp $ + +SHA1 (Net-DNS-Zone-Parser-0.02.tar.gz) = 52f782884cac23b2862700382f94ae9e9e7b515f +RMD160 (Net-DNS-Zone-Parser-0.02.tar.gz) = a50cb95edd48183833dc560a9dd7f4a5e5d390a8 +Size (Net-DNS-Zone-Parser-0.02.tar.gz) = 76885 bytes |