Sun Jan 24 11:16:19 2010 UTC ()
Pullup ticket #2968 - requested by obache
graphics/GraphicsMagick: security update

Revisions pulled up:
- graphics/GraphicsMagick/Makefile		1.27 via patch
- graphics/GraphicsMagick/PLIST			1.13
- graphics/GraphicsMagick/distinfo		1.21
---
Module Name:	pkgsrc
Committed By:	obache
Date:		Fri Jan 22 06:16:18 UTC 2010

Modified Files:
	pkgsrc/graphics/GraphicsMagick: Makefile PLIST distinfo

Log Message:
Update GraphicsMagick to 1.3.8.

1.3.8 (January 21, 2010)
========================

Security Fixes:

   * Fix for CVE-2009-1882 "Integer overflow in the XMakeImage
     function".

   * Fix lockup due to hanging in loop while parsing malformed
     sub-image specification (SourceForge issue 2886560).

   * Libltdl: Updated libtool to 2.2.6b in order to fix security issue.
     Resolves CVE-2009-3736 as it pertains to GraphicsMagick.

Bug fixes:

   * -convolve, -recolor: Validate that user-provided matrix is square
     when parsing -convolve and -recolor commands in order to avoid a
     core dump.

   * CALS: Reading images taller than the image width resulted in a
     failure.

   * ConstituteImage(), DispatchImage(): 'A' and 'T' should indicate
     transparency and 'O' should indicate opacity.  Behavior was
     inconsistent.  In some cases 'O' meant transparency while in other
     cases it meant opacity. Also, in a few cases, matte was not
     getting enabled in the image as it should.

   * DCRAW: Module name was not registered so modules based builds were
     not supporting formats provided via 'dcraw'.

   * GetOptimalKernelWidth1D(), GetOptimalKernelWidth2D(): In the Q32
     build, convolution kernel size was estimated incorrectly for large
     sigmas on 32-bit systems due to arithmetic overflow.  This could
     cause wrong results for -convolve, -blur, -sharpen, and other
     algorithms which use these functions.

   * Image Size: Fixed the ability to pass the image size via the
     filename specification like "myfile.jpg[640x480]" rather than
     needing to use -size.

   * IPTC: Blob data needed to be padded to an even size.  Size is now
     correctly reported.

   * IPTC: Returned IPTC string values were one character too short.

   * Large Files: Large pixel cache files were not working under GNU
     Linux.

   * JP2: Fixed some value scaling problems.

   * JP2: Fix possible crash at exit when Jasper is used by a modules
     build.

   * MPC: is_monochrome and is_grayscale flags were not managed
     properly for the MPC coder.

   * PCL: Page was not always being ejected.

   * PNG: The png8 encoder would fail when trying to write a 1-color
     image.

   * PSD: PSD parser was confused by 0x0 pixel layers, resulting in
     image data corruption of all following layers.

   * -rotate, -shear: Some internally-reported errors were potentially
     being lost.

   * Subrange/stdin: Commands now support reading an image from stdin
     in conjunction with a subrange specification (e.g. "-[1]").

   * Magick++ STL ShadeImage: Implementation was completely botched.

New Features:

   * CALS Type 1 files may now be written (Work contributed by John
     Sergeant).  CALS support is dependent on the TIFF library.

   * GROUP4RAW encoder supports reading/writing RAW Group4 data.

   * JP2: JPEG 2000 may now be written in arbitrary bit depths ranging
     from 2 to 16 rather than just 8 or 16.

   * JPEG: IJG JPEG library version 7 is now supported.

   * JPEG: Added jpeg:block-smoothing and jpeg:fancy-upsampling defines
     to control these JPEG library options.

   * JPEG: Detect and apply colorspaces appropriately for ITU FAX JPEG.

   * Resource Limits: There is now a "threads" resource limit which
     allows specifying the number of OpenMP threads which may be used,
     similar to the OMP_NUM_THREADS environment variable.

   * TIFF: Allow CIELAB TIFF to be read.

   * MagickGetImageAttribute()/MagickSetImageAttribute(): New Wand
     methods to support getting and setting an image attribute.
     Contributed by Mikko Koppanen.

   * ClonePixelWand(): New Wand method to deep-copy an existing pixel
     wand.

   * ClonePixelWands(): New Wand method to deep-copy an array of
     existing pixel wands.

   * MagickCdlImage(): New Wand method to apply the ASC CDL to an
     image.

   * MagickGetImageBoundingBox(): New Wand method to return the crop
     bounding box required to remove any solid-color border from the
     image.

   * MagickGetImageFuzz(), MagickSetImageFuzz(): New Wand methods to
     get and set the color comparison fuzz factor.

   * MagickHaldClutImage(): New Wand method to apply a Hald CLUT to an
     image.

   * MagickSetResolution(): New Wand method to set the wand resolution.

   * MagickSetResolutionUnits(): New Wand method to set the wand
     resolution units.

   * Magick++: Allow Magick++ library to built as a DLL under MinGW and
     Cygwin.  This requires a modern GCC in order for C++ exceptions to
     work.

Feature improvements:

   * Cygwin: Cygwin 1.7 is now supported.

   * JPEG compression settings are preserved (if possible) when
     inserting JPEG blobs into formats which use JPEG.

   * PDF: If the original file used JPEG compression, then use JPEG
     compression with original settings (if possible).

   * TIFF: Update Windows build to use libtiff 3.9.2.

   * X11 Display: Apply a checkerboard pattern underneath transparent
     images which use more than simple binary transparency.

Performance Improvements:

   * Gamma: Performance is improved for Q8 and Q16 builds.  Also
     preserve full precision in Q32 build.

   * String data is dealt with a bit more efficiently (fewer
     allocations, less memory, and less CPU).

