summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/PLIST
diff options
context:
space:
mode:
authoradam <adam>2006-07-17 16:01:36 +0000
committeradam <adam>2006-07-17 16:01:36 +0000
commit168b9eb6de30fb8f5d57d7022a8a16d5f4a8701a (patch)
treedcbf13dde5f7e2248a56ea08e7c960b25ff4ca1a /graphics/ImageMagick/PLIST
parent00bfc4ff83d8f7755e3ecc478a2ff6cb7cdabb55 (diff)
downloadpkgsrc-168b9eb6de30fb8f5d57d7022a8a16d5f4a8701a.tar.gz
Changes 6.2.8-4:
* Add IsImageSimiliar() method to MagickCore API. * Improve color reduction algorithm for images with transparency. Changes 6.2.8-3: * The -page A4 option no longer returns a width/height of 0. * GetMagickModulePath() at line 803 in magick/module.c the variable 'home' is not freed before returning. * Magick::throwException should not call MagickLib::GetException(). Changes 6.2.8-2: * The DPX orientation header elements are 8 not 16. * Fix the ImageMagick web pages so they render properly. Changes 6.2.8-1: * Fix off-by-one error in DrawAffineImage(). * Set the offset to layer 2 of XCF images. * Set proper precendence so -fx 'p{u[1]*w,u[2]*h}' parses properly (bug
Diffstat (limited to 'graphics/ImageMagick/PLIST')
-rw-r--r--graphics/ImageMagick/PLIST6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ImageMagick/PLIST b/graphics/ImageMagick/PLIST
index 027f855cad7..7fa06f574f4 100644
--- a/graphics/ImageMagick/PLIST
+++ b/graphics/ImageMagick/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.48 2006/06/12 09:13:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.49 2006/07/17 16:01:36 adam Exp $
bin/Magick++-config
bin/Magick-config
bin/Wand-config
@@ -12,6 +12,7 @@ bin/identify
bin/import
bin/mogrify
bin/montage
+bin/stream
include/Magick++.h
include/Magick++/Blob.h
include/Magick++/CoderInfo.h
@@ -117,6 +118,7 @@ include/wand/mogrify.h
include/wand/montage.h
include/wand/pixel-iterator.h
include/wand/pixel-wand.h
+include/wand/stream.h
include/wand/wand-config.h
lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/colors.xml
lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/configure.xml
@@ -148,6 +150,7 @@ man/man1/identify.1
man/man1/import.1
man/man1/mogrify.1
man/man1/montage.1
+man/man1/stream.1
share/ImageMagick-${IM_MAJOR_VER}/ChangeLog
share/ImageMagick-${IM_MAJOR_VER}/LICENSE
share/ImageMagick-${IM_MAJOR_VER}/NEWS
@@ -309,6 +312,7 @@ share/doc/ImageMagick-${IM_MAJOR_VER}/www/quantize.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/resources.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/search.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/sponsors.html
+share/doc/ImageMagick-${IM_MAJOR_VER}/www/stream.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/subversion.html
@dirrm share/doc/ImageMagick-${IM_MAJOR_VER}/www/api
@dirrm share/doc/ImageMagick-${IM_MAJOR_VER}/www/Magick++