Sun Sep 20 11:30:58 2009 UTC ()
Update GraphicsMagick to 1.3.7.
(CVE-2008-1097 was already fixed by patch-ab in pkgsrc).

1.3.7 (September 17, 2009)
==========================

Security Fixes:

  * PCX: Detect improper rows, columns, or depth.  Fixes CVE-2008-1097
    "Memory corruption in ImageMagick's PCX coder".

  * DrawDashPolygon: Avoid a crash which sometimes occured with tiny
    polygons.

Bug fixes:

  * JPEG: Profile chunks need to be concatentated in order to build
    the whole profile.  This was not working so embedded profiles
    larger than 32K or maybe 64K were being corrupted.  This bug was
    introduced in GraphicsMagick 1.2.

  * Meta: Fix memory leaks.

  * Meta: Work better with with IPTC record 2 blocks and deal better
    with IPTC embedded in an 8BIM profile.  Fixes by John Sergeant.

  * MPC: Fix crash when reading MPC and the input image is modified.

  * PNG: Ensure that the opacity channel is properly initialized.

  * -profile: Lowercase arguments were sometimes not working as
    expected.

  * Topol: Topol reader actually works now and is included in test
    suite.

  * TIFF: Read and write JPEG-compressed grayscale TIFF correctly.

  * VisualMagick configure now works properly when output paths are
    specified.

  * WMF: Eliminate memory leaks.

New Features:

  * MagickWand: New method MagickSetCompressionQuality() to allow
    setting the compression quality.

  * MagickWand: New method CloneDrawingWand() to deep-copy a drawing
    wand.

  * MagickWand: New method DrawGetException() to retrieve information
    regarding the last drawing wand exception (if any).

  * MagickWand: New method DrawClearException() to clear a drawing wand
    exception.

  * Magick++: New Image method cdl() to apply the ASC CDL.

  * Magick++: New Image method colorMatrix() to apply a color matrix
    to the image channels.

  * Magick++: New Image method haldClut)() to apply a color lookup
    table (Hald CLUT) to the image.

  * MSL/Conjure: Added a new 'profile' command which applies, adds, or
    removes one or more IPTC, ICC or generic profiles from a file.
    Work contributed by John Sergeant.

  * Added a 'time' subcommand to provide Unix-style 'time' output when
    a 'time' capability is missing, or the reporting format is
    inconsistent.  For example 'gm time convert ...'.

Feature improvements:

  * ColorMatrixImage(): Add opaque opacity channel when needed.

  * PDF & PS: Use '-type palette' prior to input file name to cause
    Ghostscript to return a dithered colormapped image.

  * PNG: Now compiles with libpng-1.4.0beta74 and later.

  * TIFF: Libtiff in Windows build is upgraded to 3.9.1.  This allows
    GraphicsMagick to read and write 16 and 24 bit float TIFF files.

  * Windows code to find Ghostscript is rewritten from scratch.

Performance Improvements:

  * Drawing of points, lines, and polygons (and complex shapes based
    on these) is now accelerated using OpenMP with excellent speed-up.

  * ICC color transforms now see linear speedup from OpenMP.

  * Rotate: For rotations of 90 or 270 degrees, tile sizes are
    selected more appropriately.

Behavior Changes:

  * No longer clear the exception structure at the start of
    ReadImage() and other similar functions since this sometimes masks
    errors.  The API user is expected to make sure that the exception
    structure is clean prior to invoking a function.

  * SVG: Writer is now disabled since it usually does not work properly.


(obache)
diff -r1.24 -r1.25 pkgsrc/graphics/GraphicsMagick/Makefile
diff -r1.11 -r1.12 pkgsrc/graphics/GraphicsMagick/PLIST
diff -r1.19 -r1.20 pkgsrc/graphics/GraphicsMagick/distinfo
diff -r1.1 -r0 pkgsrc/graphics/GraphicsMagick/patches/patch-ab

