Subject: CVS commit: pkgsrc/graphics/ImageMagick
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/13/2002 15:44:45
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Nov 13 13:44:44 UTC 2002

Modified Files:
	pkgsrc/graphics/ImageMagick: Makefile PLIST distinfo
	pkgsrc/graphics/ImageMagick/patches: patch-aa
Added Files:
	pkgsrc/graphics/ImageMagick/patches: patch-ab patch-ac patch-ad
	    patch-ae patch-af

Log Message:
Update to 5.5.1-6.
Changes:
  * Verify sanity of sysconf(_SC_PAGE_SIZE) and sysconf(_SC_PHYS_PAGES)
    before using their values.
  * Corrected bug in image geometry height calculation.
  * PingBlob() improperly set the length memory of BlobInfo to zero.
  * Fixed Ping() memory leak in PerlMagick.
  * Fixed -map problem in convert/mogrify utilities.
  * -border with a single value now produces correct results
    (e.g. -border 10).
  * Set locale type LC_NUMERIC to "C".
  * Bug fix for PS2 encoder.
  * Added PS-Adobe preamble to PS3 encoder.
  * Use ImageMagick release number to allow multiple ImageMagick releases
    to co-exist without interference on the same machine.
  * Decided that DrawGet functions should return by value.
  * Added detailed logging to BMP, PNG, and JPEG codecs, including JPEG
    quality estimate.
  * Added draw.h "DrawGet" equivalents to most of the "DrawSet" functions.
  * Added an array size argument to DrawSetDashPattern and got rid of
    the zero-termination garbage.
  o Remove 'Set' from the names of draw.h functions which update the
    current affine transformation array (e.g. DrawSetRotate becomes
    DrawRotate).
  * Under Windows, a DllMain function which automatically initializes
    ImageMagick (when ImageMagick is built using DLLs) may be added by
    defining ProvideDllMain in magick_config.h
  * Added resource consumption methods, see magick/resource.c.
  * Replaced underscores in commandline options with hyphens.  For backward
    compatibility, underscores will continue to be recognized.
  * Added -blue-primary, -green-primary, -red-primary, -white-point options.
  * Added BMP2 and BMP3 output formats.
  * Changed chromaticity primary.z from 1.0 to 1.0-(primary.x+primary.y)
    in the PNG and PCD codecs.
  * Added 'exception' parameter to the ImageMagick progress monitor API.
  * Added enumerated types for the dispose member of the Image structure.
  * Added -version option to commandline utilities.
  * The xcf decoder would sometimes create artifacts when reading RLE-encoded
    grayscale images, due to the green and blue samples not being defined.
  * Added logging capabilities to the CORE API.  This facility is useful
    for debugging.  Added "events" parameter to the -debug commandline option.
  * AcquireImagePixels() did not always return the same pixel values
    for virtual pixels when the cache was stored on disk (very rare).
  * new -virtual-pixel command line option.
  * new PerlMagick virtual-pixel image attribute.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -r1.19 -r1.20 pkgsrc/graphics/ImageMagick/patches/patch-aa
cvs rdiff -r0 -r1.14 pkgsrc/graphics/ImageMagick/patches/patch-ab
cvs rdiff -r0 -r1.10 pkgsrc/graphics/ImageMagick/patches/patch-ac
cvs rdiff -r0 -r1.7 pkgsrc/graphics/ImageMagick/patches/patch-ad
cvs rdiff -r0 -r1.4 pkgsrc/graphics/ImageMagick/patches/patch-ae \
    pkgsrc/graphics/ImageMagick/patches/patch-af

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