Subject: CVS commit: pkgsrc/graphics/ImageMagick
To: None <pkgsrc-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: pkgsrc-changes
Date: 11/27/2001 03:26:50
Module Name:	pkgsrc
Committed By:	lukem
Date:		Tue Nov 27 01:26:50 UTC 2001

Modified Files:
	pkgsrc/graphics/ImageMagick: distinfo
Added Files:
	pkgsrc/graphics/ImageMagick/patches: patch-ag

Log Message:
- Some operations that worked in-place on some format (e.g,
  "mogrify -rotate 90 foo.tiff") used to leave the result in
  /tmp/magickXXXXXXX with an in-file image comment of
  /tmp/magickXXXXXXX.mgk.
  Now it writes back to foo.tiff and the in-file comment is correct.
  For some reason, working on jpg's didn't exhibit this problem

- Some operations that generate new files from some formats (e.g,
  "mogrify -format jpg -rotate 90 foo.tiff") used to leave the result
  in /tmp/magickXXXXXXX.jpg.
  Now foo.jpg is generated.
  For some reason, converting jpg->tiff didn't exhibit this problem.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/graphics/ImageMagick/patches/patch-ag

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