Port details |
- ruby-term-ansicolor Term::ANSIColor for Ruby
- 1.0.4 devel
=0 1.0.4Version of this port present on the latest quarterly branch.
- Maintainer: clsung@FreeBSD.org
- Port Added: 2007-01-12 08:19:44
- Last Update: 2013-04-30 21:56:41
- SVN Revision: 316968
- Also Listed In: ruby
- License: not specified in port
- WWW:
- http://term-ansicolor.rubyforge.org/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ruby18-term-ansicolor>0:devel/ruby-term-ansicolor
- No installation instructions:
- This port has been deleted.
- PKGNAME: ruby18-term-ansicolor
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby18 : lang/ruby18
- Runtime dependencies:
-
- ruby18 : lang/ruby18
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.4 30 Apr 2013 21:56:41 |
crees |
devel/ruby-term-ansicolor: Update and move origin
term-ansicolor is now a rubygem, and is at version 1.1.4.
PR: ports/177856
Approved by: maintainer timeout (clsung, 16 days) |
1.0.4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.4 30 Jul 2009 08:16:20 |
clsung |
- Update to 1.0.4 |
1.0.3 09 Oct 2007 10:14:42 |
clsung |
- Update to 1.0.3 |
1.0.2 15 Jan 2007 02:09:17 |
clsung |
- fix error noted by kris@ |
1.0.2 12 Jan 2007 08:17:32 |
clsung |
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/ |
Number of commits found: 6
|