cvs diff -r1.24 -r1.25 pkgsrc/graphics/GraphicsMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/Makefile 2009/08/26 19:56:40 1.24
+++ pkgsrc/graphics/GraphicsMagick/Makefile 2009/09/20 11:30:58 1.25
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.24 2009/08/26 19:56:40 sno Exp $ 1# $NetBSD: Makefile,v 1.25 2009/09/20 11:30:58 obache Exp $
2# 2#
3 3
4DISTNAME= GraphicsMagick-1.3.6 4DISTNAME= GraphicsMagick-1.3.7
5PKGREVISION= 1 
6CATEGORIES= graphics 5CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
8 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ 7 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
9 8
10MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
11HOMEPAGE= http://www.graphicsmagick.org/ 10HOMEPAGE= http://www.graphicsmagick.org/
12COMMENT= X application for displaying and manipulating images 11COMMENT= X application for displaying and manipulating images
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_TOOLS+= gmake pkg-config gs 17USE_TOOLS+= gmake pkg-config gs

cvs diff -r1.11 -r1.12 pkgsrc/graphics/GraphicsMagick/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/PLIST 2009/08/08 04:45:28 1.11
+++ pkgsrc/graphics/GraphicsMagick/PLIST 2009/09/20 11:30:58 1.12
@@ -1,80 +1,87 @@ @@ -1,80 +1,87 @@
1@comment $NetBSD: PLIST,v 1.11 2009/08/08 04:45:28 obache Exp $ 1@comment $NetBSD: PLIST,v 1.12 2009/09/20 11:30:58 obache Exp $
2bin/GraphicsMagick++-config 2bin/GraphicsMagick++-config
3bin/GraphicsMagick-config 3bin/GraphicsMagick-config
4bin/GraphicsMagickWand-config 4bin/GraphicsMagickWand-config
5bin/gm 5bin/gm
6include/GraphicsMagick/Magick++.h 6include/GraphicsMagick/Magick++.h
7include/GraphicsMagick/Magick++/Blob.h 7include/GraphicsMagick/Magick++/Blob.h
8include/GraphicsMagick/Magick++/CoderInfo.h 8include/GraphicsMagick/Magick++/CoderInfo.h
9include/GraphicsMagick/Magick++/Color.h 9include/GraphicsMagick/Magick++/Color.h
10include/GraphicsMagick/Magick++/Drawable.h 10include/GraphicsMagick/Magick++/Drawable.h
11include/GraphicsMagick/Magick++/Exception.h 11include/GraphicsMagick/Magick++/Exception.h
12include/GraphicsMagick/Magick++/Geometry.h 12include/GraphicsMagick/Magick++/Geometry.h
13include/GraphicsMagick/Magick++/Image.h 13include/GraphicsMagick/Magick++/Image.h
14include/GraphicsMagick/Magick++/Include.h 14include/GraphicsMagick/Magick++/Include.h
15include/GraphicsMagick/Magick++/Montage.h 15include/GraphicsMagick/Magick++/Montage.h
16include/GraphicsMagick/Magick++/Pixels.h 16include/GraphicsMagick/Magick++/Pixels.h
17include/GraphicsMagick/Magick++/STL.h 17include/GraphicsMagick/Magick++/STL.h
18include/GraphicsMagick/Magick++/TypeMetric.h 18include/GraphicsMagick/Magick++/TypeMetric.h
19include/GraphicsMagick/magick/api.h 19include/GraphicsMagick/magick/api.h
20include/GraphicsMagick/magick/attribute.h 20include/GraphicsMagick/magick/attribute.h
 21include/GraphicsMagick/magick/average.h
