pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Moose-Autobox Initial import of p5-Moose-Auto...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b301aea495e2
branches: trunk
changeset: 556513:b301aea495e2
user: seb <seb%pkgsrc.org@localhost>
date: Sun Mar 22 15:08:35 2009 +0000
description:
Initial import of p5-Moose-Autobox version 0.09 in the NetBSD
Packages Collection.
The Perl 5 module Moose::Autobox provides an implementation of
SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using
a hierarchy of roles in a manner similar to what Perl 6 might do.
This module, like Class::MOP and Moose, was inspired by my work on
the Perl 6 Object Space, and the 'core types' implemented there.
diffstat:
devel/p5-Moose-Autobox/DESCR | 5 +++++
devel/p5-Moose-Autobox/Makefile | 24 ++++++++++++++++++++++++
devel/p5-Moose-Autobox/distinfo | 5 +++++
3 files changed, 34 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 495a810de1b1 -r b301aea495e2 devel/p5-Moose-Autobox/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Moose-Autobox/DESCR Sun Mar 22 15:08:35 2009 +0000
@@ -0,0 +1,5 @@
+The Perl 5 module Moose::Autobox provides an implementation of
+SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using
+a hierarchy of roles in a manner similar to what Perl 6 might do.
+This module, like Class::MOP and Moose, was inspired by my work on
+the Perl 6 Object Space, and the 'core types' implemented there.
diff -r 495a810de1b1 -r b301aea495e2 devel/p5-Moose-Autobox/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Moose-Autobox/Makefile Sun Mar 22 15:08:35 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 15:08:35 seb Exp $
+#
+
+DISTNAME= Moose-Autobox-0.09
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Moose-Autobox/
+COMMENT= Perl 5 module providing autoboxed wrappers for native datatypes
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Moose/Autobox/.packlist
+
+DEPENDS+= p5-autobox>=2.23:../../devel/p5-autobox
+DEPENDS+= p5-Moose>=0.42:../../devel/p5-Moose
+DEPENDS+= p5-Perl6-Junction>=1.40000:../../devel/p5-Perl6-Junction
+BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 495a810de1b1 -r b301aea495e2 devel/p5-Moose-Autobox/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Moose-Autobox/distinfo Sun Mar 22 15:08:35 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/22 15:08:35 seb Exp $
+
+SHA1 (Moose-Autobox-0.09.tar.gz) = 9a2f8d71777f06b846da61988398d75153846bbd
+RMD160 (Moose-Autobox-0.09.tar.gz) = 97c7a8c9555e12c5be082d73ae363472997a8e43
+Size (Moose-Autobox-0.09.tar.gz) = 26277 bytes
Home |
Main Index |
Thread Index |
Old Index