Port details on branch 2025Q3 |
- rubygem-pstore Transactional File Storage for Ruby Objects
- 0.2.0 devel
=2 0.2.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-12-21 19:43:24
- Last Update: 2025-03-19 03:43:16
- Commit Hash: e1fdaf0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: BSD2CLAUSE RUBY
- WWW:
- https://github.com/ruby/pstore
- Description:
- PStore implements a file based persistence mechanism based on a Hash. User code
can store hierarchies of Ruby objects (values) into the data store file by name
(keys). An object hierarchy may be just a single object. User code may later
read values back from the data store or even update data, as needed.
The transactional behavior ensures that any changes succeed or fail together.
This can be used to ensure that the data store is not left in a transitory
state, where some values were updated but others were not.
Behind the scenes, Ruby objects are stored to the data store file with Marshal.
That carries the usual limitations. Proc objects cannot be marshalled, for
example.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-pstore>0:devel/rubygem-pstore
- To install the port:
- cd /usr/ports/devel/rubygem-pstore/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-pstore
- pkg install rubygem-pstore
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-pstore
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1742070704
SHA256 (rubygem/pstore-0.2.0.gem) = d6e5c7e8e22392235e88bbe82959059ba768a797b5bd0ebf5ac80a3311ce74a8
SIZE (rubygem/pstore-0.2.0.gem) = 15360
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-danger
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-pstore
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|