pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Attributes-Curried Initial import of p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50e474cc1e23
branches:  trunk
changeset: 398185:50e474cc1e23
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Aug 26 15:29:32 2009 +0000

description:
Initial import of p5-MooseX-Attributes-Curried version 0.03 in the
NetBSD Packages Collection.

The Perl 5 module MooseX::Attributes::Curried lets you define curried
versions of "has" in Moose. If many of your attributes share the
same options, especially across multiple classes, then you can
refactor those options away into a curried has.

diffstat:

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

diffs (44 lines):

diff -r 39badfdd87fa -r 50e474cc1e23 devel/p5-MooseX-Attributes-Curried/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Attributes-Curried/DESCR  Wed Aug 26 15:29:32 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module MooseX::Attributes::Curried lets you define curried
+versions of "has" in Moose. If many of your attributes share the
+same options, especially across multiple classes, then you can
+refactor those options away into a curried has.
diff -r 39badfdd87fa -r 50e474cc1e23 devel/p5-MooseX-Attributes-Curried/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Attributes-Curried/Makefile       Wed Aug 26 15:29:32 2009 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/26 15:29:32 seb Exp $
+#
+
+DISTNAME=      MooseX-Attributes-Curried-0.03
+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-Attributes-Curried/
+COMMENT=       Perl 5 module to define curried versions of "has" in Moose
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/Attributes/Curried/.packlist
+
+DEPENDS+=      p5-Moose>=0.84:../../devel/p5-Moose
+DEPENDS+=      p5-Sub-Exporter>=0.01:../../devel/p5-Sub-Exporter
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 39badfdd87fa -r 50e474cc1e23 devel/p5-MooseX-Attributes-Curried/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Attributes-Curried/distinfo       Wed Aug 26 15:29:32 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/26 15:29:32 seb Exp $
+
+SHA1 (MooseX-Attributes-Curried-0.03.tar.gz) = c9c7348c146c093e0cd4216f5382d893fdbc4ace
+RMD160 (MooseX-Attributes-Curried-0.03.tar.gz) = 6d0380fa83ec158148b191bdf59e9bbb4c7be549
+Size (MooseX-Attributes-Curried-0.03.tar.gz) = 18079 bytes



Home | Main Index | Thread Index | Old Index