pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 19 12:43:24 UTC 2020

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

Log Message:
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.


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

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3103 pkgsrc/devel/Makefile:1.3104
--- pkgsrc/devel/Makefile:1.3103        Sat Apr 18 19:43:04 2020
+++ pkgsrc/devel/Makefile       Sun Apr 19 12:43:23 2020
@@ -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-Simple
 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

Added files:

Index: pkgsrc/devel/p5-Test-Strict/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-Strict/DESCR:1.1
--- /dev/null   Sun Apr 19 12:43:24 2020
+++ pkgsrc/devel/p5-Test-Strict/DESCR   Sun Apr 19 12:43:24 2020
@@ -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.
Index: pkgsrc/devel/p5-Test-Strict/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-Strict/Makefile:1.1
--- /dev/null   Sun Apr 19 12:43:24 2020
+++ pkgsrc/devel/p5-Test-Strict/Makefile        Sun Apr 19 12:43:24 2020
@@ -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"
Index: pkgsrc/devel/p5-Test-Strict/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-Strict/distinfo:1.1
--- /dev/null   Sun Apr 19 12:43:24 2020
+++ pkgsrc/devel/p5-Test-Strict/distinfo        Sun Apr 19 12:43:24 2020
@@ -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