Up to [cvs.NetBSD.org] / pkgsrc / graphics / ruby-mini-magick
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Mon Jan 11 13:49:37 2021 UTC (2 years ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
HEAD
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
graphics/ruby-mini-magick: update to 4.11.0 4.11.0 (2020-11-06) * Fix fetching metadata when there are GhostScript warnings (#522) * Fixed some method redefined warnings (#505) * Added MiniMagick::Image.get_image_from_pixels (#516) * extend MiniMagick::Tool#stack to support arguments so that it can be used with Active Storage
Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 8 16:00:38 2020 UTC (2 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
graphics/ruby-mini-magick: update to 4.10.1 Update ruby-mini-magick to 4.10.1. 4.10.1 (2020-01-06) * Still pick up ImageMagick over GraphicsMagick if both are installed 4.10.0 (2020-01-06) * Prioritize discovery of ImageMagick 7 over 6 if both are installed (@drnic) * Add MiniMagick::Image#landscape? and #portrait? methods for checking orientiation (@theomarkkuspaul) * Fix Ruby 2.7 warnings (@kamipo) 4.9.5 (2019-07-18) * Fixed MiniMagick::Image.open not working with non-ASCII filenames anymore after previous version (thanks to @meganemura) 4.9.4 (2019-07-11) * Fixed a remote shell execution vulnerability when using MiniMagick::Image.open with URL coming from unsanitized user input (thanks to @rootxharsh) * Fixed some Ruby warnings (thanks to @koic) 4.9.3 (2019-04-08) * make MiniMagick::Tool not respond to everything
Revision 1.14 / (download) - annotate - [select for diffs], Sun Sep 23 15:28:23 2018 UTC (4 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
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
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 21 13:59:38 2017 UTC (5 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Update ruby-mini-magick to 4.7.2. v4.7.2 2017/06/20 Avoid defining methods at runtime whenever a processing method is invoked, which means that Ruby can keep its method cache, instead of having to clear it on each processing invocation (thanks to @printercu). v4.7.1 2017/06/15 Fix errors when calling MiniMagick::Image.open with URLs like https://pbs.twimg.com/media/DCOD2DXVwAI4xsL.jpg:large, where the : would get included in the file extension and cause errors with some ImageMagick commands due to : being a special character to ImageMagick.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Oct 15 13:48:01 2016 UTC (6 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
Update ruby-mini-magick to 4.5.1. v4.5.1 * Fixed MiniMagick logging commands by default v4.5.0 New features * Added the ability for ImageMagick commands to accept standard input: identify = MiniMagick::Tool::Identify.new identify.stdin # adds "-" identify.call(stdin: image_content) * Added ability to capture stdout, stderr and exist status by passing a block to MiniMagick::Tool#call: compare = MiniMagick::Tool::Compare.new # build the command compare.call do |stdout, stderr, status| # ... end * Added ability to assign MiniMagick.logger to Rails.logger Bug fixes * The value of MiniMagick.whiny configuration option is now respected * The new filename when calling #format is now generated better when calling on a layer * Delete *.cache files generated by .mpc files when deleting MiniMagick::Image Deprecations * Whiny option should now be passed as a keyword argument: MiniMagick::Tool::Identify.new(false) # deprecated MiniMagick::Tool::Identify.new(whiny: false) # good * Passing the whiny argument to MiniMagick::Tool#call is deprecated, it should now always be passed to MiniMagick::Tool.new
Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 3 14:14:12 2015 UTC (8 years ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.10: +17 -3
lines
Diff to previous 1.10 (colored)
Update ruby-mini_magick to 4.0.3. Changes are not available, please refer release page on GitHub: https://github.com/minimagick/minimagick/releases
Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 14 17:11:42 2014 UTC (8 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.9: +5 -18
lines
Diff to previous 1.9 (colored)
Update ruby-mini-magick to 3.7.0. Changes are not available, but handle filename with special character.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Sep 15 13:47:23 2013 UTC (9 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Update ruby-mini-magick to 3.6.0. Exact changes aren't available, but fixed handling of filename with special characters.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 11 09:17:19 2013 UTC (9 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Update ruby-mini-magick to 3.5.0. No official changes are available, but various bugfixes and document updates.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 17 15:46:24 2012 UTC (10 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.6: +12 -9
lines
Diff to previous 1.6 (colored)
Update ruby-mini-magick to 3.4. * Dec 28, 2011 - Releasing v3.4 - Better windows support. Fixed problem with combine_options. Fixed up readme. [hcatlin] * Dec 21, 2011 - Refactored gem structure a little and added a few bug fixes to better support Windows users - No changes to API though [2potatocakes]
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 19 01:38:58 2011 UTC (11 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.5: +4 -2
lines
Diff to previous 1.5 (colored)
Update ruby-mini-magick pacakge to 3.3. Changes are unknown.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 23 16:26:04 2011 UTC (11 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update ruby-mini-magick package to 3.2. Changes are unavailable.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 10 06:51:03 2010 UTC (12 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.3: +6 -7
lines
Diff to previous 1.3 (colored)
Updaet graphics/ruby-mini-magick to 2.1. * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework. Changes are unknown.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 23 14:33:24 2009 UTC (13 years, 2 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.2: +10 -7
lines
Diff to previous 1.2 (colored)
Updated ruby-mini-magick to 1.2.5
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:28 2009 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.1: +1 -4
lines
Diff to previous 1.1 (colored)
Remove @dirrm entries from PLISTs
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Apr 30 16:22:47 2008 UTC (14 years, 9 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of ruby18-mini-magick-1.2.3 as graphics/ruby-mini-magick. MiniMagick gives you access to all the command-line options ImageMagick has (found at http://www.imagemagick.org/script/mogrify.php). Using MiniMagick as an alternative to RMagick allows the Ruby processes memory to remain small because it spawns ImageMagick's mogrify program, which has much lower memory usage than RMagick.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 30 16:22:47 2008 UTC (14 years, 9 months ago) by jlam
Branch: MAIN
Initial revision