pkgsrc/graphics/ruby-chunky_png/Makefile
taca 1e02efdb2f 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.
2016-10-10 15:06:28 +00:00

12 lines
347 B
Makefile

# $NetBSD: Makefile,v 1.13 2016/10/10 15:06:28 taca Exp $
DISTNAME= chunky_png-1.3.7
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wiki.github.com/wvanbergen/chunky_png
COMMENT= Pure ruby library for read/write, chunk-level access to PNG
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"