pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Params-Coerce Initial import of p5-Params-Coe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe777711111b
branches:  trunk
changeset: 546803:fe777711111b
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Sep 08 01:43:34 2008 +0000

description:
Initial import of p5-Params-Coerce version 0.14 in the NetBSD
Packages Collection.

The Perl 5 module Params::Coerce attempts to encourage flexible
ways to pass parameters to functions, by making it easier to take
a variety of different arguments, while adding negligable additional
complexity to your code.

diffstat:

 devel/p5-Params-Coerce/DESCR    |   4 ++++
 devel/p5-Params-Coerce/Makefile |  21 +++++++++++++++++++++
 devel/p5-Params-Coerce/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 3b5f34c36d14 -r fe777711111b devel/p5-Params-Coerce/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Params-Coerce/DESCR      Mon Sep 08 01:43:34 2008 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Params::Coerce attempts to encourage flexible
+ways to pass parameters to functions, by making it easier to take
+a variety of different arguments, while adding negligable additional
+complexity to your code.
diff -r 3b5f34c36d14 -r fe777711111b devel/p5-Params-Coerce/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Params-Coerce/Makefile   Mon Sep 08 01:43:34 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 01:43:34 seb Exp $
+#
+
+DISTNAME=      Params-Coerce-0.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5 net
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Params/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Params-Coerce/
+COMMENT=       Perl 5 module allowing classes to do coercion of parameters
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Params/Coerce/.packlist
+
+DEPENDS+=      p5-Params-Util>=0.05:../../devel/p5-Params-Util
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3b5f34c36d14 -r fe777711111b devel/p5-Params-Coerce/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Params-Coerce/distinfo   Mon Sep 08 01:43:34 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/08 01:43:34 seb Exp $
+
+SHA1 (Params-Coerce-0.14.tar.gz) = ec0f8bc9c59e653edc6011e1cdebd0593d2eb919
+RMD160 (Params-Coerce-0.14.tar.gz) = 856b23f83d392068b10053a7cc2203317f86e3b6
+Size (Params-Coerce-0.14.tar.gz) = 26566 bytes



Home | Main Index | Thread Index | Old Index