pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Builder-Tester Initial import of p5-Test...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cbe154ef6f5
branches:  trunk
changeset: 482641:4cbe154ef6f5
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Oct 31 14:40:06 2004 +0000

description:
Initial import of p5-Test-Builder-Tester version 1.01 in the NetBSD Packages
Collection.

This perl5 module permits helps test testing modules that are built
with Test::Builder.

diffstat:

 devel/p5-Test-Builder-Tester/DESCR    |  15 +++++++++++++++
 devel/p5-Test-Builder-Tester/Makefile |  17 +++++++++++++++++
 devel/p5-Test-Builder-Tester/PLIST    |   1 +
 devel/p5-Test-Builder-Tester/distinfo |   4 ++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 87bcc14ec187 -r 4cbe154ef6f5 devel/p5-Test-Builder-Tester/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Builder-Tester/DESCR        Sun Oct 31 14:40:06 2004 +0000
@@ -0,0 +1,15 @@
+This perl5 module permits helps test testing modules that are built
+with Test::Builder.
+The testing system is designed to be used by performing a three
+step process for each test you wish to test. This process starts
+with using test_out and test_err in advance to declare what the
+testsuite you are testing will output with Test::Builder to stdout
+and stderr.
+You then can run the test(s) from your test suite that call
+Test::Builder. At this point the output of Test::Builder is safely
+captured by Test::Builder::Tester rather than being interpreted as
+real test output.
+The final stage is to call test_test that will simply compare what
+you predeclared to what Test::Builder actually outputted, and report
+the results back with a "ok" or "not ok" (with debugging) to the
+normal output.
diff -r 87bcc14ec187 -r 4cbe154ef6f5 devel/p5-Test-Builder-Tester/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Builder-Tester/Makefile     Sun Oct 31 14:40:06 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 14:40:06 seb Exp $
+
+DISTNAME=              Test-Builder-Tester-1.01
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5tbt
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=            seb%NetBSD.org@localhost
+COMMENT=               Perl5 module to test testsuites built with Test::Builder
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Test/Builder/Tester/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 87bcc14ec187 -r 4cbe154ef6f5 devel/p5-Test-Builder-Tester/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Builder-Tester/PLIST        Sun Oct 31 14:40:06 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/31 14:40:06 seb Exp $
diff -r 87bcc14ec187 -r 4cbe154ef6f5 devel/p5-Test-Builder-Tester/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Builder-Tester/distinfo     Sun Oct 31 14:40:06 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/31 14:40:06 seb Exp $
+
+SHA1 (Test-Builder-Tester-1.01.tar.gz) = b767668eec5755f3a3bbee3ac592147e75feb29e
+Size (Test-Builder-Tester-1.01.tar.gz) = 9792 bytes



Home | Main Index | Thread Index | Old Index