Colorizes text output to the console.
WWW: https://rubygems.org/gems/colored
This commit is contained in:
parent
1255022078
commit
a17a694e47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302022
@ -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
|
||||
|
21
textproc/rubygem-colored/Makefile
Normal file
21
textproc/rubygem-colored/Makefile
Normal 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>
|
2
textproc/rubygem-colored/distinfo
Normal file
2
textproc/rubygem-colored/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/colored-1.2.gem) = 9d82b47ac589ce7f6cab64b1f194a2009e9fd00c326a5357321f44afab2c1d2c
|
||||
SIZE (rubygem/colored-1.2.gem) = 5632
|
3
textproc/rubygem-colored/pkg-descr
Normal file
3
textproc/rubygem-colored/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Colorizes text output to the console.
|
||||
|
||||
WWW: https://rubygems.org/gems/colored
|
Loading…
Reference in New Issue
Block a user