pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Harness Add back p5-Test-Harness



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ec7495dd090
branches:  trunk
changeset: 517207:6ec7495dd090
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Aug 06 15:00:07 2006 +0000

description:
Add back p5-Test-Harness
Even though it's now a part of perl the development of the module continues
and other modules are starting to require a later version of it than
the one bundled with perl.

diffstat:

 devel/p5-Test-Harness/DESCR    |  13 +++++++++++++
 devel/p5-Test-Harness/Makefile |  16 ++++++++++++++++
 devel/p5-Test-Harness/PLIST    |   1 +
 devel/p5-Test-Harness/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r a847dcaef287 -r 6ec7495dd090 devel/p5-Test-Harness/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Harness/DESCR       Sun Aug 06 15:00:07 2006 +0000
@@ -0,0 +1,13 @@
+STOP! If all you want to do is write a test script, consider using
+Test::Simple. Test::Harness is the module that reads the output from
+Test::Simple, Test::More and other modules based on Test::Builder. You don't
+need to know about Test::Harness to use those modules.
+
+Test::Harness runs tests and expects output from the test in a certain format.
+That format is called TAP, the Test Anything Protocol. It is defined in
+Test::Harness::TAP.
+
+Test::Harness::runtests(@tests) runs all the testscripts named as arguments
+and checks standard output for the expected strings in TAP format.
+
+The prove utility is a thin wrapper around Test::Harness.
diff -r a847dcaef287 -r 6ec7495dd090 devel/p5-Test-Harness/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Harness/Makefile    Sun Aug 06 15:00:07 2006 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.25 2006/08/06 15:00:07 adrianp Exp $
+#
+
+DISTNAME=      Test-Harness-2.62
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/
+COMMENT=       Run Perl standard test scripts with statistics
+
+PERL5_PACKLIST= auto/Test/Harness/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a847dcaef287 -r 6ec7495dd090 devel/p5-Test-Harness/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Harness/PLIST       Sun Aug 06 15:00:07 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.3 2006/08/06 15:00:07 adrianp Exp $
diff -r a847dcaef287 -r 6ec7495dd090 devel/p5-Test-Harness/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Harness/distinfo    Sun Aug 06 15:00:07 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.14 2006/08/06 15:00:07 adrianp Exp $
+
+SHA1 (Test-Harness-2.62.tar.gz) = f2ce9511ad7d74adeba11d5a07f7399e0e691d7c
+RMD160 (Test-Harness-2.62.tar.gz) = c3bce190cee15943161b7b18751aad497080dc4f
+Size (Test-Harness-2.62.tar.gz) = 69548 bytes



Home | Main Index | Thread Index | Old Index