pkgsrc/graphics/ruby-chunky_png/Makefile
taca a745aa8657 graphics/ruby-chunky_png: update to 1.3.10
=== 1.3.10 - 2018-01-23

- Fixed a regression in Datastream#metadata, which was not able to deal with iTXt chunks.

=== 1.3.9 - 2018-01-23

- Add support for reading and writing an international textual data (iTXt chunks).
2018-03-14 14:36:03 +00:00

12 lines
348 B
Makefile

# $NetBSD: Makefile,v 1.15 2018/03/14 14:36:03 taca Exp $
DISTNAME= chunky_png-1.3.10
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"