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
rubygem-solid_cache Database-backed ActiveSupport::Cache::Store
1.0.6 databasesnew! 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: 2024-09-18 06:22:02
Last Update: 2024-09-18 06:13:04
Commit Hash: 39f77ea
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/rails/solid_cache
Description:
Solid Cache is a database-backed Active Support cache store that let's you keep a much larger cache than is typically possible with traditional memory-only Redis or Memcached stores. This is thanks to the speed of modern SSD drives, which make the access-time penalty of using disk vs RAM insignificant for most caching purposes. Simply put, you're now usually better off keeping a huge cache on disk rather than a small cache in memory.
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-solid_cache-1.0.6/catalog.mk
  2. /usr/local/share/licenses/rubygem-solid_cache-1.0.6/LICENSE
  3. /usr/local/share/licenses/rubygem-solid_cache-1.0.6/MIT
Collapse this list.
Dependency lines:
  • rubygem-solid_cache>0:databases/rubygem-solid_cache
To install the port:
cd /usr/ports/databases/rubygem-solid_cache/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/rubygem-solid_cache
  • pkg install rubygem-solid_cache
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-solid_cache
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1726487308 SHA256 (rubygem/solid_cache-1.0.6.gem) = fe1acf73fbe4a6a53620425317949082d3b99e0cfd35416106b56220fa66c311 SIZE (rubygem/solid_cache-1.0.6.gem) = 20992

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
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. rubygem-activejob72>=7.2 : devel/rubygem-activejob72
  2. rubygem-activerecord72>=7.2 : databases/rubygem-activerecord72
  3. rubygem-railties72>=7.2 : www/rubygem-railties72
  4. ruby32 : lang/ruby32
  5. 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:
databases_rubygem-solid_cache
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: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.6
18 Sep 2024 06:13:04
commit hash: 39f77ea66f0a71e5ad6bd213f835dca0bf1391f0commit hash: 39f77ea66f0a71e5ad6bd213f835dca0bf1391f0commit hash: 39f77ea66f0a71e5ad6bd213f835dca0bf1391f0commit hash: 39f77ea66f0a71e5ad6bd213f835dca0bf1391f0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-solid_cache: Add rubygem-solid_cache 1.0.6

Solid Cache is a database-backed Active Support cache store that let's you keep
a much larger cache than is typically possible with traditional memory-only
Redis or Memcached stores. This is thanks to the speed of modern SSD drives,
which make the access-time penalty of using disk vs RAM insignificant for most
caching purposes. Simply put, you're now usually better off keeping a huge cache
on disk rather than a small cache in memory.

Number of commits found: 1