Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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 ;-)

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:45 wiz Exp $
#
DISTNAME= TAP-Formatter-HTML-0.11
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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
LICENSE= ${PERL5_LICENSE}
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
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2013/01/27 10:25:29 rhaen Exp $
SHA1 (TAP-Formatter-HTML-0.11.tar.gz) = 80ceeb3d4e23616456743be4bbdfc8acc6d43df2
RMD160 (TAP-Formatter-HTML-0.11.tar.gz) = ba0b46d3bd78816ba730f56d9f0055a891cc2ab7
Size (TAP-Formatter-HTML-0.11.tar.gz) = 103183 bytes