Subject: CVS commit: pkgsrc/graphics/ruby-RMagick
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 03/02/2006 15:53:08
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Mar  2 15:53:08 UTC 2006

Modified Files:
	pkgsrc/graphics/ruby-RMagick: Makefile PLIST distinfo

Log Message:
Update ruby-RMagick package to 1.10.0.

RMagick 1.10.0
    o Added add_noise_channel method to Image class (available with ImageMagick 6.2.5)
    o Added vignette method to the Image class (available with ImageMagick 6.2.6)
    o Added crop_resize method to the Image class (thanks to Jerret Taylor for
      the suggestion and original code)
    o Added export_pixels_to_str method to the Image class
    o Provided default arguments to Image#export_pixels
    o Added "order" option to Image#ordered_dither
    o Added cyan, magenta, yellow, and black attribute accessors to the Pixel class
    o Added CineonLogRGBColorspace, LABColorspace, Rec601LumaColorspace,
      Rec601YCbCrColorspace, Rec709LumaColorspace, Rec709YCbCrColorspace,
      LogColorspace enumerators to the ColorspaceType enumeration class.
    o Fixed bug #2844, Image#to_blob exits if the image is a 0x0 JPEG
    o Fixed bug #2688, Image#annotate, Draw#get_multiline_type_metrics handle
      newline characters properly
    o Tested with ImageMagick 6.2.6
    o Removed support for all versions of ImageMagick prior to 6.0.0


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/graphics/ruby-RMagick/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/ruby-RMagick/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/ruby-RMagick/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.