SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-rb-readline/Makefile
Normal file
15
devel/ruby-rb-readline/Makefile
Normal 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>
|
2
devel/ruby-rb-readline/distinfo
Normal file
2
devel/ruby-rb-readline/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rb-readline-0.5.5.gem) = npvX4Zi97wgixGkC9sWSuILB+Xd4lKTD3PWzIIJKh5M=
|
||||
SIZE (rb-readline-0.5.5.gem) = 96768
|
3
devel/ruby-rb-readline/pkg/DESCR
Normal file
3
devel/ruby-rb-readline/pkg/DESCR
Normal 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.
|
29
devel/ruby-rb-readline/pkg/PLIST
Normal file
29
devel/ruby-rb-readline/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue