pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel devel/p5-Test-Strict: add version 0.47



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18472192d3c1
branches:  trunk
changeset: 427695:18472192d3c1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 19 12:43:23 2020 +0000

description:
devel/p5-Test-Strict: add version 0.47

Test::Strict lets you check the syntax, presence of use strict; and
presence use warnings; in your perl code. It report its results in
standard Test::Simple fashion.

Imported from pkgsrc-wip.

diffstat:

 devel/Makefile                |   3 ++-
 devel/p5-Test-Strict/DESCR    |   3 +++
 devel/p5-Test-Strict/Makefile |  20 ++++++++++++++++++++
 devel/p5-Test-Strict/distinfo |   6 ++++++
 4 files changed, 31 insertions(+), 1 deletions(-)

diffs (58 lines):

diff -r 773b29bae3ef -r 18472192d3c1 devel/Makefile
--- a/devel/Makefile    Sun Apr 19 12:18:22 2020 +0000
+++ b/devel/Makefile    Sun Apr 19 12:43:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3103 2020/04/18 19:43:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.3104 2020/04/19 12:43:23 rillig Exp $
 #
 
 COMMENT=       Development utilities
@@ -1925,6 +1925,7 @@
 SUBDIR+=       p5-Test-Spec
 SUBDIR+=       p5-Test-Spelling
 SUBDIR+=       p5-Test-Stream
+SUBDIR+=       p5-Test-Strict
 SUBDIR+=       p5-Test-SubCalls
 SUBDIR+=       p5-Test-Taint
 SUBDIR+=       p5-Test-TempDir
diff -r 773b29bae3ef -r 18472192d3c1 devel/p5-Test-Strict/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Strict/DESCR        Sun Apr 19 12:43:23 2020 +0000
@@ -0,0 +1,3 @@
+Test::Strict lets you check the syntax, presence of use strict; and
+presence use warnings; in your perl code. It report its results in
+standard Test::Simple fashion.
diff -r 773b29bae3ef -r 18472192d3c1 devel/p5-Test-Strict/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Strict/Makefile     Sun Apr 19 12:43:23 2020 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/04/19 12:43:24 rillig Exp $
+
+DISTNAME=      Test-Strict-0.47
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/M/MA/MANWAR/
+
+MAINTAINER=    pkgsrc-users%pkgsrc.org@localhost
+HOMEPAGE=      https://cpan.metacpan.org/authors/id/M/MA/MANWAR/
+COMMENT=       Check syntax, presence of use strict; and test coverage
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-File-Temp>=0.01:../../devel/p5-File-Temp
+DEPENDS+=      p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
+
+PERL5_PACKLIST=        auto/Test/Strict/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 773b29bae3ef -r 18472192d3c1 devel/p5-Test-Strict/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Strict/distinfo     Sun Apr 19 12:43:23 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/19 12:43:24 rillig Exp $
+
+SHA1 (Test-Strict-0.47.tar.gz) = 567b46694ab5ad808d7d59f849dd0f55d7a0f9c1
+RMD160 (Test-Strict-0.47.tar.gz) = 44bfaf2c5dce70be1df8a5edb61fb383d6f61647
+SHA512 (Test-Strict-0.47.tar.gz) = 56ffc488cb2502af228ad03f3da7bf11f04c0cacc7f1ea13b3aa8e0578f0df36a9be092f71db973748c8db15f45873a384f2e24844468b9a300d2386692c21b9
+Size (Test-Strict-0.47.tar.gz) = 20679 bytes



Home | Main Index | Thread Index | Old Index