This module is a direct subclass of TAP::Harness and behaves in
exactly the same way except for one detail. In addition to outputting a running progress of the tests and an ending summary it can also capture all of the raw TAP from the individual test files or streams into an archive file (".tar" or ".tar.gz"). ok landry@
This commit is contained in:
parent
14da6b094e
commit
ef6e3b11c7
22
devel/p5-TAP-Harness-Archive/Makefile
Normal file
22
devel/p5-TAP-Harness-Archive/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/03/08 14:52:27 pascal Exp $
|
||||
|
||||
COMMENT = create an archive of TAP results
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = TAP-Harness-Archive-0.14
|
||||
CATEGORIES = devel
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/p5-YAML-Tiny
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-TAP-Harness-Archive/distinfo
Normal file
5
devel/p5-TAP-Harness-Archive/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (TAP-Harness-Archive-0.14.tar.gz) = 90F8M267nCiTf0lPBeNCuw==
|
||||
RMD160 (TAP-Harness-Archive-0.14.tar.gz) = 9hupAe+pwa2foDVSOImueGQqx3w=
|
||||
SHA1 (TAP-Harness-Archive-0.14.tar.gz) = aqh0VrSwJEMs2PBcKIWOltFlODQ=
|
||||
SHA256 (TAP-Harness-Archive-0.14.tar.gz) = G3aNNegrPr3DcRClbcU1tcG4znM0QwKREI72CnYXpnY=
|
||||
SIZE (TAP-Harness-Archive-0.14.tar.gz) = 10568
|
5
devel/p5-TAP-Harness-Archive/pkg/DESCR
Normal file
5
devel/p5-TAP-Harness-Archive/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module is a direct subclass of TAP::Harness and behaves in
|
||||
exactly the same way except for one detail. In addition to outputting
|
||||
a running progress of the tests and an ending summary it can also
|
||||
capture all of the raw TAP from the individual test files or streams
|
||||
into an archive file (".tar" or ".tar.gz").
|
5
devel/p5-TAP-Harness-Archive/pkg/PLIST
Normal file
5
devel/p5-TAP-Harness-Archive/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/03/08 14:52:27 pascal Exp $
|
||||
${P5SITE}/TAP/
|
||||
${P5SITE}/TAP/Harness/
|
||||
${P5SITE}/TAP/Harness/Archive.pm
|
||||
@man man/man3p/TAP::Harness::Archive.3p
|
Loading…
x
Reference in New Issue
Block a user