svn commit: r519958 - in head/devel: . rubygem-reline
Koichiro Iwao
meta at FreeBSD.org
Fri Dec 13 00:48:25 UTC 2019
Author: meta
Date: Fri Dec 13 00:48:23 2019
New Revision: 519958
URL: https://svnweb.freebsd.org/changeset/ports/519958
Log:
New port: devel/rubygem-reline
Reline is compatible with the API of Ruby's stdlib 'readline', GNU
Readline and Editline by pure Ruby implementation.
WWW: http://rubygems.org/gems/reline
PR: 2442541
Submitted by: Yasuhiro KIMURA <yasu at utahime.org>
Added:
head/devel/rubygem-reline/
head/devel/rubygem-reline/Makefile (contents, props changed)
head/devel/rubygem-reline/distinfo (contents, props changed)
head/devel/rubygem-reline/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Dec 13 00:09:02 2019 (r519957)
+++ head/devel/Makefile Fri Dec 13 00:48:23 2019 (r519958)
@@ -6155,6 +6155,7 @@
SUBDIR += rubygem-redmine_plugin_support
SUBDIR += rubygem-reentrant_flock
SUBDIR += rubygem-ref
+ SUBDIR += rubygem-reline
SUBDIR += rubygem-request_store
SUBDIR += rubygem-require_all
SUBDIR += rubygem-resque
Added: head/devel/rubygem-reline/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-reline/Makefile Fri Dec 13 00:48:23 2019 (r519958)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= reline
+PORTVERSION= 0.0.7
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= yasu at utahime.org
+COMMENT= Alternative GNU Readline or Editline implementation by pure Ruby
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-reline/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-reline/distinfo Fri Dec 13 00:48:23 2019 (r519958)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575978118
+SHA256 (rubygem/reline-0.0.7.gem) = 638f9bf146d1ed287d05302dfcb70716fbe446115bc964895aae9d2bc0aca930
+SIZE (rubygem/reline-0.0.7.gem) = 38400
Added: head/devel/rubygem-reline/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-reline/pkg-descr Fri Dec 13 00:48:23 2019 (r519958)
@@ -0,0 +1,4 @@
+Reline is compatible with the API of Ruby's stdlib 'readline', GNU
+Readline and Editline by pure Ruby implementation.
+
+WWW: http://rubygems.org/gems/reline
More information about the svn-ports-head
mailing list