Date: Fri, 5 Dec 2014 10:13:53 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374004 - in head/devel: . rubygem-rb-readline Message-ID: <201412051013.sB5ADruM025145@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Dec 5 10:13:52 2014 New Revision: 374004 URL: https://svnweb.freebsd.org/changeset/ports/374004 QAT: https://qat.redports.org/buildarchive/r374004/ Log: New port: devel/rubygem-rb-readline The readline library provides a pure Ruby implementation of the GNU readline C library, as well as the Readline extension that ships as part of the standard library. WWW: https://github.com/luislavena/rb-readline Added: head/devel/rubygem-rb-readline/ head/devel/rubygem-rb-readline/Makefile (contents, props changed) head/devel/rubygem-rb-readline/distinfo (contents, props changed) head/devel/rubygem-rb-readline/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 5 10:11:47 2014 (r374003) +++ head/devel/Makefile Fri Dec 5 10:13:52 2014 (r374004) @@ -4521,6 +4521,7 @@ SUBDIR += rubygem-rb-fsevent SUBDIR += rubygem-rb-inotify SUBDIR += rubygem-rb-kqueue + SUBDIR += rubygem-rb-readline SUBDIR += rubygem-rbtrace SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc Added: head/devel/rubygem-rb-readline/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rb-readline/Makefile Fri Dec 5 10:13:52 2014 (r374004) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= rb-readline +PORTVERSION= 0.5.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Pure Ruby readline implementation + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-rb-readline/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rb-readline/distinfo Fri Dec 5 10:13:52 2014 (r374004) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rb-readline-0.5.1.gem) = da4eb0aa71c4225e01f5b51e11a640b462fa325d85451428ce34190d04622aad +SIZE (rubygem/rb-readline-0.5.1.gem) = 96256 Added: head/devel/rubygem-rb-readline/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rb-readline/pkg-descr Fri Dec 5 10:13:52 2014 (r374004) @@ -0,0 +1,5 @@ +The readline library provides a pure Ruby implementation of the GNU readline C +library, as well as the Readline extension that ships as part of the standard +library. + +WWW: https://github.com/luislavena/rb-readline
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412051013.sB5ADruM025145>