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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
rubygem-thread-local Provide a class-level mixin to make thread local state easy
1.1.0 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 1.1.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-05-16 06:30:59
Last Update: 2024-05-16 06:21:50
Commit Hash: 8d3d944
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/socketry/thread-local
Description:
Thread::Local provides a simple high level interface for per-class thread locals. Implements a standard interface for "shared global state". It avoids reinventing thread-local semantics in your own code by using this implementation. Features: - Convert global state to thread local state easily. - Avoid race conditions and data corruption. - Provides a standard interface for policy driven design.
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-thread-local-1.1.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-thread-local-1.1.0/LICENSE
  3. /usr/local/share/licenses/rubygem-thread-local-1.1.0/MIT
Collapse this list.
Dependency lines:
  • rubygem-thread-local>0:devel/rubygem-thread-local
To install the port:
cd /usr/ports/devel/rubygem-thread-local/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-thread-local
  • pkg install rubygem-thread-local
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-thread-local
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1714227814 SHA256 (rubygem/thread-local-1.1.0.gem) = 2fb568d31f0ef278063f45a3923c5ed62ee5c33da8134103bc7d2ecdb87bd2e7 SIZE (rubygem/thread-local-1.1.0.gem) = 6144

Packages (timestamps in pop-ups are UTC):
rubygem-thread-local
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1.01.1.0-1.1.01.1.0---
FreeBSD:13:quarterly1.1.01.1.0-1.1.01.1.0---
FreeBSD:14:latest1.1.01.1.0-1.1.01.1.0---
FreeBSD:14:quarterly1.1.01.1.0-1.1.01.1.0---
FreeBSD:15:latest1.1.01.1.0n/a1.1.0n/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
This port is required by:
for Run
  1. www/rubygem-cable_ready

Configuration Options:
No options to configure
Options name:
devel_rubygem-thread-local
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.1.0
16 May 2024 06:21:50
commit hash: 8d3d94495004e8ef85dec4b88353dd5edbf60305commit hash: 8d3d94495004e8ef85dec4b88353dd5edbf60305commit hash: 8d3d94495004e8ef85dec4b88353dd5edbf60305commit hash: 8d3d94495004e8ef85dec4b88353dd5edbf60305 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-thread-local: Add rubygem-thread-local 1.1.0

Thread::Local provides a simple high level interface for per-class thread
locals. Implements a standard interface for "shared global state". It avoids
reinventing thread-local semantics in your own code by using this
implementation.

Features:
- Convert global state to thread local state easily.
- Avoid race conditions and data corruption.
- Provides a standard interface for policy driven design.

Number of commits found: 1