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
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
rubygem-thruster Zero-config HTTP/2 proxy for lightweight production deployments
0.1.10 www 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-02 16:33:47
Last Update: 2025-02-03 15:53:58
Commit Hash: 48c8040
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/basecamp/thruster
Description:
Thruster is an HTTP/2 proxy for simple production-ready deployments of Rails applications. It runs alongside the Puma webserver to provide a few additional features that help your app run efficiently and safely on the open Internet: - HTTP/2 support - Automatic TLS certificate management with Let's Encrypt - Basic HTTP caching of public assets - X-Sendfile support and compression, to efficiently serve static files Thruster aims to be as zero-config as possible. It has no configuration file, and most features are automatically enabled with sensible defaults. The goal is that simply running your Puma server with Thruster should be enough to get a production-ready setup. The only exception to this is TLS provisioning: in order for Thruster to provision TLS certificates, it needs to know which domain those certificates should be for. So to use TLS, you need to set the TLS_DOMAIN environment variable. If you don't set this variable, Thruster will run in HTTP-only mode. Thruster also wraps the Puma process so that you can use it without managing multiple processes yourself. This is particularly useful when running in a containerized environment, where you typically won't have a process manager available to coordinate the processes. Instead you can use Thruster as your CMD, and it will manage Puma for you. Thruster was originally created for the ONCE project, where we wanted a no-fuss way to serve a Rails application from a single container, directly on the open Internet. We've since found it useful for simple deployments of other Rails applications.
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 (4 items)
Collapse this list.
  1. bin/thrust
  2. /usr/local/share/licenses/rubygem-thruster-0.1.10/catalog.mk
  3. /usr/local/share/licenses/rubygem-thruster-0.1.10/LICENSE
  4. /usr/local/share/licenses/rubygem-thruster-0.1.10/MIT
Collapse this list.
Dependency lines:
  • rubygem-thruster>0:www/rubygem-thruster
To install the port:
cd /usr/ports/www/rubygem-thruster/ && make install clean
To add the package, run one of these commands:
  • pkg install www/rubygem-thruster
  • pkg install rubygem-thruster
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-thruster
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1738090174 SHA256 (rubygem/thruster-0.1.10.gem) = 80cbeaa660312e24c779048e2c4a73d973a4a99b4252492f0649fbfb63e2efa6 SIZE (rubygem/thruster-0.1.10.gem) = 7680

Packages (timestamps in pop-ups are UTC):
rubygem-thruster
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.90.1.9-0.1.90.1.9---
FreeBSD:13:quarterly0.1.90.1.9-0.1.90.1.9---
FreeBSD:14:latest0.1.90.1.9-0.1.90.1.9---
FreeBSD:14:quarterly0.1.90.1.9-0.1.90.1.9---
FreeBSD:15:latest0.1.90.1.9n/a0.1.9n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Patch dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby32 : lang/ruby32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_rubygem-thruster
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.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.10
03 Feb 2025 15:53:58
commit hash: 48c80402f109633af6f3f32652ebc4db751e9c14commit hash: 48c80402f109633af6f3f32652ebc4db751e9c14commit hash: 48c80402f109633af6f3f32652ebc4db751e9c14commit hash: 48c80402f109633af6f3f32652ebc4db751e9c14 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-thruster: Update to 0.1.10

Changes:	https://github.com/basecamp/thruster/blob/main/CHANGELOG.md
0.1.9
02 Jan 2025 16:28:34
commit hash: 37ff6fafd3d9c9aca4b9d6547f20852ce00659becommit hash: 37ff6fafd3d9c9aca4b9d6547f20852ce00659becommit hash: 37ff6fafd3d9c9aca4b9d6547f20852ce00659becommit hash: 37ff6fafd3d9c9aca4b9d6547f20852ce00659be files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-thruster: Add rubygem-thruster 0.1.9

Thruster is an HTTP/2 proxy for simple production-ready deployments of Rails
applications. It runs alongside the Puma webserver to provide a few additional
features that help your app run efficiently and safely on the open Internet:
- HTTP/2 support
- Automatic TLS certificate management with Let's Encrypt
- Basic HTTP caching of public assets
- X-Sendfile support and compression, to efficiently serve static files

Thruster aims to be as zero-config as possible. It has no configuration file,
and most features are automatically enabled with sensible defaults. The goal is
that simply running your Puma server with Thruster should be enough to get a
production-ready setup.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 2