svn commit: r313691 - in head/devel: . p5-MooseX-Types-Path-Tiny
Jun Kuriyama
kuriyama at FreeBSD.org
Sat Mar 9 06:55:59 UTC 2013
Author: kuriyama
Date: Sat Mar 9 06:55:58 2013
New Revision: 313691
URL: http://svnweb.freebsd.org/changeset/ports/313691
Log:
This module provides Path::Tiny types for Moose. It handles two
important types of coercion:
- coercing objects with overloaded stringification
- coercing to absolute paths
It also can check to ensure that files or directories exist.
WWW: http://search.cpan.org/dist/MooseX-Types-Path-Tiny/
Added:
head/devel/p5-MooseX-Types-Path-Tiny/
head/devel/p5-MooseX-Types-Path-Tiny/Makefile (contents, props changed)
head/devel/p5-MooseX-Types-Path-Tiny/distinfo (contents, props changed)
head/devel/p5-MooseX-Types-Path-Tiny/pkg-descr (contents, props changed)
head/devel/p5-MooseX-Types-Path-Tiny/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Mar 9 06:29:32 2013 (r313690)
+++ head/devel/Makefile Sat Mar 9 06:55:58 2013 (r313691)
@@ -2346,6 +2346,7 @@
SUBDIR += p5-MooseX-Types-JSON
SUBDIR += p5-MooseX-Types-LoadableClass
SUBDIR += p5-MooseX-Types-Path-Class
+ SUBDIR += p5-MooseX-Types-Path-Tiny
SUBDIR += p5-MooseX-Types-Perl
SUBDIR += p5-MooseX-Types-PortNumber
SUBDIR += p5-MooseX-Types-Set-Object
Added: head/devel/p5-MooseX-Types-Path-Tiny/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-MooseX-Types-Path-Tiny/Makefile Sat Mar 9 06:55:58 2013 (r313691)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= MooseX-Types-Path-Tiny
+PORTVERSION= 0.002
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension of Path::Tiny types and coercions for Moose
+
+RUN_DEPENDS= \
+ p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
+ p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types \
+ p5-MooseX-Types-Stringlike>=0:${PORTSDIR}/devel/p5-MooseX-Types-Stringlike \
+ p5-Path-Tiny>0:${PORTSDIR}/devel/p5-Path-Tiny
+BUILD_DEPENDS= ${RUN_DEPENDS}
+TEST_DEPENDS= \
+ p5-File-pushd>0:${PORTSDIR}/devel/p5-File-pushd \
+ p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal
+
+PERL_CONFIGURE= yes
+
+MAN3= MooseX::Types::Path::Tiny.3
+
+.include <bsd.port.mk>
Added: head/devel/p5-MooseX-Types-Path-Tiny/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-MooseX-Types-Path-Tiny/distinfo Sat Mar 9 06:55:58 2013 (r313691)
@@ -0,0 +1,2 @@
+SHA256 (MooseX-Types-Path-Tiny-0.002.tar.gz) = 656939c6a2abcbbeab6a28dff4f488e31004c558f2b4daa72c3925a31a9454bb
+SIZE (MooseX-Types-Path-Tiny-0.002.tar.gz) = 12703
Added: head/devel/p5-MooseX-Types-Path-Tiny/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-MooseX-Types-Path-Tiny/pkg-descr Sat Mar 9 06:55:58 2013 (r313691)
@@ -0,0 +1,9 @@
+This module provides Path::Tiny types for Moose. It handles two
+important types of coercion:
+
+- coercing objects with overloaded stringification
+- coercing to absolute paths
+
+It also can check to ensure that files or directories exist.
+
+WWW: http://search.cpan.org/dist/MooseX-Types-Path-Tiny/
Added: head/devel/p5-MooseX-Types-Path-Tiny/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-MooseX-Types-Path-Tiny/pkg-plist Sat Mar 9 06:55:58 2013 (r313691)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Path/Tiny/.packlist
+%%SITE_PERL%%/MooseX/Types/Path/Tiny.pm
+ at dirrmtry %%SITE_PERL%%/MooseX/Types/Path
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Path/Tiny
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Path
More information about the svn-ports-all
mailing list