summaryrefslogtreecommitdiff
path: root/graphics/ruby-color
diff options
context:
space:
mode:
authortaca <taca>2014-03-14 17:10:02 +0000
committertaca <taca>2014-03-14 17:10:02 +0000
commitc3fcf38171b7d1cd4c3f94d14946db359f027378 (patch)
tree3048c5b9c9edd8fce1828025c8fff9762c618bfb /graphics/ruby-color
parent47a94024242280b11c6d81c5091c4057c4f210f7 (diff)
downloadpkgsrc-c3fcf38171b7d1cd4c3f94d14946db359f027378.tar.gz
Update ruby-color to 1.5.1.
== 1.5.1 / 2014-01-28 * color 1.5 was a yanked release. * Minor enhancements: * Added new methods to Color::RGB to make it so that the default defined colours can be looked up by hex, name, or both. * Added a method to Color::RGB to extract colours from text by hex, name, or both. * Added new common methods for colour names. Converted colours do not retain names. * Restructured color comparisons to use protocols instead of custom implementations. This makes it easier to implement new colour classes. To make this work, color classes should +include+ Color only need to implement <tt>#coerce(other)</tt>, <tt>#to_a</tt>, and supported conversion methods (e.g., <tt>#to_rgb</tt>). * Added @daveheitzman’s initial implementation of an RGB contrast method as an extension file: <tt>require 'color/rgb/contrast'</tt>. This method and the value it returns should be considered experimental; it requires further examination to ensure that the results produced are consistent with the contrast comparisons used in Color::Palette::MonoContrast. * Reducing duplicated code. * Bug Fixes: * Moved +lib/color/rgb-colors.rb+ to +lib/color/rgb/colors.rb+. This should have no impact in general. * Improved the way that named colors are specified internally. * Fixed bugs with Ruby 1.8.7 that may have been introduced in color 1.4.2. * Tooling Changes: * Added simplecov for test coverage analysis. * Modernized Travis CI support.
Diffstat (limited to 'graphics/ruby-color')
-rw-r--r--graphics/ruby-color/Makefile4
-rw-r--r--graphics/ruby-color/PLIST4
-rw-r--r--graphics/ruby-color/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/ruby-color/Makefile b/graphics/ruby-color/Makefile
index e5aaf7d29b1..64e30e6e172 100644
--- a/graphics/ruby-color/Makefile
+++ b/graphics/ruby-color/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2013/09/15 13:34:36 taca Exp $
+# $NetBSD: Makefile,v 1.5 2014/03/14 17:10:02 taca Exp $
-DISTNAME= color-1.4.2
+DISTNAME= color-1.5.1
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/graphics/ruby-color/PLIST b/graphics/ruby-color/PLIST
index cd8778f1d59..b8ac5b232e7 100644
--- a/graphics/ruby-color/PLIST
+++ b/graphics/ruby-color/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2013/09/15 13:34:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/03/14 17:10:02 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.hoerc
@@ -17,8 +17,8 @@ ${GEM_LIBDIR}/lib/color/palette.rb
${GEM_LIBDIR}/lib/color/palette/adobecolor.rb
${GEM_LIBDIR}/lib/color/palette/gimp.rb
${GEM_LIBDIR}/lib/color/palette/monocontrast.rb
-${GEM_LIBDIR}/lib/color/rgb-colors.rb
${GEM_LIBDIR}/lib/color/rgb.rb
+${GEM_LIBDIR}/lib/color/rgb/colors.rb
${GEM_LIBDIR}/lib/color/rgb/metallic.rb
${GEM_LIBDIR}/lib/color/yiq.rb
${GEM_LIBDIR}/test/test_adobecolor.rb
diff --git a/graphics/ruby-color/distinfo b/graphics/ruby-color/distinfo
index 8f23870c3ce..e95592ff5f3 100644
--- a/graphics/ruby-color/distinfo
+++ b/graphics/ruby-color/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/09/15 13:34:36 taca Exp $
+$NetBSD: distinfo,v 1.4 2014/03/14 17:10:02 taca Exp $
-SHA1 (color-1.4.2.gem) = 47c87aa534b1f93a78963e0ef9335d1e4985b32b
-RMD160 (color-1.4.2.gem) = cb1762464ce1d0f3946631c817222f433133711b
-Size (color-1.4.2.gem) = 40448 bytes
+SHA1 (color-1.5.1.gem) = f0946fa1c47155a55e2d8b5b9d5b877e3a7fb26e
+RMD160 (color-1.5.1.gem) = 648319250a0e87baccc6e61460f0f09dda9c01f6
+Size (color-1.5.1.gem) = 44032 bytes