notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-MooseX-Runnable Tag a class as a runnable application
0.10_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.10_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-06-11 14:56:45
Last Update: 2023-04-27 15:45:49
Commit Hash: 93cc4da
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/MooseX-Runnable
Description:
MooseX::Runnable is a framework for making classes runnable applications. This role doesn't do anything other than tell the rest of the framework that your class is a runnable application that has a "run" method which accepts arguments and returns the process' exit code. This is a convention that the community has been using for a while. This role tells the computer that your class uses this convention, and let's the computer abstract away some of the tedium this entails.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-MooseX-Runnable-0.10_1/catalog.mk
  2. /usr/local/share/licenses/p5-MooseX-Runnable-0.10_1/LICENSE
  3. /usr/local/share/licenses/p5-MooseX-Runnable-0.10_1/ART10
  4. /usr/local/share/licenses/p5-MooseX-Runnable-0.10_1/GPLv1+
  5. bin/mx-run
  6. lib/perl5/site_perl/MooseX/Runnable.pm
  7. lib/perl5/site_perl/MooseX/Runnable/Invocation.pm
  8. lib/perl5/site_perl/MooseX/Runnable/Invocation/MxRun.pm
  9. lib/perl5/site_perl/MooseX/Runnable/Invocation/Plugin/Debug.pm
  10. lib/perl5/site_perl/MooseX/Runnable/Invocation/Plugin/PAR.pm
  11. lib/perl5/site_perl/MooseX/Runnable/Invocation/Plugin/Profile.pm
  12. lib/perl5/site_perl/MooseX/Runnable/Invocation/Plugin/Restart.pm
  13. lib/perl5/site_perl/MooseX/Runnable/Invocation/Plugin/Restart/Auto.pm
  14. lib/perl5/site_perl/MooseX/Runnable/Invocation/Plugin/Restart/Base.pm
  15. lib/perl5/site_perl/MooseX/Runnable/Invocation/Plugin/Role/CmdlineArgs.pm
  16. lib/perl5/site_perl/MooseX/Runnable/Invocation/Role/WithParsedArgs.pm
  17. lib/perl5/site_perl/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm
  18. lib/perl5/site_perl/MooseX/Runnable/Run.pm
  19. lib/perl5/site_perl/MooseX/Runnable/Util/ArgParser.pm
  20. lib/perl5/site_perl/man/man1/mx-run.1.gz
  21. lib/perl5/site_perl/man/man3/MooseX::Runnable.3.gz
  22. lib/perl5/site_perl/man/man3/MooseX::Runnable::Invocation::Plugin::Debug.3.gz
  23. lib/perl5/site_perl/man/man3/MooseX::Runnable::Invocation::Scheme::MooseX::Getopt.3.gz
  24. lib/perl5/site_perl/man/man3/MooseX::Runnable::Run.3.gz
  25. lib/perl5/site_perl/man/man3/MooseX::Runnable::Util::ArgParser.3.gz
  26. @owner
  27. @group
  28. @mode
Collapse this list.
Dependency lines:
  • p5-MooseX-Runnable>0:devel/p5-MooseX-Runnable
To install the port:
cd /usr/ports/devel/p5-MooseX-Runnable/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-MooseX-Runnable
  • pkg install p5-MooseX-Runnable
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-MooseX-Runnable
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (MooseX-Runnable-0.10.tar.gz) = 40d8fd1b5524ae965965a1f144d7a0a0c850594c524402b2319b24d5c4af1199 SIZE (MooseX-Runnable-0.10.tar.gz) = 41241

Packages (timestamps in pop-ups are UTC):
p5-MooseX-Runnable
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10_10.10_10.100.10_10.10_1-0.10-
FreeBSD:13:quarterly0.10_10.10_10.10_10.10_10.10_10.10_10.10_10.10_1
FreeBSD:14:latest0.10_10.10_10.100.10_10.10_10.10_1-0.10_1
FreeBSD:14:quarterly0.10_10.10_1-0.10_10.10_10.10_10.10_10.10_1
FreeBSD:15:latest0.10_10.10_1n/a0.10_1n/a0.10_10.10_10.10_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Class-Load>=0 : devel/p5-Class-Load
  2. p5-List-SomeUtils>=0 : devel/p5-List-SomeUtils
  3. p5-Moose>=0 : devel/p5-Moose
  4. p5-MooseX-Getopt>=0 : devel/p5-MooseX-Getopt
  5. p5-MooseX-Types>=0 : devel/p5-MooseX-Types
  6. p5-MooseX-Types-Path-Class>=0 : devel/p5-MooseX-Types-Path-Class
  7. p5-Params-Util>=0 : devel/p5-Params-Util
  8. p5-Path-Tiny>=0 : devel/p5-Path-Tiny
  9. p5-namespace-autoclean>=0 : devel/p5-namespace-autoclean
  10. perl5>=5.32.r0<5.33 : lang/perl5.32
  11. p5-Module-Build-Tiny>=0.039 : devel/p5-Module-Build-Tiny
  12. perl5>=5.32.r0<5.33 : lang/perl5.32
