SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (method_source-1.0.0.gem) = 13lFWitWZqB5zlhXe/rYU09XGvfOyBB/Tc4yjwmB3t4=
SIZE (method_source-1.0.0.gem) = 13824

View file

@ -0,0 +1 @@
Rails internals: application bootup, plugins, generators, and rake tasks

View 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