Port details |
- rubygem-zeitwerk Efficient and thread-safe code loader
- 2.6.18 devel =2 2.6.18Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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):
- 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-activesupport60
- devel/rubygem-activesupport61
- devel/rubygem-dry-configurable
- devel/rubygem-dry-core
- devel/rubygem-dry-logic
- devel/rubygem-dry-types
- devel/rubygem-grape
-
Deleted ports which required this port:
- * - 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.18 08 Sep 2024 18:40:03 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-zeitwerk: Update to 2.6.18
Changes: https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md |
2.6.17 04 Aug 2024 17:14:25 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-zeitwerk: Update to 2.6.17
Changes: https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md |
2.6.16 18 Jun 2024 14:26:26 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-zeitwerk: Update to 2.6.16
Changes: https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md |
2.6.15 28 May 2024 20:20:54 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-zeitwerk: Update to 2.6.15
Changes: https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md |
2.6.14 19 May 2024 17:18:09 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-zeitwerk: Update to 2.6.14
Changes: https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md |
2.6.13 21 Feb 2024 15:10:34 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Muhammad Moinur Rahman (bofh) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-zeitwerk: Update to 2.6.1
Changes: https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
2.6.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
2.6.0 16 Jun 2022 14:01:31 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.2 10 Dec 2020 21:58:33 |
sunpoet |
Update to 2.4.2
Changes: https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md |
2.4.1 08 Nov 2020 17:48:51 |
sunpoet |
Update to 2.4.1
Changes: https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md |
2.4.0 24 Jul 2020 07:18:48 |
sunpoet |
Update to 2.4.0
Changes: https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md |
2.3.1 08 Jul 2020 19:15:29 |
sunpoet |
Update to 2.3.1
Changes: https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md |
2.3.0 04 Mar 2020 16:17:55 |
sunpoet |
Update to 2.3.0
Changes: https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md |
2.2.2 08 Dec 2019 17:30:40 |
sunpoet |
Update to 2.2.2
Changes: https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md |
2.2.1 04 Nov 2019 16:03:22 |
sunpoet |
Update to 2.2.1
Changes: https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md |
2.1.10 07 Sep 2019 22:46:07 |
sunpoet |
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 |
sunpoet |
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 ) |