pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-TAP-Harness-Archive Import p5-TAP-Harness-Arc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a70a844ced0c
branches:  trunk
changeset: 557542:a70a844ced0c
user:      he <he%pkgsrc.org@localhost>
date:      Fri Apr 17 16:46:55 2009 +0000

description:
Import p5-TAP-Harness-Archive version 0.13.

This module is a direct subclass of TAP::Harness and behaves in exactly
the same way except for one detail. In addition to outputting a running
progress of the tests and an ending summary it can also capture all of
the raw TAP from the individual test files or streams into an archive
file (".tar" or ".tar.gz").

diffstat:

 devel/p5-TAP-Harness-Archive/DESCR    |   5 +++++
 devel/p5-TAP-Harness-Archive/Makefile |  21 +++++++++++++++++++++
 devel/p5-TAP-Harness-Archive/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 9c146e506dcf -r a70a844ced0c devel/p5-TAP-Harness-Archive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TAP-Harness-Archive/DESCR        Fri Apr 17 16:46:55 2009 +0000
@@ -0,0 +1,5 @@
+This module is a direct subclass of TAP::Harness and behaves in exactly
+the same way except for one detail. In addition to outputting a running
+progress of the tests and an ending summary it can also capture all of
+the raw TAP from the individual test files or streams into an archive
+file (".tar" or ".tar.gz").
diff -r 9c146e506dcf -r a70a844ced0c devel/p5-TAP-Harness-Archive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TAP-Harness-Archive/Makefile     Fri Apr 17 16:46:55 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/17 16:46:55 he Exp $
+#
+
+DISTNAME=      TAP-Harness-Archive-0.13
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=TAP/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/TAP-Harness-Archive/
+COMMENT=       Create an archive of TAP test results
+
+DEPENDS+=      p5-Test-Harness>=3.05:../../devel/p5-Test-Harness
+DEPENDS+=      p5-YAML-Tiny>=0:../../textproc/p5-YAML-Tiny
+
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_PACKLIST=                auto/TAP/Harness/Archive/.packlist
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9c146e506dcf -r a70a844ced0c devel/p5-TAP-Harness-Archive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TAP-Harness-Archive/distinfo     Fri Apr 17 16:46:55 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/17 16:46:55 he Exp $
+
+SHA1 (TAP-Harness-Archive-0.13.tar.gz) = eb179f82923263cae75be5bb4c970fcd9873654b
+RMD160 (TAP-Harness-Archive-0.13.tar.gz) = 881bbf7057449b2245bf8077210aa7461f10c7f8
+Size (TAP-Harness-Archive-0.13.tar.gz) = 8931 bytes



Home | Main Index | Thread Index | Old Index