diff options
author | swills <swills@FreeBSD.org> | 2012-08-05 02:38:21 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-08-05 02:38:21 +0800 |
commit | 808c40b045b76a8f3528ffd6f6bb7bc530b9ff3c (patch) | |
tree | 30c42fdca6087c2c99b87e2437239afcfc68bb4d /textproc | |
parent | 4d89844b15d250e90d763640ed263656e1278a1a (diff) | |
download | freebsd-ports-gnome-808c40b045b76a8f3528ffd6f6bb7bc530b9ff3c.tar.gz freebsd-ports-gnome-808c40b045b76a8f3528ffd6f6bb7bc530b9ff3c.tar.zst freebsd-ports-gnome-808c40b045b76a8f3528ffd6f6bb7bc530b9ff3c.zip |
Colorizes text output to the console.
WWW: https://rubygems.org/gems/colored
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-colored/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-colored/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-colored/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 77006e0a7e67..1f32f100639c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/rubygem-colored/Makefile b/textproc/rubygem-colored/Makefile new file mode 100644 index 000000000000..0e60f2462fa0 --- /dev/null +++ b/textproc/rubygem-colored/Makefile @@ -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> diff --git a/textproc/rubygem-colored/distinfo b/textproc/rubygem-colored/distinfo new file mode 100644 index 000000000000..bbe26262baad --- /dev/null +++ b/textproc/rubygem-colored/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/colored-1.2.gem) = 9d82b47ac589ce7f6cab64b1f194a2009e9fd00c326a5357321f44afab2c1d2c +SIZE (rubygem/colored-1.2.gem) = 5632 diff --git a/textproc/rubygem-colored/pkg-descr b/textproc/rubygem-colored/pkg-descr new file mode 100644 index 000000000000..e51b2903e272 --- /dev/null +++ b/textproc/rubygem-colored/pkg-descr @@ -0,0 +1,3 @@ +Colorizes text output to the console. + +WWW: https://rubygems.org/gems/colored |