Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2012 17:34:57 +0000 (UTC)
From:      Lars Thegler <lth@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308546 - in head/devel: . p5-TAP-SimpleOutput
Message-ID:  <201212091734.qB9HYvwX093210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lth
Date: Sun Dec  9 17:34:57 2012
New Revision: 308546
URL: http://svnweb.freebsd.org/changeset/ports/308546

Log:
  Add p5-TAP-SimpleOutput 0.001, simple closure-driven TAP generator.

Added:
  head/devel/p5-TAP-SimpleOutput/
  head/devel/p5-TAP-SimpleOutput/Makefile   (contents, props changed)
  head/devel/p5-TAP-SimpleOutput/distinfo   (contents, props changed)
  head/devel/p5-TAP-SimpleOutput/pkg-descr   (contents, props changed)
  head/devel/p5-TAP-SimpleOutput/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Dec  9 17:17:34 2012	(r308545)
+++ head/devel/Makefile	Sun Dec  9 17:34:57 2012	(r308546)
@@ -2593,6 +2593,7 @@
     SUBDIR += p5-System2
     SUBDIR += p5-TAP-Formatter-JUnit
     SUBDIR += p5-TAP-Harness-JUnit
+    SUBDIR += p5-TAP-SimpleOutput
     SUBDIR += p5-Taint-Runtime
     SUBDIR += p5-Taint-Util
     SUBDIR += p5-Task-Weaken

Added: head/devel/p5-TAP-SimpleOutput/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-TAP-SimpleOutput/Makefile	Sun Dec  9 17:34:57 2012	(r308546)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	TAP-SimpleOutput
+PORTVERSION=	0.001
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	TAP
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	lth@FreeBSD.org
+COMMENT=	Simple closure-driven TAP generator
+
+BUILD_DEPENDS=	p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=	TAP::SimpleOutput.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-TAP-SimpleOutput/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-TAP-SimpleOutput/distinfo	Sun Dec  9 17:34:57 2012	(r308546)
@@ -0,0 +1,2 @@
+SHA256 (TAP-SimpleOutput-0.001.tar.gz) = ffe9e9db9ec664c2f2bfa6457d4a4e3b512dfede10cd3708b75b72b74aa78af5
+SIZE (TAP-SimpleOutput-0.001.tar.gz) = 21321

Added: head/devel/p5-TAP-SimpleOutput/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-TAP-SimpleOutput/pkg-descr	Sun Dec  9 17:34:57 2012	(r308546)
@@ -0,0 +1,4 @@
+A number of simple closures designed to help output TAP easily and
+correctly, with a minimum of fuss.
+
+WWW: http://search.cpan.org/dist/TAP-SimpleOutput/

Added: head/devel/p5-TAP-SimpleOutput/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-TAP-SimpleOutput/pkg-plist	Sun Dec  9 17:34:57 2012	(r308546)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/TAP/SimpleOutput.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/TAP/SimpleOutput/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TAP/SimpleOutput
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TAP
+@dirrmtry %%SITE_PERL%%/TAP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212091734.qB9HYvwX093210>