Path to this page:
./
converters/p5-Convert-Color,
Color space conversions and named lookups
Branch: CURRENT,
Version: 0.18,
Package name: p5-Convert-Color-0.18,
Maintainer: pkgsrc-usersThis module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.
Required to run:[
lang/perl5] [
devel/p5-Module-Pluggable] [
devel/p5-List-UtilsBy]
Required to build:[
devel/p5-Module-Build] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 35.689 KB
Version history: (Expand)
- (2024-09-15) Updated to version: p5-Convert-Color-0.18
- (2023-07-06) Updated to version: p5-Convert-Color-0.17nb1
- (2023-05-20) Updated to version: p5-Convert-Color-0.17
- (2023-04-06) Updated to version: p5-Convert-Color-0.16
- (2022-10-01) Updated to version: p5-Convert-Color-0.12
- (2022-06-28) Updated to version: p5-Convert-Color-0.11nb8
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-05-20 08:44:21 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Convert-Color: update to 0.17.
0.17 2023-04-21
[BUGFIXES]
* Call `plan()` to skip tests in t/31x11.t if no rgb.txt is found
(RT147340)
|
2023-04-06 01:13:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Convert-Color: update to 0.16.
0.16 2023-03-22
[BUGFIXES]
* Convert remaining tests to `float()` comparisons that were missed
in version 0.15 (RT145121)
0.15 2023-03-22
[CHANGES]
* Swap all unit tests from `Test::More` to `Test2::V0`
* Use Test2's `float()` comparisons instead of `Test::Number::Delta`
[BUGFIXES]
* Remember to use approximate-equality tests for float comparisons
(RT145121)
0.14 2023-01-05
[CHANGES]
* Cache the result of ->closest_to conversions for performance
* Use Sub::Util::set_subname() to set generated method names for
debugging/profiling purposes
0.13 2022-11-12
[CHANGES]
* Add another path to find X11/rgb.txt to be found on OpenBSD
(thanks Alexander Bluhm) (RT145106)
|
2022-10-01 01:34:26 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.12
Add missing TEST_DEPENDS
Upstream changes:
0.12 2022-04-28
[CHANGES]
* General module style refresh
+ use v5.14
+ =head2 barename POD docs
+ avoid void-context map {}
* Use 'test_requires' of Module::Build 0.4004 (RT116448)
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150) |
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150) |
Log message:
converters: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|