Date: Sat, 3 May 2014 16:24:01 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352927 - in head/devel: . p5-Cwd-Guard Message-ID: <201405031624.s43GO1Bk044646@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Cwd-Guard +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@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 +@dirrmtry %%SITE_PERL%%/Cwd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405031624.s43GO1Bk044646>