From owner-svn-ports-all@FreeBSD.ORG Sun Dec 9 17:34:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCCEBB99; Sun, 9 Dec 2012 17:34:58 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B1ED88FC0C; Sun, 9 Dec 2012 17:34:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB9HYwtD093220; Sun, 9 Dec 2012 17:34:58 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB9HYvwX093210; Sun, 9 Dec 2012 17:34:57 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201212091734.qB9HYvwX093210@svn.freebsd.org> From: Lars Thegler Date: Sun, 9 Dec 2012 17:34:57 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 17:34:58 -0000 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 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