NEW: devel/ruby-require-all
This commit is contained in:
parent
9af511f770
commit
d90f1a3d78
4 changed files with 82 additions and 0 deletions
20
devel/ruby-require-all/Makefile
Normal file
20
devel/ruby-require-all/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT= code loader
|
||||
|
||||
V= 3.0.0
|
||||
DISTNAME= require_all-${V}
|
||||
PKGNAME= require-all-${V}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/jarmo/require_all
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-require-all/distinfo
Normal file
2
devel/ruby-require-all/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (require_all-3.0.0.gem) = k3hT+qKDM4jqtVEQe/e/h8a7prSAC6xc5Gntp7ap/tA=
|
||||
SIZE (require_all-3.0.0.gem) = 13824
|
1
devel/ruby-require-all/pkg/DESCR
Normal file
1
devel/ruby-require-all/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A wonderfully simple way to load your code.
|
59
devel/ruby-require-all/pkg/PLIST
Normal file
59
devel/ruby-require-all/pkg/PLIST
Normal file
|
@ -0,0 +1,59 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGES.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/require_all.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/require_all.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/autoload_shared.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/autoload_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/class1/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/class1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/class1/c.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/module1/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/module1/a.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/module2/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/module2/longer_name.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/module2/module3/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/module2/module3/b.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded/with_wrong_module.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded_rel/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded_rel/modules/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded_rel/modules/module1/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded_rel/modules/module1/first.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded_rel/modules/module2/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded_rel/modules/module2/second.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/autoloaded_rel/modules/zero.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/error/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/error/a.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/relative/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/relative/a.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/relative/b/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/relative/b/b.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/relative/c/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/relative/c/c.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/relative/d/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/relative/d/d.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/resolvable/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/resolvable/a.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/resolvable/b.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/resolvable/c.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/resolvable/d.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/unresolvable/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/unresolvable/a.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/unresolvable/b.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/unresolvable/c.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/unresolvable/d.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/load_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/require_shared.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/require_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue