pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-InsideOut Initial import of p5-MooseX-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e90a7a123ad
branches:  trunk
changeset: 391864:9e90a7a123ad
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Apr 20 19:40:56 2009 +0000

description:
Initial import of p5-MooseX-InsideOut version 0.102 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::InsideOut provides metaroles for inside-out
objects. That is, it sets up attribute slot storage somewhere other
than inside $self. This means that you can extend non-Moose classes,
whose internals you either don't want to care about or aren't
hash-based.

diffstat:

 devel/p5-MooseX-InsideOut/DESCR    |   5 +++++
 devel/p5-MooseX-InsideOut/Makefile |  25 +++++++++++++++++++++++++
 devel/p5-MooseX-InsideOut/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 0c69a974cc13 -r 9e90a7a123ad devel/p5-MooseX-InsideOut/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-InsideOut/DESCR   Mon Apr 20 19:40:56 2009 +0000
@@ -0,0 +1,5 @@
+The Perl 5 module MooseX::InsideOut provides metaroles for inside-out
+objects. That is, it sets up attribute slot storage somewhere other
+than inside $self. This means that you can extend non-Moose classes,
+whose internals you either don't want to care about or aren't
+hash-based.
diff -r 0c69a974cc13 -r 9e90a7a123ad devel/p5-MooseX-InsideOut/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-InsideOut/Makefile        Mon Apr 20 19:40:56 2009 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/20 19:40:56 seb Exp $
+#
+
+DISTNAME=      MooseX-InsideOut-0.102
+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-InsideOut/
+COMMENT=       Perl 5 module providing inside-out objects with Moose
+#LICENSE=      artistic OR gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/InsideOut/.packlist
+
+DEPENDS+=      p5-Class-MOP>=0.80:../../devel/p5-Class-MOP
+DEPENDS+=      p5-Hash-Util-FieldHash-Compat-[0-9]*:../../devel/p5-Hash-Util-FieldHash-Compat
+DEPENDS+=      p5-Moose>=0.73:../../devel/p5-Moose
+DEPENDS+=      p5-namespace-clean>=0.11:../../devel/p5-namespace-clean
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0c69a974cc13 -r 9e90a7a123ad devel/p5-MooseX-InsideOut/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-InsideOut/distinfo        Mon Apr 20 19:40:56 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/20 19:40:56 seb Exp $
+
+SHA1 (MooseX-InsideOut-0.102.tar.gz) = 47335207e5cd3916a098b1b403edc37115b579a7
+RMD160 (MooseX-InsideOut-0.102.tar.gz) = 4be9b8951305495ab0262df07c26c8281af8131f
+Size (MooseX-InsideOut-0.102.tar.gz) = 10553 bytes



Home | Main Index | Thread Index | Old Index