mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Test-TAP-Model 0.09, accessible result collector for
Test::Harness::Straps runs.
This commit is contained in:
parent
5637dc5e83
commit
f347612970
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195177
5 changed files with 61 additions and 0 deletions
|
@ -1555,6 +1555,7 @@
|
|||
SUBDIR += p5-Test-Singleton
|
||||
SUBDIR += p5-Test-Strict
|
||||
SUBDIR += p5-Test-SubCalls
|
||||
SUBDIR += p5-Test-TAP-Model
|
||||
SUBDIR += p5-Test-Tester
|
||||
SUBDIR += p5-Test-Unit
|
||||
SUBDIR += p5-Test-WWW-Mechanize
|
||||
|
|
32
devel/p5-Test-TAP-Model/Makefile
Normal file
32
devel/p5-Test-TAP-Model/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Test-TAP-Model
|
||||
# Date created: 08 July 2007
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-TAP-Model
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Accessible result collector for Test::Harness::Straps runs
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/Method/Alias.pm:${PORTSDIR}/devel/p5-Method-Alias
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::TAP::Model.3 Test::TAP::Model::Consolidated.3 \
|
||||
Test::TAP::Model::File.3 \
|
||||
Test::TAP::Model::File::Consolidated.3 \
|
||||
Test::TAP::Model::Subtest.3
|
||||
|
||||
post-patch:
|
||||
${RM} ${WRKSRC}/example.pl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-TAP-Model/distinfo
Normal file
3
devel/p5-Test-TAP-Model/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Test-TAP-Model-0.09.tar.gz) = 7378be7407bdb174d75efc896d659bc0
|
||||
SHA256 (Test-TAP-Model-0.09.tar.gz) = bbb8cb4d3ffe7e0deb144688a4257a8b3b9ee335a1c52d1fc36e30182dfc24d8
|
||||
SIZE (Test-TAP-Model-0.09.tar.gz) = 21977
|
12
devel/p5-Test-TAP-Model/pkg-descr
Normal file
12
devel/p5-Test-TAP-Model/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
This module is a subclass of Test::Harness::Straps.
|
||||
|
||||
It uses callbacks in the straps object to construct a deep structure,
|
||||
with all the data known about a test run accessible within.
|
||||
|
||||
It's purpose is to ease the processing of test data, for the purpose of
|
||||
generating reports, or something like that.
|
||||
|
||||
The niche it fills is creating a way to access test run data, both from
|
||||
a serialized and a real source, and to ease the querying of this data.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-TAP-Model/
|
13
devel/p5-Test-TAP-Model/pkg-plist
Normal file
13
devel/p5-Test-TAP-Model/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TAP/Model/.packlist
|
||||
%%SITE_PERL%%/Test/TAP/Model.pm
|
||||
%%SITE_PERL%%/Test/TAP/Model/Consolidated.pm
|
||||
%%SITE_PERL%%/Test/TAP/Model/File.pm
|
||||
%%SITE_PERL%%/Test/TAP/Model/File/Consolidated.pm
|
||||
%%SITE_PERL%%/Test/TAP/Model/Subtest.pm
|
||||
@dirrm %%SITE_PERL%%/Test/TAP/Model/File
|
||||
@dirrm %%SITE_PERL%%/Test/TAP/Model
|
||||
@dirrmtry %%SITE_PERL%%/Test/TAP
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TAP/Model
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TAP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
Loading…
Add table
Reference in a new issue