svn commit: r356002 - in head/devel: . rubygem-colorize

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 31 18:11:36 UTC 2014


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	colorize
+PORTVERSION=	0.7.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list