From owner-svn-ports-all@FreeBSD.ORG Sat May 31 18:11:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45EB3F06; Sat, 31 May 2014 18:11:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19A702F1E; Sat, 31 May 2014 18:11:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4VIBZkO048239; Sat, 31 May 2014 18:11:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4VIBZdf048235; Sat, 31 May 2014 18:11:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405311811.s4VIBZdf048235@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 31 May 2014 18:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356002 - in head/devel: . rubygem-colorize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 18:11:36 -0000 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 +# $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 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