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= readline lib for Ruby
DISTNAME= rb-readline-0.5.5
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rb-readline-0.5.5.gem) = npvX4Zi97wgixGkC9sWSuILB+Xd4lKTD3PWzIIJKh5M=
SIZE (rb-readline-0.5.5.gem) = 96768

View file

@ -0,0 +1,3 @@
The readline library provides a pure Ruby implementation of the GNU readline C
library, as well as the Readline extension that ships as part of the standard
library.

View file

@ -0,0 +1,29 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGES
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/bench/
${GEM_LIB}/gems/${DISTNAME}/bench/_rl_adjust_point.rb
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/example_readline.rb
${GEM_LIB}/gems/${DISTNAME}/examples/example_readline_with_completion.rb
${GEM_LIB}/gems/${DISTNAME}/examples/tinyirb.rb
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/rb-readline.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbreadline/
${GEM_LIB}/gems/${DISTNAME}/lib/rbreadline.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbreadline/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/readline.rb
${GEM_LIB}/gems/${DISTNAME}/rb-readline.gemspec
${GEM_LIB}/gems/${DISTNAME}/setup.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/support/
${GEM_LIB}/gems/${DISTNAME}/test/support/filesystem_completion_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_completion.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_filename_completion_proc.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_history.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_rbreadline.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_readline.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec