Date: Sat, 28 Dec 2019 07:43:17 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521203 - in head/devel: . rubygem-io-console Message-ID: <201912280743.xBS7hHVZ058761@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 28 07:43:16 2019 New Revision: 521203 URL: https://svnweb.freebsd.org/changeset/ports/521203 Log: Add rubygem-io-console 0.5.3 Add console capabilities to IO instances. WWW: https://github.com/ruby/io-console PR: 242856 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Added: head/devel/rubygem-io-console/ head/devel/rubygem-io-console/Makefile (contents, props changed) head/devel/rubygem-io-console/distinfo (contents, props changed) head/devel/rubygem-io-console/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Dec 28 07:43:11 2019 (r521202) +++ head/devel/Makefile Sat Dec 28 07:43:16 2019 (r521203) @@ -5937,6 +5937,7 @@ SUBDIR += rubygem-insist SUBDIR += rubygem-instance_storage SUBDIR += rubygem-interact + SUBDIR += rubygem-io-console SUBDIR += rubygem-io-like SUBDIR += rubygem-iobuffer SUBDIR += rubygem-irb Added: head/devel/rubygem-io-console/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-io-console/Makefile Sat Dec 28 07:43:16 2019 (r521203) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= io-console +PORTVERSION= 0.5.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= yasu@utahime.org +COMMENT= Add console capabilities to IO instances + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-io-console/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-io-console/distinfo Sat Dec 28 07:43:16 2019 (r521203) @@ -0,0 +1,3 @@ +TIMESTAMP = 1577511982 +SHA256 (rubygem/io-console-0.5.3.gem) = edd9acae736645ed6bff9fc120b128d536b40fd307e521fdc68531e26948366b +SIZE (rubygem/io-console-0.5.3.gem) = 23040 Added: head/devel/rubygem-io-console/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-io-console/pkg-descr Sat Dec 28 07:43:16 2019 (r521203) @@ -0,0 +1,3 @@ +Add console capabilities to IO instances. + +WWW: https://github.com/ruby/io-console
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912280743.xBS7hHVZ058761>