Behavior Changes:

   * InitializeMagick() MUST be invoked prior to using any Magick API
     function.  Failure to do so will likely lead to an immediate
     application crash.  This is due to initialization and runtime
     changes intended to improve thread safety and efficiency.
     Previously it was only strongly recommended to invoke
     InitializeMagick().

   * ConstituteImage(), DispatchImage(): 'A' and 'T' should indicate
     transparency and 'O' should indicate opacity.  Behavior was
     inconsistent.  In some cases 'O' meant transparency while in other
     cases it meant opacity. Also, in a few cases, matte was not
     getting enabled in the image as it should.

   * colors.mgk: Is now empty to default and is optional.  Previous
     content is now compiled into the library in an efficient way, but
     existing values may be modified, or new values added by adding
     entries to color.mgk.

   * DisableSlowOpenMP is now the default.  Use --enable-openmp-slow to
     enable OpenMP for algorithms which sometimes run slower rather
     than faster.

   * magic.mgk: This configuration file is no longer used since this
     data is now compiled into the library in an efficient way.

   * modules.mgk: Is now empty to default and is optional.  Previous
     content is now compiled into the library in an efficient way, but
     existing values may be modified, or new values added by adding
     entries to modules.mgk.

   * Third party executables not included in the Visual Studio build
     are no longer bundled in the GraphicsMagick installer.  This means
     that hp2xx.exe, mpeg2dec.exe, and mpeg2enc.exe are no longer
     distributed.


(tron)
diff -r1.25 -r1.25.4.1 pkgsrc/graphics/GraphicsMagick/Makefile
diff -r1.12 -r1.12.4.1 pkgsrc/graphics/GraphicsMagick/PLIST
diff -r1.20 -r1.20.4.1 pkgsrc/graphics/GraphicsMagick/distinfo

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

--- pkgsrc/graphics/GraphicsMagick/Makefile 2009/09/20 11:30:58 1.25
+++ pkgsrc/graphics/GraphicsMagick/Makefile 2010/01/24 11:16:19 1.25.4.1
@@ -1,46 +1,46 @@ @@ -1,46 +1,46 @@
1# $NetBSD: Makefile,v 1.25 2009/09/20 11:30:58 obache Exp $ 1# $NetBSD: Makefile,v 1.25.4.1 2010/01/24 11:16:19 tron Exp $
2# 2#
3 3
4DISTNAME= GraphicsMagick-1.3.7 4DISTNAME= GraphicsMagick-1.3.8
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
7 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ 7 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://www.graphicsmagick.org/ 10HOMEPAGE= http://www.graphicsmagick.org/
11COMMENT= X application for displaying and manipulating images 11COMMENT= X application for displaying and manipulating images
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config gs 17USE_TOOLS+= gmake pkg-config gs
18USE_FEATURES= vsnprintf # optional but recommended for security 18USE_FEATURES= vsnprintf # optional but recommended for security
19GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
20 20
21PKGCONFIG_OVERRIDE+= magick/GraphicsMagick.pc.in \ 21PKGCONFIG_OVERRIDE+= magick/GraphicsMagick.pc.in \
22 wand/GraphicsMagickWand.pc.in \ 22 wand/GraphicsMagickWand.pc.in \
23 Magick++/lib/GraphicsMagick++.pc.in 23 Magick++/lib/GraphicsMagick++.pc.in
24 24
25CONFIGURE_ARGS+= --without-perl 25CONFIGURE_ARGS+= --without-perl
26 26
27TEST_TARGET= check 27TEST_TARGET= check
28 28
29.include "../../archivers/bzip2/buildlink3.mk" 29.include "../../archivers/bzip2/buildlink3.mk"
30.include "../../devel/zlib/buildlink3.mk" 30.include "../../devel/zlib/buildlink3.mk"
31.include "../../graphics/freetype2/buildlink3.mk" 31.include "../../graphics/freetype2/buildlink3.mk"
32.include "../../graphics/jpeg/buildlink3.mk" 32.include "../../graphics/jpeg/buildlink3.mk"
33.include "../../graphics/lcms/buildlink3.mk" 33.include "../../graphics/lcms/buildlink3.mk"
34.include "../../graphics/libexif/buildlink3.mk" 34.include "../../graphics/libexif/buildlink3.mk"
35.include "../../graphics/libwmf/buildlink3.mk" 35.include "../../graphics/libwmf/buildlink3.mk"
36.include "../../graphics/jasper/buildlink3.mk" 36.include "../../graphics/jasper/buildlink3.mk"
37.include "../../graphics/png/buildlink3.mk" 37.include "../../graphics/png/buildlink3.mk"
38.include "../../graphics/tiff/buildlink3.mk" 38.include "../../graphics/tiff/buildlink3.mk"
39.include "../../textproc/libxml2/buildlink3.mk" 39.include "../../textproc/libxml2/buildlink3.mk"
40.include "../../x11/libSM/buildlink3.mk" 40.include "../../x11/libSM/buildlink3.mk"
41.include "../../x11/libX11/buildlink3.mk" 41.include "../../x11/libX11/buildlink3.mk"
42.include "../../x11/libXext/buildlink3.mk" 42.include "../../x11/libXext/buildlink3.mk"
43.include "../../x11/xextproto/buildlink3.mk" 43.include "../../x11/xextproto/buildlink3.mk"
44.include "../../mk/dlopen.buildlink3.mk" 44.include "../../mk/dlopen.buildlink3.mk"
45.include "../../mk/pthread.buildlink3.mk" 45.include "../../mk/pthread.buildlink3.mk"
46.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/graphics/GraphicsMagick/PLIST 2009/09/20 11:30:58 1.12
+++ pkgsrc/graphics/GraphicsMagick/PLIST 2010/01/24 11:16:19 1.12.4.1
@@ -1,289 +1,300 @@ @@ -1,289 +1,300 @@
1@comment $NetBSD: PLIST,v 1.12 2009/09/20 11:30:58 obache Exp $ 1@comment $NetBSD: PLIST,v 1.12.4.1 2010/01/24 11:16:19 tron 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/analyze.h
19include/GraphicsMagick/magick/api.h 20include/GraphicsMagick/magick/api.h
20include/GraphicsMagick/magick/attribute.h 21include/GraphicsMagick/magick/attribute.h
21include/GraphicsMagick/magick/average.h 22include/GraphicsMagick/magick/average.h
22include/GraphicsMagick/magick/blob.h 23include/GraphicsMagick/magick/blob.h
23include/GraphicsMagick/magick/cdl.h 24include/GraphicsMagick/magick/cdl.h
24include/GraphicsMagick/magick/channel.h 25include/GraphicsMagick/magick/channel.h
25include/GraphicsMagick/magick/color.h 26include/GraphicsMagick/magick/color.h
 27include/GraphicsMagick/magick/color_lookup.h