21include/GraphicsMagick/magick/blob.h 22include/GraphicsMagick/magick/blob.h
22include/GraphicsMagick/magick/cdl.h 23include/GraphicsMagick/magick/cdl.h
23include/GraphicsMagick/magick/channel.h 24include/GraphicsMagick/magick/channel.h
24include/GraphicsMagick/magick/color.h 25include/GraphicsMagick/magick/color.h
 26include/GraphicsMagick/magick/colormap.h
25include/GraphicsMagick/magick/colorspace.h 27include/GraphicsMagick/magick/colorspace.h
26include/GraphicsMagick/magick/command.h 28include/GraphicsMagick/magick/command.h
27include/GraphicsMagick/magick/compare.h 29include/GraphicsMagick/magick/compare.h
28include/GraphicsMagick/magick/composite.h 30include/GraphicsMagick/magick/composite.h
29include/GraphicsMagick/magick/compress.h 31include/GraphicsMagick/magick/compress.h
30include/GraphicsMagick/magick/confirm_access.h 32include/GraphicsMagick/magick/confirm_access.h
31include/GraphicsMagick/magick/constitute.h 33include/GraphicsMagick/magick/constitute.h
32include/GraphicsMagick/magick/decorate.h 34include/GraphicsMagick/magick/decorate.h
33include/GraphicsMagick/magick/delegate.h 35include/GraphicsMagick/magick/delegate.h
34include/GraphicsMagick/magick/deprecate.h 36include/GraphicsMagick/magick/deprecate.h
 37include/GraphicsMagick/magick/describe.h
35include/GraphicsMagick/magick/draw.h 38include/GraphicsMagick/magick/draw.h
36include/GraphicsMagick/magick/effect.h 39include/GraphicsMagick/magick/effect.h
37include/GraphicsMagick/magick/enhance.h 40include/GraphicsMagick/magick/enhance.h
38include/GraphicsMagick/magick/error.h 41include/GraphicsMagick/magick/error.h
39include/GraphicsMagick/magick/forward.h 42include/GraphicsMagick/magick/forward.h
40include/GraphicsMagick/magick/fx.h 43include/GraphicsMagick/magick/fx.h
41include/GraphicsMagick/magick/gem.h 44include/GraphicsMagick/magick/gem.h
 45include/GraphicsMagick/magick/gradient.h
42include/GraphicsMagick/magick/hclut.h 46include/GraphicsMagick/magick/hclut.h
43include/GraphicsMagick/magick/image.h 47include/GraphicsMagick/magick/image.h
44include/GraphicsMagick/magick/list.h 48include/GraphicsMagick/magick/list.h
45include/GraphicsMagick/magick/log.h 49include/GraphicsMagick/magick/log.h
46include/GraphicsMagick/magick/magic.h 50include/GraphicsMagick/magick/magic.h
47include/GraphicsMagick/magick/magick.h 51include/GraphicsMagick/magick/magick.h
48include/GraphicsMagick/magick/magick_config.h 52include/GraphicsMagick/magick/magick_config.h
49include/GraphicsMagick/magick/magick_types.h 53include/GraphicsMagick/magick/magick_types.h
50include/GraphicsMagick/magick/memory.h 54include/GraphicsMagick/magick/memory.h
51include/GraphicsMagick/magick/module.h 55include/GraphicsMagick/magick/module.h
52include/GraphicsMagick/magick/monitor.h 56include/GraphicsMagick/magick/monitor.h
53include/GraphicsMagick/magick/montage.h 57include/GraphicsMagick/magick/montage.h
54include/GraphicsMagick/magick/operator.h 58include/GraphicsMagick/magick/operator.h
55include/GraphicsMagick/magick/paint.h 59include/GraphicsMagick/magick/paint.h
56include/GraphicsMagick/magick/pixel_cache.h 60include/GraphicsMagick/magick/pixel_cache.h
57include/GraphicsMagick/magick/pixel_iterator.h 61include/GraphicsMagick/magick/pixel_iterator.h
 62include/GraphicsMagick/magick/plasma.h
