diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-07-07 22:54:43 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-07-07 22:54:43 +0000 |
commit | b29dee4e40c2e161fceec3fbe43f9b0f2cdd7971 (patch) | |
tree | d8a8fc375f864ca44d6576ac4a4ea9a89064fa85 /devel/p5-Test-TAP-HTMLMatrix | |
parent | 71f816a3ff69b95f04a8e2fb78c3e1de4f13d898 (diff) | |
download | ports-b29dee4e40c2e161fceec3fbe43f9b0f2cdd7971.tar.gz ports-b29dee4e40c2e161fceec3fbe43f9b0f2cdd7971.zip |
Add p5-Test-TAP-HTMLMatrix 0.09, creates colorful matrix of
Test::Harness test run results.
Notes
Notes:
svn path=/head/; revision=195180
Diffstat (limited to 'devel/p5-Test-TAP-HTMLMatrix')
-rw-r--r-- | devel/p5-Test-TAP-HTMLMatrix/Makefile | 33 | ||||
-rw-r--r-- | devel/p5-Test-TAP-HTMLMatrix/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-TAP-HTMLMatrix/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Test-TAP-HTMLMatrix/pkg-plist | 16 |
4 files changed, 57 insertions, 0 deletions
diff --git a/devel/p5-Test-TAP-HTMLMatrix/Makefile b/devel/p5-Test-TAP-HTMLMatrix/Makefile new file mode 100644 index 000000000000..f2efc6b73db0 --- /dev/null +++ b/devel/p5-Test-TAP-HTMLMatrix/Makefile @@ -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> diff --git a/devel/p5-Test-TAP-HTMLMatrix/distinfo b/devel/p5-Test-TAP-HTMLMatrix/distinfo new file mode 100644 index 000000000000..3aff5762efc5 --- /dev/null +++ b/devel/p5-Test-TAP-HTMLMatrix/distinfo @@ -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 diff --git a/devel/p5-Test-TAP-HTMLMatrix/pkg-descr b/devel/p5-Test-TAP-HTMLMatrix/pkg-descr new file mode 100644 index 000000000000..b50239b617be --- /dev/null +++ b/devel/p5-Test-TAP-HTMLMatrix/pkg-descr @@ -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/ diff --git a/devel/p5-Test-TAP-HTMLMatrix/pkg-plist b/devel/p5-Test-TAP-HTMLMatrix/pkg-plist new file mode 100644 index 000000000000..05f27718d810 --- /dev/null +++ b/devel/p5-Test-TAP-HTMLMatrix/pkg-plist @@ -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 |