26include/GraphicsMagick/magick/colormap.h 28include/GraphicsMagick/magick/colormap.h
27include/GraphicsMagick/magick/colorspace.h 29include/GraphicsMagick/magick/colorspace.h
28include/GraphicsMagick/magick/command.h 30include/GraphicsMagick/magick/command.h
 31include/GraphicsMagick/magick/common.h
29include/GraphicsMagick/magick/compare.h 32include/GraphicsMagick/magick/compare.h
30include/GraphicsMagick/magick/composite.h 33include/GraphicsMagick/magick/composite.h
31include/GraphicsMagick/magick/compress.h 34include/GraphicsMagick/magick/compress.h
32include/GraphicsMagick/magick/confirm_access.h 35include/GraphicsMagick/magick/confirm_access.h
33include/GraphicsMagick/magick/constitute.h 36include/GraphicsMagick/magick/constitute.h
34include/GraphicsMagick/magick/decorate.h 37include/GraphicsMagick/magick/decorate.h
35include/GraphicsMagick/magick/delegate.h 38include/GraphicsMagick/magick/delegate.h
36include/GraphicsMagick/magick/deprecate.h 39include/GraphicsMagick/magick/deprecate.h
37include/GraphicsMagick/magick/describe.h 40include/GraphicsMagick/magick/describe.h
38include/GraphicsMagick/magick/draw.h 41include/GraphicsMagick/magick/draw.h
39include/GraphicsMagick/magick/effect.h 42include/GraphicsMagick/magick/effect.h
40include/GraphicsMagick/magick/enhance.h 43include/GraphicsMagick/magick/enhance.h
41include/GraphicsMagick/magick/error.h 44include/GraphicsMagick/magick/error.h
42include/GraphicsMagick/magick/forward.h 45include/GraphicsMagick/magick/forward.h
43include/GraphicsMagick/magick/fx.h 46include/GraphicsMagick/magick/fx.h
44include/GraphicsMagick/magick/gem.h 47include/GraphicsMagick/magick/gem.h
45include/GraphicsMagick/magick/gradient.h 48include/GraphicsMagick/magick/gradient.h
46include/GraphicsMagick/magick/hclut.h 49include/GraphicsMagick/magick/hclut.h
47include/GraphicsMagick/magick/image.h 50include/GraphicsMagick/magick/image.h
48include/GraphicsMagick/magick/list.h 51include/GraphicsMagick/magick/list.h
49include/GraphicsMagick/magick/log.h 52include/GraphicsMagick/magick/log.h
50include/GraphicsMagick/magick/magic.h 53include/GraphicsMagick/magick/magic.h
51include/GraphicsMagick/magick/magick.h 54include/GraphicsMagick/magick/magick.h
52include/GraphicsMagick/magick/magick_config.h 55include/GraphicsMagick/magick/magick_config.h
53include/GraphicsMagick/magick/magick_types.h 56include/GraphicsMagick/magick/magick_types.h
54include/GraphicsMagick/magick/memory.h 57include/GraphicsMagick/magick/memory.h
55include/GraphicsMagick/magick/module.h 58include/GraphicsMagick/magick/module.h
56include/GraphicsMagick/magick/monitor.h 59include/GraphicsMagick/magick/monitor.h
57include/GraphicsMagick/magick/montage.h 60include/GraphicsMagick/magick/montage.h
58include/GraphicsMagick/magick/operator.h 61include/GraphicsMagick/magick/operator.h
59include/GraphicsMagick/magick/paint.h 62include/GraphicsMagick/magick/paint.h
60include/GraphicsMagick/magick/pixel_cache.h 63include/GraphicsMagick/magick/pixel_cache.h
61include/GraphicsMagick/magick/pixel_iterator.h 64include/GraphicsMagick/magick/pixel_iterator.h
62include/GraphicsMagick/magick/plasma.h 65include/GraphicsMagick/magick/plasma.h
63include/GraphicsMagick/magick/profile.h 66include/GraphicsMagick/magick/profile.h
64include/GraphicsMagick/magick/quantize.h 67include/GraphicsMagick/magick/quantize.h
65include/GraphicsMagick/magick/random.h 68include/GraphicsMagick/magick/random.h
66include/GraphicsMagick/magick/registry.h 69include/GraphicsMagick/magick/registry.h
67include/GraphicsMagick/magick/render.h 70include/GraphicsMagick/magick/render.h
68include/GraphicsMagick/magick/resize.h 71include/GraphicsMagick/magick/resize.h
69include/GraphicsMagick/magick/resource.h 72include/GraphicsMagick/magick/resource.h
70include/GraphicsMagick/magick/shear.h 73include/GraphicsMagick/magick/shear.h
71include/GraphicsMagick/magick/signature.h 74include/GraphicsMagick/magick/signature.h
72include/GraphicsMagick/magick/statistics.h 75include/GraphicsMagick/magick/statistics.h
73include/GraphicsMagick/magick/symbols.h 76include/GraphicsMagick/magick/symbols.h
74include/GraphicsMagick/magick/texture.h 77include/GraphicsMagick/magick/texture.h
75include/GraphicsMagick/magick/timer.h 78include/GraphicsMagick/magick/timer.h
76include/GraphicsMagick/magick/transform.h 79include/GraphicsMagick/magick/transform.h
 80include/GraphicsMagick/magick/type.h
