pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44247: diff adding Net::DNS::Zone::Parser to pkgsrc



    OK, see attached diff, redone from scratch.

    From the way other examples looked, perl core dependancies
(e.g. IO::File) aren't expressed (which is why the example I picked
out of a hat didn't have any).

diff -Nur empty/DESCR net/p5-Net-DNS-Zone-Parser/DESCR
--- empty/DESCR 1969-12-31 19:00:00.000000000 -0500
+++ net/p5-Net-DNS-Zone-Parser/DESCR    2010-12-17 12:13:32.000000000 -0500
@@ -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 -Nur empty/Makefile net/p5-Net-DNS-Zone-Parser/Makefile
--- empty/Makefile      1969-12-31 19:00:00.000000000 -0500
+++ net/p5-Net-DNS-Zone-Parser/Makefile 2011-01-02 11:18:53.000000000 -0500
@@ -0,0 +1,21 @@
+# $NetBSD$
+#
+
+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@localhost
+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 -Nur empty/distinfo net/p5-Net-DNS-Zone-Parser/distinfo
--- empty/distinfo      1969-12-31 19:00:00.000000000 -0500
+++ net/p5-Net-DNS-Zone-Parser/distinfo 2010-12-17 12:25:08.000000000 -0500
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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


Home | Main Index | Thread Index | Old Index