Colorizes text output to the console.

WWW: https://rubygems.org/gems/colored
This commit is contained in:
Steve Wills 2012-08-04 18:38:21 +00:00
parent 1255022078
commit a17a694e47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302022
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/colored-1.2.gem) = 9d82b47ac589ce7f6cab64b1f194a2009e9fd00c326a5357321f44afab2c1d2c
SIZE (rubygem/colored-1.2.gem) = 5632

View File

@ -0,0 +1,3 @@
Colorizes text output to the console.
WWW: https://rubygems.org/gems/colored