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 2023Q1
rubygem-sucker_punch Asynchronous processing library for Ruby
3.2.0 devel on this many watch lists=2 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 3.2.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-01-11 18:55:16
Last Update: 2023-12-14 20:46:56
Commit Hash: ab0d8fb
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/brandonhilkert/sucker_punch
Description:
Sucker Punch is a single-process Ruby asynchronous processing library. This reduces costs of hosting on a service like Heroku along with the memory footprint of having to maintain additional jobs if hosting on a dedicated server. All queues can run within a single application (eg. Rails, Sinatra, etc.) process. Sucker Punch is perfect for asynchronous processes like emailing, data crunching, or social platform manipulation. No reason to hold up a user when you can do these things in the background within the same process as your web application. Sucker Punch is built on top of concurrent-ruby. Each job is setup as a pool, which equates to its own queue with individual workers working against the jobs. Unlike most other background processing libraries, Sucker Punch's jobs are stored in memory. The benefit to this is there is no additional infrastructure requirement (ie. database, redis, etc.). However, if the web processes are restarted with jobs remaining in the queue, they will be lost. For this reason, Sucker Punch is generally recommended for jobs that are fast and non-mission critical (ie. logs, emails, etc.).
Homepage    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-sucker_punch-3.2.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-sucker_punch-3.2.0/LICENSE
  3. /usr/local/share/licenses/rubygem-sucker_punch-3.2.0/MIT
Collapse this list.
Dependency lines:
  • rubygem-sucker_punch>0:devel/rubygem-sucker_punch
To install the port:
cd /usr/ports/devel/rubygem-sucker_punch/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-sucker_punch
  • pkg install rubygem-sucker_punch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-sucker_punch
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1702543778 SHA256 (rubygem/sucker_punch-3.2.0.gem) = 8eeb8d59254210f85b57fc9534c5a64f5e7d7498060dd6b9b50e33a89b100567 SIZE (rubygem/sucker_punch-3.2.0.gem) = 18944

Packages (timestamps in pop-ups are UTC):
rubygem-sucker_punch
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.2.03.2.0-3.2.03.2.0---
FreeBSD:13:quarterly3.2.03.2.03.1.03.2.03.2.03.2.03.2.03.2.0
FreeBSD:14:latest3.2.03.2.03.1.03.2.03.2.03.1.0-3.1.0
FreeBSD:14:quarterly3.2.03.2.0-3.2.03.2.03.2.03.2.03.2.0
FreeBSD:15:latest3.2.03.2.0n/a3.2.0n/a3.2.03.2.03.2.0
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-concurrent-ruby>=1.0<2 : devel/rubygem-concurrent-ruby
  2. ruby31 : lang/ruby31
  3. 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. www/rubygem-rails70
  2. www/rubygem-rails71
  3. www/rubygem-rails72

Configuration Options:
No options to configure
Options name:
devel_rubygem-sucker_punch
USES:
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.

There are no commits on branch 2023Q1 for this port