pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Test-DNS Initial import of p5-Test-DNS version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8660052847f8
branches: trunk
changeset: 572127:8660052847f8
user: seb <seb%pkgsrc.org@localhost>
date: Sat Feb 20 10:40:00 2010 +0000
description:
Initial import of p5-Test-DNS version 0.07 in the NetBSD Packages
Collection.
The Perl 5 module allows you to run tests which translate as DNS
queries. It's simple to use and abstracts all the difficult query
checks from you.
diffstat:
net/p5-Test-DNS/DESCR | 3 +++
net/p5-Test-DNS/Makefile | 25 +++++++++++++++++++++++++
net/p5-Test-DNS/distinfo | 5 +++++
3 files changed, 33 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 5405d8f6c889 -r 8660052847f8 net/p5-Test-DNS/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Test-DNS/DESCR Sat Feb 20 10:40:00 2010 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module allows you to run tests which translate as DNS
+queries. It's simple to use and abstracts all the difficult query
+checks from you.
diff -r 5405d8f6c889 -r 8660052847f8 net/p5-Test-DNS/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Test-DNS/Makefile Sat Feb 20 10:40:00 2010 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/20 10:40:00 seb Exp $
+#
+
+DISTNAME= Test-DNS-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Test-DNS/
+COMMENT= Perl 5 module to test DNS queries and zone configuration
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Test/DNS/.packlist
+
+DEPENDS+= p5-Moose>=0.8:../../devel/p5-Moose
+DEPENDS+= p5-Net-DNS>=0.65:../../net/p5-Net-DNS
+DEPENDS+= p5-Set-Object>=0:../../devel/p5-Set-Object
+DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5405d8f6c889 -r 8660052847f8 net/p5-Test-DNS/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Test-DNS/distinfo Sat Feb 20 10:40:00 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/02/20 10:40:00 seb Exp $
+
+SHA1 (Test-DNS-0.07.tar.gz) = 322da190c85a4e82d4651a72f5142c6cc26bb93e
+RMD160 (Test-DNS-0.07.tar.gz) = b73a2a3035873a8ca0b759fe033ccd412ea3a888
+Size (Test-DNS-0.07.tar.gz) = 13970 bytes
Home |
Main Index |
Thread Index |
Old Index