mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/rubygem-readline: Add rubygem-readline 0.0.3
This is just a loader for "readline". If Ruby has the "readline-ext" gem that is a native extension, this gem will load it. If Ruby does not have the "readline-ext" gem this gem will load "reline", a library that is compatible with the "readline-ext" gem and implemented in pure Ruby. WWW: https://github.com/ruby/readline
This commit is contained in:
parent
2549277cc9
commit
3f11eca50a
4 changed files with 31 additions and 0 deletions
|
@ -6693,6 +6693,7 @@
|
||||||
SUBDIR += rubygem-re2
|
SUBDIR += rubygem-re2
|
||||||
SUBDIR += rubygem-react-rails
|
SUBDIR += rubygem-react-rails
|
||||||
SUBDIR += rubygem-react-rails-rails5
|
SUBDIR += rubygem-react-rails-rails5
|
||||||
|
SUBDIR += rubygem-readline
|
||||||
SUBDIR += rubygem-readline-ext
|
SUBDIR += rubygem-readline-ext
|
||||||
SUBDIR += rubygem-readwritesettings
|
SUBDIR += rubygem-readwritesettings
|
||||||
SUBDIR += rubygem-recaptcha
|
SUBDIR += rubygem-recaptcha
|
||||||
|
|
21
devel/rubygem-readline/Makefile
Normal file
21
devel/rubygem-readline/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
|
||||||
|
PORTNAME= readline
|
||||||
|
PORTVERSION= 0.0.3
|
||||||
|
CATEGORIES= devel rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Loader for readline
|
||||||
|
|
||||||
|
LICENSE= RUBY
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-reline>=0:devel/rubygem-reline
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/rubygem-readline/distinfo
Normal file
3
devel/rubygem-readline/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1641045726
|
||||||
|
SHA256 (rubygem/readline-0.0.3.gem) = 916e480e128a16b1d9c02d69ae71b797c21a959c3a5883ffc358afa02221e5c4
|
||||||
|
SIZE (rubygem/readline-0.0.3.gem) = 6656
|
6
devel/rubygem-readline/pkg-descr
Normal file
6
devel/rubygem-readline/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
This is just a loader for "readline". If Ruby has the "readline-ext" gem that is
|
||||||
|
a native extension, this gem will load it. If Ruby does not have the
|
||||||
|
"readline-ext" gem this gem will load "reline", a library that is compatible
|
||||||
|
with the "readline-ext" gem and implemented in pure Ruby.
|
||||||
|
|
||||||
|
WWW: https://github.com/ruby/readline
|
Loading…
Add table
Reference in a new issue