pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17ab964ff23b
branches:  trunk
changeset: 396674:17ab964ff23b
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Jul 30 20:49:33 2009 +0000

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

The Perl 5 module Parse::Method::Signatures is inspired by
Perl6::Signature but streamlined to just support the subset deemed
useful for TryCatch and MooseX::Method::Signatures.

diffstat:

 devel/p5-Parse-Method-Signatures/DESCR    |   3 ++
 devel/p5-Parse-Method-Signatures/Makefile |  33 +++++++++++++++++++++++++++++++
 devel/p5-Parse-Method-Signatures/distinfo |   5 ++++
 3 files changed, 41 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 4019f9e52c41 -r 17ab964ff23b devel/p5-Parse-Method-Signatures/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Parse-Method-Signatures/DESCR    Thu Jul 30 20:49:33 2009 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Parse::Method::Signatures is inspired by
+Perl6::Signature but streamlined to just support the subset deemed
+useful for TryCatch and MooseX::Method::Signatures.
diff -r 4019f9e52c41 -r 17ab964ff23b devel/p5-Parse-Method-Signatures/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Parse-Method-Signatures/Makefile Thu Jul 30 20:49:33 2009 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/30 20:49:33 seb Exp $
+#
+
+DISTNAME=      Parse-Method-Signatures-1.003009
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Parse/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Parse-Method-Signatures/
+COMMENT=       Perl 5 module providing Perl 6 like method signature parser
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-Traits>=0.06:../../devel/p5-MooseX-Traits
+DEPENDS+=      p5-MooseX-Types>=0.10:../../devel/p5-MooseX-Types
+DEPENDS+=      p5-MooseX-Types-Structured-[0-9]*:../../devel/p5-MooseX-Types-Structured
+DEPENDS+=      p5-PPI>=1.203:../../devel/p5-PPI
+DEPENDS+=      p5-namespace-clean>=0.10:../../devel/p5-namespace-clean
+
+# For test target
+BUILD_DEPENDS+=        p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
+BUILD_DEPENDS+=        p5-aliased-[0-9]*:../../devel/p5-aliased
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_MODULE_TYPE=     Module::Install
+PERL5_PACKLIST=        auto/Parse/Method/Signatures/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4019f9e52c41 -r 17ab964ff23b devel/p5-Parse-Method-Signatures/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Parse-Method-Signatures/distinfo Thu Jul 30 20:49:33 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/30 20:49:33 seb Exp $
+
+SHA1 (Parse-Method-Signatures-1.003009.tar.gz) = eaca5d893d28c39e56f09e17430a93eb62a9bf69
+RMD160 (Parse-Method-Signatures-1.003009.tar.gz) = becab4f39fa35d2964e46c17867c1ff575ec1224
+Size (Parse-Method-Signatures-1.003009.tar.gz) = 30837 bytes



Home | Main Index | Thread Index | Old Index