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-Structured Initial import of p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45c2699b1cd9
branches:  trunk
changeset: 396645:45c2699b1cd9
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Jul 29 23:12:20 2009 +0000

description:
Initial import of p5-MooseX-Types-Structured version 0.16 in the
NetBSD Packages Collection.

The Perl 5 module MooseX::Types::Structured provides structured
type constraints for Moose. A structured type constraint is a
standard container Moose type constraint, such as an ArrayRef or
HashRef, which has been enhanced to allow you to explicitly name
all the allowed type constraints inside the structure.

diffstat:

 devel/p5-MooseX-Types-Structured/DESCR    |   5 +++++
 devel/p5-MooseX-Types-Structured/Makefile |  30 ++++++++++++++++++++++++++++++
 devel/p5-MooseX-Types-Structured/distinfo |   5 +++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 7256ac31cdb7 -r 45c2699b1cd9 devel/p5-MooseX-Types-Structured/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-Structured/DESCR    Wed Jul 29 23:12:20 2009 +0000
@@ -0,0 +1,5 @@
+The Perl 5 module MooseX::Types::Structured provides structured
+type constraints for Moose. A structured type constraint is a
+standard container Moose type constraint, such as an ArrayRef or
+HashRef, which has been enhanced to allow you to explicitly name
+all the allowed type constraints inside the structure.
diff -r 7256ac31cdb7 -r 45c2699b1cd9 devel/p5-MooseX-Types-Structured/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-Structured/Makefile Wed Jul 29 23:12:20 2009 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/29 23:12:20 seb Exp $
+#
+
+DISTNAME=      MooseX-Types-Structured-0.16
+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-Structured/
+COMMENT=       Perl 5 module providing structured type constraints for Moose
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Devel-PartialDump>=0.07:../../devel/p5-Devel-PartialDump
+DEPENDS+=      p5-Moose>=0.63:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-Types>=0.08:../../devel/p5-MooseX-Types
+DEPENDS+=      p5-Sub-Exporter>=0.982:../../devel/p5-Sub-Exporter
+
+# For test target
+BUILD_DEPENDS+=        p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+BUILD_DEPENDS+=        p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_MODULE_TYPE=     Module::Install
+PERL5_PACKLIST=        auto/MooseX/Types/Structured/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7256ac31cdb7 -r 45c2699b1cd9 devel/p5-MooseX-Types-Structured/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-Structured/distinfo Wed Jul 29 23:12:20 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/29 23:12:20 seb Exp $
+
+SHA1 (MooseX-Types-Structured-0.16.tar.gz) = 8bc5703a854ae21c6dd877063cd596a33eae2046
+RMD160 (MooseX-Types-Structured-0.16.tar.gz) = 79f7ee493b574d41c469d11e406c6508e6fbadf4
+Size (MooseX-Types-Structured-0.16.tar.gz) = 48367 bytes



Home | Main Index | Thread Index | Old Index