svn commit: r302022 - in head/textproc: . rubygem-colored

Steve Wills swills at FreeBSD.org
Sat Aug 4 18:38:22 UTC 2012


Author: swills
Date: Sat Aug  4 18:38:21 2012
New Revision: 302022
URL: http://svn.freebsd.org/changeset/ports/302022

Log:
  Colorizes text output to the console.
  
  WWW: https://rubygems.org/gems/colored

Added:
  head/textproc/rubygem-colored/
  head/textproc/rubygem-colored/Makefile   (contents, props changed)
  head/textproc/rubygem-colored/distinfo   (contents, props changed)
  head/textproc/rubygem-colored/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Aug  4 18:37:43 2012	(r302021)
+++ head/textproc/Makefile	Sat Aug  4 18:38:21 2012	(r302022)
@@ -1250,6 +1250,7 @@
     SUBDIR += rubygem-albino
     SUBDIR += rubygem-augeas
     SUBDIR += rubygem-coderay
+    SUBDIR += rubygem-colored
     SUBDIR += rubygem-compass
     SUBDIR += rubygem-diff-lcs
     SUBDIR += rubygem-escape_utils

Added: head/textproc/rubygem-colored/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-colored/Makefile	Sat Aug  4 18:38:21 2012	(r302022)
@@ -0,0 +1,21 @@
+# New ports collection makefile for:	rubygem-colored
+# Date created:		2012-08-04
+# Whom:			Steve Wills <swills at FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	colored
+PORTVERSION=	1.2
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	A gem that colorizes text on the console
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+USE_RAKE=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-colored/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-colored/distinfo	Sat Aug  4 18:38:21 2012	(r302022)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/colored-1.2.gem) = 9d82b47ac589ce7f6cab64b1f194a2009e9fd00c326a5357321f44afab2c1d2c
+SIZE (rubygem/colored-1.2.gem) = 5632

Added: head/textproc/rubygem-colored/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-colored/pkg-descr	Sat Aug  4 18:38:21 2012	(r302022)
@@ -0,0 +1,3 @@
+Colorizes text output to the console.
+
+WWW: https://rubygems.org/gems/colored



More information about the svn-ports-all mailing list