58include/GraphicsMagick/magick/profile.h 63include/GraphicsMagick/magick/profile.h
59include/GraphicsMagick/magick/quantize.h 64include/GraphicsMagick/magick/quantize.h
60include/GraphicsMagick/magick/random.h 65include/GraphicsMagick/magick/random.h
61include/GraphicsMagick/magick/registry.h 66include/GraphicsMagick/magick/registry.h
62include/GraphicsMagick/magick/render.h 67include/GraphicsMagick/magick/render.h
63include/GraphicsMagick/magick/resize.h 68include/GraphicsMagick/magick/resize.h
64include/GraphicsMagick/magick/resource.h 69include/GraphicsMagick/magick/resource.h
65include/GraphicsMagick/magick/shear.h 70include/GraphicsMagick/magick/shear.h
66include/GraphicsMagick/magick/signature.h 71include/GraphicsMagick/magick/signature.h
 72include/GraphicsMagick/magick/statistics.h
67include/GraphicsMagick/magick/symbols.h 73include/GraphicsMagick/magick/symbols.h
 74include/GraphicsMagick/magick/texture.h
68include/GraphicsMagick/magick/timer.h 75include/GraphicsMagick/magick/timer.h
69include/GraphicsMagick/magick/transform.h 76include/GraphicsMagick/magick/transform.h
70include/GraphicsMagick/magick/utility.h 77include/GraphicsMagick/magick/utility.h
71include/GraphicsMagick/magick/version.h 78include/GraphicsMagick/magick/version.h
72include/GraphicsMagick/wand/drawing_wand.h 79include/GraphicsMagick/wand/drawing_wand.h
73include/GraphicsMagick/wand/magick_wand.h 80include/GraphicsMagick/wand/magick_wand.h
74include/GraphicsMagick/wand/pixel_wand.h 81include/GraphicsMagick/wand/pixel_wand.h
75include/GraphicsMagick/wand/wand_api.h 82include/GraphicsMagick/wand/wand_api.h
76lib/${PKGNAME}/config/delegates.mgk 83lib/${PKGNAME}/config/delegates.mgk
77lib/${PKGNAME}/config/type-ghostscript.mgk 84lib/${PKGNAME}/config/type-ghostscript.mgk
78lib/${PKGNAME}/config/type-solaris.mgk 85lib/${PKGNAME}/config/type-solaris.mgk
79lib/${PKGNAME}/config/type-windows.mgk 86lib/${PKGNAME}/config/type-windows.mgk
80lib/${PKGNAME}/config/type.mgk 87lib/${PKGNAME}/config/type.mgk
@@ -92,26 +99,27 @@ man/man4/miff.4 @@ -92,26 +99,27 @@ man/man4/miff.4
92man/man5/quantize.5 99man/man5/quantize.5
93share/${PKGNAME}/config/colors.mgk 100share/${PKGNAME}/config/colors.mgk
94share/${PKGNAME}/config/log.mgk 101share/${PKGNAME}/config/log.mgk
95share/${PKGNAME}/config/magic.mgk 102share/${PKGNAME}/config/magic.mgk
96share/${PKGNAME}/config/modules.mgk 103share/${PKGNAME}/config/modules.mgk
97share/doc/GraphicsMagick/ChangeLog 104share/doc/GraphicsMagick/ChangeLog
98share/doc/GraphicsMagick/ChangeLog.2001 105share/doc/GraphicsMagick/ChangeLog.2001
99share/doc/GraphicsMagick/ChangeLog.2002 106share/doc/GraphicsMagick/ChangeLog.2002
100share/doc/GraphicsMagick/ChangeLog.2003 107share/doc/GraphicsMagick/ChangeLog.2003
101share/doc/GraphicsMagick/ChangeLog.2004 108share/doc/GraphicsMagick/ChangeLog.2004
102share/doc/GraphicsMagick/ChangeLog.2005 109share/doc/GraphicsMagick/ChangeLog.2005
103share/doc/GraphicsMagick/ChangeLog.2006 110share/doc/GraphicsMagick/ChangeLog.2006
104share/doc/GraphicsMagick/ChangeLog.2007 111share/doc/GraphicsMagick/ChangeLog.2007
 112share/doc/GraphicsMagick/ChangeLog.2008
