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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-zeitwerk Efficient and thread-safe code loader
2.6.13 devel on this many watch lists=0 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.13Version 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-02-21 15:10:34
Commit Hash: c6bd6a4
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.13/catalog.mk
  2. /usr/local/share/licenses/rubygem-zeitwerk-2.6.13/LICENSE
  3. /usr/local/share/licenses/rubygem-zeitwerk-2.6.13/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 = 1708450492 SHA256 (rubygem/zeitwerk-2.6.13.gem) = 2db861b021d020f48b5bf51613f355fcd041bf0a27ad8c748fa88fa974c5c7d4 SIZE (rubygem/zeitwerk-2.6.13.gem) = 38912

Packages (timestamps in pop-ups are UTC):
rubygem-zeitwerk
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.6.132.6.132.4.22.6.132.6.13-2.4.2-
FreeBSD:13:quarterly2.6.122.6.122.6.82.6.122.6.132.6.122.6.122.6.12
FreeBSD:14:latest2.6.132.6.132.6.62.6.132.6.132.6.8-2.6.8
FreeBSD:14:quarterly2.6.122.6.13-2.6.122.6.132.6.122.6.122.6.12
FreeBSD:15:latest2.6.132.6.13n/a2.6.12n/a2.6.122.6.122.6.13
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
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-vite_ruby
Expand this list (19 items / 12 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/rubygem-vite_ruby33
  3. devel/rubygem-with_advisory_lock61
  4. security/metasploit
  5. security/rubygem-metasploit-concern
  6. textproc/rubygem-html-proofer
  7. www/rubygem-actioncable71
  8. www/rubygem-nanoc-cli
  9. www/rubygem-nanoc-core
  10. www/rubygem-railties70
  11. www/rubygem-railties71
  12. 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.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.6.13
21 Feb 2024 15:10:34
commit hash: c6bd6a44f18180dbc27296b1fa0dc36fa0d5e8e8commit hash: c6bd6a44f18180dbc27296b1fa0dc36fa0d5e8e8commit hash: c6bd6a44f18180dbc27296b1fa0dc36fa0d5e8e8commit hash: c6bd6a44f18180dbc27296b1fa0dc36fa0d5e8e8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.13

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.12
30 Sep 2023 00:46:26
commit hash: 0b04eafeab1fc966f79005eabfd166be9d639a60commit hash: 0b04eafeab1fc966f79005eabfd166be9d639a60commit hash: 0b04eafeab1fc966f79005eabfd166be9d639a60commit hash: 0b04eafeab1fc966f79005eabfd166be9d639a60 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.12

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.11
16 Aug 2023 18:26:14
commit hash: 3de53341c8ee43bf041ded0e1a066dcef265f0a3commit hash: 3de53341c8ee43bf041ded0e1a066dcef265f0a3commit hash: 3de53341c8ee43bf041ded0e1a066dcef265f0a3commit hash: 3de53341c8ee43bf041ded0e1a066dcef265f0a3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.11

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.8
02 May 2023 16:20:47
commit hash: 5d6178d6f450eb8d672643fc412d5ad6828ab9edcommit hash: 5d6178d6f450eb8d672643fc412d5ad6828ab9edcommit hash: 5d6178d6f450eb8d672643fc412d5ad6828ab9edcommit hash: 5d6178d6f450eb8d672643fc412d5ad6828ab9ed files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.8

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.7
21 Mar 2023 19:22:05
commit hash: aa2423e61b47279ea0775f2aa280b797663cc5b5commit hash: aa2423e61b47279ea0775f2aa280b797663cc5b5commit hash: aa2423e61b47279ea0775f2aa280b797663cc5b5commit hash: aa2423e61b47279ea0775f2aa280b797663cc5b5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.7

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.6
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2.6.6
30 Dec 2022 09:05:34
commit hash: e720b028bc149f451a5dfada859fe0d46d2b12b5commit hash: e720b028bc149f451a5dfada859fe0d46d2b12b5commit hash: e720b028bc149f451a5dfada859fe0d46d2b12b5commit hash: e720b028bc149f451a5dfada859fe0d46d2b12b5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.6

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.6.1
03 Oct 2022 17:11:01
commit hash: e398d81cb0af389bb475f0b84b3659746d8c36a9commit hash: e398d81cb0af389bb475f0b84b3659746d8c36a9commit hash: e398d81cb0af389bb475f0b84b3659746d8c36a9commit hash: e398d81cb0af389bb475f0b84b3659746d8c36a9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.1

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.6.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.0
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.0
16 Jun 2022 14:01:31
commit hash: 7c93f1618a2ad55eb8893f526a8d201b097abe5ecommit hash: 7c93f1618a2ad55eb8893f526a8d201b097abe5ecommit hash: 7c93f1618a2ad55eb8893f526a8d201b097abe5ecommit hash: 7c93f1618a2ad55eb8893f526a8d201b097abe5e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.6.0

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.4
28 Feb 2022 12:46:34
commit hash: 483757f22e5333838051fba7df629823fe35e0edcommit hash: 483757f22e5333838051fba7df629823fe35e0edcommit hash: 483757f22e5333838051fba7df629823fe35e0edcommit hash: 483757f22e5333838051fba7df629823fe35e0ed files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.4

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.3
23 Jan 2022 19:09:29
commit hash: 6598b4bc9beca238d3d2af62e71da06e3e50942acommit hash: 6598b4bc9beca238d3d2af62e71da06e3e50942acommit hash: 6598b4bc9beca238d3d2af62e71da06e3e50942acommit hash: 6598b4bc9beca238d3d2af62e71da06e3e50942a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.3

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.2
11 Jan 2022 18:46:52
commit hash: 2eab64ffef5ae7415fa87fb3b9efa3891b5c2d6fcommit hash: 2eab64ffef5ae7415fa87fb3b9efa3891b5c2d6fcommit hash: 2eab64ffef5ae7415fa87fb3b9efa3891b5c2d6fcommit hash: 2eab64ffef5ae7415fa87fb3b9efa3891b5c2d6f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.2

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.1
01 Nov 2021 13:42:19
commit hash: 29c14e01deebb319f34d24ffb3bb0f896ccaed82commit hash: 29c14e01deebb319f34d24ffb3bb0f896ccaed82commit hash: 29c14e01deebb319f34d24ffb3bb0f896ccaed82commit hash: 29c14e01deebb319f34d24ffb3bb0f896ccaed82 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.1

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.5.0
25 Oct 2021 21:54:33
commit hash: 77b318ac942272a63e22bfc71f654d6ba6cc497dcommit hash: 77b318ac942272a63e22bfc71f654d6ba6cc497dcommit hash: 77b318ac942272a63e22bfc71f654d6ba6cc497dcommit hash: 77b318ac942272a63e22bfc71f654d6ba6cc497d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-zeitwerk: Update to 2.5.0

Changes:	https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
2.4.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.4.2
10 Dec 2020 21:58:33
Revision:557672Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.4.2

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.4.1
08 Nov 2020 17:48:51
Revision:554626Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.4.1

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.4.0
24 Jul 2020 07:18:48
Revision:543101Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.4.0

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.3.1
08 Jul 2020 19:15:29
Revision:541696Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.3.1

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.3.0
04 Mar 2020 16:17:55
Revision:527784Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.3.0

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.2.2
08 Dec 2019 17:30:40
Revision:519544Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.2.2

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.2.1
04 Nov 2019 16:03:22
Revision:516713Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.2.1

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.1.10
07 Sep 2019 22:46:07
Revision:511461Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.1.10

- Add NO_ARCH

Changes:	https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md
2.1.9
26 Aug 2019 11:51:37
Revision:509938Original commit files touched by this commit
sunpoet search for other commits by this committer
Add rubygem-zeitwerk 2.1.9

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 27