Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2012 18:38:22 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302022 - in head/textproc: . rubygem-colored
Message-ID:  <201208041838.q74IcMfh083265@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	colored
+PORTVERSION=	1.2
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208041838.q74IcMfh083265>