77include/GraphicsMagick/magick/utility.h 81include/GraphicsMagick/magick/utility.h
78include/GraphicsMagick/magick/version.h 82include/GraphicsMagick/magick/version.h
79include/GraphicsMagick/wand/drawing_wand.h 83include/GraphicsMagick/wand/drawing_wand.h
80include/GraphicsMagick/wand/magick_wand.h 84include/GraphicsMagick/wand/magick_wand.h
81include/GraphicsMagick/wand/pixel_wand.h 85include/GraphicsMagick/wand/pixel_wand.h
82include/GraphicsMagick/wand/wand_api.h 86include/GraphicsMagick/wand/wand_api.h
83lib/${PKGNAME}/config/delegates.mgk 87lib/${PKGNAME}/config/delegates.mgk
84lib/${PKGNAME}/config/type-ghostscript.mgk 88lib/${PKGNAME}/config/type-ghostscript.mgk
85lib/${PKGNAME}/config/type-solaris.mgk 89lib/${PKGNAME}/config/type-solaris.mgk
86lib/${PKGNAME}/config/type-windows.mgk 90lib/${PKGNAME}/config/type-windows.mgk
87lib/${PKGNAME}/config/type.mgk 91lib/${PKGNAME}/config/type.mgk
88lib/libGraphicsMagick++.la 92lib/libGraphicsMagick++.la
89lib/libGraphicsMagick.la 93lib/libGraphicsMagick.la
90lib/libGraphicsMagickWand.la 94lib/libGraphicsMagickWand.la
91lib/pkgconfig/GraphicsMagick++.pc 95lib/pkgconfig/GraphicsMagick++.pc
92lib/pkgconfig/GraphicsMagick.pc 96lib/pkgconfig/GraphicsMagick.pc
93lib/pkgconfig/GraphicsMagickWand.pc 97lib/pkgconfig/GraphicsMagickWand.pc
94man/man1/GraphicsMagick++-config.1 98man/man1/GraphicsMagick++-config.1
95man/man1/GraphicsMagick-config.1 99man/man1/GraphicsMagick-config.1
96man/man1/GraphicsMagickWand-config.1 100man/man1/GraphicsMagickWand-config.1
97man/man1/gm.1 101man/man1/gm.1
98man/man4/miff.4 102man/man4/miff.4
99man/man5/quantize.5 103man/man5/quantize.5
100share/${PKGNAME}/config/colors.mgk 104share/${PKGNAME}/config/colors.mgk
101share/${PKGNAME}/config/log.mgk 105share/${PKGNAME}/config/log.mgk
102share/${PKGNAME}/config/magic.mgk 
103share/${PKGNAME}/config/modules.mgk 106share/${PKGNAME}/config/modules.mgk
104share/doc/GraphicsMagick/ChangeLog 107share/doc/GraphicsMagick/ChangeLog
105share/doc/GraphicsMagick/ChangeLog.2001 108share/doc/GraphicsMagick/ChangeLog.2001
106share/doc/GraphicsMagick/ChangeLog.2002 109share/doc/GraphicsMagick/ChangeLog.2002
107share/doc/GraphicsMagick/ChangeLog.2003 110share/doc/GraphicsMagick/ChangeLog.2003
108share/doc/GraphicsMagick/ChangeLog.2004 111share/doc/GraphicsMagick/ChangeLog.2004
109share/doc/GraphicsMagick/ChangeLog.2005 112share/doc/GraphicsMagick/ChangeLog.2005
110share/doc/GraphicsMagick/ChangeLog.2006 113share/doc/GraphicsMagick/ChangeLog.2006
111share/doc/GraphicsMagick/ChangeLog.2007 114share/doc/GraphicsMagick/ChangeLog.2007
112share/doc/GraphicsMagick/ChangeLog.2008 115share/doc/GraphicsMagick/ChangeLog.2008
 116share/doc/GraphicsMagick/ChangeLog.2009
113share/doc/GraphicsMagick/Copyright.txt 117share/doc/GraphicsMagick/Copyright.txt
114share/doc/GraphicsMagick/NEWS.txt 118share/doc/GraphicsMagick/NEWS.txt
115share/doc/GraphicsMagick/www/CVS.html 119share/doc/GraphicsMagick/www/CVS.html
116share/doc/GraphicsMagick/www/CVS.rst 120share/doc/GraphicsMagick/www/CVS.rst
 121share/doc/GraphicsMagick/www/ChangeLog-2001.html
 122share/doc/GraphicsMagick/www/ChangeLog-2002.html
 123share/doc/GraphicsMagick/www/ChangeLog-2003.html
 124share/doc/GraphicsMagick/www/ChangeLog-2004.html
 125share/doc/GraphicsMagick/www/ChangeLog-2005.html
 126share/doc/GraphicsMagick/www/ChangeLog-2006.html
 127share/doc/GraphicsMagick/www/ChangeLog-2007.html
 128share/doc/GraphicsMagick/www/ChangeLog-2008.html
 129share/doc/GraphicsMagick/www/ChangeLog-2009.html
