pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Mouse Import p5-Mouse version 0.05.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4e0ae2453f8
branches:  trunk
changeset: 544944:a4e0ae2453f8
user:      he <he%pkgsrc.org@localhost>
date:      Tue Jul 22 23:43:57 2008 +0000

description:
Import p5-Mouse version 0.05.

Mouse is Moose minus the antlers.

(Moose is "A postmodern object system for Perl 5".)

Moose is wonderful.

Unfortunately, it's a little slow. Though significant progress has
been made over the years, the compile time penalty is a non-starter
for some applications.

Mouse aims to alleviate this by providing a subset of Moose's
functionality, faster. In particular, "has" in Moose is missing
only a few expert-level features.

diffstat:

 devel/p5-Mouse/DESCR    |  13 +++++++++++++
 devel/p5-Mouse/Makefile |  21 +++++++++++++++++++++
 devel/p5-Mouse/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 25462b302759 -r a4e0ae2453f8 devel/p5-Mouse/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Mouse/DESCR      Tue Jul 22 23:43:57 2008 +0000
@@ -0,0 +1,13 @@
+Mouse is Moose minus the antlers.
+
+(Moose is "A postmodern object system for Perl 5".)
+
+Moose is wonderful.
+
+Unfortunately, it's a little slow. Though significant progress has
+been made over the years, the compile time penalty is a non-starter
+for some applications.
+
+Mouse aims to alleviate this by providing a subset of Moose's
+functionality, faster. In particular, "has" in Moose is missing
+only a few expert-level features.
diff -r 25462b302759 -r a4e0ae2453f8 devel/p5-Mouse/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Mouse/Makefile   Tue Jul 22 23:43:57 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 23:43:57 he Exp $
+
+DISTNAME=      Mouse-0.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Mouse/
+COMMENT=       Perl module implementing an extension of the perl object system
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter
+DEPENDS+=      p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
+DEPENDS+=      p5-Class-Method-Modifiers>=0:../../devel/p5-Class-Method-Modifiers
+
+PERL5_PACKLIST=        auto/Mouse/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 25462b302759 -r a4e0ae2453f8 devel/p5-Mouse/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Mouse/distinfo   Tue Jul 22 23:43:57 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/22 23:43:57 he Exp $
+
+SHA1 (Mouse-0.05.tar.gz) = 6c6d994ef91ebb4320588ae2657ade0cb68e700f
+RMD160 (Mouse-0.05.tar.gz) = 4ab4c00e48068f5bbcd09c60e4653867e7cf48f9
+Size (Mouse-0.05.tar.gz) = 38003 bytes



Home | Main Index | Thread Index | Old Index