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



The following reply was made to PR pkg/44247; it has been noted by GNATS.

From: Daniel Hagerty <hag%linnaean.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost,
    gnats-admin%netbsd.org@localhost,
    pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/44247: diff adding Net::DNS::Zone::Parser to pkgsrc
Date: Sun, 2 Jan 2011 11:34:29 -0500

 --bE9fWi6FsN
 Content-Type: text/plain; charset=us-ascii
 Content-Description: message body text
 Content-Transfer-Encoding: 7bit
 
     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).
 
 
 --bE9fWi6FsN
 Content-Type: text/plain
 Content-Disposition: inline;
        filename="patch"
 Content-Transfer-Encoding: 7bit
 
 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
 
 --bE9fWi6FsN--
 


Home | Main Index | Thread Index | Old Index