Ticket #21629: Portfile.rb-term-ansicolor
File Portfile.rb-term-ansicolor, 593 bytes (added by blair.christensen@…, 15 years ago) |
---|
Line | |
---|---|
1 | # $Id: $ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup ruby 1.0 |
5 | |
6 | ruby.setup term-ansicolor 1.0.4 gem {} rubyforge_gem |
7 | |
8 | maintainers gmail.com:blair.christensen openmaintainer |
9 | description Small Ruby library that colors strings using ANSI escape sequences. |
10 | long_description ${description} |
11 | homepage http://term-ansicolor.rubyforge.org |
12 | platforms darwin |
13 | |
14 | checksums md5 19e0fd34944da6c58769d43d030a0c6c \ |
15 | rmd160 d637b212c193168263516fdbf99cc44b2422c90c \ |
16 | sha1 13164176e602bbc3d8fc83d969762bde1e3f89f8 |
17 |