pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-TAP-Formatter-HTML This module provides HTML ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd3f463764bd
branches: trunk
changeset: 554975:dd3f463764bd
user: rhaen <rhaen%pkgsrc.org@localhost>
date: Mon Feb 23 00:07:23 2009 +0000
description:
This module provides HTML output formatting for TAP::Harness (a
replacement for Test::Harness. It is largely based on ideas from
TAP::Test::HTMLMatrix (which was built on Test::Harness and thus
had a few limitations - hence this module).
diffstat:
devel/p5-TAP-Formatter-HTML/DESCR | 13 +++++++++++++
devel/p5-TAP-Formatter-HTML/Makefile | 23 +++++++++++++++++++++++
devel/p5-TAP-Formatter-HTML/distinfo | 5 +++++
3 files changed, 41 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r 3032f6e638f3 -r dd3f463764bd devel/p5-TAP-Formatter-HTML/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TAP-Formatter-HTML/DESCR Mon Feb 23 00:07:23 2009 +0000
@@ -0,0 +1,13 @@
+This module provides HTML output formatting for TAP::Harness (a
+replacement for Test::Harness. It is largely based on ideas from
+TAP::Test::HTMLMatrix (which was built on Test::Harness and thus
+had a few limitations - hence this module). For sample output,
+see:
+
+http://www.spurkis.org/TAP-Formatter-HTML/test-output.html
+
+This module is targeted at all users of automated test suites.
+It's meant to make reading test results easier, giving you a
+visual summary of your test suite and letting you drill down
+into individual failures (which will hopefully make testing
+more likely to happen at your organization ;-)
diff -r 3032f6e638f3 -r dd3f463764bd devel/p5-TAP-Formatter-HTML/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TAP-Formatter-HTML/Makefile Mon Feb 23 00:07:23 2009 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/23 00:07:23 rhaen Exp $
+#
+
+DISTNAME= TAP-Formatter-HTML-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SP/SPURKIS/}
+
+MAINTAINER= rhaen%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SP/SPURKIS/
+COMMENT= TAP Test Harness output delegate for html output
+
+DEPENDS+= p5-Test-Harness>=3.10:../../devel/p5-Test-Harness
+DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
+DEPENDS+= p5-URI>=1.35:../../www/p5-URI
+DEPENDS+= p5-accessors>=0.2:../../devel/p5-accessors
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/TAP/Formatter/HTML/.packlist
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3032f6e638f3 -r dd3f463764bd devel/p5-TAP-Formatter-HTML/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TAP-Formatter-HTML/distinfo Mon Feb 23 00:07:23 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/23 00:07:23 rhaen Exp $
+
+SHA1 (TAP-Formatter-HTML-0.07.tar.gz) = 980789d9486e99aa2910b360f63ce6d92b1fece1
+RMD160 (TAP-Formatter-HTML-0.07.tar.gz) = 5b53770107ecdc93167706f1aac424889bd25b78
+Size (TAP-Formatter-HTML-0.07.tar.gz) = 64986 bytes
Home |
Main Index |
Thread Index |
Old Index