summaryrefslogtreecommitdiff
path: root/devel/p5-Test-DistManifest
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2012-05-31 16:44:52 +0000
committerimil <imil@pkgsrc.org>2012-05-31 16:44:52 +0000
commit8109135167170470fe4d3c30fd5c778710c20d81 (patch)
tree0e8656a1a6ab00f65a3c575a82bbdb57f77edeac /devel/p5-Test-DistManifest
parent3e32c32f1dc68148232f61ec6c7a839d48e5ff55 (diff)
downloadpkgsrc-8109135167170470fe4d3c30fd5c778710c20d81.tar.gz
Initial import of p5-Test-DistManifest, version 1.012, into the NetBSD Packages
Collection. This module provides a simple method of testing that a MANIFEST matches the distribution. It tests three things: Everything in MANIFEST exists Everything in the package is listed in MANIFEST, or subsequently matches a regular expression mask in MANIFEST.SKIP Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP, so as to avoid an unsatisfiable dependency conditions If there is no MANIFEST.SKIP included in your distribution, this module will replicate the toolchain behaviour of using the default system-wide MANIFEST.SKIP file. To view the contents of this file, use the command: $ perldoc -m ExtUtils::MANIFEST.SKIP
Diffstat (limited to 'devel/p5-Test-DistManifest')
-rw-r--r--devel/p5-Test-DistManifest/DESCR16
-rw-r--r--devel/p5-Test-DistManifest/Makefile22
-rw-r--r--devel/p5-Test-DistManifest/distinfo5
3 files changed, 43 insertions, 0 deletions
diff --git a/devel/p5-Test-DistManifest/DESCR b/devel/p5-Test-DistManifest/DESCR
new file mode 100644
index 00000000000..b8e54193210
--- /dev/null
+++ b/devel/p5-Test-DistManifest/DESCR
@@ -0,0 +1,16 @@
+This module provides a simple method of testing that a MANIFEST matches the
+distribution.
+
+It tests three things:
+
+ Everything in MANIFEST exists
+ Everything in the package is listed in MANIFEST, or subsequently matches a
+ regular expression mask in MANIFEST.SKIP
+ Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP, so
+ as to avoid an unsatisfiable dependency conditions
+
+If there is no MANIFEST.SKIP included in your distribution, this module will
+replicate the toolchain behaviour of using the default system-wide
+MANIFEST.SKIP file. To view the contents of this file, use the command:
+
+ $ perldoc -m ExtUtils::MANIFEST.SKIP
diff --git a/devel/p5-Test-DistManifest/Makefile b/devel/p5-Test-DistManifest/Makefile
new file mode 100644
index 00000000000..55d4c0a639c
--- /dev/null
+++ b/devel/p5-Test-DistManifest/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/05/31 16:44:52 imil Exp $
+#
+
+DISTNAME= Test-DistManifest-1.012
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/
+
+MAINTAINER= imil@NetBSD.org
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/
+COMMENT= Author test that validates a package MANIFEST
+LICENSE= gnu-gpl-v1
+
+DEPENDS+= p5-Test-NoWarnings>=1.04:../../devel/p5-Test-NoWarnings
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Test/DistManifest/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Test-DistManifest/distinfo b/devel/p5-Test-DistManifest/distinfo
new file mode 100644
index 00000000000..af9914f98ce
--- /dev/null
+++ b/devel/p5-Test-DistManifest/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/05/31 16:44:52 imil Exp $
+
+SHA1 (Test-DistManifest-1.012.tar.gz) = c3d10eed41566da2b8923b973cd5b7d147dbf5fb
+RMD160 (Test-DistManifest-1.012.tar.gz) = ca84d9b4aa201c2520fd2f8651e357c1847fb069
+Size (Test-DistManifest-1.012.tar.gz) = 17700 bytes