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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
rubygem-activejob80 Declare job classes that can be run by a variety of queuing backends
8.0.3 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 8.0.2.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-02 16:33:18
Last Update: 2025-10-13 06:24:36
Commit Hash: 16dc9f6
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/rails/rails/tree/main/activejob
https://rubyonrails.org/
Description:
Active Job is a framework for declaring jobs and making them run on a variety of queuing backends. These jobs can be everything from regularly scheduled clean-ups, to billing charges, to mailings -- anything that can be chopped up into small units of work and run in parallel. It also serves as the backend for Action Mailer's #deliver_later functionality that makes it easy to turn any mailing into a job for running later. That's one of the most common jobs in a modern web application: sending emails outside the request-response cycle, so the user doesn't have to wait on it. The main point is to ensure that all Rails apps will have a job infrastructure in place, even if it's in the form of an "immediate runner". We can then have framework features and other gems build on top of that, without having to worry about API differences between Delayed Job and Resque. Picking your queuing backend becomes more of an operational concern, then. And you'll be able to switch between them without having to rewrite your jobs.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-activejob80-8.0.3/catalog.mk
  2. /usr/local/share/licenses/rubygem-activejob80-8.0.3/LICENSE
  3. /usr/local/share/licenses/rubygem-activejob80-8.0.3/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • rubygem-activejob80>0:devel/rubygem-activejob80
To install the port:
cd /usr/ports/devel/rubygem-activejob80/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-activejob80
  • pkg install rubygem-activejob80
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-activejob80
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1759816970 SHA256 (rubygem/activejob-8.0.3.gem) = 469eddb3822aff1c6a0df0bd3398f28bff8fcd1bd0e9d309e6b7ccbd0bdba1b6 SIZE (rubygem/activejob-8.0.3.gem) = 35840

Packages (timestamps in pop-ups are UTC):
rubygem-activejob80
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest8.0.2.18.0.3-8.0.2.18.0.3n/an/an/a
FreeBSD:13:quarterly8.0.28.0.2.1-8.0.28.0.2.1n/an/an/a
FreeBSD:14:latest8.0.28.0.3-8.0.28.0.3---
FreeBSD:14:quarterly8.0.2.18.0.2.1-8.0.28.0.2.1---
FreeBSD:15:latest8.0.2.18.0.3n/a8.0.2n/an/a--
FreeBSD:15:quarterly-8.0.2.1n/a-n/an/a--
FreeBSD:16:latest-8.0.3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-activesupport80>=8.0.3<8.0.3_99 : devel/rubygem-activesupport80
  2. rubygem-globalid-rails80>=0.3.6 : databases/rubygem-globalid-rails80
  3. ruby33 : lang/ruby33
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby33 : lang/ruby33
This port is required by:
for Run
  1. databases/rubygem-solid_cable
  2. databases/rubygem-solid_cache
  3. databases/rubygem-solid_queue
  4. mail/rubygem-actionmailbox80
  5. mail/rubygem-actionmailer80
  6. net/rubygem-activestorage80
  7. www/rubygem-rails80

Configuration Options:
No options to configure
Options name:
devel_rubygem-activejob80
USES:
cpe gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
8.0.3
13 Oct 2025 06:24:36
commit hash: 16dc9f6184f004a3307f81c9fd6b4be3039713b9commit hash: 16dc9f6184f004a3307f81c9fd6b4be3039713b9commit hash: 16dc9f6184f004a3307f81c9fd6b4be3039713b9commit hash: 16dc9f6184f004a3307f81c9fd6b4be3039713b9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-activejob80: Update to 8.0.3

Changes:	https://github.com/rails/rails/releases
8.0.2.1
07 Sep 2025 23:07:24
commit hash: 1fe5d109585f26be636f1502db9bdca197170af8commit hash: 1fe5d109585f26be636f1502db9bdca197170af8commit hash: 1fe5d109585f26be636f1502db9bdca197170af8commit hash: 1fe5d109585f26be636f1502db9bdca197170af8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-activejob80: Update to 8.0.2.1

Changes:	https://github.com/rails/rails/releases
8.0.2
19 Mar 2025 03:45:44
commit hash: 76bc380974061eadeadc1d6271adf741332dc0bccommit hash: 76bc380974061eadeadc1d6271adf741332dc0bccommit hash: 76bc380974061eadeadc1d6271adf741332dc0bccommit hash: 76bc380974061eadeadc1d6271adf741332dc0bc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-activejob80: Update to 8.0.2

Changes:	https://github.com/rails/rails/releases
8.0.1
02 Jan 2025 16:28:02
commit hash: 31653a3a73350b3dc261a46b27cba52d395646cbcommit hash: 31653a3a73350b3dc261a46b27cba52d395646cbcommit hash: 31653a3a73350b3dc261a46b27cba52d395646cbcommit hash: 31653a3a73350b3dc261a46b27cba52d395646cb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-activejob80: Add rubygem-activejob80 8.0.1

Active Job is a framework for declaring jobs and making them run on a variety of
queuing backends. These jobs can be everything from regularly scheduled
clean-ups, to billing charges, to mailings -- anything that can be chopped up
into small units of work and run in parallel.

It also serves as the backend for Action Mailer's #deliver_later functionality
that makes it easy to turn any mailing into a job for running later. That's one
of the most common jobs in a modern web application: sending emails outside the
request-response cycle, so the user doesn't have to wait on it.

The main point is to ensure that all Rails apps will have a job infrastructure
in place, even if it's in the form of an "immediate runner". We can then have
framework features and other gems build on top of that, without having to worry
about API differences between Delayed Job and Resque. Picking your queuing
backend becomes more of an operational concern, then. And you'll be able to
switch between them without having to rewrite your jobs.

Number of commits found: 4