pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Function-Parameters Import p5-Function-Parame...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/830484664e08
branches:  trunk
changeset: 348260:830484664e08
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sat Jun 11 12:44:27 2016 +0000

description:
Import p5-Function-Parameters-1.0705 as devel/p5-Function-Parameters

This module extends Perl with keywords that let you define functions with
parameter lists. It uses Perl's perlapi/PL_keyword_plugin API, so it works
reliably and doesn't require a source filter.

Originally packaged in pkgsrc-wip by myself.

Reviewed by <leot>.

diffstat:

 devel/p5-Function-Parameters/DESCR    |   3 +++
 devel/p5-Function-Parameters/Makefile |  18 ++++++++++++++++++
 devel/p5-Function-Parameters/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 4942c3afe9cf -r 830484664e08 devel/p5-Function-Parameters/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Function-Parameters/DESCR        Sat Jun 11 12:44:27 2016 +0000
@@ -0,0 +1,3 @@
+This module extends Perl with keywords that let you define functions with
+parameter lists. It uses Perl's perlapi/PL_keyword_plugin API, so it works
+reliably and doesn't require a source filter.
diff -r 4942c3afe9cf -r 830484664e08 devel/p5-Function-Parameters/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Function-Parameters/Makefile     Sat Jun 11 12:44:27 2016 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/06/11 12:44:27 kamil Exp $
+
+DISTNAME=      Function-Parameters-1.0705
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAUKE/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Function-Parameters/
+COMMENT=       Perl5 subroutine definitions with parameter lists
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+
+PERL5_PACKLIST=        auto/Function/Parameters/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4942c3afe9cf -r 830484664e08 devel/p5-Function-Parameters/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Function-Parameters/distinfo     Sat Jun 11 12:44:27 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/06/11 12:44:27 kamil Exp $
+
+SHA1 (Function-Parameters-1.0705.tar.gz) = c6d03d5edcac7a420f7f392590c0f7310b1d70fe
+RMD160 (Function-Parameters-1.0705.tar.gz) = 6d1da9952927a883c856f45da7d585700bd30448
+SHA512 (Function-Parameters-1.0705.tar.gz) = b58905730b2fa81bf607249d86c68a47d71b810aaca91a497974211bfe094b84c8cc6841eeee0a44e925cb8d632c8f7850365ac0bd194f37c1add081f19fa772
+Size (Function-Parameters-1.0705.tar.gz) = 76703 bytes



Home | Main Index | Thread Index | Old Index