./devel/ruby-term-ansicolor, Ruby library colors strings using ANSI escape sequences

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


Branch: CURRENT, Version: 1.7.2, Package name: ruby32-term-ansicolor-1.7.2, Maintainer: taca

= Term::ANSIColor - ANSI escape sequences in Ruby

== Description

This library can be used to color/decolor strings using ANSI escape sequences.


Required to run:
[devel/ruby-tins] [lang/ruby24-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 43.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 15:18:59 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-term-ansicolor: update to 1.7.2

* Updaet HOMEPAGE.

1.7.2 (2024-03-15)

* Do not require ruby, it's broken sometimes
* Test ruby 3.2.0
* Use github as homepage
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2019-01-20 15:07:23 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-term-ansicolor: update to 1.7.1

2019-01-18 - 1.7.1 * Fix term_display command for never tins
   2018-12-22 18:16:29 by Takahiro Kambe | Files touched by this commit (2)
Log message:
devel/ruby-term-ansicolor: fix ALTERNATIVES file

Fix ALTERNATIVES file syntax.

Bump PKGREVISION.
   2018-12-17 15:54:45 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
devel/ruby-term-ansicolor: update to 1.7.0

pkgsrc chagne:
* Remove @PREFIX@ in ALTERNATIVES file.

2018-11-02 - 1.7.0 * Add movement commands and term_snow executable
   2017-04-22 18:32:13 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-term-ansicolor to 1.6.0.

Quote from commit log

v1.4.1

* Always return a string from yield
* Be more accurate for triple html colors
* Test on ruby 2.4.1
* Remove codeclimate stuff

v1.6.0

* Implement HSL colors and a couple of cool methods
* Use license Apache 2.0 starting from version 1.6.0
   2016-10-09 17:24:17 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update ruby-term-ansicolor to 1.4.0.

2016-09-27 - 1.4.0 * Extend colorized strings with Term::ANSIColor