summaryrefslogtreecommitdiff
path: root/graphics/ruby-color
diff options
context:
space:
mode:
authortaca <taca>2015-02-03 14:09:58 +0000
committertaca <taca>2015-02-03 14:09:58 +0000
commit59689cf9955a73d06b249d5d77c204f43fee0762 (patch)
tree6c29f7b0c7399b35b52fa6201d4cc5827a851a8d /graphics/ruby-color
parent67704171c0e59c6e373e5b8100ea6d8cc818bf54 (diff)
downloadpkgsrc-59689cf9955a73d06b249d5d77c204f43fee0762.tar.gz
Update ruby-color to 1.7.1.
== 1.7.1 / 2014-06-12 * Minor enhancements: * Renamed Color::RGB::BeccaPurple to Color::RGB::RebeccaPurple as stipulated by Eric Meyer. http://meyerweb.com/eric/thoughts/2014/06/19/rebeccapurple/ For purposes of backwards compatibility, the previous name is still permitted, but its use is strongly discouraged, and it will be removed in the Color 2.0 release. == 1.7 / 2014-06-12 * Minor enhancements: * Added Color::RGB::BeccaPurple (#663399) in honour of Rebecca Meyer, the daughter of Eric Meyer, who passed away on the 7th of June, 2014. Her favourite colour was purple. #663399becca https://twitter.com/meyerweb/status/476089708674428929 http://www.zeldman.com/2014/06/10/the-color-purple/ http://discourse.specifiction.org/t/name-663399-becca-purple-in-css4-color/225 * Bug fixes: * Changed the homepage in the gem to point to github.com instead of RubyForge, which has been shut down. Fixes #10, reported by @voxik. == 1.6 / 2014-05-19 * Major enhancements: * Aaron Hill (@armahillo) implemented the CIE Delta E 94 method by which an RGB colour can be asked for the closest matching colour from a list of provided colours. Fixes #5. * To implement #closest_match and #delta_e94, conversion methods for sRGB to XYZ and XYZ to L*a*b* space were implemented. These should be considered experimental. * Tooling fixes: * Ensured that the gem manifest was up-to-date. Fixes #4 reported by @boutil. Thanks! * Fixed problems with Travis builds. Note that Ruby 1.9.2 is no longer tested. Rubinius remains in a “failure-tolerated” mode. * Color 1.6 is, barring security patches, the last release of Color that will support Ruby 1.8.
Diffstat (limited to 'graphics/ruby-color')
-rw-r--r--graphics/ruby-color/Makefile4
-rw-r--r--graphics/ruby-color/PLIST8
-rw-r--r--graphics/ruby-color/distinfo8
3 files changed, 13 insertions, 7 deletions
diff --git a/graphics/ruby-color/Makefile b/graphics/ruby-color/Makefile
index 64e30e6e172..06483318678 100644
--- a/graphics/ruby-color/Makefile
+++ b/graphics/ruby-color/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/03/14 17:10:02 taca Exp $
+# $NetBSD: Makefile,v 1.6 2015/02/03 14:09:58 taca Exp $
-DISTNAME= color-1.5.1
+DISTNAME= color-1.7.1
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/graphics/ruby-color/PLIST b/graphics/ruby-color/PLIST
index b8ac5b232e7..9cf8fd8cb51 100644
--- a/graphics/ruby-color/PLIST
+++ b/graphics/ruby-color/PLIST
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2014/03/14 17:10:02 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/02/03 14:09:58 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.hoerc
+${GEM_LIBDIR}/.minitest.rb
+${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Contributing.rdoc
+${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.rdoc
${GEM_LIBDIR}/Licence.rdoc
${GEM_LIBDIR}/Manifest.txt
@@ -19,8 +23,10 @@ ${GEM_LIBDIR}/lib/color/palette/gimp.rb
${GEM_LIBDIR}/lib/color/palette/monocontrast.rb
${GEM_LIBDIR}/lib/color/rgb.rb
${GEM_LIBDIR}/lib/color/rgb/colors.rb
+${GEM_LIBDIR}/lib/color/rgb/contrast.rb
${GEM_LIBDIR}/lib/color/rgb/metallic.rb
${GEM_LIBDIR}/lib/color/yiq.rb
+${GEM_LIBDIR}/test/minitest_helper.rb
${GEM_LIBDIR}/test/test_adobecolor.rb
${GEM_LIBDIR}/test/test_cmyk.rb
${GEM_LIBDIR}/test/test_color.rb
diff --git a/graphics/ruby-color/distinfo b/graphics/ruby-color/distinfo
index e95592ff5f3..d62f38199aa 100644
--- a/graphics/ruby-color/distinfo
+++ b/graphics/ruby-color/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/03/14 17:10:02 taca Exp $
+$NetBSD: distinfo,v 1.5 2015/02/03 14:09:58 taca Exp $
-SHA1 (color-1.5.1.gem) = f0946fa1c47155a55e2d8b5b9d5b877e3a7fb26e
-RMD160 (color-1.5.1.gem) = 648319250a0e87baccc6e61460f0f09dda9c01f6
-Size (color-1.5.1.gem) = 44032 bytes
+SHA1 (color-1.7.1.gem) = 2f5624448246bbb2e32a9e0e7c81b7e992e148d0
+RMD160 (color-1.7.1.gem) = 7bfc087b3a1783a3033d3d124e19ea31f4c9b26b
+Size (color-1.7.1.gem) = 48640 bytes