pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Emulate-Class-Accessor-Fast PkgSrc imp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd29f612db34
branches:  trunk
changeset: 392269:dd29f612db34
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Apr 29 16:05:11 2009 +0000

description:
PkgSrc import of perl 5 module MooseX::Emulate::Class::Accessor::Fast.
This module is a required dependency for the update of Catalyst::Runtime
(/www/p5-Catalyst-Runtime) to 5.800.

This module attempts to emulate the behavior of Class::Accessor::Fast as
accurately as possible using the Moose attribute system. The public API of
Class::Accessor::Fast is wholly supported, but the private methods are not.

diffstat:

 devel/p5-MooseX-Emulate-Class-Accessor-Fast/DESCR    |   3 ++
 devel/p5-MooseX-Emulate-Class-Accessor-Fast/Makefile |  23 ++++++++++++++++++++
 devel/p5-MooseX-Emulate-Class-Accessor-Fast/distinfo |   5 ++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r c33dbc971dfb -r dd29f612db34 devel/p5-MooseX-Emulate-Class-Accessor-Fast/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Emulate-Class-Accessor-Fast/DESCR Wed Apr 29 16:05:11 2009 +0000
@@ -0,0 +1,3 @@
+This module attempts to emulate the behavior of Class::Accessor::Fast as
+accurately as possible using the Moose attribute system. The public API of
+Class::Accessor::Fast is wholly supported, but the private methods are not.
diff -r c33dbc971dfb -r dd29f612db34 devel/p5-MooseX-Emulate-Class-Accessor-Fast/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Emulate-Class-Accessor-Fast/Makefile      Wed Apr 29 16:05:11 2009 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 16:05:11 sno Exp $
+
+DISTNAME=      MooseX-Emulate-Class-Accessor-Fast-0.00802
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast/
+COMMENT=       Emulate Class::Accessor::Fast behavior using Moose attributes
+LICENSE=       gnu-gpl-v2 # OR artistic
+
+DEPENDS+=      p5-Moose>=0.74:../../devel/p5-Moose
+DEPENDS+=      p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
+
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/MooseX/Emulate/Class/Accessor/Fast/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c33dbc971dfb -r dd29f612db34 devel/p5-MooseX-Emulate-Class-Accessor-Fast/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Emulate-Class-Accessor-Fast/distinfo      Wed Apr 29 16:05:11 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/29 16:05:11 sno Exp $
+
+SHA1 (MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz) = b0a11a2bb3252ed1354d7c4850ca332f52bc5dcd
+RMD160 (MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz) = 6abccf435152491c391fbfe3466e7c01fd91d13d
+Size (MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz) = 20960 bytes



Home | Main Index | Thread Index | Old Index