pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-DistManifest Initial import of p5-Test-D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8981720cfa27
branches:  trunk
changeset: 604482:8981720cfa27
user:      imil <imil%pkgsrc.org@localhost>
date:      Thu May 31 16:44:52 2012 +0000

description:
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:

 devel/p5-Test-DistManifest/DESCR    |  16 ++++++++++++++++
 devel/p5-Test-DistManifest/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Test-DistManifest/distinfo |   5 +++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 76fe755970f5 -r 8981720cfa27 devel/p5-Test-DistManifest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-DistManifest/DESCR  Thu May 31 16:44:52 2012 +0000
@@ -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 -r 76fe755970f5 -r 8981720cfa27 devel/p5-Test-DistManifest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-DistManifest/Makefile       Thu May 31 16:44:52 2012 +0000
@@ -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@localhost
+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 -r 76fe755970f5 -r 8981720cfa27 devel/p5-Test-DistManifest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-DistManifest/distinfo       Thu May 31 16:44:52 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index