pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Getopt Initial import of p5-MooseX-Get...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ce85ed52020
branches:  trunk
changeset: 545136:4ce85ed52020
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jul 27 13:32:17 2008 +0000

description:
Initial import of p5-MooseX-Getopt version 0.15 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::Getopt is a Moose role which provides an
alternate constructor for creating objects using parameters passed
in from the command line.

diffstat:

 devel/p5-MooseX-Getopt/DESCR    |   3 +++
 devel/p5-MooseX-Getopt/Makefile |  21 +++++++++++++++++++++
 devel/p5-MooseX-Getopt/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 932c23d358fb -r 4ce85ed52020 devel/p5-MooseX-Getopt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Getopt/DESCR      Sun Jul 27 13:32:17 2008 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module MooseX::Getopt is a Moose role which provides an
+alternate constructor for creating objects using parameters passed
+in from the command line.
diff -r 932c23d358fb -r 4ce85ed52020 devel/p5-MooseX-Getopt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Getopt/Makefile   Sun Jul 27 13:32:17 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/27 13:32:17 seb Exp $
+#
+
+DISTNAME=      MooseX-Getopt-0.15
+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-Getopt/
+COMMENT=       Perl 5 Moose role for processing command line options
+
+DEPENDS+=      p5-Getopt-Long-Descriptive-[0-9]*:../../devel/p5-Getopt-Long-Descriptive
+DEPENDS+=      p5-Getopt-Long>=2.37:../../devel/p5-Getopt-Long
+DEPENDS+=      p5-Moose>=0.43:../../devel/p5-Moose
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/Getopt/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 932c23d358fb -r 4ce85ed52020 devel/p5-MooseX-Getopt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Getopt/distinfo   Sun Jul 27 13:32:17 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/27 13:32:17 seb Exp $
+
+SHA1 (MooseX-Getopt-0.15.tar.gz) = 92883c55fb27f70463941906be3cf150347329e5
+RMD160 (MooseX-Getopt-0.15.tar.gz) = 28b50ebf3c900e059b50ad5f35566f5a1c6e40b9
+Size (MooseX-Getopt-0.15.tar.gz) = 29288 bytes



Home | Main Index | Thread Index | Old Index