svn commit: r376158 - in head/devel: . p5-Test-TempDir-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 3 19:30:28 UTC 2015


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Test-TempDir-Tiny
+PORTVERSION=	0.002
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Temporary directories that stick around when tests fail
+
+LICENSE=	APACHE20
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

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


More information about the svn-ports-head mailing list