aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-12 08:17:31 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-12 08:17:31 +0000
commit966dff750bb6105599f83dbe6ca23453c1ac471e (patch)
tree2651e96f14cdb6cbf542c505b38f4e56fc65646b /devel/Makefile
parentdb77cf502e578fa398581c72d02fcc0fde09e940 (diff)
downloadports-966dff750bb6105599f83dbe6ca23453c1ac471e.tar.gz
ports-966dff750bb6105599f83dbe6ca23453c1ac471e.zip
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/
Notes
Notes: svn path=/head/; revision=182160
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a76cbc39d5bb..cdaa22fd3f84 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1899,6 +1899,7 @@
SUBDIR += ruby-slang
SUBDIR += ruby-strongtyping
SUBDIR += ruby-sysvipc
+ SUBDIR += ruby-term-ansicolor
SUBDIR += ruby-textbuf
SUBDIR += ruby-tzfile
SUBDIR += ruby-wirble