From owner-svn-ports-all@FreeBSD.ORG Sat May 3 16:24:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88201F27; Sat, 3 May 2014 16:24:02 +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 6987C1B61; Sat, 3 May 2014 16:24:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s43GO2ew044656; Sat, 3 May 2014 16:24:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s43GO1Bk044646; Sat, 3 May 2014 16:24:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405031624.s43GO1Bk044646@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 May 2014 16:24:01 +0000 (UTC) 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 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.17 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: Sat, 03 May 2014 16:24:02 -0000 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 +# $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 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