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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
p5-Minion Asynchronous job queue for Mojolicious
12.0 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 11.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-03-17 16:03:42
Last Update: 2026-05-21 14:51:01
Commit Hash: 4bb7f08
Also Listed In: perl5
License: ART20
WWW:
https://metacpan.org/release/Minion
Description:
Minion is a job queue for the Mojolicious real-time web framework with support for multiple backends, such as DBM::Deep and PostgreSQL. A job queue allows you to process time and/or computationally intensive tasks in background processes, outside of the request/response lifecycle. Among those tasks you'll commonly find image resizing, spam filtering, HTTP downloads, building tarballs, warming caches and basically everything else you can imagine that's not super fast.
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 (72 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Minion-12.0/catalog.mk
  2. /usr/local/share/licenses/p5-Minion-12.0/LICENSE
  3. /usr/local/share/licenses/p5-Minion-12.0/ART20
  4. lib/perl5/site_perl/Minion.pm
  5. lib/perl5/site_perl/Minion/Backend.pm
  6. lib/perl5/site_perl/Minion/Backend/Pg.pm
  7. lib/perl5/site_perl/Minion/Backend/resources/migrations/pg.sql
  8. lib/perl5/site_perl/Minion/Command/minion.pm
  9. lib/perl5/site_perl/Minion/Command/minion/job.pm
  10. lib/perl5/site_perl/Minion/Command/minion/schedule.pm
  11. lib/perl5/site_perl/Minion/Command/minion/worker.pm
  12. lib/perl5/site_perl/Minion/Guide.pod
  13. lib/perl5/site_perl/Minion/Iterator.pm
  14. lib/perl5/site_perl/Minion/Job.pm
  15. lib/perl5/site_perl/Minion/Util.pm
  16. lib/perl5/site_perl/Minion/Worker.pm
  17. lib/perl5/site_perl/Mojolicious/Plugin/Minion.pm
  18. lib/perl5/site_perl/Mojolicious/Plugin/Minion/Admin.pm
  19. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/app.css
  20. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/app.js
  21. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/bootstrap/bootstrap.css
  22. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/bootstrap/bootstrap.js
  23. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/d3/d3.js
  24. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/epoch/epoch.css
  25. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/epoch/epoch.js
  26. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/fontawesome/fontawesome.css
  27. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/jquery/jquery.js
  28. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/logo-black-2x.png
  29. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/logo-black.png
  30. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/moment/moment.js
  31. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/pinstripe-light.png
  32. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.eot
  33. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.svg
  34. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.ttf
  35. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.woff
  36. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.woff2
  37. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.eot
  38. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.svg
  39. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.ttf
  40. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.woff
  41. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.woff2
  42. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.eot
  43. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.svg
  44. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.ttf
  45. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.woff
  46. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.woff2
  47. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/templates/layouts/minion.html.ep
  48. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/templates/minion/_limit.html.ep
  49. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/templates/minion/_notifications.html.ep
  50. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/templates/minion/_pagination.html.ep
  51. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/templates/minion/dashboard.html.ep
  52. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/templates/minion/jobs.html.ep
  53. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/templates/minion/locks.html.ep
  54. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/templates/minion/schedules.html.ep
  55. lib/perl5/site_perl/Mojolicious/Plugin/Minion/resources/templates/minion/workers.html.ep
  56. lib/perl5/site_perl/man/man3/Minion.3.gz
  57. lib/perl5/site_perl/man/man3/Minion::Backend.3.gz
  58. lib/perl5/site_perl/man/man3/Minion::Backend::Pg.3.gz
  59. lib/perl5/site_perl/man/man3/Minion::Command::minion.3.gz
  60. lib/perl5/site_perl/man/man3/Minion::Command::minion::job.3.gz
  61. lib/perl5/site_perl/man/man3/Minion::Command::minion::schedule.3.gz
  62. lib/perl5/site_perl/man/man3/Minion::Command::minion::worker.3.gz
  63. lib/perl5/site_perl/man/man3/Minion::Guide.3.gz
  64. lib/perl5/site_perl/man/man3/Minion::Iterator.3.gz
  65. lib/perl5/site_perl/man/man3/Minion::Job.3.gz
  66. lib/perl5/site_perl/man/man3/Minion::Util.3.gz
  67. lib/perl5/site_perl/man/man3/Minion::Worker.3.gz
  68. lib/perl5/site_perl/man/man3/Mojolicious::Plugin::Minion.3.gz
  69. lib/perl5/site_perl/man/man3/Mojolicious::Plugin::Minion::Admin.3.gz
  70. @owner
  71. @group
  72. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • p5-Minion>0:devel/p5-Minion
To install the port:
cd /usr/ports/devel/p5-Minion/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-Minion
  • pkg install p5-Minion
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Minion
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1779222918 SHA256 (Minion-12.0.tar.gz) = a2c99b9ceb70fb9d10992b4a3f23390b06b33d22d8364029fe86f8bfd9652791 SIZE (Minion-12.0.tar.gz) = 1755830

Packages (timestamps in pop-ups are UTC):
p5-Minion
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest11.011.010.1511.011.0n/an/an/a
FreeBSD:13:quarterly11.011.010.2510.3111.0n/an/an/a
FreeBSD:14:latest12.012.010.2510.3112.010.25-10.25
FreeBSD:14:quarterly11.011.0-10.3111.010.2810.2810.28
FreeBSD:15:latest12.012.0n/a10.31n/an/a10.2810.28
FreeBSD:15:quarterly11.011.0n/a-n/an/a--
FreeBSD:16:latest12.012.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Mojolicious>=9.0 : www/p5-Mojolicious
  2. p5-YAML-LibYAML>=0 : textproc/p5-YAML-LibYAML
  3. perl5>=5.42.r<5.43 : lang/perl5.42
  4. perl5>=5.42.r<5.43 : lang/perl5.42
Runtime dependencies:
  1. p5-Mojolicious>=9.0 : www/p5-Mojolicious
  2. p5-YAML-LibYAML>=0 : textproc/p5-YAML-LibYAML
  3. perl5>=5.42.r<5.43 : lang/perl5.42
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for p5-Minion-12.0: PGSQL=off: PostgreSQL database support ===> Use 'make config' to modify these settings
Options name:
devel_p5-Minion
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/authors/id/S/SR/SRI/
  2. ftp://ftp.cpan.org/pub/CPAN/authors/id/S/SR/SRI/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Minion/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/S/SR/SRI/
  5. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/S/SR/SRI/
  6. http://backpan.perl.org/authors/id/S/SR/SRI/
  7. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/S/SR/SRI/
  8. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/S/SR/SRI/
  9. https://cpan.metacpan.org/authors/id/S/SR/SRI/
  10. https://cpan.metacpan.org/modules/by-module/Minion/
  11. https://www.cpan.org/authors/id/S/SR/SRI/
Collapse this list.

Number of commits found: 108 (showing only 8 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0
03 Oct 2015 17:09:39
Revision:398511Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.0

Changes:	http://search.cpan.org/dist/Minion/Changes
1.19
01 Oct 2015 15:58:34
Revision:398334Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.19

Changes:	http://search.cpan.org/dist/Minion/Changes
1.18
03 Sep 2015 16:22:47
Revision:395981Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.18

Changes:	http://search.cpan.org/dist/Minion/Changes
1.17
30 Aug 2015 03:57:22
Revision:395593Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.17
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Minion/Changes
1.15
16 May 2015 13:35:20
Revision:386538Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.15

Changes:	http://search.cpan.org/dist/Minion/Changes
1.14
22 Apr 2015 18:51:40
Revision:384505Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.14

Changes:	http://search.cpan.org/dist/Minion/Changes
1.13
25 Mar 2015 15:19:59
Revision:382232Original commit files touched by this commit
adamw search for other commits by this committer
Update to 1.13.

Changes: https://metacpan.org/changes/distribution/Minion
1.12
17 Mar 2015 16:03:32
Revision:381500Original commit files touched by this commit
adamw search for other commits by this committer
Add devel/p5-Minion, an asynchronous job queue for Mojolicious.

Minion is a job queue for the Mojolicious real-time web framework with support
for multiple backends, such as DBM::Deep and PostgreSQL.

A job queue allows you to process time and/or computationally intensive tasks
in background processes, outside of the request/response lifecycle. Among those
tasks you'll commonly find image resizing, spam filtering, HTTP downloads,
building tarballs, warming caches and basically everything else you can imagine
that's not super fast.

WWW: https://metacpan.org/pod/Minion

Number of commits found: 108 (showing only 8 on this page)

«  1 | 2