pkgsrc/graphics/ruby-mini-magick
taca 1e1132405e Update ruby-mini-magick to 4.1.0.
4.1.0

* Added MiniMagick::Tool#stack for building ImageMagick stacks:

	MiniMagick::Tool::Convert.new do |convert|
	  convert << "wand.gif"
	  convert.stack do |stack|
	    stack << "wand.gif"
	    stack.rotate(30)
	  end
	  convert << "images.gif"
	end

	convert wand.gif \( wand.gif -rotate 90 \) images.gif

4.0.4

* Allow filenames with colon in their names (thanks to @agorf)
2015-03-13 14:17:13 +00:00
..
DESCR
distinfo Update ruby-mini-magick to 4.1.0. 2015-03-13 14:17:13 +00:00
Makefile Update ruby-mini-magick to 4.1.0. 2015-03-13 14:17:13 +00:00
PLIST Update ruby-mini_magick to 4.0.3. 2015-02-03 14:14:12 +00:00