SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/ruby-zeitwerk/Makefile
Normal file
14
devel/ruby-zeitwerk/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= constant autoloading with Ruby semantics
|
||||
|
||||
DISTNAME= zeitwerk-2.6.7
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-zeitwerk/distinfo
Normal file
2
devel/ruby-zeitwerk/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (zeitwerk-2.6.7.gem) = YXZ6YVhIDfKQ0NKj/YYNi6Oii6ETg3Zo7pS2V3FqFAk=
|
||||
SIZE (zeitwerk-2.6.7.gem) = 36352
|
4
devel/ruby-zeitwerk/pkg/DESCR
Normal file
4
devel/ruby-zeitwerk/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Zeitwerk implements constant autoloading with Ruby semantics. Each gem
|
||||
and application may have their own independent autoloader, with its own
|
||||
configuration, inflector, and logger. Supports autoloading, preloading,
|
||||
reloading, and eager loading.
|
24
devel/ruby-zeitwerk/pkg/PLIST
Normal file
24
devel/ruby-zeitwerk/pkg/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/error.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/explicit_namespace.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/gem_inflector.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/gem_loader.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/inflector.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/internal.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/kernel.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/loader/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/loader.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/loader/callbacks.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/loader/config.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/loader/eager_load.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/loader/helpers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/real_mod_name.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/registry.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/zeitwerk/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue