Port details |
- p5-MooseX-Getopt Moose role for processing command line options
- 0.76 devel =4 0.76Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2008-07-28 00:54:29
- Last Update: 2023-12-25 09:02:41
- Commit Hash: 6d2603e
- People watching this port, also watch:: libXdamage, autoconf, p5-MIME-Tools, php81-pear, libevent
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/MooseX-Getopt
- Description:
- This is a role which provides an alternate constructor for creating objects
using parameters passed in from the command line.
This module attempts to DWIM as much as possible with the command line params
by introspecting your class's attributes. It will use the name of your
attribute as the command line option, and if there is a type constraint
defined, it will configure Getopt::Long to handle the option accordingly.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MooseX-Getopt>0:devel/p5-MooseX-Getopt
- To install the port:
- cd /usr/ports/devel/p5-MooseX-Getopt/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-MooseX-Getopt
- pkg install p5-MooseX-Getopt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-MooseX-Getopt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1703228090
SHA256 (MooseX-Getopt-0.76.tar.gz) = ff8731bd2b1df83347dfb6afe9ca15c04d2ecd8b288e5793d095eaf956b6b028
SIZE (MooseX-Getopt-0.76.tar.gz) = 59303
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-Getopt-Long-Descriptive>=0.081 : devel/p5-Getopt-Long-Descriptive
- p5-Moose>=0.56 : devel/p5-Moose
- p5-MooseX-ConfigFromFile>=0 : devel/p5-MooseX-ConfigFromFile
- p5-MooseX-Role-Parameterized>=1.01 : devel/p5-MooseX-Role-Parameterized
- p5-Try-Tiny>=0 : lang/p5-Try-Tiny
- p5-namespace-autoclean>=0 : devel/p5-namespace-autoclean
- perl5>=5.36<5.37 : lang/perl5.36
- p5-Module-Build-Tiny>=0.043 : devel/p5-Module-Build-Tiny
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-MooseX-SimpleConfig>=0.07 : devel/p5-MooseX-SimpleConfig
- p5-Module-Runtime>=0 : devel/p5-Module-Runtime
- p5-Path-Tiny>=0.009 : devel/p5-Path-Tiny
- p5-Test-Deep>=0 : devel/p5-Test-Deep
- p5-Test-Fatal>=0.003 : devel/p5-Test-Fatal
- p5-Test-Needs>=0 : devel/p5-Test-Needs
- p5-Test-Trap>=0 : devel/p5-Test-Trap
- p5-Test-Warnings>=0 : devel/p5-Test-Warnings
- Runtime dependencies:
-
- p5-Getopt-Long-Descriptive>=0.081 : devel/p5-Getopt-Long-Descriptive
- p5-Moose>=0.56 : devel/p5-Moose
- p5-MooseX-ConfigFromFile>=0 : devel/p5-MooseX-ConfigFromFile
- p5-MooseX-Role-Parameterized>=1.01 : devel/p5-MooseX-Role-Parameterized
- p5-Try-Tiny>=0 : lang/p5-Try-Tiny
- p5-namespace-autoclean>=0 : devel/p5-namespace-autoclean
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-Devel-REPL
- devel/p5-MooseX-App-Cmd
- devel/p5-MooseX-Daemonize
- devel/p5-MooseX-Runnable
- devel/p5-MooseX-Types-Path-Class
- devel/p5-Paws
- misc/p5-Bot-Training
- for Run
-
- devel/p5-Devel-REPL
- devel/p5-MooseX-App-Cmd
- devel/p5-MooseX-Daemonize
- devel/p5-MooseX-Runnable
- devel/p5-MooseX-Types-Path-Class
- devel/p5-Paws
- misc/p5-Bot-Training
Configuration Options:
- No options to configure
- Options name:
- devel_p5-MooseX-Getopt
- 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 |
0.76 25 Dec 2023 09:02:41 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-MooseX-Getopt: Update to 0.76
- Update LICENSE_FILE
Changes: https://metacpan.org/dist/MooseX-Getopt/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) |
0.75 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 ) |
0.75 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 ) |
0.75 28 Apr 2021 12:39:06 |
Wen Heping (wen) |
devel/p5-MooseX-Getopt: Update to 0.75 |
0.74 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.74 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) |
0.74 24 Sep 2018 00:36:07 |
wen |
- Update to 0.74
Changes: https://metacpan.org/changes/release/ETHER/MooseX-Getopt-0.74 |
0.73 01 Sep 2018 12:16:03 |
wen |
- Update to 0.73
Changes: https://metacpan.org/changes/distribution/MooseX-Getopt |
0.72 05 Aug 2018 19:08:03 |
sunpoet |
Update to 0.72
Changes: https://metacpan.org/changes/distribution/MooseX-Getopt |
0.71 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 |
0.71 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.71 21 Jun 2016 15:07:59 |
mat |
Update to 0.71.
Sponsored by: Absolight |
0.69 25 Apr 2016 09:10:22 |
sunpoet |
- Update to 0.69
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.68 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.68 05 Mar 2015 17:27:53 |
sunpoet |
- Update to 0.68
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.67 01 Mar 2015 14:32:31 |
sunpoet |
- Update to 0.67
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.66 14 Feb 2015 17:38:39 |
adamw |
Update to 0.66.
Changes: https://metacpan.org/changes/distribution/MooseX-Getopt |
0.65 01 Jan 2015 16:23:15 |
sunpoet |
- Update to 0.65
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.64_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 ) |
0.64 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.64 03 Aug 2014 22:44:35 |
antoine |
Update distinfo
Pointy hat: pi |
0.64 03 Aug 2014 22:18:10 |
pi |
devel/p5-MooseX-Getopt: 0.62 -> 0.64 |
0.62 22 Mar 2014 09:20:33 |
az |
- upadte to 0.62 |
0.61 16 Feb 2014 10:37:22 |
sunpoet |
- Update to 0.61
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.59 01 Dec 2013 17:38:39 |
sunpoet |
- Update to 0.59
- Support STAGEDIR
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.58 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.58 14 Sep 2013 08:51:18 |
sunpoet |
- Update to 0.58
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.57 08 Sep 2013 15:49:07 |
sunpoet |
- Update to 0.57
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.56 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.56 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
0.56 16 Feb 2013 15:48:53 |
tobez |
Update to 0.56.
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.55 12 Feb 2013 19:02:28 |
tobez |
Update to 0.55.
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.53 06 Feb 2013 13:29:31 |
tobez |
Update to 0.53.
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.51 28 Jan 2013 10:31:20 |
tobez |
Update to 0.51.
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.50 03 Jan 2013 09:28:46 |
tobez |
Update to 0.50.
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.48 26 Dec 2012 13:20:13 |
tobez |
Update to 0.48.
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.47 17 Dec 2012 15:39:36 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.47 15 Sep 2012 10:19:19 |
culot |
- Update to 0.47
- Pet portlint(1) by moving TEST_DEPENDS earlier
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.45 15 May 2012 11:34:49 |
sunpoet |
- Update to 0.45
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.44 13 May 2012 08:13:18 |
culot |
- Update to 0.44
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.43 29 Apr 2012 19:34:40 |
sunpoet |
- Update to 0.43
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.40 18 Apr 2012 14:15:23 |
sunpoet |
- Update to 0.40
Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog |
0.39 12 Apr 2012 02:52:48 |
swills |
- Fix tests
PR: ports/166628
Submitted by: Mel Flynn <rflynn@acsalaska.net> |
0.39 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.39 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.39 10 Feb 2012 03:09:22 |
sunpoet |
- Update to 0.39
Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog |
0.38 06 Jan 2012 07:25:41 |
sunpoet |
- Update to 0.38
- Sort *_DEPENDS
- Fix TEST_DEPENDS
Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog |
0.37_1 07 Oct 2011 14:13:41 |
swills |
- Add missing test depends |
0.37_1 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
0.37_1 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
0.37_1 18 May 2011 02:24:48 |
swills |
- Add missing dependency on devel/p5-MooseX-Role-Parameterized |
0.37 03 Apr 2011 20:43:33 |
bapt |
- update to 0.37
- changes: http://cpansearch.perl.org/src/BOBTFISH/MooseX-Getopt-0.37/ChangeLog |
0.35 27 Mar 2011 09:41:49 |
bapt |
- update to 0.35
- add licenses
- changes: http://cpansearch.perl.org/src/BOBTFISH/MooseX-Getopt-0.35/ChangeLog |
0.33 31 Aug 2010 02:29:12 |
pgollucci |
- Update to 0.33
PR: ports/150104
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp>
With Hat: perl@
Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes |
0.31 09 Jul 2010 10:47:31 |
tobez |
Update to 0.31.
Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog |
0.30 07 Jul 2010 11:12:47 |
wen |
- Update to 0.30
Feature safe: yes |
0.29 15 Jun 2010 12:03:24 |
tobez |
Update to 0.29. Ass TEST_DEPENDS as documentation.
Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog |
0.27 01 Mar 2010 08:10:03 |
wen |
- Update to 0.27
Feature safe: yes |
0.26_1 16 Jan 2010 14:45:49 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec. |
0.26 11 Dec 2009 03:33:59 |
wen |
- Update to 0.26 |
0.25 29 Nov 2009 09:35:27 |
wen |
- Update to 0.25
PR: ports/140977
Submitted by: Sahil Tandon <sahil@tandon.net> |
0.24 24 Oct 2009 02:03:32 |
wen |
- Update to 0.24
Approved by: mentors(implicit) |
0.23 02 Oct 2009 12:11:13 |
tobez |
Update to 0.23.
Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog |
0.22 05 Sep 2009 12:05:24 |
tobez |
Update to 0.22.
Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog |
0.21 28 Aug 2009 15:37:11 |
leeym |
- update to 0.21 |
0.20 17 Aug 2009 14:00:18 |
tobez |
Update to 0.20.
Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog |
0.18 16 Aug 2009 09:22:05 |
linimon |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.18 09 Apr 2009 21:15:46 |
lbr |
Update to 0.18 |
0.17 09 Apr 2009 08:42:10 |
lbr |
Update to 0.17 |
0.16 22 Mar 2009 00:32:45 |
lbr |
Update to 0.16 |
0.15 28 Jul 2008 00:53:55 |
lbr |
New port: devel/p5-MooseX-Getopt, A Moose role for processing command line
options |