Date: Fri, 12 Jan 2007 08:17:32 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ruby-term-ansicolor Makefile distinfo pkg-descr pkg-plist Message-ID: <200701120817.l0C8HWwE033925@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2007-01-12 08:17:32 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/ruby-term-ansicolor Makefile distinfo pkg-descr
pkg-plist
Log:
Small Ruby library that colors strings using ANSI escape sequences.
It's possible to use constants:
include Term::ANSIColor
print red, bold, "red bold", reset, "\n"
or
print red(bold("red bold")), "\n"
WWW: http://term-ansicolor.rubyforge.org/
Revision Changes Path
1.2595 +1 -0 ports/devel/Makefile
1.1 +35 -0 ports/devel/ruby-term-ansicolor/Makefile (new)
1.1 +3 -0 ports/devel/ruby-term-ansicolor/distinfo (new)
1.1 +11 -0 ports/devel/ruby-term-ansicolor/pkg-descr (new)
1.1 +7 -0 ports/devel/ruby-term-ansicolor/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701120817.l0C8HWwE033925>
