Port details |
- p5-MooseX-App Write user-friendly command line apps with even less suffering
- 1.43 devel =2 1.43Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2012-04-25 18:14:21
- Last Update: 2023-11-01 01:57:02
- Commit Hash: f9a5924
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/MooseX-App
- Description:
- MooseX-App is a highly customizeable 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.
MooseX-App will then take care of
- Finding, loading and initializing the command classes
- Creating automated doucumentation
- Reading and validating the command line options entered by the user
Read the Tutorial for getting started with a simple MooseX::App command line
application.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MooseX-App>0:devel/p5-MooseX-App
- To install the port:
- cd /usr/ports/devel/p5-MooseX-App/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-MooseX-App
- pkg install p5-MooseX-App
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-MooseX-App
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698340957
SHA256 (MooseX-App-1.43.tar.gz) = c3460feb033a47d57b3c76d66547eb7f4e6772312798c7e8029e6aabaa678487
SIZE (MooseX-App-1.43.tar.gz) = 74975
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Config-Any>=0 : devel/p5-Config-Any
- p5-IO-Interactive>=0 : devel/p5-IO-Interactive
- p5-Module-Pluggable>=0 : devel/p5-Module-Pluggable
- p5-Moose>=2 : devel/p5-Moose
- p5-Path-Class>=0 : devel/p5-Path-Class
- p5-Pod-Elemental>=0 : textproc/p5-Pod-Elemental
- p5-namespace-autoclean>=0 : devel/p5-namespace-autoclean
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Most>=0 : devel/p5-Test-Most
- p5-Test-NoWarnings>=0 : devel/p5-Test-NoWarnings
- Runtime dependencies:
-
- p5-Config-Any>=0 : devel/p5-Config-Any
- p5-IO-Interactive>=0 : devel/p5-IO-Interactive
- p5-Module-Pluggable>=0 : devel/p5-Module-Pluggable
- p5-Moose>=2 : devel/p5-Moose
- p5-Path-Class>=0 : devel/p5-Path-Class
- p5-Pod-Elemental>=0 : textproc/p5-Pod-Elemental
- p5-namespace-autoclean>=0 : devel/p5-namespace-autoclean
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-MooseX-App
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.43 01 Nov 2023 01:57:02 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-MooseX-App: Update to 1.43
- Add LICENSE_FILE
Changes: https://metacpan.org/dist/MooseX-App/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.42 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.42 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.42 21 Sep 2021 03:44:03 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-MooseX-App: Update to 1.42
Changes: https://metacpan.org/dist/MooseX-App/changes |
1.41 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.41 16 May 2019 23:56:06 |
sunpoet |
Update to 1.41
Changes: https://metacpan.org/changes/distribution/MooseX-App |
1.39 12 May 2019 16:36:32 |
sunpoet |
Remove outdated PERL_LEVEL check |
1.39 21 Oct 2018 16:50:29 |
sunpoet |
Fix r481365 |
1.39 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.39 04 Jun 2018 18:04:51 |
sunpoet |
Clean up pkg-descr |
1.39 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.39 25 Sep 2017 15:11:42 |
sunpoet |
Update to 1.39
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.38 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.38 24 May 2017 13:03:03 |
sunpoet |
Update to 1.38
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.37.01 22 Feb 2017 17:13:48 |
sunpoet |
Update to 1.3701
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.37 19 Nov 2016 17:05:34 |
sunpoet |
- Update to 1.37
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.36 06 Nov 2016 16:49:32 |
sunpoet |
- Update to 1.36
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.35 08 Apr 2016 16:28:06 |
sunpoet |
- Update to 1.35
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.34 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.34 06 Mar 2016 06:20:26 |
sunpoet |
- Update to 1.34
- Add NO_ARCH
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.33 19 Apr 2015 16:20:50 |
sunpoet |
- Update to 1.33
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.32 21 Mar 2015 22:00:04 |
sunpoet |
- Update to 1.32
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.31 18 Feb 2015 16:21:45 |
sunpoet |
- Update to 1.31
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.30_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.30 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.30 26 Aug 2014 17:22:23 |
sunpoet |
- Update to 1.30
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.29 06 Aug 2014 16:22:18 |
sunpoet |
- Update to 1.29
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.28 27 Mar 2014 20:42:37 |
sunpoet |
- Update to 1.28
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.27 03 Mar 2014 17:20:46 |
sunpoet |
- Update to 1.27
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.26 25 Feb 2014 15:40:25 |
sunpoet |
- Update to 1.26
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.25 24 Feb 2014 10:36:16 |
sunpoet |
- Update to 1.25
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.24 15 Feb 2014 20:10:20 |
sunpoet |
- Update to 1.24
- Fix PLIST
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.23 04 Feb 2014 16:14:07 |
sunpoet |
- Update to 1.23
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.22 30 Sep 2013 20:16:08 |
sunpoet |
- Support STAGEDIR |
1.22 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.22 21 Aug 2013 14:08:08 |
sunpoet |
- Convert to new perl framework |
1.22 08 Jun 2013 21:03:41 |
sunpoet |
- Update to 1.22
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.21 17 Apr 2013 17:10:40 |
sunpoet |
- Update to 1.21
Changes: http://search.cpan.org/dist/MooseX-App/Changes
Feature safe: yes |
1.17 09 Mar 2013 19:37:09 |
sunpoet |
- Update to 1.17
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.15 07 Feb 2013 15:17:15 |
sunpoet |
- Fix PLIST |
1.15 30 Jan 2013 18:13:11 |
sunpoet |
- Update to 1.15
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.09 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
1.09 04 Dec 2012 17:07:45 |
sunpoet |
- Update to 1.09
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/MooseX-App/Changes
Feature safe: yes |
1.07 14 Sep 2012 02:27:22 |
sunpoet |
- Update to 1.07
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.05 04 Jun 2012 16:40:48 |
sunpoet |
- Update to 1.05
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.04 03 Jun 2012 14:44:03 |
sunpoet |
- Update to 1.04
Changes: http://search.cpan.org/dist/MooseX-App/Changes |
1.02 25 Apr 2012 18:13:59 |
sunpoet |
- Add p5-MooseX-App 1.02
MooseX-App is a highly customizeable 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.
MooseX-App will then take care of
- Finding, loading and initializing the command classes
- Creating automated doucumentation
- Reading and validating the command line options entered by the user
Read the Tutorial[1] for getting started with a simple MooseX::App command line
application.
[1] http://search.cpan.org/dist/MooseX-App/lib/MooseX/App/Tutorial.pod
WWW: http://search.cpan.org/dist/MooseX-App/ |