import metaclass-0.0.1
Adds a __metaclass__ method to all Ruby objects. ok aja@
This commit is contained in:
parent
27e07468d1
commit
3b015d7f1d
17
devel/ruby-metaclass/Makefile
Normal file
17
devel/ruby-metaclass/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/26 12:12:37 jasper Exp $
|
||||
|
||||
COMMENT= adds a metaclass method to all Ruby objects
|
||||
|
||||
DISTNAME= metaclass-0.0.1
|
||||
CATEGORIES= devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= 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.
|
17
devel/ruby-metaclass/pkg/PLIST
Normal file
17
devel/ruby-metaclass/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/26 12:12:37 jasper Exp $
|
||||
${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…
Reference in New Issue
Block a user