pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Output Import p5-Test-Output version 0.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12e6c8d19329
branches:  trunk
changeset: 545484:12e6c8d19329
user:      he <he%pkgsrc.org@localhost>
date:      Tue Aug 05 10:24:10 2008 +0000

description:
Import p5-Test-Output version 0.10.

Test::Output provides a simple interface for testing output sent
to STDOUT or STDERR. A number of different utilies are included to
try and be as flexible as possible to the tester.

Originally this module was designed not to have external requirements,
however, the features provided by Sub::Exporter over what Exporter
provides is just to great to pass up.

Test::Output ties STDOUT and STDERR using Test::Output::Tie.

diffstat:

 devel/p5-Test-Output/DESCR    |   9 +++++++++
 devel/p5-Test-Output/Makefile |  21 +++++++++++++++++++++
 devel/p5-Test-Output/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 22872f0a31ac -r 12e6c8d19329 devel/p5-Test-Output/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Output/DESCR        Tue Aug 05 10:24:10 2008 +0000
@@ -0,0 +1,9 @@
+Test::Output provides a simple interface for testing output sent
+to STDOUT or STDERR. A number of different utilies are included to
+try and be as flexible as possible to the tester.
+
+Originally this module was designed not to have external requirements,
+however, the features provided by Sub::Exporter over what Exporter
+provides is just to great to pass up.
+
+Test::Output ties STDOUT and STDERR using Test::Output::Tie.
diff -r 22872f0a31ac -r 12e6c8d19329 devel/p5-Test-Output/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Output/Makefile     Tue Aug 05 10:24:10 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/05 10:24:10 he Exp $
+
+DISTNAME=              Test-Output-0.10
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5to
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Test-Output/
+COMMENT=               Utilities to test STDOUT and STDERR messages
+
+DEPENDS+=      p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
+DEPENDS+=      p5-Test-Tester>=0.103:../../devel/p5-Test-Tester
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Test/Output/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 22872f0a31ac -r 12e6c8d19329 devel/p5-Test-Output/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Output/distinfo     Tue Aug 05 10:24:10 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/05 10:24:10 he Exp $
+
+SHA1 (Test-Output-0.10.tar.gz) = 9e13f7a7f91e70a89284f540adff7cef91688323
+RMD160 (Test-Output-0.10.tar.gz) = 7cb6fe8eece7fb6b74b4a0f4ee5efacfe023ea6a
+Size (Test-Output-0.10.tar.gz) = 9838 bytes



Home | Main Index | Thread Index | Old Index