pkgsrc-WIP-changes archive

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

p5-Test-Strict: Import p5-Test-Strict-0.40 as wip/p5-Test-Strict



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <rillig%NetBSD.org@localhost>
Pushed By:	rillig
Date:		Sat Jan 6 22:34:42 2018 +0000
Changeset:	c727fbd675a81c3dc3b10a896155bce586f8e298

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

Log Message:
p5-Test-Strict: Import p5-Test-Strict-0.40 as wip/p5-Test-Strict

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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c727fbd675a81c3dc3b10a896155bce586f8e298

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

diffstat:
 Makefile                |  2 ++
 p5-Test-Strict/DESCR    |  3 +++
 p5-Test-Strict/Makefile | 20 ++++++++++++++++++++
 p5-Test-Strict/distinfo |  6 ++++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f158d73c52..b195e04a1d 100644
--- a/Makefile
+++ b/Makefile
@@ -2501,6 +2501,7 @@ SUBDIR+=	p5-Template-Plugin-Class
 SUBDIR+=	p5-Term-ReadLine-Perl5
 SUBDIR+=	p5-Test-Fake-HTTPD
 SUBDIR+=	p5-Test-Most
+SUBDIR+=	p5-Test-Strict
 SUBDIR+=	p5-Test-Stub
 SUBDIR+=	p5-Test-Unit-Lite
 SUBDIR+=	p5-Test-WWW-Mechanize-CGIApp
@@ -4373,6 +4374,7 @@ SUBDIR+=	torsocks-git
 SUBDIR+=	tortunnel
 SUBDIR+=	totem
 SUBDIR+=	totem-pl-parser
+SUBDIR+=	toxcore
 SUBDIR+=	toxcore-git
 SUBDIR+=	toxic-git
 SUBDIR+=	tpl
diff --git a/p5-Test-Strict/DESCR b/p5-Test-Strict/DESCR
new file mode 100644
index 0000000000..69643dc449
--- /dev/null
+++ b/p5-Test-Strict/DESCR
@@ -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 --git a/p5-Test-Strict/Makefile b/p5-Test-Strict/Makefile
new file mode 100644
index 0000000000..f7a44f69d8
--- /dev/null
+++ b/p5-Test-Strict/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	Test-Strict-0.40
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	http://search.cpan.org/CPAN/authors/id/M/MA/MANWAR/
+
+MAINTAINER=	pkgsrc-users%pkgsrc.org@localhost
+HOMEPAGE=	http://search.cpan.org/CPAN/authors/id/M/MA/MANWAR/
+COMMENT=	Check syntax, presence of use strict; and test coverage
+LICENSE=	${PERL5_LICENSE}
+
+DEPENDS+=	p5-Devel-Cover>=0.43:../../devel/p5-Devel-Cover
+DEPENDS+=	p5-File-Temp>=0.01:../../devel/p5-File-Temp
+
+PERL5_PACKLIST=	auto/Test/Strict/.packlist
+USE_LANGUAGES=	# none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Test-Strict/distinfo b/p5-Test-Strict/distinfo
new file mode 100644
index 0000000000..988f394c42
--- /dev/null
+++ b/p5-Test-Strict/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Test-Strict-0.40.tar.gz) = 45dcd540b9b15a91957c8d89116ffb3805f02acf
+RMD160 (Test-Strict-0.40.tar.gz) = f26770b35667d2a7f146ab6a887661b9582fab83
+SHA512 (Test-Strict-0.40.tar.gz) = 1e02c52f4ff1732477ebf83f7112d34fc31966948620070fc3f9b3c91c46eef578c88f594eb9100dea218b6a835f06133c41e50a8b615b38dfbd11cda31ee96e
+Size (Test-Strict-0.40.tar.gz) = 20208 bytes


Home | Main Index | Thread Index | Old Index