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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
rubygem-anonymous_loader Resolve Ruby files and evaluate them to avoid top-level namespace collisions
0.1.2 develnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-07-08 13:39:50
Last Update: 2026-07-08 13:30:20
Commit Hash: fd80906
Also Listed In: rubygems
License: MIT
WWW:
https://anonymous-loader.galtzo.com/
https://github.com/ruby-oauth/anonymous_loader
Description:
AnonymousLoader evaluates Ruby source files inside fresh anonymous modules. It is useful when a tool needs to inspect or reuse code that declares constants whose top-level names may collide with the host process. The loaded source keeps its normal constant nesting, but that nesting starts inside the returned anonymous namespace. For example, source that declares Auth::Sanitizer becomes namespace::Auth::Sanitizer, and does not create Object::Auth. AnonymousLoader can load explicitly named files, or resolve a file using RubyGems metadata with a $LOAD_PATH fallback. The fallback is intended for Bundler standalone and similar environments where code is loadable but a gem is not visible through Gem.loaded_specs or the normal RubyGems index.
HomepageHomepage    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-anonymous_loader-0.1.2/catalog.mk
  2. /usr/local/share/licenses/rubygem-anonymous_loader-0.1.2/LICENSE
  3. /usr/local/share/licenses/rubygem-anonymous_loader-0.1.2/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • rubygem-anonymous_loader>0:devel/rubygem-anonymous_loader
To install the port:
cd /usr/ports/devel/rubygem-anonymous_loader/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-anonymous_loader
  • pkg install rubygem-anonymous_loader
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-anonymous_loader
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1782966052 SHA256 (rubygem/anonymous_loader-0.1.2.gem) = 8ccf77c3f0812fb93d47956fdd6f30344a3835864e3cb1431ca597905985efc2 SIZE (rubygem/anonymous_loader-0.1.2.gem) = 34816

Packages (timestamps in pop-ups are UTC):
rubygem-anonymous_loader
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-0.1.2--0.1.2---
FreeBSD:14:quarterly0.1.20.1.2--0.1.2---
FreeBSD:15:latest0.1.20.1.2n/a-n/an/a--
FreeBSD:15:quarterly0.1.20.1.2n/a-n/an/a--
FreeBSD:16:latest0.1.20.1.2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby34 : lang/ruby34
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-version_gem>=1.1.13<2 : devel/rubygem-version_gem
  2. ruby34 : lang/ruby34
  3. gem : devel/ruby-gems
Patch dependencies:
  1. ruby34 : lang/ruby34
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby34 : lang/ruby34
This port is required by:
for Run
  1. net/rubygem-oauth-tty
  2. net/rubygem-oauth2
  3. net/rubygem-oauth2-gitlab

Configuration Options:
No options to configure
Options name:
devel_rubygem-anonymous_loader
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
0.1.2
08 Jul 2026 13:30:20
commit hash: fd80906ddf5d36027d4b79db7a5e9b909307d1f3commit hash: fd80906ddf5d36027d4b79db7a5e9b909307d1f3commit hash: fd80906ddf5d36027d4b79db7a5e9b909307d1f3commit hash: fd80906ddf5d36027d4b79db7a5e9b909307d1f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-anonymous_loader: Add rubygem-anonymous_loader 0.1.2

AnonymousLoader evaluates Ruby source files inside fresh anonymous modules. It
is useful when a tool needs to inspect or reuse code that declares constants
whose top-level names may collide with the host process.

The loaded source keeps its normal constant nesting, but that nesting starts
inside the returned anonymous namespace. For example, source that declares
Auth::Sanitizer becomes namespace::Auth::Sanitizer, and does not create
Object::Auth.

AnonymousLoader can load explicitly named files, or resolve a file using
RubyGems metadata with a $LOAD_PATH fallback. The fallback is intended for
Bundler standalone and similar environments where code is loadable but a gem is
not visible through Gem.loaded_specs or the normal RubyGems index.

Number of commits found: 1