svn commit: r311762 - in head/devel: . p5-Path-Tiny
Anton Berezin
tobez at FreeBSD.org
Wed Feb 6 13:09:30 UTC 2013
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 <tobez at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Path-Tiny
+PORTVERSION= 0.004
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez at 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 <bsd.port.mk>
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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Tiny
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path
+ at dirrmtry %%SITE_PERL%%/Path
More information about the svn-ports-head
mailing list