pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ruby-chunky_png



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Oct 10 15:06:28 UTC 2016

Modified Files:
        pkgsrc/graphics/ruby-chunky_png: Makefile PLIST distinfo

Log Message:
Update ruby-chunky_png to 1.3.7.

=== 1.3.7 - 2016-08-31

- Performance improvement for Color.euclidean_distance_rgba.
- Bugfix in decoding transparent pixels when decoding multiple images in a row.

=== 1.3.6 - 2016-06-19

- Allow reading images from streams that have trailing data after the IEND chunk.
- Add compatibility for Ruby 2.3's frozen string literals.
- Documentation updates and small cleanups.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/ruby-chunky_png/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/ruby-chunky_png/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/ruby-chunky_png/distinfo

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

Modified files:

Index: pkgsrc/graphics/ruby-chunky_png/Makefile
diff -u pkgsrc/graphics/ruby-chunky_png/Makefile:1.12 pkgsrc/graphics/ruby-chunky_png/Makefile:1.13
--- pkgsrc/graphics/ruby-chunky_png/Makefile:1.12       Wed Dec  2 14:23:57 2015
+++ pkgsrc/graphics/ruby-chunky_png/Makefile    Mon Oct 10 15:06:28 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/12/02 14:23:57 taca Exp $
+# $NetBSD: Makefile,v 1.13 2016/10/10 15:06:28 taca Exp $
 
-DISTNAME=      chunky_png-1.3.5
+DISTNAME=      chunky_png-1.3.7
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/graphics/ruby-chunky_png/PLIST
diff -u pkgsrc/graphics/ruby-chunky_png/PLIST:1.9 pkgsrc/graphics/ruby-chunky_png/PLIST:1.10
--- pkgsrc/graphics/ruby-chunky_png/PLIST:1.9   Wed Dec  2 14:23:57 2015
+++ pkgsrc/graphics/ruby-chunky_png/PLIST       Mon Oct 10 15:06:28 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2015/12/02 14:23:57 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2016/10/10 15:06:28 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -8,7 +8,7 @@ ${GEM_LIBDIR}/CHANGELOG.rdoc
 ${GEM_LIBDIR}/CONTRIBUTING.rdoc
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/benchmarks/decoding_benchmark.rb
 ${GEM_LIBDIR}/benchmarks/encoding_benchmark.rb
@@ -319,6 +319,7 @@ ${GEM_LIBDIR}/spec/resources/polygon_unf
 ${GEM_LIBDIR}/spec/resources/rect.png
 ${GEM_LIBDIR}/spec/resources/replaced.png
 ${GEM_LIBDIR}/spec/resources/text_chunk.png
+${GEM_LIBDIR}/spec/resources/trailing_bytes_after_iend_chunk.png
 ${GEM_LIBDIR}/spec/resources/ztxt_chunk.png
 ${GEM_LIBDIR}/spec/spec_helper.rb
 ${GEM_LIBDIR}/tasks/benchmarks.rake

Index: pkgsrc/graphics/ruby-chunky_png/distinfo
diff -u pkgsrc/graphics/ruby-chunky_png/distinfo:1.13 pkgsrc/graphics/ruby-chunky_png/distinfo:1.14
--- pkgsrc/graphics/ruby-chunky_png/distinfo:1.13       Wed Dec  2 14:23:57 2015
+++ pkgsrc/graphics/ruby-chunky_png/distinfo    Mon Oct 10 15:06:28 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2015/12/02 14:23:57 taca Exp $
+$NetBSD: distinfo,v 1.14 2016/10/10 15:06:28 taca Exp $
 
-SHA1 (chunky_png-1.3.5.gem) = e4e489a83ee03dcd8630091413ab9ad3da88a499
-RMD160 (chunky_png-1.3.5.gem) = 0ae96cd7ee39d8d5116abee889fee67e79b1b063
-SHA512 (chunky_png-1.3.5.gem) = 3c036da20a77bf3525f2d76711e3dee697360dce59c0aee13e57f6cd6a77e7cde0bc94be15ba3c8792e45652d6825f520f8d16f5bc90ca2315a9b3ce17870494
-Size (chunky_png-1.3.5.gem) = 350208 bytes
+SHA1 (chunky_png-1.3.7.gem) = 8d8ed293fc3de3fe4dbba5519c4f923957029dc4
+RMD160 (chunky_png-1.3.7.gem) = 775f103f043b552d19f9f2f24fd65d1c312fa3c1
+SHA512 (chunky_png-1.3.7.gem) = 0cd9314ad551128d3d9dd234b3998ed8a96d1a038ed92288485538873be76e5034233e205f16491031ebdade9501593133ea8bfd7b0288bfd83c03de034a5bc7
+Size (chunky_png-1.3.7.gem) = 350720 bytes



Home | Main Index | Thread Index | Old Index