Port details |
- rubygem-solid_cache Database-backed ActiveSupport::Cache::Store
- 1.0.7 databases
=0 1.0.6Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-09-18 06:22:02
- Last Update: 2025-02-17 08:13:01
- Commit Hash: c869116
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1739116740
SHA256 (rubygem/solid_cache-1.0.7.gem) = 58e690ccee057be7351f21b1940d5f9cf6bb132074316e70478e554a79e6a490
SIZE (rubygem/solid_cache-1.0.7.gem) = 20992
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activejob80>=7.2 : devel/rubygem-activejob80
- rubygem-activerecord80>=7.2 : databases/rubygem-activerecord80
- rubygem-railties80>=7.2 : www/rubygem-railties80
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- www/rubygem-rails80
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:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.7 17 Feb 2025 08:13:01
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rubygem-solid_cache: Update to 1.0.7
Changes: https://github.com/rails/solid_cache/releases |
1.0.6_1 02 Jan 2025 16:29:27
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rubygem-solid_cache: Update RUN_DEPENDS: use Rails 8.0
- Bump PORTREVISION for dependency change |
1.0.6 18 Sep 2024 06:13:04
    |
Po-Chuan Hsieh (sunpoet)  |
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: 3
|