pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-App Import p5-MooseX-App-1.30 as devel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/577244893f33
branches:  trunk
changeset: 646259:577244893f33
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Feb 06 05:14:18 2015 +0000

description:
Import p5-MooseX-App-1.30 as devel/p5-MooseX-App.

MooseX-App is a highly customisable helper to write user-friendly command
line applications without having to worry about most of the annoying things
usually involved.

Just take any existing Moose class, add a single line (use MooseX-App
qw(PluginA PluginB ...);) and create one class for each command in an
underlying namespace. Options and positional parameters can be defined as
simple Moose accessors.

diffstat:

 devel/p5-MooseX-App/DESCR    |   8 ++++++++
 devel/p5-MooseX-App/Makefile |  18 ++++++++++++++++++
 devel/p5-MooseX-App/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 7f9d5ccc36bd -r 577244893f33 devel/p5-MooseX-App/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-App/DESCR Fri Feb 06 05:14:18 2015 +0000
@@ -0,0 +1,8 @@
+MooseX-App is a highly customisable helper to write user-friendly command
+line applications without having to worry about most of the annoying things
+usually involved.
+
+Just take any existing Moose class, add a single line (use MooseX-App
+qw(PluginA PluginB ...);) and create one class for each command in an
+underlying namespace. Options and positional parameters can be defined as
+simple Moose accessors.
diff -r 7f9d5ccc36bd -r 577244893f33 devel/p5-MooseX-App/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-App/Makefile      Fri Feb 06 05:14:18 2015 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/02/06 05:14:18 mef Exp $
+#
+
+DISTNAME=      MooseX-App-1.30
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~maros/MooseX-App/lib/MooseX/App.pm
+COMMENT=       Write user-friendly command line apps with even less suffering
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/MooseX/App/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7f9d5ccc36bd -r 577244893f33 devel/p5-MooseX-App/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-App/distinfo      Fri Feb 06 05:14:18 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/06 05:14:18 mef Exp $
+
+SHA1 (MooseX-App-1.30.tar.gz) = d72be11dff384430315df69c4a52ff578444da67
+RMD160 (MooseX-App-1.30.tar.gz) = f1a8938f060db1b6fc66f10d7d778ca2036cbd82
+Size (MooseX-App-1.30.tar.gz) = 75784 bytes



Home | Main Index | Thread Index | Old Index