105share/doc/GraphicsMagick/Copyright.txt 113share/doc/GraphicsMagick/Copyright.txt
106share/doc/GraphicsMagick/NEWS.txt 114share/doc/GraphicsMagick/NEWS.txt
107share/doc/GraphicsMagick/www/CVS.html 115share/doc/GraphicsMagick/www/CVS.html
108share/doc/GraphicsMagick/www/CVS.rst 116share/doc/GraphicsMagick/www/CVS.rst
109share/doc/GraphicsMagick/www/Changelog.html 117share/doc/GraphicsMagick/www/Changelog.html
110share/doc/GraphicsMagick/www/Copyright.html 118share/doc/GraphicsMagick/www/Copyright.html
111share/doc/GraphicsMagick/www/FAQ.html 119share/doc/GraphicsMagick/www/FAQ.html
112share/doc/GraphicsMagick/www/FAQ.rst 120share/doc/GraphicsMagick/www/FAQ.rst
113share/doc/GraphicsMagick/www/GraphicsMagick.html 121share/doc/GraphicsMagick/www/GraphicsMagick.html
114share/doc/GraphicsMagick/www/INSTALL-unix.html 122share/doc/GraphicsMagick/www/INSTALL-unix.html
115share/doc/GraphicsMagick/www/INSTALL-windows.html 123share/doc/GraphicsMagick/www/INSTALL-windows.html
116share/doc/GraphicsMagick/www/ImageMagickObject.html 124share/doc/GraphicsMagick/www/ImageMagickObject.html
117share/doc/GraphicsMagick/www/ImageMagickObject.rst 125share/doc/GraphicsMagick/www/ImageMagickObject.rst
@@ -160,62 +168,68 @@ share/doc/GraphicsMagick/www/Magick++/th @@ -160,62 +168,68 @@ share/doc/GraphicsMagick/www/Magick++/th
160share/doc/GraphicsMagick/www/Makefile.am 168share/doc/GraphicsMagick/www/Makefile.am
161share/doc/GraphicsMagick/www/NEWS.html 169share/doc/GraphicsMagick/www/NEWS.html
162share/doc/GraphicsMagick/www/OpenMP.html 170share/doc/GraphicsMagick/www/OpenMP.html
163share/doc/GraphicsMagick/www/OpenMP.rst 171share/doc/GraphicsMagick/www/OpenMP.rst
164share/doc/GraphicsMagick/www/README.html 172share/doc/GraphicsMagick/www/README.html
165share/doc/GraphicsMagick/www/animate.html 173share/doc/GraphicsMagick/www/animate.html
166share/doc/GraphicsMagick/www/api/Makefile.am 174share/doc/GraphicsMagick/www/api/Makefile.am
167share/doc/GraphicsMagick/www/api/animate.html 175share/doc/GraphicsMagick/www/api/animate.html
168share/doc/GraphicsMagick/www/api/annotate.html 176share/doc/GraphicsMagick/www/api/annotate.html
169share/doc/GraphicsMagick/www/api/api.html 177share/doc/GraphicsMagick/www/api/api.html
170share/doc/GraphicsMagick/www/api/api.rst 178share/doc/GraphicsMagick/www/api/api.rst
171share/doc/GraphicsMagick/www/api/api_hyperlinks.rst 179share/doc/GraphicsMagick/www/api/api_hyperlinks.rst
172share/doc/GraphicsMagick/www/api/attribute.html 180share/doc/GraphicsMagick/www/api/attribute.html
 181share/doc/GraphicsMagick/www/api/average.html
