pkgsrc/graphics/ruby-mini-magick/Makefile
taca 38797427de Update ruby-mini-magick to 4.4.0.
4.4.0

* Using MiniMagick::Image#format now works when the image instance is a
  layer/frame/page.
* Calling MiniMagick::Tool#clone as a way of adding the -clone CLI option now
  works properly (before it would call Object#clone).
* Badly encoded lines in identify -verbose don't cause an error anymore in
  MiniMagick::Image#details.
* MiniMagick::Image#details doesn't hang anymore when clipping paths are
  present
* Added MiniMagick::Image#tempfile for accessing the underlying temporary
  file.
2016-02-17 15:02:44 +00:00

19 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.19 2016/02/17 15:02:44 taca Exp $
DISTNAME= mini_magick-4.4.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/minimagick/minimagick
COMMENT= Ruby wrapper for ImageMagick command line
LICENSE= mit
# MiniMagick uses mogrify(1) or gm(1) from ImageMagick.
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
pre-configure:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"