pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Assertions Initial import of p5-Test-Ass...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1086de86a6bc
branches:  trunk
changeset: 546072:1086de86a6bc
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Aug 20 16:24:42 2008 +0000

description:
Initial import of p5-Test-Assertions version 1.054 in the NetBSD
Packages Collection.

The Perl 5 module Test::Assertions provides a convenient set of
tools for constructing tests, such as unit tests or run-time
assertion checks (like C's ASSERT macro).  Unlike some of the Test::
modules available on CPAN, Test::Assertions is not limited to unit
test scripts; for example it can be used to check output is as
expected within a benchmarking script.  When it is used for unit
tests, it generates output in the standard form for CPAN unit
testing (under Test::Harness).

diffstat:

 devel/p5-Test-Assertions/DESCR    |   8 ++++++++
 devel/p5-Test-Assertions/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Test-Assertions/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 22f3c973707c -r 1086de86a6bc devel/p5-Test-Assertions/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Assertions/DESCR    Wed Aug 20 16:24:42 2008 +0000
@@ -0,0 +1,8 @@
+The Perl 5 module Test::Assertions provides a convenient set of
+tools for constructing tests, such as unit tests or run-time
+assertion checks (like C's ASSERT macro).  Unlike some of the Test::
+modules available on CPAN, Test::Assertions is not limited to unit
+test scripts; for example it can be used to check output is as
+expected within a benchmarking script.  When it is used for unit
+tests, it generates output in the standard form for CPAN unit
+testing (under Test::Harness).
diff -r 22f3c973707c -r 1086de86a6bc devel/p5-Test-Assertions/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Assertions/Makefile Wed Aug 20 16:24:42 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/20 16:24:42 seb Exp $
+#
+
+DISTNAME=      Test-Assertions-1.054
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Test-Assertions/
+COMMENT=       Perl 5 module prodiving building blocks for unit and runtime testing
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_TOOLS+=    perl    # for test target
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Test/Assertions/.packlist
+
+DEPENDS+=      p5-Log-Trace-[0-9]*:../../devel/p5-Log-Trace
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 22f3c973707c -r 1086de86a6bc devel/p5-Test-Assertions/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Assertions/distinfo Wed Aug 20 16:24:42 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/20 16:24:42 seb Exp $
+
+SHA1 (Test-Assertions-1.054.tar.gz) = f2312245ee07f2a6e77eb415860350b7a319fc47
+RMD160 (Test-Assertions-1.054.tar.gz) = 3693de3706222bccadc2f2008d32237d7dd9ac6f
+Size (Test-Assertions-1.054.tar.gz) = 21511 bytes



Home | Main Index | Thread Index | Old Index