pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Distribution Import p5-Test-Distribution...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c703ed03d1ee
branches: trunk
changeset: 546101:c703ed03d1ee
user: he <he%pkgsrc.org@localhost>
date: Thu Aug 21 13:32:06 2008 +0000
description:
Import p5-Test-Distribution version 2.00.
When using this module in a test script, it goes through all the modules
in your distribution, checks their POD, checks that they compile ok and
checks that they all define a $VERSION.
This module also performs a numer of test on the distribution itself. It
checks that your files match your SIGNATURE file if you have one. It
checks that your distribution isn't missing certain 'core' description
files. It checks to see you havent' missed out listing any
pre-requisites in Makefile.PL.
diffstat:
devel/p5-Test-Distribution/DESCR | 10 ++++++++++
devel/p5-Test-Distribution/Makefile | 30 ++++++++++++++++++++++++++++++
devel/p5-Test-Distribution/distinfo | 5 +++++
3 files changed, 45 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 53eb8ab2a1fe -r c703ed03d1ee devel/p5-Test-Distribution/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Distribution/DESCR Thu Aug 21 13:32:06 2008 +0000
@@ -0,0 +1,10 @@
+When using this module in a test script, it goes through all the modules
+in your distribution, checks their POD, checks that they compile ok and
+checks that they all define a $VERSION.
+
+This module also performs a numer of test on the distribution itself. It
+checks that your files match your SIGNATURE file if you have one. It
+checks that your distribution isn't missing certain 'core' description
+files. It checks to see you havent' missed out listing any
+pre-requisites in Makefile.PL.
+
diff -r 53eb8ab2a1fe -r c703ed03d1ee devel/p5-Test-Distribution/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Distribution/Makefile Thu Aug 21 13:32:06 2008 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/21 13:32:06 he Exp $
+
+DISTNAME= Test-Distribution-2.00
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5tdi
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Test-Distribution/
+COMMENT= Perl5 module testing all modules of a distribution
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# In perl, but since when?
+#DEPENDS+= p5-ExtUtils-Manifest>=1.43
+#DEPENDS+= p5-Test-More>=0.45
+
+DEPENDS+= p5-File-Find-Rule>=0.03:../../devel/p5-File-Find-Rule
+DEPENDS+= p5-Module-CoreList>=1.93:../../devel/p5-Module-CoreList
+DEPENDS+= p5-Test-Pod>=0.95:../../devel/p5-Test-Pod
+DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
+DEPENDS+= p5-Pod-Coverage>=0.17:../../textproc/p5-Pod-Coverage
+
+PERL5_PACKLIST= auto/Test/Distribution/.packlist
+PERL5_MODULE_TYPE= Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 53eb8ab2a1fe -r c703ed03d1ee devel/p5-Test-Distribution/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Distribution/distinfo Thu Aug 21 13:32:06 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/21 13:32:06 he Exp $
+
+SHA1 (Test-Distribution-2.00.tar.gz) = 547c00dde9cd68656d4d53ca285bb6a5e69c9ba6
+RMD160 (Test-Distribution-2.00.tar.gz) = 8bed19b2363364230c61f76213223e702d39c23a
+Size (Test-Distribution-2.00.tar.gz) = 11326 bytes
Home |
Main Index |
Thread Index |
Old Index