pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion Init...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb7c9e3a0fc
branches:  trunk
changeset: 396614:4bb7c9e3a0fc
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Jul 28 21:32:54 2009 +0000

description:
Initial import of p5-MooseX-Meta-TypeConstraint-ForceCoercion version
0.01 in the NetBSD Packages Collection.

The Perl 5 module MooseX::Meta::TypeConstraint::ForceCoercion
provides a class which allows to wrap any Moose::Meta::TypeConstraint
in a way that will force coercion of the value when checking or
validating a value against it.

diffstat:

 devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/DESCR    |   4 ++
 devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile |  23 ++++++++++++++
 devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/distinfo |   5 +++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 7d390210df83 -r 4bb7c9e3a0fc devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/DESCR   Tue Jul 28 21:32:54 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module MooseX::Meta::TypeConstraint::ForceCoercion
+provides a class which allows to wrap any Moose::Meta::TypeConstraint
+in a way that will force coercion of the value when checking or
+validating a value against it.
diff -r 7d390210df83 -r 4bb7c9e3a0fc devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile        Tue Jul 28 21:32:54 2009 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/28 21:32:54 seb Exp $
+#
+
+DISTNAME=      MooseX-Meta-TypeConstraint-ForceCoercion-0.01
+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-Meta-TypeConstraint-ForceCoercion/
+COMMENT=       Perl 5 module providing forced coercion validating type constraints
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+=      p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/Meta/TypeConstraint/ForceCoercion/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7d390210df83 -r 4bb7c9e3a0fc devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/distinfo        Tue Jul 28 21:32:54 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/28 21:32:54 seb Exp $
+
+SHA1 (MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz) = cc5330d0ab55afc23a2f7905f224d08b1edb9942
+RMD160 (MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz) = f47cf34fe805146092dc0cd55b4d32245aacd758
+Size (MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz) = 9079 bytes



Home | Main Index | Thread Index | Old Index