1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add p5-Test-TAP-HTMLMatrix 0.09, creates colorful matrix of

Test::Harness test run results.
This commit is contained in:
Sergey Skvortsov 2007-07-07 22:54:43 +00:00
parent 71f816a3ff
commit b29dee4e40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195180
5 changed files with 58 additions and 0 deletions

View File

@ -1555,6 +1555,7 @@
SUBDIR += p5-Test-Singleton
SUBDIR += p5-Test-Strict
SUBDIR += p5-Test-SubCalls
SUBDIR += p5-Test-TAP-HTMLMatrix
SUBDIR += p5-Test-TAP-Model
SUBDIR += p5-Test-Tester
SUBDIR += p5-Test-Unit

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: Test-TAP-HTMLMatrix
# Date created: 08 July 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Test-TAP-HTMLMatrix
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Creates colorful matrix of Test::Harness test run results
BUILD_DEPENDS= ${SITE_PERL}/Test/TAP/Model.pm:${PORTSDIR}/devel/p5-Test-TAP-Model \
${SITE_PERL}/Petal.pm:${PORTSDIR}/textproc/p5-Petal \
${SITE_PERL}/Petal/Utils.pm:${PORTSDIR}/textproc/p5-Petal-Utils \
${SITE_PERL}/URI/file.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::TAP::HTMLMatrix.3 Test::TAP::Model::Colorful.3 \
Test::TAP::Model::File::Visual.3 \
Test::TAP::Model::Subtest::Visual.3 Test::TAP::Model::Visual.3
post-patch:
${RM} ${WRKSRC}/example.pl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-TAP-HTMLMatrix-0.09.tar.gz) = 8433ebfae024ba45297a1ea0a60557ac
SHA256 (Test-TAP-HTMLMatrix-0.09.tar.gz) = 6c96f4c7faa0f4d8743a9c13e5e50ed058e3b75a1714603892fccf4401b972ac
SIZE (Test-TAP-HTMLMatrix-0.09.tar.gz) = 11108

View File

@ -0,0 +1,5 @@
This module is a wrapper for a template and some visualization classes,
that knows to take a Test::TAP::Model object, which encapsulates test
results, and produce a pretty html file.
WWW: http://search.cpan.org/dist/Test-TAP-HTMLMatrix/

View File

@ -0,0 +1,16 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TAP/HTMLMatrix/.packlist
%%SITE_PERL%%/Test/TAP/HTMLMatrix.pm
%%SITE_PERL%%/Test/TAP/HTMLMatrix/detailed_view.html
%%SITE_PERL%%/Test/TAP/HTMLMatrix/htmlmatrix.css
%%SITE_PERL%%/Test/TAP/HTMLMatrix/summary_view.html
%%SITE_PERL%%/Test/TAP/Model/Colorful.pm
%%SITE_PERL%%/Test/TAP/Model/File/Visual.pm
%%SITE_PERL%%/Test/TAP/Model/Subtest/Visual.pm
%%SITE_PERL%%/Test/TAP/Model/Visual.pm
@dirrm %%SITE_PERL%%/Test/TAP/HTMLMatrix
@dirrmtry %%SITE_PERL%%/Test/TAP/Model/Subtest
@dirrmtry %%SITE_PERL%%/Test/TAP/Model/File
@dirrmtry %%SITE_PERL%%/Test/TAP/Model
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TAP/HTMLMatrix
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TAP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test