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-Componentised Added devel/p5-Class-C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a18b806f286e
branches:  trunk
changeset: 544392:a18b806f286e
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jul 14 09:22:22 2008 +0000

description:
Added devel/p5-Class-C3-Componentised version 1.0003

This will inject base classes to your module using the Class::C3 method
resolution order.

Please note: these are not plugins that can take precedence over methods
declared in MyModule. If you want something like that, consider
MooseX::Object::Pluggable.

WWW: http://search.cpan.org/dist/Class-C3-Componentised/

diffstat:

 devel/p5-Class-C3-Componentised/DESCR    |   8 ++++++++
 devel/p5-Class-C3-Componentised/Makefile |  21 +++++++++++++++++++++
 devel/p5-Class-C3-Componentised/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r e377a0395608 -r a18b806f286e devel/p5-Class-C3-Componentised/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-C3-Componentised/DESCR     Mon Jul 14 09:22:22 2008 +0000
@@ -0,0 +1,8 @@
+This will inject base classes to your module using the Class::C3 method
+resolution order.
+
+Please note: these are not plugins that can take precedence over methods
+declared in MyModule. If you want something like that, consider
+MooseX::Object::Pluggable.
+
+WWW: http://search.cpan.org/dist/Class-C3-Componentised/
diff -r e377a0395608 -r a18b806f286e devel/p5-Class-C3-Componentised/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-C3-Componentised/Makefile  Mon Jul 14 09:22:22 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:22:22 abs Exp $
+
+DISTNAME=      Class-C3-Componentised-1.0003
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASH/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?Class::C3::Componentised
+COMMENT=       Load mix-ins or components to your C3-based class
+
+DEPENDS+=      p5-Class-C3>=0:../../devel/p5-Class-C3
+DEPENDS+=      p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Class/C3/Componentised/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e377a0395608 -r a18b806f286e devel/p5-Class-C3-Componentised/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-C3-Componentised/distinfo  Mon Jul 14 09:22:22 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:22:22 abs Exp $
+
+SHA1 (Class-C3-Componentised-1.0003.tar.gz) = fa10ffe1b65280d543bf1ba30b08e394ac3a0140
+RMD160 (Class-C3-Componentised-1.0003.tar.gz) = ba8712a3b6feb06397b2b90a077bf8f026be53b0
+Size (Class-C3-Componentised-1.0003.tar.gz) = 13398 bytes



Home | Main Index | Thread Index | Old Index