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 on branch 2023Q1
rubygem-zeitwerk Efficient and thread-safe code loader
2.6.18 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 2.6.18Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-08-26 11:57:30
Last Update: 2024-09-08 18:40:03
Commit Hash: 2d74949
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/fxn/zeitwerk
Description:
Zeitwerk is an efficient and thread-safe code loader for Ruby. Given a conventional file structure, Zeitwerk is able to load your project's classes and modules on demand (autoloading), or upfront (eager loading). You don't need to write require calls for your own files, rather, you can streamline your programming knowing that your classes and modules are available everywhere. This feature is efficient, thread-safe, and matches Ruby's semantics for constants. Zeitwerk is also able to reload code, which may be handy while developing web applications. Coordination is needed to reload in a thread-safe manner. The documentation below explains how to do this. The gem is designed so that any project, gem dependency, application, etc. can have their own independent loader, coexisting in the same process, managing their own project trees, and independent of each other. Each loader has its own configuration, inflector, and optional logger. Internally, Zeitwerk issues require calls exclusively using absolute file names, so there are no costly file system lookups in $LOAD_PATH. Technically, the directories managed by Zeitwerk do not even need to be in $LOAD_PATH. Furthermore, Zeitwerk does only one single scan of the project tree, and it descends into subdirectories lazily, only if their namespaces are used.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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-zeitwerk-2.6.18/catalog.mk
  2. /usr/local/share/licenses/rubygem-zeitwerk-2.6.18/LICENSE
  3. /usr/local/share/licenses/rubygem-zeitwerk-2.6.18/MIT
Collapse this list.
Dependency lines:
  • rubygem-zeitwerk>0:devel/rubygem-zeitwerk
To install the port:
cd /usr/ports/devel/rubygem-zeitwerk/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-zeitwerk
  • pkg install rubygem-zeitwerk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-zeitwerk
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1725560785 SHA256 (rubygem/zeitwerk-2.6.18.gem) = bd2d213996ff7b3b364cd342a585fbee9797dbc1c0c6d868dc4150cc75739781 SIZE (rubygem/zeitwerk-2.6.18.gem) = 40448

Packages (timestamps in pop-ups are UTC):
rubygem-zeitwerk
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.6.182.6.182.4.22.6.182.6.18-2.4.2-
FreeBSD:13:quarterly2.6.182.6.182.6.82.6.182.6.182.6.122.6.122.6.12
FreeBSD:14:latest2.6.182.6.182.6.62.6.182.6.182.6.8-2.6.8
FreeBSD:14:quarterly2.6.182.6.18-2.6.182.6.182.6.122.6.122.6.12
FreeBSD:15:latest2.6.182.6.18n/a2.6.18n/a2.6.122.6.122.6.13
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. devel/rubygem-activesupport60
  2. devel/rubygem-activesupport61
  3. devel/rubygem-dry-configurable
  4. devel/rubygem-dry-core
  5. devel/rubygem-dry-logic
  6. devel/rubygem-dry-types
  7. devel/rubygem-grape
Expand this list (25 items / 18 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/rubygem-packwerk
  3. devel/rubygem-packwerk-extensions
  4. devel/rubygem-vite_ruby
  5. devel/rubygem-vite_ruby33
  6. devel/rubygem-with_advisory_lock61
  7. security/metasploit
  8. security/rubygem-metasploit-concern
  9. textproc/rubygem-html-proofer
  10. www/rubygem-actioncable71
  11. www/rubygem-actioncable72
  12. www/rubygem-acts-as-taggable-on
  13. www/rubygem-nanoc-cli
  14. www/rubygem-nanoc-core
  15. www/rubygem-railties70
  16. www/rubygem-railties71
  17. www/rubygem-railties72
  18. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/rubygem-activesupport613*
  2. devel/rubygem-with_advisory_lock*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_rubygem-zeitwerk
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.

There are no commits on branch 2023Q1 for this port