Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 06/23/2004 00:59:20
Module Name: pkgsrc
Committed By: xtraeme
Date: Wed Jun 23 00:59:20 UTC 2004
Modified Files:
pkgsrc/doc: CHANGES
pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo
Log Message:
Update graphics/ImageMagick to 6.0.2.7.
Changes:
Bug fixes:
* Fixed problem with relative filename wildcards (e.g.
identify images/*.jpg)
* DrawSetStrokeDashArray() now respects the number_elements argument.
Performance improvements:
* Don't open a loadable module if its already open.
* Added anonymous memory-mapping to the pixel cache. This makes it
possible for memory to be returned to the system after the image is
destroyed.
Utilities enhancements:
* The display program now composites any transparent images on top of a
checkered background to assist in visualizing any partial transparent
pixels.
Coder additions/improvments:
* When an unknown property is encountered in the XCF coder, it enters a
bogus loop that never terminates.
Code/structure enhancements:
* Introduce MagickBooleanType and MagickStatusType types of unsigned int.
These types are 100% compatible with the existing API but removes
ambiguity. Previously we got complaints that users did not realize that a
return value of unsigned int in most cases meant a binary value (0/1).
MagickStatusType is used for methods that return a bit mask.
* Introduce MagickFalse and MagickTrue while we deprecate True/False.
And more...
To generate a diff of this commit:
cvs rdiff -r1.6281 -r1.6282 pkgsrc/doc/CHANGES
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.15 -r1.16 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.20 -r1.21 pkgsrc/graphics/ImageMagick/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.