./devel/ruby-paint, Terminal painter with RGB and 256 (fallback) color

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3.0, Package name: ruby31-paint-2.3.0, Maintainer: pkgsrc-users

Ruby Paint

Paint creates terminal colors and effects for you. It combines the
strengths of term-ansicolor, rainbow, and similar projects into a simple to
use, however still flexible terminal colors gem with no core extensions by
default.

Features

* No string extensions (suitable for library development)
* Simple API
* Faster than other terminal color gems (as of July 2022)
* Supports true color or 256 colors (for capable terminals)
* Allows you to set any terminal effects
* Paint.mode: Fall-back modes for terminals with less colors, supported
modes:

o 0xFFFFFF (= 16777215) colors (true color)
o 256 colors (palette)
o 16 colors (only ANSI colors, combined with bright effect)
o 8 colors (only ANSI colors)
o 0 colors (no colors / deactivate)


Master sites:

Filesize: 21.5 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-11 15:02:52 by Takahiro Kambe | Files touched by this commit (4)
Log message:
devel/ruby-paint: add package version 2.3.0

Required by ruby-lolcat package.

Ruby Paint

Paint creates terminal colors and effects for you.  It combines the
strengths of term-ansicolor, rainbow, and similar projects into a simple to
use, however still flexible terminal colors gem with no core extensions by
default.

Features

* No string extensions (suitable for library development)
* Simple API
* Faster than other terminal color gems (as of July 2022)
* Supports true color or 256 colors (for capable terminals)
* Allows you to set any terminal effects
* Paint.mode: Fall-back modes for terminals with less colors, supported
  modes:

  o 0xFFFFFF (= 16777215) colors (true color)
  o 256 colors (palette)
  o 16 colors (only ANSI colors, combined with bright effect)
  o 8 colors (only ANSI colors)
  o 0 colors (no colors / deactivate)