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:
Po-Chuan Hsieh 2022-01-12 00:42:50 +08:00
parent 2549277cc9
commit 3f11eca50a
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 31 additions and 0 deletions

View file

@ -6693,6 +6693,7 @@
SUBDIR += rubygem-re2
SUBDIR += rubygem-react-rails
SUBDIR += rubygem-react-rails-rails5
SUBDIR += rubygem-readline
SUBDIR += rubygem-readline-ext
SUBDIR += rubygem-readwritesettings
SUBDIR += rubygem-recaptcha

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

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1641045726
SHA256 (rubygem/readline-0.0.3.gem) = 916e480e128a16b1d9c02d69ae71b797c21a959c3a5883ffc358afa02221e5c4
SIZE (rubygem/readline-0.0.3.gem) = 6656

View 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