From owner-svn-ports-head@FreeBSD.ORG Sat Jan 3 19:30:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5253D6FC; Sat, 3 Jan 2015 19:30:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E3D164DB6; Sat, 3 Jan 2015 19:30:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t03JUSla024328; Sat, 3 Jan 2015 19:30:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t03JUQ0i024321; Sat, 3 Jan 2015 19:30:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501031930.t03JUQ0i024321@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Jan 2015 19:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376158 - in head/devel: . p5-Test-TempDir-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 19:30:28 -0000 Author: sunpoet Date: Sat Jan 3 19:30:25 2015 New Revision: 376158 URL: https://svnweb.freebsd.org/changeset/ports/376158 QAT: https://qat.redports.org/buildarchive/r376158/ Log: - Add p5-Test-TempDir-Tiny 0.002 Test::TempDir::Tiny works with Test::More to create temporary directories that stick around if tests fail. It is loosely based on Test::TempDir, but with less complexity, greater portability and zero non-core dependencies. (Capture::Tiny is recommended for testing.) WWW: http://search.cpan.org/dist/Test-TempDir-Tiny/ Added: head/devel/p5-Test-TempDir-Tiny/ head/devel/p5-Test-TempDir-Tiny/Makefile (contents, props changed) head/devel/p5-Test-TempDir-Tiny/distinfo (contents, props changed) head/devel/p5-Test-TempDir-Tiny/pkg-descr (contents, props changed) head/devel/p5-Test-TempDir-Tiny/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jan 3 19:30:12 2015 (r376157) +++ head/devel/Makefile Sat Jan 3 19:30:25 2015 (r376158) @@ -3009,6 +3009,7 @@ SUBDIR += p5-Test-TableDriven SUBDIR += p5-Test-Taint SUBDIR += p5-Test-TempDir + SUBDIR += p5-Test-TempDir-Tiny SUBDIR += p5-Test-Tester SUBDIR += p5-Test-Time SUBDIR += p5-Test-Timer Added: head/devel/p5-Test-TempDir-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-TempDir-Tiny/Makefile Sat Jan 3 19:30:25 2015 (r376158) @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Test-TempDir-Tiny +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Temporary directories that stick around when tests fail + +LICENSE= APACHE20 + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Test-TempDir-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-TempDir-Tiny/distinfo Sat Jan 3 19:30:25 2015 (r376158) @@ -0,0 +1,2 @@ +SHA256 (Test-TempDir-Tiny-0.002.tar.gz) = 4dc700752a66e4802cff38c75673538cbaf625b2077c0e0158b9690e486a2648 +SIZE (Test-TempDir-Tiny-0.002.tar.gz) = 16426 Added: head/devel/p5-Test-TempDir-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-TempDir-Tiny/pkg-descr Sat Jan 3 19:30:25 2015 (r376158) @@ -0,0 +1,8 @@ +Test::TempDir::Tiny works with Test::More to create temporary directories that +stick around if tests fail. + +It is loosely based on Test::TempDir, but with less complexity, greater +portability and zero non-core dependencies. (Capture::Tiny is recommended for +testing.) + +WWW: http://search.cpan.org/dist/Test-TempDir-Tiny/ Added: head/devel/p5-Test-TempDir-Tiny/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-TempDir-Tiny/pkg-plist Sat Jan 3 19:30:25 2015 (r376158) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test/TempDir/Tiny.pm +%%PERL5_MAN3%%/Test::TempDir::Tiny.3.gz