summaryrefslogtreecommitdiff
path: root/devel/p5-TAP-Formatter-HTML
diff options
context:
space:
mode:
authorrhaen <rhaen>2009-02-23 00:07:23 +0000
committerrhaen <rhaen>2009-02-23 00:07:23 +0000
commite81d7285f46cdc4820a3212bab0b0e660c91d205 (patch)
treec7f30fed5ce1af82e6a69008240686d54f23ef71 /devel/p5-TAP-Formatter-HTML
parent49b9185075bf7109c2c61f17eec8348d4c4a5c55 (diff)
downloadpkgsrc-e81d7285f46cdc4820a3212bab0b0e660c91d205.tar.gz
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 (limited to 'devel/p5-TAP-Formatter-HTML')
-rw-r--r--devel/p5-TAP-Formatter-HTML/DESCR13
-rw-r--r--devel/p5-TAP-Formatter-HTML/Makefile23
-rw-r--r--devel/p5-TAP-Formatter-HTML/distinfo5
3 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-TAP-Formatter-HTML/DESCR b/devel/p5-TAP-Formatter-HTML/DESCR
new file mode 100644
index 00000000000..c1358674899
--- /dev/null
+++ b/devel/p5-TAP-Formatter-HTML/DESCR
@@ -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 --git a/devel/p5-TAP-Formatter-HTML/Makefile b/devel/p5-TAP-Formatter-HTML/Makefile
new file mode 100644
index 00000000000..524aa7846f2
--- /dev/null
+++ b/devel/p5-TAP-Formatter-HTML/Makefile
@@ -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
+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 --git a/devel/p5-TAP-Formatter-HTML/distinfo b/devel/p5-TAP-Formatter-HTML/distinfo
new file mode 100644
index 00000000000..be55e69c17a
--- /dev/null
+++ b/devel/p5-TAP-Formatter-HTML/distinfo
@@ -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