diff options
author | taca <taca@pkgsrc.org> | 2015-02-03 14:02:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-03 14:02:24 +0000 |
commit | ee9d171380f580afc4eb6c870a9360dba9188621 (patch) | |
tree | 2e9e294102de1e36efdc7529a798fdda554739c7 | |
parent | 6bbbe77a119bc5c95d3561d5b93599e657ec802c (diff) | |
download | pkgsrc-ee9d171380f580afc4eb6c870a9360dba9188621.tar.gz |
Update ruby-chunky_png to 1.3.3.
1.3.3 - 2014-10-24
* Improve performance of Canvas#crop and Canvas#crop! by doing less memory
allocations.
* Update to RSPEC 3
* Add CONTRIBUTING.rdoc file.
1.3.2 - 2014-10-18
* Add HSV/HSL color conversions: Color.from_hsl, Color.to_hsl
* Allow empty IDAT chunks to better conform to the PNG standard.
* Small bugfix in image resampling.
* Documentation and code readability improvements.
1.3.1 - 2014-04-28
* Improve performance of Palette.from_canvas.
* Add Color.euclidean_distance_rgba to compare colors.
* Bugix in Canvas.from_bgr_stream.
* Documentation and code readibility improvements.
* README updates, include mention of screencast.
-rw-r--r-- | graphics/ruby-chunky_png/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-chunky_png/PLIST | 7 | ||||
-rw-r--r-- | graphics/ruby-chunky_png/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/graphics/ruby-chunky_png/Makefile b/graphics/ruby-chunky_png/Makefile index 0d41fec867e..055cd5de943 100644 --- a/graphics/ruby-chunky_png/Makefile +++ b/graphics/ruby-chunky_png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2014/03/14 17:08:35 taca Exp $ +# $NetBSD: Makefile,v 1.10 2015/02/03 14:02:24 taca Exp $ -DISTNAME= chunky_png-1.3.0 +DISTNAME= chunky_png-1.3.3 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/graphics/ruby-chunky_png/PLIST b/graphics/ruby-chunky_png/PLIST index 5d8af8686bb..83fda3a780e 100644 --- a/graphics/ruby-chunky_png/PLIST +++ b/graphics/ruby-chunky_png/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.6 2014/03/14 17:08:35 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2015/02/03 14:02:24 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/.yardopts -${GEM_LIBDIR}/BENCHMARKS.rdoc +${GEM_LIBDIR}/BENCHMARKING.md +${GEM_LIBDIR}/CONTRIBUTING.md ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.rdoc @@ -297,11 +298,13 @@ ${GEM_LIBDIR}/spec/resources/composited.png ${GEM_LIBDIR}/spec/resources/cropped.png ${GEM_LIBDIR}/spec/resources/damaged_chunk.png ${GEM_LIBDIR}/spec/resources/damaged_signature.png +${GEM_LIBDIR}/spec/resources/empty.png ${GEM_LIBDIR}/spec/resources/lines.png ${GEM_LIBDIR}/spec/resources/operations.png ${GEM_LIBDIR}/spec/resources/operations_border.png ${GEM_LIBDIR}/spec/resources/operations_grayscale.png ${GEM_LIBDIR}/spec/resources/partial_circles.png +${GEM_LIBDIR}/spec/resources/pixelstream.bgr ${GEM_LIBDIR}/spec/resources/pixelstream.rgb ${GEM_LIBDIR}/spec/resources/pixelstream.rgba ${GEM_LIBDIR}/spec/resources/pixelstream_best_compression.png diff --git a/graphics/ruby-chunky_png/distinfo b/graphics/ruby-chunky_png/distinfo index 0476f96da54..2b4f4f245df 100644 --- a/graphics/ruby-chunky_png/distinfo +++ b/graphics/ruby-chunky_png/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2014/03/14 17:08:35 taca Exp $ +$NetBSD: distinfo,v 1.10 2015/02/03 14:02:24 taca Exp $ -SHA1 (chunky_png-1.3.0.gem) = 945e7129e20ada53b3f6e9384d13c5470d7b0013 -RMD160 (chunky_png-1.3.0.gem) = 3bef8ed05d503404b1bbb6fa5e51282528ad98c6 -Size (chunky_png-1.3.0.gem) = 317952 bytes +SHA1 (chunky_png-1.3.3.gem) = 7924f80c32360ea89fdcb6b4d12c26922d4b9af8 +RMD160 (chunky_png-1.3.3.gem) = 447256733c8585681f5a743f54d3768bc815af68 +Size (chunky_png-1.3.3.gem) = 346112 bytes |