Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 30263A5809 for ; Sat, 15 Mar 2014 04:49:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 71CC714A22A; Sat, 15 Mar 2014 04:49:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CCBB614A20A for ; Sat, 15 Mar 2014 04:49:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oIdrZq3kBj1d for ; Sat, 15 Mar 2014 04:49:29 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id DDB8014A209 for ; Sat, 15 Mar 2014 04:49:28 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id s2F4nOXg003877 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 15 Mar 2014 05:49:25 +0100 (CET) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id s2F4nO4J003659 for pkgsrc-changes@netbsd.org; Sat, 15 Mar 2014 05:49:24 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5325914A241 for ; Fri, 14 Mar 2014 17:10:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id u9zxXT5F6gVk for ; Fri, 14 Mar 2014 17:10:02 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8310614A1EF for ; Fri, 14 Mar 2014 17:10:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 80DB896; Fri, 14 Mar 2014 17:10:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 14 Mar 2014 17:10:02 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/graphics/ruby-color To: pkgsrc-changes@netbsd.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20140314171002.80DB896@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Sat, 15 Mar 2014 05:49:25 +0100 (CET) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Fri Mar 14 17:10:02 UTC 2014 Modified Files: pkgsrc/graphics/ruby-color: Makefile PLIST distinfo Log Message: 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 #coerce(other), #to_a, and supported conversion methods (e.g., #to_rgb). * Added @daveheitzman’s initial implementation of an RGB contrast method as an extension file: require 'color/rgb/contrast'. 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. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/ruby-color/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/ruby-color/PLIST \ pkgsrc/graphics/ruby-color/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.