pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Types-Path-Class Import p5-MooseX-Type...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3abecc6dc1b
branches: trunk
changeset: 552878:d3abecc6dc1b
user: he <he%pkgsrc.org@localhost>
date: Sun Jan 11 13:27:28 2009 +0000
description:
Import p5-MooseX-Types-Path-Class version 0.05.
MooseX::Types::Path::Class creates common Moose types, coercions
and option specifications useful for dealing with Path::Class
objects as Moose attributes.
Coercions (see Moose::Util::TypeConstraints) are made from both
'Str' and 'ArrayRef' to both Path::Class::Dir and Path::Class::File
objects. If you have MooseX::Getopt installed, the Getopt option
type ("=s") will be added for both Path::Class::Dir and Path::Class::File.
diffstat:
devel/p5-MooseX-Types-Path-Class/DESCR | 8 ++++++++
devel/p5-MooseX-Types-Path-Class/Makefile | 26 ++++++++++++++++++++++++++
devel/p5-MooseX-Types-Path-Class/distinfo | 5 +++++
3 files changed, 39 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 45b1128d464c -r d3abecc6dc1b devel/p5-MooseX-Types-Path-Class/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-Path-Class/DESCR Sun Jan 11 13:27:28 2009 +0000
@@ -0,0 +1,8 @@
+MooseX::Types::Path::Class creates common Moose types, coercions
+and option specifications useful for dealing with Path::Class
+objects as Moose attributes.
+
+Coercions (see Moose::Util::TypeConstraints) are made from both
+'Str' and 'ArrayRef' to both Path::Class::Dir and Path::Class::File
+objects. If you have MooseX::Getopt installed, the Getopt option
+type ("=s") will be added for both Path::Class::Dir and Path::Class::File.
diff -r 45b1128d464c -r d3abecc6dc1b devel/p5-MooseX-Types-Path-Class/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-Path-Class/Makefile Sun Jan 11 13:27:28 2009 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/11 13:27:28 he Exp $
+#
+
+DISTNAME= MooseX-Types-Path-Class-0.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/MooseX-Types-Path-Class/
+COMMENT= A Path::Class type library for Moose
+
+DEPENDS+= p5-Class-MOP>=0:../../devel/p5-Class-MOP
+DEPENDS+= p5-Moose>=0.39:../../devel/p5-Moose
+DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
+DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
+# For tests:
+BUILD_DEPENDS+= p5-MooseX-Getopt>=0:../../devel/p5-MooseX-Getopt
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/MooseX/Types/Path/Class/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 45b1128d464c -r d3abecc6dc1b devel/p5-MooseX-Types-Path-Class/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-Path-Class/distinfo Sun Jan 11 13:27:28 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/11 13:27:28 he Exp $
+
+SHA1 (MooseX-Types-Path-Class-0.05.tar.gz) = 43dc480d322d721b333e1b12c7a1b8d110250845
+RMD160 (MooseX-Types-Path-Class-0.05.tar.gz) = 0d2aa7eb0ad7a7c5db24a786a1ffee2d547c969a
+Size (MooseX-Types-Path-Class-0.05.tar.gz) = 15313 bytes
Home |
Main Index |
Thread Index |
Old Index