pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Moo Import Moo into devel/p5-Moo, which is re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c935238c556
branches:  trunk
changeset: 595561:2c935238c556
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Mon Nov 21 14:35:51 2011 +0000

description:
Import Moo into devel/p5-Moo, which is required to update
databases/p5-SQL-Translator.

This module is an extremely light-weight, high-performance Moose
replacement. It also avoids depending on any XS modules to allow
simple deployments. The name "Moo" is based on the idea that it
provides almost -but not quite- two thirds of Moose.

diffstat:

 devel/p5-Moo/DESCR    |   4 ++++
 devel/p5-Moo/Makefile |  21 +++++++++++++++++++++
 devel/p5-Moo/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 836eebbcd8f7 -r 2c935238c556 devel/p5-Moo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Moo/DESCR        Mon Nov 21 14:35:51 2011 +0000
@@ -0,0 +1,4 @@
+This module is an extremely light-weight, high-performance Moose
+replacement. It also avoids depending on any XS modules to allow
+simple deployments. The name "Moo" is based on the idea that it
+provides almost -but not quite- two thirds of Moose.
diff -r 836eebbcd8f7 -r 2c935238c556 devel/p5-Moo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Moo/Makefile     Mon Nov 21 14:35:51 2011 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/11/21 14:35:51 hiramatsu Exp $
+
+DISTNAME=      Moo-0.009012
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Moo/
+COMMENT=       Minimalist Object Orientation (with Moose compatiblity)
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Class-Method-Modifiers>=1.05:../../devel/p5-Class-Method-Modifiers
+DEPENDS+=      p5-strictures>=1.001001:../../devel/p5-strictures
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/Moo/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 836eebbcd8f7 -r 2c935238c556 devel/p5-Moo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Moo/distinfo     Mon Nov 21 14:35:51 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/11/21 14:35:51 hiramatsu Exp $
+
+SHA1 (Moo-0.009012.tar.gz) = 7277d89247612214b6ede5b2b2dbaabb2322dbb5
+RMD160 (Moo-0.009012.tar.gz) = 36f17255be20160bd0f82e63d2a6e876f79da4c7
+Size (Moo-0.009012.tar.gz) = 34068 bytes



Home | Main Index | Thread Index | Old Index