pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Method-Signatures Initial import of p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e48f5fd8f425
branches:  trunk
changeset: 396683:e48f5fd8f425
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Jul 30 23:02:58 2009 +0000

description:
Initial import of p5-MooseX-Method-Signatures version 0.16 in the
NetBSD Packages Collection.

The Perl 5 module MooseX::Method::Signatures provides a proper
method keyword, like "sub" but specifically for making methods and
validating their arguments against Moose type constraints.

diffstat:

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

diffs (57 lines):

diff -r 20609229a17d -r e48f5fd8f425 devel/p5-MooseX-Method-Signatures/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Method-Signatures/DESCR   Thu Jul 30 23:02:58 2009 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module MooseX::Method::Signatures provides a proper
+method keyword, like "sub" but specifically for making methods and
+validating their arguments against Moose type constraints.
diff -r 20609229a17d -r e48f5fd8f425 devel/p5-MooseX-Method-Signatures/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Method-Signatures/Makefile        Thu Jul 30 23:02:58 2009 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/30 23:02:58 seb Exp $
+#
+
+DISTNAME=      MooseX-Method-Signatures-0.16
+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-Method-Signatures/
+COMMENT=       Perl 5 module for method declarations with type constraints
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-B-Hooks-EndOfScope>=0.07:../../devel/p5-B-Hooks-EndOfScope
+DEPENDS+=      p5-Context-Preserve-[0-9]*:../../devel/p5-Context-Preserve
+DEPENDS+=      p5-Devel-Declare>=0.003004:../../devel/p5-Devel-Declare
+DEPENDS+=      p5-Moose>=0.63:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-Meta-TypeConstraint-ForceCoercion-[0-9]*:../../devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion
+DEPENDS+=      p5-MooseX-Types>=0.09:../../devel/p5-MooseX-Types
+DEPENDS+=      p5-MooseX-Types-Structured>=0.12:../../devel/p5-MooseX-Types-Structured
+DEPENDS+=      p5-Parse-Method-Signatures>=1.003004:../../devel/p5-Parse-Method-Signatures
+DEPENDS+=      p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
+DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
+DEPENDS+=      p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
+DEPENDS+=      p5-aliased-[0-9]*:../../devel/p5-aliased
+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
+
+USE_LANGUAGES= # empty
+PERL5_MODULE_TYPE=     Module::Install
+PERL5_PACKLIST=        auto/MooseX/Method/Signatures/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 20609229a17d -r e48f5fd8f425 devel/p5-MooseX-Method-Signatures/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Method-Signatures/distinfo        Thu Jul 30 23:02:58 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/30 23:02:58 seb Exp $
+
+SHA1 (MooseX-Method-Signatures-0.16.tar.gz) = d952c5c58b9e9d4e5e414ac2fbce4079b2c7ed91
+RMD160 (MooseX-Method-Signatures-0.16.tar.gz) = a757d5e436e63ff958031a88f0eb1b79b6955f8a
+Size (MooseX-Method-Signatures-0.16.tar.gz) = 30106 bytes



Home | Main Index | Thread Index | Old Index