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
Port details on branch 2024Q1
rubygem-activejob70 Declare job classes that can be run by a variety of queuing backends
7.0.8.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 7.0.8.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-09 18:01:56
Last Update: 2024-03-09 17:50:30
Commit Hash: d8d8051
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-activejob70-7.0.8.1/catalog.mk
  2. /usr/local/share/licenses/rubygem-activejob70-7.0.8.1/LICENSE
  3. /usr/local/share/licenses/rubygem-activejob70-7.0.8.1/MIT
Collapse this list.
Dependency lines:
  • rubygem-activejob70>0:devel/rubygem-activejob70
To install the port:
cd /usr/ports/devel/rubygem-activejob70/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-activejob70
  • pkg install rubygem-activejob70
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-activejob70
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1709391026 SHA256 (rubygem/activejob-7.0.8.1.gem) = 8f4ee9288480b9fddc5aece947bcd846546d14d96c38faedc3ab87c6c84e147b SIZE (rubygem/activejob-7.0.8.1.gem) = 33792

Packages (timestamps in pop-ups are UTC):
rubygem-activejob70
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.0.8.77.0.8.7-7.0.8.67.0.8.7---
FreeBSD:13:quarterly7.0.8.67.0.8.77.0.7.27.0.8.67.0.8.77.0.87.0.87.0.8
FreeBSD:14:latest7.0.8.67.0.8.77.0.3.17.0.8.67.0.8.77.0.4.3-7.0.4.3
FreeBSD:14:quarterly7.0.8.67.0.8.7-7.0.8.67.0.8.77.0.87.0.87.0.8
FreeBSD:15:latest7.0.8.77.0.8.7n/a7.0.8.7n/a7.0.87.0.87.0.8
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-activesupport70>=7.0.8.1<7.0.8.1_99 : devel/rubygem-activesupport70
  2. rubygem-globalid-rails70>=0.3.6 : databases/rubygem-globalid-rails70
  3. ruby31 : lang/ruby31
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
This port is required by:
for Run
  1. mail/rubygem-actionmailbox70
  2. mail/rubygem-actionmailer70
  3. net/rubygem-activestorage70
  4. www/rubygem-rails70

Configuration Options:
No options to configure
Options name:
devel_rubygem-activejob70
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: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.0.8.1
09 Mar 2024 17:50:30
commit hash: d8d80519fb0ab0dbd18a14cb54b2a6dca1e53008commit hash: d8d80519fb0ab0dbd18a14cb54b2a6dca1e53008commit hash: d8d80519fb0ab0dbd18a14cb54b2a6dca1e53008commit hash: d8d80519fb0ab0dbd18a14cb54b2a6dca1e53008 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-activejob70: Update to 7.0.8.1

Changes:	https://github.com/rails/rails/releases
(cherry picked from commit 8c4c0213c5903e7a7b0889ad0a6326ea3e548895)

Number of commits found: 1