pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-MultiInitArg Importing devel/p5-MooseX...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b084c5fc6b2
branches:  trunk
changeset: 399316:5b084c5fc6b2
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Sep 16 19:22:18 2009 +0000

description:
Importing devel/p5-MooseX-MultiInitArg version 0.01 as dependency of
scheduled update of net/p5-Net-Twitter to 3.05003.

The author describes his module:
If you've ever wanted to be able to call an attribute any number of things
while you're passing arguments to your object constructor, Now You Can.

The primary motivator is that I have some attributes that were named
inconsistently, and I wanted to rename them without breaking backwards
compatibility with my existing API.

diffstat:

 devel/p5-MooseX-MultiInitArg/DESCR    |   6 ++++++
 devel/p5-MooseX-MultiInitArg/Makefile |  22 ++++++++++++++++++++++
 devel/p5-MooseX-MultiInitArg/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r ef5b5c74c3e2 -r 5b084c5fc6b2 devel/p5-MooseX-MultiInitArg/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-MultiInitArg/DESCR        Wed Sep 16 19:22:18 2009 +0000
@@ -0,0 +1,6 @@
+If you've ever wanted to be able to call an attribute any number of things
+while you're passing arguments to your object constructor, Now You Can.
+
+The primary motivator is that I have some attributes that were named
+inconsistently, and I wanted to rename them without breaking backwards
+compatibility with my existing API.
diff -r ef5b5c74c3e2 -r 5b084c5fc6b2 devel/p5-MooseX-MultiInitArg/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-MultiInitArg/Makefile     Wed Sep 16 19:22:18 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/16 19:22:18 sno Exp $
+#
+
+DISTNAME=      MooseX-MultiInitArg-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-MultiInitArg/
+COMMENT=       Attributes with aliases for constructor arguments
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/MultiInitArg/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ef5b5c74c3e2 -r 5b084c5fc6b2 devel/p5-MooseX-MultiInitArg/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-MultiInitArg/distinfo     Wed Sep 16 19:22:18 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/09/16 19:22:18 sno Exp $
+
+SHA1 (MooseX-MultiInitArg-0.01.tar.gz) = 261aaebf3bf65db9c6f3da65d41e878e18730939
+RMD160 (MooseX-MultiInitArg-0.01.tar.gz) = 3fcb6f7a03fa5e71ca78f12436c9a12f7ad345a3
+Size (MooseX-MultiInitArg-0.01.tar.gz) = 2980 bytes



Home | Main Index | Thread Index | Old Index