pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-LazyRequire Importing package for p5 m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffba9e4c2d81
branches:  trunk
changeset: 397807:ffba9e4c2d81
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Aug 19 08:21:02 2009 +0000

description:
Importing package for p5 module MooseX::LazyRequire as dependency of
scheduled update of MooseX::Method::Signatures.

This module adds a lazy_required option to Moose attribute declarations.

The reader methods for all attributes with that option will throw an
exception unless a value for the attributes was provided earlier by a
constructor parameter or through a writer method.

diffstat:

 devel/p5-MooseX-LazyRequire/DESCR    |   5 +++++
 devel/p5-MooseX-LazyRequire/Makefile |  27 +++++++++++++++++++++++++++
 devel/p5-MooseX-LazyRequire/distinfo |   5 +++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 685e09c86406 -r ffba9e4c2d81 devel/p5-MooseX-LazyRequire/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-LazyRequire/DESCR Wed Aug 19 08:21:02 2009 +0000
@@ -0,0 +1,5 @@
+This module adds a lazy_required option to Moose attribute declarations.
+
+The reader methods for all attributes with that option will throw an
+exception unless a value for the attributes was provided earlier by a
+constructor parameter or through a writer method.
diff -r 685e09c86406 -r ffba9e4c2d81 devel/p5-MooseX-LazyRequire/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-LazyRequire/Makefile      Wed Aug 19 08:21:02 2009 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/19 08:21:02 sno Exp $
+#
+
+DISTNAME=      MooseX-LazyRequire-0.03
+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-LazyRequire/
+COMMENT=       Required attributes which fail only when trying to use them
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
+DEPENDS+=      p5-aliased>=0.30:../../devel/p5-aliased
+DEPENDS+=      p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
+
+BUILD_DEPENDS+=        p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/LazyRequire/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 685e09c86406 -r ffba9e4c2d81 devel/p5-MooseX-LazyRequire/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-LazyRequire/distinfo      Wed Aug 19 08:21:02 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/19 08:21:02 sno Exp $
+
+SHA1 (MooseX-LazyRequire-0.03.tar.gz) = 8288a75f15d48abf5c8c4d582af251930a6e9d19
+RMD160 (MooseX-LazyRequire-0.03.tar.gz) = 74d64ef824af70c412552455ab74719f3840db17
+Size (MooseX-LazyRequire-0.03.tar.gz) = 9585 bytes



Home | Main Index | Thread Index | Old Index