From ef6e3b11c7b104124167deefc9ec10b66b206130 Mon Sep 17 00:00:00 2001 From: pascal Date: Thu, 8 Mar 2012 14:52:27 +0000 Subject: [PATCH] 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@ --- devel/p5-TAP-Harness-Archive/Makefile | 22 ++++++++++++++++++++++ devel/p5-TAP-Harness-Archive/distinfo | 5 +++++ devel/p5-TAP-Harness-Archive/pkg/DESCR | 5 +++++ devel/p5-TAP-Harness-Archive/pkg/PLIST | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 devel/p5-TAP-Harness-Archive/Makefile create mode 100644 devel/p5-TAP-Harness-Archive/distinfo create mode 100644 devel/p5-TAP-Harness-Archive/pkg/DESCR create mode 100644 devel/p5-TAP-Harness-Archive/pkg/PLIST diff --git a/devel/p5-TAP-Harness-Archive/Makefile b/devel/p5-TAP-Harness-Archive/Makefile new file mode 100644 index 00000000000..e629b6d703c --- /dev/null +++ b/devel/p5-TAP-Harness-Archive/Makefile @@ -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 + +# 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 diff --git a/devel/p5-TAP-Harness-Archive/distinfo b/devel/p5-TAP-Harness-Archive/distinfo new file mode 100644 index 00000000000..03ab7818cd2 --- /dev/null +++ b/devel/p5-TAP-Harness-Archive/distinfo @@ -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 diff --git a/devel/p5-TAP-Harness-Archive/pkg/DESCR b/devel/p5-TAP-Harness-Archive/pkg/DESCR new file mode 100644 index 00000000000..5c0f687fffd --- /dev/null +++ b/devel/p5-TAP-Harness-Archive/pkg/DESCR @@ -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"). diff --git a/devel/p5-TAP-Harness-Archive/pkg/PLIST b/devel/p5-TAP-Harness-Archive/pkg/PLIST new file mode 100644 index 00000000000..7d133ea7a9e --- /dev/null +++ b/devel/p5-TAP-Harness-Archive/pkg/PLIST @@ -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