From owner-svn-ports-all@FreeBSD.ORG Wed Feb 6 13:09:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E14CE330; Wed, 6 Feb 2013 13:09:29 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C53688D5; Wed, 6 Feb 2013 13:09:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r16D9TWY021498; Wed, 6 Feb 2013 13:09:29 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r16D9SlW021491; Wed, 6 Feb 2013 13:09:28 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201302061309.r16D9SlW021491@svn.freebsd.org> From: Anton Berezin Date: Wed, 6 Feb 2013 13:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311762 - in head/devel: . p5-Path-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-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 06 Feb 2013 13:09:30 -0000 Author: tobez Date: Wed Feb 6 13:09:28 2013 New Revision: 311762 URL: http://svnweb.freebsd.org/changeset/ports/311762 Log: Add devel/p5-Path-Tiny 0.004, a Perl module for working with file paths. Added: head/devel/p5-Path-Tiny/ head/devel/p5-Path-Tiny/Makefile (contents, props changed) head/devel/p5-Path-Tiny/distinfo (contents, props changed) head/devel/p5-Path-Tiny/pkg-descr (contents, props changed) head/devel/p5-Path-Tiny/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 6 12:19:37 2013 (r311761) +++ head/devel/Makefile Wed Feb 6 13:09:28 2013 (r311762) @@ -2461,6 +2461,7 @@ SUBDIR += p5-Path-Dispatcher SUBDIR += p5-Path-Dispatcher-Declarative SUBDIR += p5-Path-Resource + SUBDIR += p5-Path-Tiny SUBDIR += p5-PathTools SUBDIR += p5-Penguin SUBDIR += p5-Penguin-Easy Added: head/devel/p5-Path-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Path-Tiny/Makefile Wed Feb 6 13:09:28 2013 (r311762) @@ -0,0 +1,23 @@ +# Created by: Anton Berezin +# $FreeBSD$ + +PORTNAME= Path-Tiny +PORTVERSION= 0.004 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DAGOLDEN +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= File path utility + +BUILD_DEPENDS= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep + +PERL_CONFIGURE= yes + +MAN3= Path::Tiny.3 + +.include Added: head/devel/p5-Path-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Path-Tiny/distinfo Wed Feb 6 13:09:28 2013 (r311762) @@ -0,0 +1,2 @@ +SHA256 (Path-Tiny-0.004.tar.gz) = 0da8951d3b97cc5183b0432e8c69ab46ee9652ae6ed74621e75a9b46d1b38c68 +SIZE (Path-Tiny-0.004.tar.gz) = 27956 Added: head/devel/p5-Path-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Path-Tiny/pkg-descr Wed Feb 6 13:09:28 2013 (r311762) @@ -0,0 +1,5 @@ +This module attempts to provide a small, fast utility for working with +file paths. It is friendlier to use than File::Spec and provides +easy access to functions from several other core file handling modules. + +WWW: http://search.cpan.org/dist/Path-Tiny/ Added: head/devel/p5-Path-Tiny/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Path-Tiny/pkg-plist Wed Feb 6 13:09:28 2013 (r311762) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Path/Tiny.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Tiny/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Tiny +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path +@dirrmtry %%SITE_PERL%%/Path