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

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


Branch: CURRENT, Version: 1.11.2, Package name: ruby32-term-ansicolor-1.11.2, Maintainer: pkgsrc-users

= 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: 46.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-22 16:46:34 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
devel/ruby-term-ansicolor: update to 1.11.2

1.9.0 (2024-06-18)

New Features

* Add true color support
* Add .utilsrc

Bug Fixes

* Fix the wind (oops)

Miscellaneous Changes

* Require test_helper
* Ignore errors.lst

1.10.0 (2024-06-21)

New Features

* Add support for overline and underline with different types and colors.
* Add some more codes for text.

Improvements

* Remove ordering hack for ruby < 1.9
* Make grey color block more compact

Refactoring

* Remove and use global config

1.10.1 (2024-06-22)

Color Treatment Change:

* Treat all direct colors the same.

HTML Code Correction:

* Fix wrong HTML code.

1.10.2 (2024-06-22)

Increase compactibility with older Rubies:

* Don't use new features
* Allow testing on ancient Rubies

1.10.3 (2024-07-15)

* New Version: Bumped version.
* Display Resolution: Doubled the display resolution.
* Code Improvements: Improved code and coverage.
* Documentation: Added documentation for term_snow command.
* Math Operations: Used clamp method.

1.10.4 (2024-07-15)

Dependency Update:

* Updated dependency on mize gem from >= 0 to ~> 0.5.

1.11.0 (2024-08-01)

Significant Changes:

* Refactor parse_row method to use more concise syntax
* Add memoized versions of rgb_colors for foreground and background colors,
  improving performance by reducing calculations required to find the
  nearest color for a given RGB value
* Update term-ansicolor gemspec to use gem_hadar 1.16.1
* Use less map instead of other methods
* Add new executable called term_plasma that draws a plasma effect on the
  console

1.11.1 (2024-08-01)

New Version Features

* The library now works with the --enable-string-literal option even on
  ancient Rubies.
* A working URL has been added.
* Development files are ignored when creating a package.

1.11.2 (2024-08-04)

* Removed unnecessary require statement.
   2024-05-05 18:55:09 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-term-ansicolor: update to 1.8.0

Reset MAINTAINER.

1.8.0 (2024-04-13)

* Add hyperlink support.
   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