pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-CLI-Osprey Import CLI-Osprey-0.08 as devel/p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66e80c0751f3
branches:  trunk
changeset: 450518:66e80c0751f3
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Apr 19 01:53:38 2021 +0000

description:
Import CLI-Osprey-0.08 as devel/p5-CLI-Osprey.

CLI::Osprey is a module to assist in writing commandline applications
with M* OO modules (Moose, Moo, Mo). With it, you structure your app
as one or more modules, which get instantiated with the commandline
arguments as attributes. Arguments are parsed using Getopt::Long::Descriptive,
and both long and short help messages as well as complete manual pages
are automatically generated. An app can be a single command with options,
or have sub-commands (like git). Sub-commands can be defined as modules
(with options of their own) or as simple coderefs.

diffstat:

 devel/p5-CLI-Osprey/DESCR    |   8 ++++++++
 devel/p5-CLI-Osprey/Makefile |  21 +++++++++++++++++++++
 devel/p5-CLI-Osprey/distinfo |   6 ++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 808e2f5940cf -r 66e80c0751f3 devel/p5-CLI-Osprey/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CLI-Osprey/DESCR Mon Apr 19 01:53:38 2021 +0000
@@ -0,0 +1,8 @@
+CLI::Osprey is a module to assist in writing commandline applications
+with M* OO modules (Moose, Moo, Mo). With it, you structure your app
+as one or more modules, which get instantiated with the commandline
+arguments as attributes. Arguments are parsed using Getopt::Long::Descriptive,
+and both long and short help messages as well as complete manual pages
+are automatically generated. An app can be a single command with options,
+or have sub-commands (like git). Sub-commands can be defined as modules
+(with options of their own) or as simple coderefs.
diff -r 808e2f5940cf -r 66e80c0751f3 devel/p5-CLI-Osprey/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CLI-Osprey/Makefile      Mon Apr 19 01:53:38 2021 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/04/19 01:53:38 wen Exp $
+
+DISTNAME=      CLI-Osprey-0.08
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CLI/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/CLI-Osprey
+COMMENT=       MooX::Options + MooX::Cmd + Sanity
+LICENSE=       ${PERL5_LICENSE}
+
+# TEST_DEPENDS
+TEST_DEPENDS=  p5-Test-Lib>=0:../../devel/p5-Test-Lib
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/CLI/Osprey/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 808e2f5940cf -r 66e80c0751f3 devel/p5-CLI-Osprey/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CLI-Osprey/distinfo      Mon Apr 19 01:53:38 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/04/19 01:53:38 wen Exp $
+
+SHA1 (CLI-Osprey-0.08.tar.gz) = 4b827e1f19b2f1bfe48dd8c0b4964d6e07c29b9a
+RMD160 (CLI-Osprey-0.08.tar.gz) = 2a43df5fd79ac123887dbed0b2ea29a874e067bc
+SHA512 (CLI-Osprey-0.08.tar.gz) = f643cc4981d3140da3bc713e9a12c36fd5b7bcaff493e9f462de59f8dcee18a66fa7be3154fd9dbcf4a5bc63cdf8d3a3896e2efc96dcb4862c7319e38a5de240
+Size (CLI-Osprey-0.08.tar.gz) = 21310 bytes



Home | Main Index | Thread Index | Old Index