173share/doc/GraphicsMagick/www/api/blob.html 182share/doc/GraphicsMagick/www/api/blob.html
174share/doc/GraphicsMagick/www/api/cdl.html 183share/doc/GraphicsMagick/www/api/cdl.html
175share/doc/GraphicsMagick/www/api/channel.html 184share/doc/GraphicsMagick/www/api/channel.html
176share/doc/GraphicsMagick/www/api/color.html 185share/doc/GraphicsMagick/www/api/color.html
 186share/doc/GraphicsMagick/www/api/colormap.html
177share/doc/GraphicsMagick/www/api/compare.html 187share/doc/GraphicsMagick/www/api/compare.html
178share/doc/GraphicsMagick/www/api/composite.html 188share/doc/GraphicsMagick/www/api/composite.html
179share/doc/GraphicsMagick/www/api/confirm_access.html 189share/doc/GraphicsMagick/www/api/confirm_access.html
180share/doc/GraphicsMagick/www/api/constitute.html 190share/doc/GraphicsMagick/www/api/constitute.html
181share/doc/GraphicsMagick/www/api/decorate.html 191share/doc/GraphicsMagick/www/api/decorate.html
182share/doc/GraphicsMagick/www/api/deprecate.html 192share/doc/GraphicsMagick/www/api/deprecate.html
 193share/doc/GraphicsMagick/www/api/describe.html
183share/doc/GraphicsMagick/www/api/display.html 194share/doc/GraphicsMagick/www/api/display.html
184share/doc/GraphicsMagick/www/api/draw.html 195share/doc/GraphicsMagick/www/api/draw.html
185share/doc/GraphicsMagick/www/api/effect.html 196share/doc/GraphicsMagick/www/api/effect.html
186share/doc/GraphicsMagick/www/api/enhance.html 197share/doc/GraphicsMagick/www/api/enhance.html
187share/doc/GraphicsMagick/www/api/error.html 198share/doc/GraphicsMagick/www/api/error.html
188share/doc/GraphicsMagick/www/api/fx.html 199share/doc/GraphicsMagick/www/api/fx.html
189share/doc/GraphicsMagick/www/api/hclut.html 200share/doc/GraphicsMagick/www/api/hclut.html
190share/doc/GraphicsMagick/www/api/image.html 201share/doc/GraphicsMagick/www/api/image.html
191share/doc/GraphicsMagick/www/api/list.html 202share/doc/GraphicsMagick/www/api/list.html
192share/doc/GraphicsMagick/www/api/magick.html 203share/doc/GraphicsMagick/www/api/magick.html
193share/doc/GraphicsMagick/www/api/memory.html 204share/doc/GraphicsMagick/www/api/memory.html
194share/doc/GraphicsMagick/www/api/monitor.html 205share/doc/GraphicsMagick/www/api/monitor.html
195share/doc/GraphicsMagick/www/api/montage.html 206share/doc/GraphicsMagick/www/api/montage.html
196share/doc/GraphicsMagick/www/api/operator.html 207share/doc/GraphicsMagick/www/api/operator.html
197share/doc/GraphicsMagick/www/api/paint.html 208share/doc/GraphicsMagick/www/api/paint.html
198share/doc/GraphicsMagick/www/api/pixel_cache.html 209share/doc/GraphicsMagick/www/api/pixel_cache.html
199share/doc/GraphicsMagick/www/api/pixel_iterator.html 210share/doc/GraphicsMagick/www/api/pixel_iterator.html
 211share/doc/GraphicsMagick/www/api/plasma.html
