Index: devel/Makefile =================================================================== --- devel/Makefile (revision 519595) +++ devel/Makefile (working copy) @@ -6148,6 +6148,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 Index: devel/rubygem-reline/Makefile =================================================================== --- devel/rubygem-reline/Makefile (nonexistent) +++ devel/rubygem-reline/Makefile (working copy) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= reline +PORTVERSION= 0.0.7 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= yasu@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 Index: devel/rubygem-reline/distinfo =================================================================== --- devel/rubygem-reline/distinfo (nonexistent) +++ devel/rubygem-reline/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1575978118 +SHA256 (rubygem/reline-0.0.7.gem) = 638f9bf146d1ed287d05302dfcb70716fbe446115bc964895aae9d2bc0aca930 +SIZE (rubygem/reline-0.0.7.gem) = 38400 Index: devel/rubygem-reline/pkg-descr =================================================================== --- devel/rubygem-reline/pkg-descr (nonexistent) +++ devel/rubygem-reline/pkg-descr (working copy) @@ -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