svn commit: r352927 - in head/devel: . p5-Cwd-Guard

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 3 16:24:02 UTC 2014


Author: sunpoet
Date: Sat May  3 16:24:01 2014
New Revision: 352927
URL: http://svnweb.freebsd.org/changeset/ports/352927
QAT: https://qat.redports.org/buildarchive/r352927/

Log:
  - Add p5-Cwd-Guard 0.04
  
  CORE::chdir Cwd::Guard can change the current directory (chdir) using a limited
  scope.
  
  WWW: http://search.cpan.org/dist/Cwd-Guard/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May  3 16:23:42 2014	(r352926)
+++ head/devel/Makefile	Sat May  3 16:24:01 2014	(r352927)
@@ -1668,6 +1668,7 @@
     SUBDIR += p5-Curses-UI
     SUBDIR += p5-Curses-Widgets
     SUBDIR += p5-Cvs
+    SUBDIR += p5-Cwd-Guard
     SUBDIR += p5-DB_File-Lock
     SUBDIR += p5-Daemon-Control
     SUBDIR += p5-Dancer-Debug

Added: head/devel/p5-Cwd-Guard/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Cwd-Guard/Makefile	Sat May  3 16:24:01 2014	(r352927)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Cwd-Guard
+PORTVERSION=	0.04
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Temporary changing working directory (chdir)
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USE_PERL5=	modbuild
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Cwd-Guard/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Cwd-Guard/distinfo	Sat May  3 16:24:01 2014	(r352927)
@@ -0,0 +1,2 @@
+SHA256 (Cwd-Guard-0.04.tar.gz) = 1532cc4c453e4b3e5c195bc75c9b01974fa14304e54929850888641f2c28331c
+SIZE (Cwd-Guard-0.04.tar.gz) = 9883

Added: head/devel/p5-Cwd-Guard/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Cwd-Guard/pkg-descr	Sat May  3 16:24:01 2014	(r352927)
@@ -0,0 +1,4 @@
+CORE::chdir Cwd::Guard can change the current directory (chdir) using a limited
+scope.
+
+WWW: http://search.cpan.org/dist/Cwd-Guard/

Added: head/devel/p5-Cwd-Guard/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Cwd-Guard/pkg-plist	Sat May  3 16:24:01 2014	(r352927)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/Cwd/Guard.pm
+%%PERL5_MAN3%%/Cwd::Guard.3.gz
+ at dirrmtry %%SITE_PERL%%/Cwd


More information about the svn-ports-all mailing list