pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Class-C3 Import Class-C3-0.19 (needed by p5-C...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a3d69dd9811
branches: trunk
changeset: 543904:6a3d69dd9811
user: abs <abs%pkgsrc.org@localhost>
date: Tue Jun 24 15:01:07 2008 +0000
description:
Import Class-C3-0.19 (needed by p5-Class-Accessor-Grouped)
This is currently an experimental pragma to change Perl 5's standard
method resolution order from depth-first left-to-right (a.k.a -
pre-order) to the more sophisticated C3 method resolution order.
diffstat:
devel/p5-Class-C3/DESCR | 3 +++
devel/p5-Class-C3/Makefile | 23 +++++++++++++++++++++++
devel/p5-Class-C3/distinfo | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r c8ba12e7c873 -r 6a3d69dd9811 devel/p5-Class-C3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-C3/DESCR Tue Jun 24 15:01:07 2008 +0000
@@ -0,0 +1,3 @@
+This is currently an experimental pragma to change Perl 5's standard
+method resolution order from depth-first left-to-right (a.k.a -
+pre-order) to the more sophisticated C3 method resolution order.
diff -r c8ba12e7c873 -r 6a3d69dd9811 devel/p5-Class-C3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-C3/Makefile Tue Jun 24 15:01:07 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/24 15:01:07 abs Exp $
+
+DISTNAME= Class-C3-0.19
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Class-C3/
+COMMENT= Pragma to use the C3 method resolution order algortihm
+
+DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception
+DEPENDS+= p5-Scalar-List-Utils>=1.10:../../devel/p5-Scalar-List-Utils
+DEPENDS+= p5-Algorithm-C3>=0.05:../../devel/p5-Algorithm-C3
+DEPENDS+= p5-Class-C3-XS>=0.08:../../devel/p5-Class-C3-XS
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Class/C3/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c8ba12e7c873 -r 6a3d69dd9811 devel/p5-Class-C3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-C3/distinfo Tue Jun 24 15:01:07 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/24 15:01:07 abs Exp $
+
+SHA1 (Class-C3-0.19.tar.gz) = f482a35290d8bfd8d7ad68b1ac63abefaa4e1dad
+RMD160 (Class-C3-0.19.tar.gz) = 9f3e346c0d34c6e599e957477fa048a6e008ee59
+Size (Class-C3-0.19.tar.gz) = 33899 bytes
Home |
Main Index |
Thread Index |
Old Index