SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/ruby-metaclass/Makefile
Normal file
16
devel/ruby-metaclass/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT= adds a metaclass method to all Ruby objects
|
||||
|
||||
DISTNAME= metaclass-0.0.1
|
||||
REVISION = 0
|
||||
CATEGORIES= devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
MODRUBY_TEST= rake
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-metaclass/distinfo
Normal file
2
devel/ruby-metaclass/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (metaclass-0.0.1.gem) = tP2bOafWZ9qZcz+cqxv0j8NOLs6ny4u7Psj6F3vZijs=
|
||||
SIZE (metaclass-0.0.1.gem) = 4608
|
1
devel/ruby-metaclass/pkg/DESCR
Normal file
1
devel/ruby-metaclass/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Adds a __metaclass__ method to all Ruby objects.
|
16
devel/ruby-metaclass/pkg/PLIST
Normal file
16
devel/ruby-metaclass/pkg/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/metaclass/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/metaclass.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/metaclass/object_methods.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/metaclass/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/metaclass.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/object_methods_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue