pkgsrc/graphics/ruby-mini-magick/PLIST
taca cd37285dfd graphics/ruby-mini-magick: update to 4.9.2
4.9.2 (2018-09-21)

* Fix breakage for MRI 2.3 and below

4.9.1 (2018-09-21)

* Properly handle EXIF parsing with ImageMagick 7
* Show an informative exception message on Timeout::Error
* Wait for the MiniMagick command to terminate after sending SIGTERM with
  open3

4.9.0 (2018-09-210

New features

* Support ImageMagick 7

  o MiniMagick::Tool::Convert will now generate magick convert commands (and
    the same for others)

  o MiniMagick::Tool::Magick was added for generating magick commands

* MiniMagick.cli_prefix was added to configure a prefix for commands

  MiniMagick.cli_prefix = "firejail"

  MiniMagick::Tool::Magick.new { |magick| ... } # executes `firejail magick ...`

Other Improvements

* Fix deadlocks when using posix-spawn as a shell backend

* Fix Errno::ESRCH sometimes being raised when the ImageMagick command would
  time out

* #label and #caption will now generate regular options

	MiniMagick::Tool::Convert.new do |convert|
				 # BEFORE:       NOW:
	  convert.label("foo")   # label:foo    -label foo
	  convert.caption("bar") # caption:bar  -caption bar
	end

* Add pango creation operator

	MiniMagick::Tool::Magick.new do |magick|
	  magick.pango("...") # pango:...
	  # ...
	end

* Handle GraphicsMagick returning unknown in EXIF data
2018-09-23 15:28:23 +00:00

27 lines
1.1 KiB
Text

@comment $NetBSD: PLIST,v 1.14 2018/09/23 15:28:23 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/mini_gmagick.rb
${GEM_LIBDIR}/lib/mini_magick.rb
${GEM_LIBDIR}/lib/mini_magick/configuration.rb
${GEM_LIBDIR}/lib/mini_magick/image.rb
${GEM_LIBDIR}/lib/mini_magick/image/info.rb
${GEM_LIBDIR}/lib/mini_magick/shell.rb
${GEM_LIBDIR}/lib/mini_magick/tool.rb
${GEM_LIBDIR}/lib/mini_magick/tool/animate.rb
${GEM_LIBDIR}/lib/mini_magick/tool/compare.rb
${GEM_LIBDIR}/lib/mini_magick/tool/composite.rb
${GEM_LIBDIR}/lib/mini_magick/tool/conjure.rb
${GEM_LIBDIR}/lib/mini_magick/tool/convert.rb
${GEM_LIBDIR}/lib/mini_magick/tool/display.rb
${GEM_LIBDIR}/lib/mini_magick/tool/identify.rb
${GEM_LIBDIR}/lib/mini_magick/tool/import.rb
${GEM_LIBDIR}/lib/mini_magick/tool/magick.rb
${GEM_LIBDIR}/lib/mini_magick/tool/mogrify.rb
${GEM_LIBDIR}/lib/mini_magick/tool/mogrify_restricted.rb
${GEM_LIBDIR}/lib/mini_magick/tool/montage.rb
${GEM_LIBDIR}/lib/mini_magick/tool/stream.rb
${GEM_LIBDIR}/lib/mini_magick/utilities.rb
${GEM_LIBDIR}/lib/mini_magick/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec