pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Needs Imports Test-Needs-0.002002 as dev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4783d159f403
branches:  trunk
changeset: 349717:4783d159f403
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jul 15 10:06:58 2016 +0000

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

diffstat:

 devel/p5-Test-Needs/DESCR    |   4 ++++
 devel/p5-Test-Needs/Makefile |  18 ++++++++++++++++++
 devel/p5-Test-Needs/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 707cf3addd31 -r 4783d159f403 devel/p5-Test-Needs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Needs/DESCR Fri Jul 15 10:06:58 2016 +0000
@@ -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.
diff -r 707cf3addd31 -r 4783d159f403 devel/p5-Test-Needs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Needs/Makefile      Fri Jul 15 10:06:58 2016 +0000
@@ -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"
diff -r 707cf3addd31 -r 4783d159f403 devel/p5-Test-Needs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Needs/distinfo      Fri Jul 15 10:06:58 2016 +0000
@@ -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