200share/doc/GraphicsMagick/www/api/profile.html 212share/doc/GraphicsMagick/www/api/profile.html
201share/doc/GraphicsMagick/www/api/quantize.html 213share/doc/GraphicsMagick/www/api/quantize.html
202share/doc/GraphicsMagick/www/api/registry.html 214share/doc/GraphicsMagick/www/api/registry.html
203share/doc/GraphicsMagick/www/api/render.html 215share/doc/GraphicsMagick/www/api/render.html
204share/doc/GraphicsMagick/www/api/resize.html 216share/doc/GraphicsMagick/www/api/resize.html
205share/doc/GraphicsMagick/www/api/resource.html 217share/doc/GraphicsMagick/www/api/resource.html
206share/doc/GraphicsMagick/www/api/segment.html 218share/doc/GraphicsMagick/www/api/segment.html
207share/doc/GraphicsMagick/www/api/shear.html 219share/doc/GraphicsMagick/www/api/shear.html
208share/doc/GraphicsMagick/www/api/signature.html 220share/doc/GraphicsMagick/www/api/signature.html
 221share/doc/GraphicsMagick/www/api/statistics.html
 222share/doc/GraphicsMagick/www/api/texture.html
209share/doc/GraphicsMagick/www/api/transform.html 223share/doc/GraphicsMagick/www/api/transform.html
210share/doc/GraphicsMagick/www/api/types.html 224share/doc/GraphicsMagick/www/api/types.html
211share/doc/GraphicsMagick/www/api/types.rst 225share/doc/GraphicsMagick/www/api/types.rst
212share/doc/GraphicsMagick/www/api/widget.html 226share/doc/GraphicsMagick/www/api/widget.html
213share/doc/GraphicsMagick/www/authors.html 227share/doc/GraphicsMagick/www/authors.html
214share/doc/GraphicsMagick/www/authors.rst 228share/doc/GraphicsMagick/www/authors.rst
215share/doc/GraphicsMagick/www/benchmarks-1.2.html 229share/doc/GraphicsMagick/www/benchmarks-1.2.html
216share/doc/GraphicsMagick/www/benchmarks-1.2.rst 230share/doc/GraphicsMagick/www/benchmarks-1.2.rst
217share/doc/GraphicsMagick/www/benchmarks.html 231share/doc/GraphicsMagick/www/benchmarks.html
218share/doc/GraphicsMagick/www/benchmarks.rst 232share/doc/GraphicsMagick/www/benchmarks.rst
219share/doc/GraphicsMagick/www/bugs.html 233share/doc/GraphicsMagick/www/bugs.html
220share/doc/GraphicsMagick/www/bugs.rst 234share/doc/GraphicsMagick/www/bugs.rst
221share/doc/GraphicsMagick/www/color.html 235share/doc/GraphicsMagick/www/color.html

cvs diff -r1.19 -r1.20 pkgsrc/graphics/GraphicsMagick/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/distinfo 2009/08/08 04:45:28 1.19
+++ pkgsrc/graphics/GraphicsMagick/distinfo 2009/09/20 11:30:58 1.20
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.19 2009/08/08 04:45:28 obache Exp $ 1$NetBSD: distinfo,v 1.20 2009/09/20 11:30:58 obache Exp $
2 2
3SHA1 (GraphicsMagick-1.3.6.tar.gz) = f941448158a551865b7cf6f5230d3caa053cef36 3SHA1 (GraphicsMagick-1.3.7.tar.gz) = 0d6d25644af0d125e24be0a0ed830a5c5f472156
4RMD160 (GraphicsMagick-1.3.6.tar.gz) = 4d745fb7529d423e34a721d437c3cc02dfdfa074 4RMD160 (GraphicsMagick-1.3.7.tar.gz) = 2bf58a91a5d3bb99e6bb35e3a2adc8da902b44f8
5Size (GraphicsMagick-1.3.6.tar.gz) = 7804177 bytes 5Size (GraphicsMagick-1.3.7.tar.gz) = 7891141 bytes
6SHA1 (patch-ab) = f4e501afbfb5822a6803be76826e70de9a4cee15 

File Deleted: pkgsrc/graphics/GraphicsMagick/patches/Attic/patch-ab