pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-CLI-Osprey



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Apr 19 01:53:38 UTC 2021

Added Files:
        pkgsrc/devel/p5-CLI-Osprey: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-CLI-Osprey/DESCR \
    pkgsrc/devel/p5-CLI-Osprey/Makefile pkgsrc/devel/p5-CLI-Osprey/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-CLI-Osprey/DESCR
diff -u /dev/null pkgsrc/devel/p5-CLI-Osprey/DESCR:1.1
--- /dev/null   Mon Apr 19 01:53:38 2021
+++ pkgsrc/devel/p5-CLI-Osprey/DESCR    Mon Apr 19 01:53:38 2021
@@ -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.
Index: pkgsrc/devel/p5-CLI-Osprey/Makefile
diff -u /dev/null pkgsrc/devel/p5-CLI-Osprey/Makefile:1.1
--- /dev/null   Mon Apr 19 01:53:38 2021
+++ pkgsrc/devel/p5-CLI-Osprey/Makefile Mon Apr 19 01:53:38 2021
@@ -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"
Index: pkgsrc/devel/p5-CLI-Osprey/distinfo
diff -u /dev/null pkgsrc/devel/p5-CLI-Osprey/distinfo:1.1
--- /dev/null   Mon Apr 19 01:53:38 2021
+++ pkgsrc/devel/p5-CLI-Osprey/distinfo Mon Apr 19 01:53:38 2021
@@ -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