SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/ruby-reline/Makefile
Normal file
18
devel/ruby-reline/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= Alternative GNU Readline
|
||||
|
||||
DISTNAME= reline-0.3.3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Ruby, BSD-2-Clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-io-console
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-reline/distinfo
Normal file
2
devel/ruby-reline/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (reline-0.3.3.gem) = w4FBnxO/cDF7LmQ5dhJ9v6w5Sg1VtwUAgL4/A80g/34=
|
||||
SIZE (reline-0.3.3.gem) = 57344
|
1
devel/ruby-reline/pkg/DESCR
Normal file
1
devel/ruby-reline/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Alternative GNU Readline or Editline implementation by pure Ruby.
|
29
devel/ruby-reline/pkg/PLIST
Normal file
29
devel/ruby-reline/pkg/PLIST
Normal file
|
@ -0,0 +1,29 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/BSDL
|
||||
${GEM_LIB}/gems/${DISTNAME}/COPYING
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/ansi.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/config.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/general_io.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/history.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/key_actor/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/key_actor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/key_actor/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/key_actor/emacs.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/key_actor/vi_command.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/key_actor/vi_insert.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/key_stroke.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/kill_ring.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/line_editor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/terminfo.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/unicode/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/unicode.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/unicode/east_asian_width.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/reline/windows.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/license_of_rb-readline
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue