pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-Needs



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jul 15 10:06:58 UTC 2016

Added Files:
        pkgsrc/devel/p5-Test-Needs: DESCR Makefile distinfo

Log Message:
Imports Test-Needs-0.002002 as devel/p5-Test-Needs.

Skip test scripts if modules are not available. The requested modules will be
loaded, and optionally have their versions checked. If the module is missing,
the test script will be skipped. Modules that are found but fail to compile will
exit with an error rather than skip.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-Needs/DESCR \
    pkgsrc/devel/p5-Test-Needs/Makefile pkgsrc/devel/p5-Test-Needs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Test-Needs/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-Needs/DESCR:1.1
--- /dev/null   Fri Jul 15 10:06:58 2016
+++ pkgsrc/devel/p5-Test-Needs/DESCR    Fri Jul 15 10:06:58 2016
@@ -0,0 +1,4 @@
+Skip test scripts if modules are not available. The requested modules will be
+loaded, and optionally have their versions checked. If the module is missing,
+the test script will be skipped. Modules that are found but fail to compile will
+exit with an error rather than skip.
Index: pkgsrc/devel/p5-Test-Needs/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-Needs/Makefile:1.1
--- /dev/null   Fri Jul 15 10:06:58 2016
+++ pkgsrc/devel/p5-Test-Needs/Makefile Fri Jul 15 10:06:58 2016
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/07/15 10:06:58 wen Exp $
+
+DISTNAME=      Test-Needs-0.002002
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Test-Needs/
+COMMENT=       Skip tests when modules not available
+LICENSE=       ${PERL5_LICENSE}
+
+USE_LANGUAGES= # empty
+
+PERL5_PACKLIST=        auto/Test/Needs/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Test-Needs/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-Needs/distinfo:1.1
--- /dev/null   Fri Jul 15 10:06:58 2016
+++ pkgsrc/devel/p5-Test-Needs/distinfo Fri Jul 15 10:06:58 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/15 10:06:58 wen Exp $
+
+SHA1 (Test-Needs-0.002002.tar.gz) = e5d5004e14f5f9118db4a4efe93c973b3bf0dba7
+RMD160 (Test-Needs-0.002002.tar.gz) = 3549b69407b7f5b2bc239234bfee45794684c019
+SHA512 (Test-Needs-0.002002.tar.gz) = ac8e1a14e55bbce3747a6bc424216ebf2f35eb657b107492ff47afb3a1fc909bf385dcd79114a0be4b9bbbe0f3a60a56d6f9b4998f7394b6b96d80f46c63a875
+Size (Test-Needs-0.002002.tar.gz) = 8106 bytes



Home | Main Index | Thread Index | Old Index