117share/doc/GraphicsMagick/www/Changelog.html 130share/doc/GraphicsMagick/www/Changelog.html
118share/doc/GraphicsMagick/www/Copyright.html 131share/doc/GraphicsMagick/www/Copyright.html
119share/doc/GraphicsMagick/www/FAQ.html 132share/doc/GraphicsMagick/www/FAQ.html
120share/doc/GraphicsMagick/www/FAQ.rst 133share/doc/GraphicsMagick/www/FAQ.rst
121share/doc/GraphicsMagick/www/GraphicsMagick.html 134share/doc/GraphicsMagick/www/GraphicsMagick.html
122share/doc/GraphicsMagick/www/INSTALL-unix.html 135share/doc/GraphicsMagick/www/INSTALL-unix.html
123share/doc/GraphicsMagick/www/INSTALL-windows.html 136share/doc/GraphicsMagick/www/INSTALL-windows.html
124share/doc/GraphicsMagick/www/ImageMagickObject.html 137share/doc/GraphicsMagick/www/ImageMagickObject.html
125share/doc/GraphicsMagick/www/ImageMagickObject.rst 138share/doc/GraphicsMagick/www/ImageMagickObject.rst
126share/doc/GraphicsMagick/www/Magick++/Blob.html 139share/doc/GraphicsMagick/www/Magick++/Blob.html
127share/doc/GraphicsMagick/www/Magick++/Cache.fig 140share/doc/GraphicsMagick/www/Magick++/Cache.fig
128share/doc/GraphicsMagick/www/Magick++/Cache.png 141share/doc/GraphicsMagick/www/Magick++/Cache.png
129share/doc/GraphicsMagick/www/Magick++/Cache.svg 142share/doc/GraphicsMagick/www/Magick++/Cache.svg
130share/doc/GraphicsMagick/www/Magick++/ChangeLog.html 143share/doc/GraphicsMagick/www/Magick++/ChangeLog.html
131share/doc/GraphicsMagick/www/Magick++/CoderInfo.html 144share/doc/GraphicsMagick/www/Magick++/CoderInfo.html
132share/doc/GraphicsMagick/www/Magick++/Color.html 145share/doc/GraphicsMagick/www/Magick++/Color.html
133share/doc/GraphicsMagick/www/Magick++/Documentation.html 146share/doc/GraphicsMagick/www/Magick++/Documentation.html
134share/doc/GraphicsMagick/www/Magick++/Documentation.rst 147share/doc/GraphicsMagick/www/Magick++/Documentation.rst
135share/doc/GraphicsMagick/www/Magick++/Drawable.html 148share/doc/GraphicsMagick/www/Magick++/Drawable.html
136share/doc/GraphicsMagick/www/Magick++/Drawable_example_1.png 149share/doc/GraphicsMagick/www/Magick++/Drawable_example_1.png
137share/doc/GraphicsMagick/www/Magick++/Enumerations.html 150share/doc/GraphicsMagick/www/Magick++/Enumerations.html
138share/doc/GraphicsMagick/www/Magick++/Exception.html 151share/doc/GraphicsMagick/www/Magick++/Exception.html
139share/doc/GraphicsMagick/www/Magick++/FormatCharacters.html 152share/doc/GraphicsMagick/www/Magick++/FormatCharacters.html
140share/doc/GraphicsMagick/www/Magick++/Future.html 153share/doc/GraphicsMagick/www/Magick++/Future.html
141share/doc/GraphicsMagick/www/Magick++/Geometry.html 154share/doc/GraphicsMagick/www/Magick++/Geometry.html
142share/doc/GraphicsMagick/www/Magick++/Image.fig 155share/doc/GraphicsMagick/www/Magick++/Image.fig
143share/doc/GraphicsMagick/www/Magick++/Image.html 156share/doc/GraphicsMagick/www/Magick++/Image.html
144share/doc/GraphicsMagick/www/Magick++/Image.png 157share/doc/GraphicsMagick/www/Magick++/Image.png
145share/doc/GraphicsMagick/www/Magick++/Image.rst 158share/doc/GraphicsMagick/www/Magick++/Image.rst
146share/doc/GraphicsMagick/www/Magick++/ImageDesign.html 159share/doc/GraphicsMagick/www/Magick++/ImageDesign.html
147share/doc/GraphicsMagick/www/Magick++/ImageMagick.png 160share/doc/GraphicsMagick/www/Magick++/ImageMagick.png
148share/doc/GraphicsMagick/www/Magick++/Install.html 161share/doc/GraphicsMagick/www/Magick++/Install.html
149share/doc/GraphicsMagick/www/Magick++/Magick++.png 162share/doc/GraphicsMagick/www/Magick++/Magick++.png
150share/doc/GraphicsMagick/www/Magick++/Montage.html 163share/doc/GraphicsMagick/www/Magick++/Montage.html
151share/doc/GraphicsMagick/www/Magick++/NEWS.html 164share/doc/GraphicsMagick/www/Magick++/NEWS.html
152share/doc/GraphicsMagick/www/Magick++/PixelPacket.html 165share/doc/GraphicsMagick/www/Magick++/PixelPacket.html
153share/doc/GraphicsMagick/www/Magick++/Pixels.html 166share/doc/GraphicsMagick/www/Magick++/Pixels.html
154share/doc/GraphicsMagick/www/Magick++/README.txt 167share/doc/GraphicsMagick/www/Magick++/README.txt
155share/doc/GraphicsMagick/www/Magick++/STL.html 168share/doc/GraphicsMagick/www/Magick++/STL.html
156share/doc/GraphicsMagick/www/Magick++/TypeMetric.html 169share/doc/GraphicsMagick/www/Magick++/TypeMetric.html
157share/doc/GraphicsMagick/www/Magick++/gm-188x120t.png 170share/doc/GraphicsMagick/www/Magick++/gm-188x120t.png
158share/doc/GraphicsMagick/www/Magick++/index.html 171share/doc/GraphicsMagick/www/Magick++/index.html
159share/doc/GraphicsMagick/www/Magick++/index.rst 172share/doc/GraphicsMagick/www/Magick++/index.rst
160share/doc/GraphicsMagick/www/Magick++/montage-sample-framed.jpg 173share/doc/GraphicsMagick/www/Magick++/montage-sample-framed.jpg
161share/doc/GraphicsMagick/www/Magick++/right_triangle.png 174share/doc/GraphicsMagick/www/Magick++/right_triangle.png
162share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-framed.fig 175share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-framed.fig
163share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-framed.jpg 176share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-framed.jpg
164share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-plain.fig 177share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-plain.fig
165share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-plain.jpg 178share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-plain.jpg
166share/doc/GraphicsMagick/www/Magick++/thumbnail-sample-framed.jpg 179share/doc/GraphicsMagick/www/Magick++/thumbnail-sample-framed.jpg
167share/doc/GraphicsMagick/www/Magick++/thumbnail-sample-plain.jpg 180share/doc/GraphicsMagick/www/Magick++/thumbnail-sample-plain.jpg
168share/doc/GraphicsMagick/www/Makefile.am 181share/doc/GraphicsMagick/www/Makefile.am
169share/doc/GraphicsMagick/www/NEWS.html 182share/doc/GraphicsMagick/www/NEWS.html
170share/doc/GraphicsMagick/www/OpenMP.html 183share/doc/GraphicsMagick/www/OpenMP.html
171share/doc/GraphicsMagick/www/OpenMP.rst 184share/doc/GraphicsMagick/www/OpenMP.rst
172share/doc/GraphicsMagick/www/README.html 185share/doc/GraphicsMagick/www/README.html
173share/doc/GraphicsMagick/www/animate.html 186share/doc/GraphicsMagick/www/animate.html
174share/doc/GraphicsMagick/www/api/Makefile.am 187share/doc/GraphicsMagick/www/api/Makefile.am
175share/doc/GraphicsMagick/www/api/animate.html 188share/doc/GraphicsMagick/www/api/animate.html
176share/doc/GraphicsMagick/www/api/annotate.html 189share/doc/GraphicsMagick/www/api/annotate.html
177share/doc/GraphicsMagick/www/api/api.html 190share/doc/GraphicsMagick/www/api/api.html
178share/doc/GraphicsMagick/www/api/api.rst 191share/doc/GraphicsMagick/www/api/api.rst
179share/doc/GraphicsMagick/www/api/api_hyperlinks.rst 192share/doc/GraphicsMagick/www/api/api_hyperlinks.rst
180share/doc/GraphicsMagick/www/api/attribute.html 193share/doc/GraphicsMagick/www/api/attribute.html
181share/doc/GraphicsMagick/www/api/average.html 194share/doc/GraphicsMagick/www/api/average.html
182share/doc/GraphicsMagick/www/api/blob.html 195share/doc/GraphicsMagick/www/api/blob.html
183share/doc/GraphicsMagick/www/api/cdl.html 196share/doc/GraphicsMagick/www/api/cdl.html
184share/doc/GraphicsMagick/www/api/channel.html 197share/doc/GraphicsMagick/www/api/channel.html
185share/doc/GraphicsMagick/www/api/color.html 198share/doc/GraphicsMagick/www/api/color.html
186share/doc/GraphicsMagick/www/api/colormap.html 199share/doc/GraphicsMagick/www/api/colormap.html
187share/doc/GraphicsMagick/www/api/compare.html 200share/doc/GraphicsMagick/www/api/compare.html
188share/doc/GraphicsMagick/www/api/composite.html 201share/doc/GraphicsMagick/www/api/composite.html
189share/doc/GraphicsMagick/www/api/confirm_access.html 202share/doc/GraphicsMagick/www/api/confirm_access.html
190share/doc/GraphicsMagick/www/api/constitute.html 203share/doc/GraphicsMagick/www/api/constitute.html
191share/doc/GraphicsMagick/www/api/decorate.html 204share/doc/GraphicsMagick/www/api/decorate.html
192share/doc/GraphicsMagick/www/api/deprecate.html 205share/doc/GraphicsMagick/www/api/deprecate.html
193share/doc/GraphicsMagick/www/api/describe.html 206share/doc/GraphicsMagick/www/api/describe.html
194share/doc/GraphicsMagick/www/api/display.html 207share/doc/GraphicsMagick/www/api/display.html
195share/doc/GraphicsMagick/www/api/draw.html 208share/doc/GraphicsMagick/www/api/draw.html
196share/doc/GraphicsMagick/www/api/effect.html 209share/doc/GraphicsMagick/www/api/effect.html
197share/doc/GraphicsMagick/www/api/enhance.html 210share/doc/GraphicsMagick/www/api/enhance.html
198share/doc/GraphicsMagick/www/api/error.html 211share/doc/GraphicsMagick/www/api/error.html
199share/doc/GraphicsMagick/www/api/fx.html 212share/doc/GraphicsMagick/www/api/fx.html
200share/doc/GraphicsMagick/www/api/hclut.html 213share/doc/GraphicsMagick/www/api/hclut.html
201share/doc/GraphicsMagick/www/api/image.html 214share/doc/GraphicsMagick/www/api/image.html
202share/doc/GraphicsMagick/www/api/list.html 215share/doc/GraphicsMagick/www/api/list.html
203share/doc/GraphicsMagick/www/api/magick.html 216share/doc/GraphicsMagick/www/api/magick.html
204share/doc/GraphicsMagick/www/api/memory.html 217share/doc/GraphicsMagick/www/api/memory.html
205share/doc/GraphicsMagick/www/api/monitor.html 218share/doc/GraphicsMagick/www/api/monitor.html
206share/doc/GraphicsMagick/www/api/montage.html 219share/doc/GraphicsMagick/www/api/montage.html
207share/doc/GraphicsMagick/www/api/operator.html 220share/doc/GraphicsMagick/www/api/operator.html
208share/doc/GraphicsMagick/www/api/paint.html 221share/doc/GraphicsMagick/www/api/paint.html
209share/doc/GraphicsMagick/www/api/pixel_cache.html 222share/doc/GraphicsMagick/www/api/pixel_cache.html
210share/doc/GraphicsMagick/www/api/pixel_iterator.html 223share/doc/GraphicsMagick/www/api/pixel_iterator.html
211share/doc/GraphicsMagick/www/api/plasma.html 224share/doc/GraphicsMagick/www/api/plasma.html
212share/doc/GraphicsMagick/www/api/profile.html 225share/doc/GraphicsMagick/www/api/profile.html
213share/doc/GraphicsMagick/www/api/quantize.html 226share/doc/GraphicsMagick/www/api/quantize.html
214share/doc/GraphicsMagick/www/api/registry.html 227share/doc/GraphicsMagick/www/api/registry.html
215share/doc/GraphicsMagick/www/api/render.html 228share/doc/GraphicsMagick/www/api/render.html
216share/doc/GraphicsMagick/www/api/resize.html 229share/doc/GraphicsMagick/www/api/resize.html
217share/doc/GraphicsMagick/www/api/resource.html 230share/doc/GraphicsMagick/www/api/resource.html
218share/doc/GraphicsMagick/www/api/segment.html 231share/doc/GraphicsMagick/www/api/segment.html
219share/doc/GraphicsMagick/www/api/shear.html 232share/doc/GraphicsMagick/www/api/shear.html
220share/doc/GraphicsMagick/www/api/signature.html 233share/doc/GraphicsMagick/www/api/signature.html
221share/doc/GraphicsMagick/www/api/statistics.html 234share/doc/GraphicsMagick/www/api/statistics.html
222share/doc/GraphicsMagick/www/api/texture.html 235share/doc/GraphicsMagick/www/api/texture.html
223share/doc/GraphicsMagick/www/api/transform.html 236share/doc/GraphicsMagick/www/api/transform.html
224share/doc/GraphicsMagick/www/api/types.html 237share/doc/GraphicsMagick/www/api/types.html
225share/doc/GraphicsMagick/www/api/types.rst 238share/doc/GraphicsMagick/www/api/types.rst
226share/doc/GraphicsMagick/www/api/widget.html 239share/doc/GraphicsMagick/www/api/widget.html
227share/doc/GraphicsMagick/www/authors.html 240share/doc/GraphicsMagick/www/authors.html
228share/doc/GraphicsMagick/www/authors.rst 241share/doc/GraphicsMagick/www/authors.rst
229share/doc/GraphicsMagick/www/benchmarks-1.2.html 
230share/doc/GraphicsMagick/www/benchmarks-1.2.rst 
231share/doc/GraphicsMagick/www/benchmarks.html 242share/doc/GraphicsMagick/www/benchmarks.html
232share/doc/GraphicsMagick/www/benchmarks.rst 243share/doc/GraphicsMagick/www/benchmarks.rst
233share/doc/GraphicsMagick/www/bugs.html 244share/doc/GraphicsMagick/www/bugs.html
234share/doc/GraphicsMagick/www/bugs.rst 245share/doc/GraphicsMagick/www/bugs.rst
235share/doc/GraphicsMagick/www/color.html 246share/doc/GraphicsMagick/www/color.html
236share/doc/GraphicsMagick/www/compare.html 247share/doc/GraphicsMagick/www/compare.html
237share/doc/GraphicsMagick/www/composite.html 248share/doc/GraphicsMagick/www/composite.html
238share/doc/GraphicsMagick/www/conjure.html 249share/doc/GraphicsMagick/www/conjure.html
239share/doc/GraphicsMagick/www/contribute.html 250share/doc/GraphicsMagick/www/contribute.html
240share/doc/GraphicsMagick/www/contribute.rst 251share/doc/GraphicsMagick/www/contribute.rst
241share/doc/GraphicsMagick/www/convert.html 252share/doc/GraphicsMagick/www/convert.html
242share/doc/GraphicsMagick/www/display.html 253share/doc/GraphicsMagick/www/display.html
243share/doc/GraphicsMagick/www/docutils-api.css 254share/doc/GraphicsMagick/www/docutils-api.css
244share/doc/GraphicsMagick/www/docutils-articles.css 255share/doc/GraphicsMagick/www/docutils-articles.css
245share/doc/GraphicsMagick/www/download.html 256share/doc/GraphicsMagick/www/download.html
246share/doc/GraphicsMagick/www/download.rst 257share/doc/GraphicsMagick/www/download.rst
247share/doc/GraphicsMagick/www/favicon.ico 258share/doc/GraphicsMagick/www/favicon.ico
248share/doc/GraphicsMagick/www/formats.html 259share/doc/GraphicsMagick/www/formats.html
249share/doc/GraphicsMagick/www/formats.rst 260share/doc/GraphicsMagick/www/formats.rst
250share/doc/GraphicsMagick/www/gm.html 261share/doc/GraphicsMagick/www/gm.html
251share/doc/GraphicsMagick/www/identify.html 262share/doc/GraphicsMagick/www/identify.html
252share/doc/GraphicsMagick/www/images/ball.png 263share/doc/GraphicsMagick/www/images/ball.png
253share/doc/GraphicsMagick/www/images/banner_bg.png 264share/doc/GraphicsMagick/www/images/banner_bg.png
254share/doc/GraphicsMagick/www/images/examples.jpg 265share/doc/GraphicsMagick/www/images/examples.jpg
255share/doc/GraphicsMagick/www/images/gm-107x76.png 266share/doc/GraphicsMagick/www/images/gm-107x76.png
256share/doc/GraphicsMagick/www/images/gm-125x80t.png 267share/doc/GraphicsMagick/www/images/gm-125x80t.png
257share/doc/GraphicsMagick/www/images/right_triangle.png 268share/doc/GraphicsMagick/www/images/right_triangle.png
258share/doc/GraphicsMagick/www/images/right_triangle_option.png 269share/doc/GraphicsMagick/www/images/right_triangle_option.png
259share/doc/GraphicsMagick/www/import.html 270share/doc/GraphicsMagick/www/import.html
260share/doc/GraphicsMagick/www/index.html 271share/doc/GraphicsMagick/www/index.html
261share/doc/GraphicsMagick/www/index.rst 272share/doc/GraphicsMagick/www/index.rst
262share/doc/GraphicsMagick/www/links.html 273share/doc/GraphicsMagick/www/links.html
263share/doc/GraphicsMagick/www/links.rst 274share/doc/GraphicsMagick/www/links.rst
264share/doc/GraphicsMagick/www/magick.css 275share/doc/GraphicsMagick/www/magick.css
265share/doc/GraphicsMagick/www/miff.html 276share/doc/GraphicsMagick/www/miff.html
266share/doc/GraphicsMagick/www/miff.rst 277share/doc/GraphicsMagick/www/miff.rst
267share/doc/GraphicsMagick/www/mission.html 278share/doc/GraphicsMagick/www/mission.html
268share/doc/GraphicsMagick/www/mission.rst 279share/doc/GraphicsMagick/www/mission.rst
269share/doc/GraphicsMagick/www/mogrify.html 280share/doc/GraphicsMagick/www/mogrify.html
270share/doc/GraphicsMagick/www/montage.html 281share/doc/GraphicsMagick/www/montage.html
271share/doc/GraphicsMagick/www/motion-picture.html 282share/doc/GraphicsMagick/www/motion-picture.html
272share/doc/GraphicsMagick/www/motion-picture.rst 283share/doc/GraphicsMagick/www/motion-picture.rst
273share/doc/GraphicsMagick/www/perl.html 284share/doc/GraphicsMagick/www/perl.html
274share/doc/GraphicsMagick/www/perl.rst 285share/doc/GraphicsMagick/www/perl.rst
275share/doc/GraphicsMagick/www/platforms.html 286share/doc/GraphicsMagick/www/platforms.html
276share/doc/GraphicsMagick/www/platforms.rst 287share/doc/GraphicsMagick/www/platforms.rst
277share/doc/GraphicsMagick/www/process.html 288share/doc/GraphicsMagick/www/process.html
278share/doc/GraphicsMagick/www/process.rst 289share/doc/GraphicsMagick/www/process.rst
279share/doc/GraphicsMagick/www/programming.html 290share/doc/GraphicsMagick/www/programming.html
280share/doc/GraphicsMagick/www/programming.rst 291share/doc/GraphicsMagick/www/programming.rst
281share/doc/GraphicsMagick/www/quantize.html 292share/doc/GraphicsMagick/www/quantize.html
282share/doc/GraphicsMagick/www/quantize.rst 293share/doc/GraphicsMagick/www/quantize.rst
283share/doc/GraphicsMagick/www/smile.c 294share/doc/GraphicsMagick/www/smile.c
284share/doc/GraphicsMagick/www/tools.html 295share/doc/GraphicsMagick/www/tools.html
285share/doc/GraphicsMagick/www/tools.rst 296share/doc/GraphicsMagick/www/tools.rst
286share/doc/GraphicsMagick/www/utilities.html 297share/doc/GraphicsMagick/www/utilities.html
287share/doc/GraphicsMagick/www/utilities.rst 298share/doc/GraphicsMagick/www/utilities.rst
288@pkgdir lib/${PKGNAME}/modules-Q8/filters 299@pkgdir lib/${PKGNAME}/modules-Q8/filters
289@pkgdir lib/${PKGNAME}/modules-Q8/coders 300@pkgdir lib/${PKGNAME}/modules-Q8/coders

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

--- pkgsrc/graphics/GraphicsMagick/distinfo 2009/09/20 11:30:58 1.20
+++ pkgsrc/graphics/GraphicsMagick/distinfo 2010/01/24 11:16:19 1.20.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2009/09/20 11:30:58 obache Exp $ 1$NetBSD: distinfo,v 1.20.4.1 2010/01/24 11:16:19 tron Exp $
2 2
3SHA1 (GraphicsMagick-1.3.7.tar.gz) = 0d6d25644af0d125e24be0a0ed830a5c5f472156 3SHA1 (GraphicsMagick-1.3.8.tar.gz) = d88c533002fbfeb5822d68eb3f14ee07c347a4ea
4RMD160 (GraphicsMagick-1.3.7.tar.gz) = 2bf58a91a5d3bb99e6bb35e3a2adc8da902b44f8 4RMD160 (GraphicsMagick-1.3.8.tar.gz) = 92f139dfc66f64c443b8ce005790083169636c5b
5Size (GraphicsMagick-1.3.7.tar.gz) = 7891141 bytes 5Size (GraphicsMagick-1.3.8.tar.gz) = 7972244 bytes