pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-red-colors



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May 29 15:10:16 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-red-colors: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-red-colors/Makefile \
    pkgsrc/devel/ruby-red-colors/PLIST pkgsrc/devel/ruby-red-colors/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-red-colors/Makefile
diff -u pkgsrc/devel/ruby-red-colors/Makefile:1.1 pkgsrc/devel/ruby-red-colors/Makefile:1.2
--- pkgsrc/devel/ruby-red-colors/Makefile:1.1   Wed Feb  3 14:13:26 2021
+++ pkgsrc/devel/ruby-red-colors/Makefile       Sat May 29 15:10:16 2021
@@ -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
Index: pkgsrc/devel/ruby-red-colors/PLIST
diff -u pkgsrc/devel/ruby-red-colors/PLIST:1.1 pkgsrc/devel/ruby-red-colors/PLIST:1.2
--- pkgsrc/devel/ruby-red-colors/PLIST:1.1      Wed Feb  3 14:13:26 2021
+++ pkgsrc/devel/ruby-red-colors/PLIST  Sat May 29 15:10:16 2021
@@ -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/named_colors.rb
 ${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-husl.rb
 ${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
Index: pkgsrc/devel/ruby-red-colors/distinfo
diff -u pkgsrc/devel/ruby-red-colors/distinfo:1.1 pkgsrc/devel/ruby-red-colors/distinfo:1.2
--- pkgsrc/devel/ruby-red-colors/distinfo:1.1   Wed Feb  3 14:13:26 2021
+++ pkgsrc/devel/ruby-red-colors/distinfo       Sat May 29 15:10:16 2021
@@ -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