pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-red-colors devel/ruby-red-colors: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bb3277212a2
branches:  trunk
changeset: 453398:9bb3277212a2
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 29 15:10:16 2021 +0000

description:
devel/ruby-red-colors: update to 0.1.2

0.1.2 (2021-05-19)

* Add Colors::Xterm256
* Adding RGB to Xterm256 conversion
* Make XYZ::KAPPA a rational number

diffstat:

 devel/ruby-red-colors/Makefile |   4 ++--
 devel/ruby-red-colors/PLIST    |   4 +++-
 devel/ruby-red-colors/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r ede434684a69 -r 9bb3277212a2 devel/ruby-red-colors/Makefile
--- a/devel/ruby-red-colors/Makefile    Sat May 29 15:05:51 2021 +0000
+++ b/devel/ruby-red-colors/Makefile    Sat May 29 15:10:16 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/02/03 14:13:26 taca Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/29 15:10:16 taca Exp $
 
-DISTNAME=      red-colors-0.1.1
+DISTNAME=      red-colors-0.1.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r ede434684a69 -r 9bb3277212a2 devel/ruby-red-colors/PLIST
--- a/devel/ruby-red-colors/PLIST       Sat May 29 15:05:51 2021 +0000
+++ b/devel/ruby-red-colors/PLIST       Sat May 29 15:10:16 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/03 14:13:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/05/29 15:10:16 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/Gemfile
@@ -18,6 +18,7 @@
 ${GEM_LIBDIR}/lib/colors/rgb.rb
 ${GEM_LIBDIR}/lib/colors/rgba.rb
 ${GEM_LIBDIR}/lib/colors/version.rb
+${GEM_LIBDIR}/lib/colors/xterm256.rb
 ${GEM_LIBDIR}/lib/colors/xyy.rb
 ${GEM_LIBDIR}/lib/colors/xyz.rb
 ${GEM_LIBDIR}/red-colors.gemspec
@@ -29,5 +30,6 @@
 ${GEM_LIBDIR}/test/test-named-color.rb
 ${GEM_LIBDIR}/test/test-rgb.rb
 ${GEM_LIBDIR}/test/test-rgba.rb
+${GEM_LIBDIR}/test/test-xterm256.rb
 ${GEM_LIBDIR}/test/test-xyz.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r ede434684a69 -r 9bb3277212a2 devel/ruby-red-colors/distinfo
--- a/devel/ruby-red-colors/distinfo    Sat May 29 15:05:51 2021 +0000
+++ b/devel/ruby-red-colors/distinfo    Sat May 29 15:10:16 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/03 14:13:26 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/05/29 15:10:16 taca Exp $
 
-SHA1 (red-colors-0.1.1.gem) = 2391439f239cdaf9df511aa7dde22105202863b3
-RMD160 (red-colors-0.1.1.gem) = a60e2b508e78b7676cf29a1fb63867b2634a39f5
-SHA512 (red-colors-0.1.1.gem) = a935feec2e6ae25f009bcd913b37b0daa180c42dd7056cd42aac3af3f8b9f50bfa8304f7e3919e3cae9e7d83c5a3778fc06934042efe7de3561c24241cba708b
-Size (red-colors-0.1.1.gem) = 28160 bytes
+SHA1 (red-colors-0.1.2.gem) = 38b78eaa887f4889f35c8ac9a95e07b11f56b306
+RMD160 (red-colors-0.1.2.gem) = 3267eefc292658eca4bf044888ad01789e98a407
+SHA512 (red-colors-0.1.2.gem) = 093c1f57a0a7ddd7555e6f727311d77d3bfb6973e776dfb3358a4e2ee0e78f287176e76e52956682c4b7376f36ff16f705d633e2bde66b964478352a11379bc7
+Size (red-colors-0.1.2.gem) = 29696 bytes



Home | Main Index | Thread Index | Old Index