Test dependencies:
  1. p5-Test-Fatal>=0 : devel/p5-Test-Fatal
  2. p5-Test-TableDriven>=0 : devel/p5-Test-TableDriven
Runtime dependencies:
  1. p5-Class-Load>=0 : devel/p5-Class-Load
  2. p5-List-SomeUtils>=0 : devel/p5-List-SomeUtils
  3. p5-Moose>=0 : devel/p5-Moose
  4. p5-MooseX-Getopt>=0 : devel/p5-MooseX-Getopt
  5. p5-MooseX-Types>=0 : devel/p5-MooseX-Types
  6. p5-MooseX-Types-Path-Class>=0 : devel/p5-MooseX-Types-Path-Class
  7. p5-Params-Util>=0 : devel/p5-Params-Util
  8. p5-Path-Tiny>=0 : devel/p5-Path-Tiny
  9. p5-namespace-autoclean>=0 : devel/p5-namespace-autoclean
  10. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_p5-MooseX-Runnable
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/MooseX/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/MooseX/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/MooseX/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/MooseX/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/MooseX/
  7. http://backpan.perl.org/modules/by-module/MooseX/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/MooseX/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/MooseX/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/MooseX/
  12. https://www.cpan.org/modules/by-module/MooseX/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10_1
27 Apr 2023 15:45:49
commit hash: 93cc4da19548612ba5116386c0ba50cba31a4850commit hash: 93cc4da19548612ba5116386c0ba50cba31a4850commit hash: 93cc4da19548612ba5116386c0ba50cba31a4850commit hash: 93cc4da19548612ba5116386c0ba50cba31a4850 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MooseX-Runnable: Fix PLIST: Module::Build::Tiny 0.042+ does not
generate empty manpages

- Bump PORTREVISION for package change
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.10
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.10
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.10
25 Jun 2021 13:35:00
commit hash: 0d5c3cb19e25ad45beee074b96cac333b766cdffcommit hash: 0d5c3cb19e25ad45beee074b96cac333b766cdffcommit hash: 0d5c3cb19e25ad45beee074b96cac333b766cdffcommit hash: 0d5c3cb19e25ad45beee074b96cac333b766cdff files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MooseX-Runnable: Cosmetic change
0.10
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.10
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
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.10
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
0.10
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
0.10
01 Jun 2017 19:58:11
Revision:442315Original commit files touched by this commit
sunpoet search for other commits by this committer
Add LICENSE_FILE

- Remove outdated PERL_LEVEL check
0.10
23 May 2016 03:53:19
Revision:415696Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.302015
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Test-Simple/Changes
0.10
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.10
14 Mar 2016 15:09:53
Revision:411084Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.10

Changes:	http://search.cpan.org/dist/MooseX-Runnable/Changes
0.09_1
17 Sep 2015 17:13:24
Revision:397179Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add NO_ARCH
- Sort PLIST
0.09_1
14 Sep 2015 12:19:50
Revision:396892Original commit files touched by this commit
mat search for other commits by this committer
Make it so that the default Perl is always called perl5.

- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
0.09_1
24 Jun 2015 16:29:26
Revision:390494Original commit files touched by this commit
adamw search for other commits by this committer
Convert all p5-Test-use-ok dependencies to p5-Test-Simple, but only on
perl < 5.22. For www/p5-Catalyst-Controller-BindLex, change it from a
BUILD/RUN depend to TEST, as it is only used for the test target, and bump
PORTREVISION on that port.
0.09_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
0.09
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.09
07 Aug 2014 16:24:39
Revision:364296Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.09

Changes:	http://search.cpan.org/dist/MooseX-Runnable/Changes
0.08
01 Aug 2014 11:49:28
Revision:363698Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.08

Changes:	http://search.cpan.org/dist/MooseX-Runnable/Changes
0.07
19 Feb 2014 18:34:49
Revision:345125Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.07

Changes:	http://search.cpan.org/dist/MooseX-Runnable/Changes
0.06
20 Nov 2013 17:39:43
Revision:334434Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.06
- Add LICENSE

Changes:	http://search.cpan.org/dist/MooseX-Runnable/Changes
0.03
30 Sep 2013 20:16:08
Revision:328860Original commit files touched by this commit
sunpoet search for other commits by this committer
- Support STAGEDIR
0.03
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.03
21 Aug 2013 17:42:58
Revision:325163Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cleanup Makefile header
0.03
21 Aug 2013 14:08:08
Revision:325134Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new perl framework
0.03
20 Feb 2012 04:44:48
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add BUILD_DEPENDS and TEST_DEPENDS

PR:             ports/165273
Submitted by:   swills
0.03
11 Jun 2011 14:56:32
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add p5-MooseX-Runnable 0.03

MooseX::Runnable is a framework for making classes runnable applications. This
role doesn't do anything other than tell the rest of the framework that your
class is a runnable application that has a "run" method which accepts arguments
and returns the process' exit code.

This is a convention that the community has been using for a while. This role
tells the computer that your class uses this convention, and let's the computer
abstract away some of the tedium this entails.

WWW: http://search.cpan.org/dist/MooseX-Runnable/

Number of commits found: 28