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
p5-Hash-SharedMem Efficient shared mutable hash
0.005 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 0.005Version of this port present on the latest quarterly branch.
Maintainer: nork@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-02-29 15:00:08
Last Update: 2024-02-29 14:57:46
Commit Hash: 76a79ae
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/Hash-SharedMem
Description:
This module provides a facility for efficiently sharing mutable data between processes on one host. Data is organised as a key/value store, resembling a Perl hash. The keys and values are restricted to octet (Latin-1) strings. Structured objects may be stored by serialising them using a mechanism such as Sereal.
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 (9 items)
Collapse this list.
  1. lib/perl5/site_perl/mach/5.36/auto/Hash/SharedMem/SharedMem.so
  2. lib/perl5/site_perl/mach/5.36/Hash/SharedMem.pm
  3. lib/perl5/site_perl/mach/5.36/Hash/SharedMem/Handle.pm
  4. lib/perl5/site_perl/man/man3/Hash::SharedMem.3.gz
  5. lib/perl5/site_perl/man/man3/Hash::SharedMem::Handle.3.gz
  6. /usr/local/share/licenses/p5-Hash-SharedMem-0.005/catalog.mk
  7. /usr/local/share/licenses/p5-Hash-SharedMem-0.005/LICENSE
  8. /usr/local/share/licenses/p5-Hash-SharedMem-0.005/ART10
  9. /usr/local/share/licenses/p5-Hash-SharedMem-0.005/GPLv1+
Collapse this list.
Dependency lines:
  • p5-Hash-SharedMem>0:devel/p5-Hash-SharedMem
To install the port:
cd /usr/ports/devel/p5-Hash-SharedMem/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-Hash-SharedMem
  • pkg install p5-Hash-SharedMem
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Hash-SharedMem
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1708692187 SHA256 (Hash-SharedMem-0.005.tar.gz) = 324776808602f7bdc44adaa937895365454029a926fa611f321c9bf6b940bb5e SIZE (Hash-SharedMem-0.005.tar.gz) = 117668

Packages (timestamps in pop-ups are UTC):
p5-Hash-SharedMem
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0050.005-0.0050.005---
FreeBSD:13:quarterly0.0050.005-0.0050.005---
FreeBSD:14:latest0.0050.005-0.0050.005---
FreeBSD:14:quarterly0.0050.005-0.0050.005---
FreeBSD:15:latest0.0050.005n/a0.005n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Devel-CallChecker>0 : devel/p5-Devel-CallChecker
  2. p5-Scalar-String>0 : devel/p5-Scalar-String
  3. p5-Module-Build>=0.4206 : devel/p5-Module-Build
  4. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. p5-Devel-CallChecker>0 : devel/p5-Devel-CallChecker
  2. p5-Scalar-String>0 : devel/p5-Scalar-String
  3. perl5>=5.36<5.37 : lang/perl5.36
This port is required by:
for Run
  1. net-mgmt/p5-Prometheus-Tiny-Shared

Configuration Options:
No options to configure
Options name:
devel_p5-Hash-SharedMem
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Hash/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Hash/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Hash/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Hash/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Hash/
  7. http://backpan.perl.org/modules/by-module/Hash/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Hash/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Hash/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Hash/
  12. https://www.cpan.org/modules/by-module/Hash/
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
0.005
29 Feb 2024 14:57:46
commit hash: 76a79ae7bfe837b3e075b565ac91888bc9174352commit hash: 76a79ae7bfe837b3e075b565ac91888bc9174352commit hash: 76a79ae7bfe837b3e075b565ac91888bc9174352commit hash: 76a79ae7bfe837b3e075b565ac91888bc9174352 files touched by this commit
Norikatsu Shigemura (nork) search for other commits by this committer
devel/p5-Hash-SharedMem: Add new port

This module provides a facility for efficiently sharing mutable
data between processes on one host.  Data is organised as a
key/value store, resembling a Perl hash.  The keys and values
are restricted to octet (Latin-1) strings.  Structured objects
may be stored by serialising them using a mechanism such as
Sereal.

Approved by:	hrs (mentor)

Number of commits found: 1