pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-Continuous



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jan  5 04:10:40 UTC 2017

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

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


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

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

Added files:

Index: pkgsrc/devel/p5-Test-Continuous/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-Continuous/DESCR:1.1
--- /dev/null   Thu Jan  5 04:10:40 2017
+++ pkgsrc/devel/p5-Test-Continuous/DESCR       Thu Jan  5 04:10:40 2017
@@ -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.
Index: pkgsrc/devel/p5-Test-Continuous/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-Continuous/Makefile:1.1
--- /dev/null   Thu Jan  5 04:10:40 2017
+++ pkgsrc/devel/p5-Test-Continuous/Makefile    Thu Jan  5 04:10:40 2017
@@ -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"
Index: pkgsrc/devel/p5-Test-Continuous/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-Continuous/distinfo:1.1
--- /dev/null   Thu Jan  5 04:10:40 2017
+++ pkgsrc/devel/p5-Test-Continuous/distinfo    Thu Jan  5 04:10:40 2017
@@ -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