Date: Sat, 31 May 2014 18:11:35 +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: r356002 - in head/devel: . rubygem-colorize Message-ID: <201405311811.s4VIBZdf048235@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 31 18:11:34 2014 New Revision: 356002 URL: http://svnweb.freebsd.org/changeset/ports/356002 QAT: https://qat.redports.org/buildarchive/r356002/ Log: - Add rubygem-colorize 0.7.3 colorize is a Ruby String class extension which adds methods to set text color, background color and, text effects on ruby console and command line output, using ANSI escape sequences. WWW: https://github.com/fazibear/colorize RG: https://rubygems.org/gems/colorize Added: head/devel/rubygem-colorize/ head/devel/rubygem-colorize/Makefile (contents, props changed) head/devel/rubygem-colorize/distinfo (contents, props changed) head/devel/rubygem-colorize/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 31 18:11:29 2014 (r356001) +++ head/devel/Makefile Sat May 31 18:11:34 2014 (r356002) @@ -4194,6 +4194,7 @@ SUBDIR += rubygem-coffee-rails SUBDIR += rubygem-coffee-script SUBDIR += rubygem-coffee-script-source + SUBDIR += rubygem-colorize SUBDIR += rubygem-columnize SUBDIR += rubygem-commander SUBDIR += rubygem-configatron Added: head/devel/rubygem-colorize/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-colorize/Makefile Sat May 31 18:11:34 2014 (r356002) @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= colorize +PORTVERSION= 0.7.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby String class extension + +LICENSE= GPLv2 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-colorize/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-colorize/distinfo Sat May 31 18:11:34 2014 (r356002) @@ -0,0 +1,2 @@ +SHA256 (rubygem/colorize-0.7.3.gem) = 628fedcf1a25b774b3ef84df5c5c28e0c329b67527cfeafd6dd0e707eced8c41 +SIZE (rubygem/colorize-0.7.3.gem) = 14336 Added: head/devel/rubygem-colorize/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-colorize/pkg-descr Sat May 31 18:11:34 2014 (r356002) @@ -0,0 +1,6 @@ +colorize is a Ruby String class extension which adds methods to set text color, +background color and, text effects on ruby console and command line output, +using ANSI escape sequences. + +WWW: https://github.com/fazibear/colorize +RG: https://rubygems.org/gems/colorize
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405311811.s4VIBZdf048235>