pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Continuous Initial import of p5-Test-Con...
details: https://anonhg.NetBSD.org/pkgsrc/rev/385c7aca7a2e
branches: trunk
changeset: 356811:385c7aca7a2e
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu Jan 05 04:10:40 2017 +0000
description:
Initial import of p5-Test-Continuous.
Continuous Testing is a concept and tool to re-run software tests as
soon as the developer saves the source code.
"Test::Continuous" is a tool based on App::Prove that implements this
concept for Perl.
See <http://groups.csail.mit.edu/pag/continuoustesting/> for the
original implementation of Continuous Testing as an Eclipse plugin. See
also Zentest <http://www.zenspider.com/ZSS/Products/ZenTest/> for the
same concept implemented in Ruby's world.
diffstat:
devel/p5-Test-Continuous/DESCR | 10 ++++++++++
devel/p5-Test-Continuous/Makefile | 29 +++++++++++++++++++++++++++++
devel/p5-Test-Continuous/distinfo | 6 ++++++
3 files changed, 45 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r e0b9568a674f -r 385c7aca7a2e devel/p5-Test-Continuous/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Continuous/DESCR Thu Jan 05 04:10:40 2017 +0000
@@ -0,0 +1,10 @@
+Continuous Testing is a concept and tool to re-run software tests as
+soon as the developer saves the source code.
+
+"Test::Continuous" is a tool based on App::Prove that implements this
+concept for Perl.
+
+See <http://groups.csail.mit.edu/pag/continuoustesting/> for the
+original implementation of Continuous Testing as an Eclipse plugin. See
+also Zentest <http://www.zenspider.com/ZSS/Products/ZenTest/> for the
+same concept implemented in Ruby's world.
diff -r e0b9568a674f -r 385c7aca7a2e devel/p5-Test-Continuous/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Continuous/Makefile Thu Jan 05 04:10:40 2017 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2017/01/05 04:10:40 schmonz Exp $
+
+DISTNAME= Test-Continuous-0.76
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= schmonz%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Test-Continuous/
+COMMENT= Run your Perl test suite continuously when developing
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-File-ChangeNotify>=0.12:../../devel/p5-File-ChangeNotify
+DEPENDS+= p5-File-Temp>=0.21:../../devel/p5-File-Temp
+DEPENDS+= p5-Git-Repository-[0-9]*:../../devel/p5-Git-Repository
+DEPENDS+= p5-Log-Dispatch>=2.22:../../devel/p5-Log-Dispatch
+DEPENDS+= p5-Module-ExtractUse>=0.23:../../devel/p5-Module-ExtractUse
+DEPENDS+= p5-Term-Cap>=1.1:../../devel/p5-Term-Cap
+BUILD_DEPENDS+= p5-YAML>=0.77:../../textproc/p5-YAML
+
+# XXX for test
+#BUILD_DEPENDS+= p5-Test-Class>=0.5:../../devel/p5-Test-Class
+#BUILD_DEPENDS+= p5-Test-Exception>=0.4:../../devel/p5-Test-Exception
+
+REPLACE_PERL+= bin/autoprove
+PERL5_PACKLIST= auto/Test/Continuous/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e0b9568a674f -r 385c7aca7a2e devel/p5-Test-Continuous/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Continuous/distinfo Thu Jan 05 04:10:40 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/05 04:10:40 schmonz Exp $
+
+SHA1 (Test-Continuous-0.76.tar.gz) = bbfc2bd87512a185a5765f41ec0fd07a1dd65309
+RMD160 (Test-Continuous-0.76.tar.gz) = 6feccca16c8fc2fe78673990f03ddd8250d4e156
+SHA512 (Test-Continuous-0.76.tar.gz) = 22cdf91fa41dee1bac9b807aa12479a630d4c54bfc6f6e2f19918cccd223bd0732cbefef9b9dc23c9cd0147b2c400cf572602d8d38682d45f0565e6f580b7aab
+Size (Test-Continuous-0.76.tar.gz) = 38776 bytes
Home |
Main Index |
Thread Index |
Old Index