SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-method-source/Makefile
Normal file
15
devel/ruby-method-source/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= retrieve the sourcecode for a method
|
||||
|
||||
DISTNAME= method_source-1.0.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-method-source/distinfo
Normal file
2
devel/ruby-method-source/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (method_source-1.0.0.gem) = 13lFWitWZqB5zlhXe/rYU09XGvfOyBB/Tc4yjwmB3t4=
|
||||
SIZE (method_source-1.0.0.gem) = 13824
|
1
devel/ruby-method-source/pkg/DESCR
Normal file
1
devel/ruby-method-source/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Rails internals: application bootup, plugins, generators, and rake tasks
|
24
devel/ruby-method-source/pkg/PLIST
Normal file
24
devel/ruby-method-source/pkg/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.circleci/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.circleci/config.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gemtest
|
||||
${GEM_LIB}/gems/${DISTNAME}/.yardopts
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/method_source/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/method_source.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/method_source/code_helpers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/method_source/source_location.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/method_source/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/method_source.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/method_source/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/method_source/code_helpers_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/method_source_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