upgrade to ImageMagick 6.0.0-2

This commit is contained in:
brad 2004-06-24 07:44:58 +00:00
parent 9edc7d5f0b
commit ff031958c9
13 changed files with 375 additions and 423 deletions

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.64 2004/03/08 23:36:50 xsa Exp $
# $OpenBSD: Makefile,v 1.65 2004/06/24 07:44:58 brad Exp $
COMMENT= "display and manipulate images under X11"
DISTNAME= ImageMagick-5.2.9
PKGNAME= ${DISTNAME}p0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_BACKUP}
VER= 6.0.0
DASHVER= 2
DISTNAME= ImageMagick-${VER}-${DASHVER}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=imagemagick/}
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
@ -14,32 +15,49 @@ LIB_DEPENDS= bz2.10::archivers/bzip2 \
mpeg.13::graphics/mpeg-lib \
png.2::graphics/png \
tiff.35::graphics/tiff \
ttf.1.3::print/freetype \
xml2.6::textproc/libxml
BUILD_DEPENDS= :transfig-*:print/transfig \
:netpbm-*:graphics/netpbm
RUN_DEPENDS= ${BUILD_DEPENDS}
xml2.6::textproc/libxml \
lcms::graphics/lcms \
exif::graphics/libexif \
jasper::graphics/jasper
RUN_DEPENDS= :transfig-*:print/transfig \
:netpbm-*:graphics/netpbm \
::print/ghostscript/gnu
BUILD_DEPENDS= ${RUN_DEPENDS}
MAINTAINER= Brad Smith <brad@openbsd.org>
#
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* gcc-*
.endif
SUBST_VARS= VER
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --enable-lzw --enable-16bit-pixel \
--without-perl --without-modules --without-dps \
--without-fpx --without-hdf --without-lcms \
--without-ttf --without-wmf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include/freetype1/freetype -I${LOCALBASE}/include/libxml2 -I${LOCALBASE}/include" \
CONFIGURE_ARGS+= --enable-lzw \
--with-quantum-depth=16 \
--without-dot \
--without-dps \
--without-fpx \
--without-hdf \
--without-modules \
--without-perl \
--without-wmf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include/libxml2 -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
#FLAVORS= no_x11
#FLAVOR?=
#.if ${FLAVOR:L:Mno_x11}
#CONFIGURE_ARGS+= --without-x --without-ttf
#.else
USE_X11= Yes
#.endif
WRKDIST= ${WRKDIR}/${DISTNAME:S/-${DASHVER}//}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (ImageMagick-5.2.9.tar.gz) = a8a414d7579d967d938a1cb03b915118
RMD160 (ImageMagick-5.2.9.tar.gz) = 2903562c00d181cd99565780b4902d4a02423a73
SHA1 (ImageMagick-5.2.9.tar.gz) = 3ea6c6cc289f776eb6c795161cc535e849df7d64
MD5 (ImageMagick-6.0.0-2.tar.gz) = ddeda7273881f9ced3ff258b5e739c19
RMD160 (ImageMagick-6.0.0-2.tar.gz) = 50ad018b112feda7fa2b3a9f14a9a98e450d7f98
SHA1 (ImageMagick-6.0.0-2.tar.gz) = ca91f174ea5264cadbf10a64d7e541dff9c8e59f

View File

@ -1,16 +0,0 @@
$OpenBSD: gcc-magick_Makefile_in,v 1.1 2004/02/06 22:44:07 sturm Exp $
--- magick/Makefile.in.orig 2004-02-06 10:19:22.000000000 -0700
+++ magick/Makefile.in 2004-02-06 10:21:03.000000000 -0700
@@ -649,6 +649,12 @@ maintainer-clean-depend:
@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
+montage.lo:
+@AMDEP@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LTCOMPILE) -O0 -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
+
.c.obj:
@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@

View File

@ -1,29 +0,0 @@
$OpenBSD: patch-configure,v 1.1 2003/06/30 20:41:15 sturm Exp $
--- configure.orig Fri Feb 23 23:09:56 2001
+++ configure Sat Jun 28 21:35:29 2003
@@ -4220,13 +4220,13 @@ LIB_THREAD=''
if test "$with_threads" != 'no'
then
-echo "$as_me:4223: checking for pthread_attr_init in -lpthread" >&5
-echo $ECHO_N "checking for pthread_attr_init in -lpthread... $ECHO_C" >&6
+echo "$as_me:4223: checking for pthread_attr_init in -pthread" >&5
+echo $ECHO_N "checking for pthread_attr_init in -pthread... $ECHO_C" >&6
if test "${ac_cv_lib_pthread_pthread_attr_init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread $LIBS"
+LIBS="-pthread $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 4231 "configure"
#include "confdefs.h"
@@ -4274,7 +4274,7 @@ cat >>confdefs.h <<\EOF
#define HasPTHREADS
EOF
- LIB_THREAD="-lpthread"
+ LIB_THREAD="-pthread"
DEF_THREAD="-D_REENTRANT"
fi

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-delegates_Makefile_in,v 1.1 2002/09/15 04:16:31 brad Exp $
--- delegates/Makefile.in.orig Sat Sep 14 23:49:49 2002
+++ delegates/Makefile.in Sat Sep 14 23:51:33 2002
@@ -335,8 +335,8 @@ mostlyclean distclean maintainer-clean
# Install delegates files
install-data-delegates:
- $(mkinstalldirs) $(pkglibdir)
- $(INSTALL_DATA) delegates.mgk $(pkglibdir)
+ $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(INSTALL_DATA) delegates.mgk $(DESTDIR)$(pkglibdir)
# Uninstall delegates files
uninstall-data-delegates:

View File

@ -1,37 +0,0 @@
$OpenBSD: patch-ltcf-c.sh,v 1.2 2002/09/15 03:52:04 brad Exp $
--- ltcf-c.sh.orig Wed Nov 15 22:29:29 2000
+++ ltcf-c.sh Sat Sep 14 23:34:44 2002
@@ -47,6 +47,9 @@ cygwin* | mingw*)
with_gnu_ld=no
fi
;;
+openbsd*)
+ with_gnu_ld=no
+ ;;
esac
@@ -378,10 +381,21 @@ else
;;
openbsd*)
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
hardcode_shlibpath_var=no
+ case "$host_os" in
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ ;;
+ *)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ if [ "`/usr/bin/file /usr/lib/libc.so.* | grep ELF`" != "" ]; then
+ export_dynamic_flag_spec='${wl}-E'
+ fi
+ ;;
+ esac
;;
os2*)

View File

@ -1,65 +0,0 @@
$OpenBSD: patch-ltcf-cxx.sh,v 1.2 2002/09/15 03:52:04 brad Exp $
--- ltcf-cxx.sh.orig Fri Nov 3 19:51:15 2000
+++ ltcf-cxx.sh Sat Sep 14 23:34:44 2002
@@ -54,6 +54,13 @@ set dummy $CC
compiler=$2
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
+case "$host_os" in
+ openbsd*)
+ with_gnu_ld=no
+ ;;
+
+esac
+
# Check if we are using GNU gcc (taken/adapted from configure script)
# We need to check here since "--with-gcc" is set at configure time,
# not ltconfig time!
@@ -67,6 +74,7 @@ if { ac_try='${CC-c++} -E conftest.$ac_e
# Set up default GNU C++ configuration
+ if test "$with_gnu_ld" != no; then
# Check if GNU C++ uses GNU ld as the underlying linker, since the
# archiving commands below assume that GNU ld is being used.
if eval "`$CC -print-prog-name=ld` --version 2>&1" | \
@@ -91,6 +99,7 @@ if { ac_try='${CC-c++} -E conftest.$ac_e
else
whole_archive_flag_spec=
fi
+ fi
else
with_gnu_ld=no
wlarc=
@@ -300,6 +309,22 @@ case "$host_os" in
netbsd*)
# NetBSD uses g++ - do we need to do anything?
;;
+ openbsd*)
+ case "$host_os" in
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+ ld_shlibs=no
+ ;;
+ *)
+ wlarc='${wl}'
+ archive_cmds='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ output_verbose_link_cmds='$CC -shared $pic_flag $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"'
+ if [ "`/usr/bin/file /usr/lib/libc.so.* | grep ELF`" != "" ]; then
+ export_dynamic_flag_spec='${wl}-E'
+ fi
+ ;;
+ esac
+ ;;
osf3*)
if test "$with_gcc" = yes && test "$with_gnu_ld" = no; then
allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
@@ -695,6 +720,8 @@ else
esac
;;
netbsd*)
+ ;;
+ openbsd*)
;;
osf3* | osf4* | osf5*)
case "$cc_basename" in

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-ltconfig,v 1.5 2002/09/15 03:52:04 brad Exp $
--- ltconfig.orig Sun Dec 10 19:02:22 2000
+++ ltconfig Sat Sep 14 23:34:44 2002
@@ -1126,13 +1126,10 @@ netbsd*)
openbsd*)
version_type=sunos
- if test "$with_gnu_ld" = yes; then
- need_lib_prefix=no
- need_version=no
- fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
+ deplibs_check_method='pass_all'
;;
os2*)

View File

@ -1,94 +1,52 @@
$OpenBSD: patch-ltmain_sh,v 1.7 2003/06/30 20:41:15 sturm Exp $
--- ltmain.sh.orig Mon Dec 11 01:02:00 2000
+++ ltmain.sh Sat Jun 28 22:04:17 2003
@@ -1097,7 +1097,18 @@ EOF
# These systems don't actually have c library (as such)
continue
;;
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ continue
+ ;;
esac
+ elif test "$arg" = "-lc_r"; then
+ case "$host" in
+ *-*-openbsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+ esac
elif test "$arg" = "-lm"; then
case "$host" in
*-*-cygwin* | *-*-pw32* | *-*-beos*)
@@ -1110,6 +1121,10 @@ EOF
continue
;;
+ -?thread)
+ deplibs="$deplibs $arg"
+ ;;
+
-module)
module=yes
continue
@@ -1682,6 +1697,9 @@ EOF
$OpenBSD: patch-ltmain_sh,v 1.8 2004/06/24 07:44:58 brad Exp $
--- ltmain.sh.orig 2004-06-21 22:56:47.000000000 -0600
+++ ltmain.sh 2004-06-21 22:57:08.000000000 -0600
@@ -2273,7 +2273,6 @@ EOF
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
if test "$installed" = no; then
notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
fi
continue
;;
+ -pthread)
+ continue
+ ;;
%DEPLIBS%)
alldeplibs=yes
continue
@@ -2602,6 +2620,9 @@ EOF
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
;;
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
if test $build_libtool_need_lc = "yes"; then
@@ -4505,40 +4526,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = : && exit 0
# This is a shared library
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
@@ -5824,40 +5823,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = : && exit $EXIT_SUCCESS
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- $echo " $libdir"
- done
- echo
- echo "If you ever happen to want to link against installed libraries"
- echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo "specify the full pathname of the library, or use \`-LLIBDIR'"
- echo "flag during linking and do at least one of the following:"
- $echo
- $echo "If you ever happen to want to link against installed libraries"
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- $echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- $echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
- $echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- echo " - use the \`$flag' linker flag"
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- $echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- echo
- echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "----------------------------------------------------------------------"
exit 0
- $echo
- $echo "See any operating system documentation about shared libraries for"
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
- $echo "----------------------------------------------------------------------"
exit $EXIT_SUCCESS
;;

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-utilities_Makefile_in,v 1.1 2003/06/30 20:41:15 sturm Exp $
--- utilities/Makefile.in.orig Fri Dec 29 05:41:59 2000
+++ utilities/Makefile.in Sun Jun 29 10:06:31 2003
@@ -221,7 +221,7 @@ bin_PROGRAMS = cgimagick combine convert
@WITH_MODULES_TRUE@COMMONLDADD = @WITH_MODULES_TRUE@$(MAGICK_LIB) $(top_builddir)/ltdl/libltdlc.la
@WITH_MODULES_FALSE@COMMONLDADD = @WITH_MODULES_FALSE@$(MAGICK_LIB)
@WITH_MODULES_TRUE@COMMONLDFLAGS = @WITH_MODULES_TRUE@@LDFLAGS@ @DLLDFLAGS@
-@WITH_MODULES_FALSE@COMMONLDFLAGS = @WITH_MODULES_FALSE@@LDFLAGS@
+@WITH_MODULES_FALSE@COMMONLDFLAGS = @WITH_MODULES_FALSE@@LDFLAGS@ -pthread
animate_LDADD = $(COMMONLDADD)
animate_LDFLAGS = $(COMMONLDFLAGS)

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-utilities_cgimagick_c,v 1.2 2002/09/15 03:52:04 brad Exp $
$OpenBSD: patch-utilities_cgimagick_c,v 1.2 2002/09/15 03:52:04 brad Exp $
--- utilities/cgimagick.c.orig Sun Dec 10 16:16:29 2000
+++ utilities/cgimagick.c Mon Feb 18 17:31:39 2002
@@ -131,7 +131,7 @@ int CGIFifo(const Image *image,const voi
*/
int DecodeHex(const char **input,size_t outmax)
{
- static char
+ static signed char
hex_to_bin [128] = {
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* */
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* */

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PFRAG.shared,v 1.7 2001/02/09 21:59:27 brad Exp $
lib/libMagick++.so.5.29
lib/libMagick.so.5.29
DYNLIBDIR(%B)
@comment $OpenBSD: PFRAG.shared,v 1.8 2004/06/24 07:44:58 brad Exp $
lib/libMagick++.so.6.1
lib/libMagick.so.6.1
lib/libWand.so.6.1
DYNLIBDIR(%D/lib)

View File

@ -1,65 +1,126 @@
@comment $OpenBSD: PLIST,v 1.22 2002/09/15 04:16:31 brad Exp $
@comment $OpenBSD: PLIST,v 1.23 2004/06/24 07:44:58 brad Exp $
bin/Magick++-config
bin/Magick-config
bin/Wand-config
bin/animate
bin/cgimagick
bin/combine
bin/compare
bin/composite
bin/conjure
bin/convert
bin/display
bin/identify
bin/import
bin/iptcutil
bin/mogrify
bin/montage
include/Magick++.h
include/Magick++/Blob.h
include/Magick++/Coder.h
include/Magick++/CoderInfo.h
include/Magick++/Color.h
include/Magick++/Drawable.h
include/Magick++/Exception.h
include/Magick++/Functions.h
include/Magick++/Geometry.h
include/Magick++/Image.h
include/Magick++/Include.h
include/Magick++/Montage.h
include/Magick++/Options.h
include/Magick++/Pixels.h
include/Magick++/STL.h
include/Magick++/Thread.h
include/Magick++/TypeMetric.h
include/magick/ImageMagick.h
include/magick/PreRvIcccm.h
include/magick/annotate.h
include/magick/api.h
include/magick/attributes.h
include/magick/attribute.h
include/magick/blob.h
include/magick/cache.h
include/magick/cache_view.h
include/magick/classify.h
include/magick/client.h
include/magick/coder.h
include/magick/color.h
include/magick/colorspace.h
include/magick/compare.h
include/magick/composite.h
include/magick/compress.h
include/magick/config.h
include/magick/delegates.h
include/magick/configure.h
include/magick/conjure.h
include/magick/constitute.h
include/magick/convert.h
include/magick/decorate.h
include/magick/delegate.h
include/magick/deprecate.h
include/magick/draw.h
include/magick/effect.h
include/magick/enhance.h
include/magick/error.h
include/magick/gems.h
include/magick/fx.h
include/magick/gem.h
include/magick/geometry.h
include/magick/hashmap.h
include/magick/identify.h
include/magick/image.h
include/magick/import.h
include/magick/list.h
include/magick/locale_.h
include/magick/log.h
include/magick/magic.h
include/magick/magick.h
include/magick/magick_config.h
include/magick/memory_.h
include/magick/methods.h
include/magick/module.h
include/magick/mogrify.h
include/magick/monitor.h
include/magick/montage.h
include/magick/option.h
include/magick/paint.h
include/magick/profile.h
include/magick/quantize.h
include/magick/semaphore.h
include/magick/random.h
include/magick/registry.h
include/magick/resize.h
include/magick/resource.h
include/magick/segment.h
include/magick/shear.h
include/magick/signature.h
include/magick/stream.h
include/magick/string_.h
include/magick/timer.h
include/magick/token.h
include/magick/transform.h
include/magick/type.h
include/magick/utility.h
include/magick/version.h
include/magick/widget.h
include/magick/xwindows.h
lib/ImageMagick/delegates.mgk
include/magick/xwindow.h
include/wand/drawing_wand.h
include/wand/magick_wand.h
include/wand/pixel_iterator.h
include/wand/pixel_wand.h
lib/ImageMagick-${VER}/config/colors.mgk
lib/ImageMagick-${VER}/config/configure.mgk
lib/ImageMagick-${VER}/config/delegates.mgk
lib/ImageMagick-${VER}/config/english.mgk
lib/ImageMagick-${VER}/config/locale.mgk
lib/ImageMagick-${VER}/config/type-ghostscript.mgk
lib/ImageMagick-${VER}/config/type-solaris.mgk
lib/ImageMagick-${VER}/config/type-windows.mgk
lib/ImageMagick-${VER}/config/type.mgk
lib/libMagick++.a
lib/libMagick++.la
lib/libMagick.a
lib/libMagick.la
lib/libWand.a
lib/libWand.la
%%SHARED%%
lib/pkgconfig/ImageMagick++.pc
lib/pkgconfig/ImageMagick.pc
lib/pkgconfig/Wand.pc
man/man1/ImageMagick.1
man/man1/Magick++-config.1
man/man1/Magick-config.1
man/man1/Wand-config.1
man/man1/animate.1
man/man1/combine.1
man/man1/compare.1
man/man1/composite.1
man/man1/conjure.1
man/man1/convert.1
man/man1/display.1
man/man1/identify.1
@ -68,105 +129,223 @@ man/man1/mogrify.1
man/man1/montage.1
man/man4/miff.4
man/man5/quantize.5
share/ImageMagick/Copyright.txt
share/ImageMagick/ImageMagick.html
share/ImageMagick/QuickStart.txt
share/ImageMagick/images/authentica.jpg
share/ImageMagick/images/ball.png
share/ImageMagick/images/corbis.png
share/ImageMagick/images/digital-applications.png
share/ImageMagick/images/examples.jpg
share/ImageMagick/images/home.png
share/ImageMagick/images/logo.png
share/ImageMagick/images/magick.png
share/ImageMagick/images/magick_small.png
share/ImageMagick/images/mail.png
share/ImageMagick/images/right_triangle.png
share/ImageMagick/images/right_triangle_option.png
share/ImageMagick/images/screen.png
share/ImageMagick/magic.mgk
share/ImageMagick/www/Changelog.html
share/ImageMagick/www/Magick.html
share/ImageMagick/www/animate.html
share/ImageMagick/www/api.html
share/ImageMagick/www/api/animate.html
share/ImageMagick/www/api/annotate.html
share/ImageMagick/www/api/attributes.html
share/ImageMagick/www/api/blob.html
share/ImageMagick/www/api/cache.html
share/ImageMagick/www/api/cache_view.html
share/ImageMagick/www/api/colors.html
share/ImageMagick/www/api/compress.html
share/ImageMagick/www/api/constitute.html
share/ImageMagick/www/api/decorate.html
share/ImageMagick/www/api/delegates.html
share/ImageMagick/www/api/display.html
share/ImageMagick/www/api/draw.html
share/ImageMagick/www/api/effects.html
share/ImageMagick/www/api/enhance.html
share/ImageMagick/www/api/error.html
share/ImageMagick/www/api/gems.html
share/ImageMagick/www/api/image.html
share/ImageMagick/www/api/mac.html
share/ImageMagick/www/api/magick.html
share/ImageMagick/www/api/memory.html
share/ImageMagick/www/api/monitor.html
share/ImageMagick/www/api/montage.html
share/ImageMagick/www/api/nt.html
share/ImageMagick/www/api/pixel_cache.html
share/ImageMagick/www/api/pixels.html
share/ImageMagick/www/api/quantize.html
share/ImageMagick/www/api/segment.html
share/ImageMagick/www/api/shear.html
share/ImageMagick/www/api/signature.html
share/ImageMagick/www/api/stream.html
share/ImageMagick/www/api/transform.html
share/ImageMagick/www/api/types/AnnotateInfo.html
share/ImageMagick/www/api/types/ChromaticityInfo.html
share/ImageMagick/www/api/types/ColorPacket.html
share/ImageMagick/www/api/types/DrawInfo.html
share/ImageMagick/www/api/types/Enumerations.html
share/ImageMagick/www/api/types/ExceptionInfo.html
share/ImageMagick/www/api/types/Image.html
share/ImageMagick/www/api/types/ImageAttribute.html
share/ImageMagick/www/api/types/ImageInfo.html
share/ImageMagick/www/api/types/MagickInfo.html
share/ImageMagick/www/api/types/PixelPacket.html
share/ImageMagick/www/api/types/PointInfo.html
share/ImageMagick/www/api/types/ProfileInfo.html
share/ImageMagick/www/api/types/RectangleInfo.html
share/ImageMagick/www/api/utility.html
share/ImageMagick/www/api/vms.html
share/ImageMagick/www/api/widget.html
share/ImageMagick/www/api/xwindows.html
share/ImageMagick/www/api/zoom.html
share/ImageMagick/www/archives.html
share/ImageMagick/www/cd.html
share/ImageMagick/www/color.html
share/ImageMagick/www/combine.html
share/ImageMagick/www/convert.html
share/ImageMagick/www/cvs.html
share/ImageMagick/www/display.html
share/ImageMagick/www/formats.html
share/ImageMagick/www/help.html
share/ImageMagick/www/identify.html
share/ImageMagick/www/import.html
share/ImageMagick/www/install.html
share/ImageMagick/www/magick-list.html
share/ImageMagick/www/miff.html
share/ImageMagick/www/mogrify.html
share/ImageMagick/www/montage.html
share/ImageMagick/www/new.html
share/ImageMagick/www/perl.html
share/ImageMagick/www/quantize.html
share/ImageMagick/www/smile.c
share/ImageMagick/www/sponsor.html
share/ImageMagick/www/tools.html
@dirrm share/ImageMagick/www/api/types
@dirrm share/ImageMagick/www/api
@dirrm share/ImageMagick/www
@dirrm share/ImageMagick/images
@dirrm share/ImageMagick
@dirrm lib/ImageMagick
share/ImageMagick-${VER}/LICENSE
share/ImageMagick-${VER}/Magick.pdf
share/ImageMagick-${VER}/NOTICE
share/ImageMagick-${VER}/QuickStart.txt
share/ImageMagick-${VER}/config/coder.mgk
share/ImageMagick-${VER}/config/log.mgk
share/ImageMagick-${VER}/config/magic.mgk
share/ImageMagick-${VER}/images/background.gif
share/ImageMagick-${VER}/images/dogwaffle.png
share/ImageMagick-${VER}/images/examples.jpg
share/ImageMagick-${VER}/images/granite.png
share/ImageMagick-${VER}/images/logo.png
share/ImageMagick-${VER}/images/magick-icon.png
share/ImageMagick-${VER}/images/magick.png
share/ImageMagick-${VER}/images/networkeleven.png
share/ImageMagick-${VER}/images/pair.png
share/ImageMagick-${VER}/images/patterns/bricks.png
share/ImageMagick-${VER}/images/patterns/checkerboard.png
share/ImageMagick-${VER}/images/patterns/circles.png
share/ImageMagick-${VER}/images/patterns/crosshatch.png
share/ImageMagick-${VER}/images/patterns/crosshatch30.png
share/ImageMagick-${VER}/images/patterns/crosshatch45.png
share/ImageMagick-${VER}/images/patterns/fishscales.png
share/ImageMagick-${VER}/images/patterns/gray0.png
share/ImageMagick-${VER}/images/patterns/gray10.png
share/ImageMagick-${VER}/images/patterns/gray100.png
share/ImageMagick-${VER}/images/patterns/gray15.png
share/ImageMagick-${VER}/images/patterns/gray20.png
share/ImageMagick-${VER}/images/patterns/gray25.png
share/ImageMagick-${VER}/images/patterns/gray30.png
share/ImageMagick-${VER}/images/patterns/gray35.png
share/ImageMagick-${VER}/images/patterns/gray40.png
share/ImageMagick-${VER}/images/patterns/gray45.png
share/ImageMagick-${VER}/images/patterns/gray5.png
share/ImageMagick-${VER}/images/patterns/gray50.png
share/ImageMagick-${VER}/images/patterns/gray55.png
share/ImageMagick-${VER}/images/patterns/gray60.png
share/ImageMagick-${VER}/images/patterns/gray65.png
share/ImageMagick-${VER}/images/patterns/gray70.png
share/ImageMagick-${VER}/images/patterns/gray75.png
share/ImageMagick-${VER}/images/patterns/gray80.png
share/ImageMagick-${VER}/images/patterns/gray85.png
share/ImageMagick-${VER}/images/patterns/gray90.png
share/ImageMagick-${VER}/images/patterns/gray95.png
share/ImageMagick-${VER}/images/patterns/hexagons.png
share/ImageMagick-${VER}/images/patterns/horizontal.png
share/ImageMagick-${VER}/images/patterns/horizontalsaw.png
share/ImageMagick-${VER}/images/patterns/hs_bdiagonal.png
share/ImageMagick-${VER}/images/patterns/hs_cross.png
share/ImageMagick-${VER}/images/patterns/hs_diagcross.png
share/ImageMagick-${VER}/images/patterns/hs_fdiagonal.png
share/ImageMagick-${VER}/images/patterns/hs_horizontal.png
share/ImageMagick-${VER}/images/patterns/hs_vertical.png
share/ImageMagick-${VER}/images/patterns/left30.png
share/ImageMagick-${VER}/images/patterns/left45.png
share/ImageMagick-${VER}/images/patterns/leftshingle.png
share/ImageMagick-${VER}/images/patterns/octagons.png
share/ImageMagick-${VER}/images/patterns/right30.png
share/ImageMagick-${VER}/images/patterns/right45.png
share/ImageMagick-${VER}/images/patterns/rightshingle.png
share/ImageMagick-${VER}/images/patterns/smallfishscales.png
share/ImageMagick-${VER}/images/patterns/vertical.png
share/ImageMagick-${VER}/images/patterns/verticalbricks.png
share/ImageMagick-${VER}/images/patterns/verticalleftshingle.png
share/ImageMagick-${VER}/images/patterns/verticalrightshingle.png
share/ImageMagick-${VER}/images/patterns/verticalsaw.png
share/ImageMagick-${VER}/images/promote.png
share/ImageMagick-${VER}/images/right_triangle.png
share/ImageMagick-${VER}/images/right_triangle_option.png
share/ImageMagick-${VER}/images/rose.png
share/ImageMagick-${VER}/images/screen.png
share/ImageMagick-${VER}/images/script.gif
share/ImageMagick-${VER}/images/sprite.png
share/ImageMagick-${VER}/images/star.gif
share/ImageMagick-${VER}/images/top.gif
share/ImageMagick-${VER}/images/twi.png
share/ImageMagick-${VER}/index.html
share/ImageMagick-${VER}/www/Authors.html
share/ImageMagick-${VER}/www/Changelog.html
share/ImageMagick-${VER}/www/Copyright.html
share/ImageMagick-${VER}/www/FAQ.html
share/ImageMagick-${VER}/www/ImageMagick.html
share/ImageMagick-${VER}/www/ImageMagickObject.html
share/ImageMagick-${VER}/www/Install-mac.html
share/ImageMagick-${VER}/www/Install-unix.html
share/ImageMagick-${VER}/www/Install-vms.html
share/ImageMagick-${VER}/www/Install-windows.html
share/ImageMagick-${VER}/www/Magick++/Blob.html
share/ImageMagick-${VER}/www/Magick++/Cache.fig
share/ImageMagick-${VER}/www/Magick++/Cache.png
share/ImageMagick-${VER}/www/Magick++/Cache.svg
share/ImageMagick-${VER}/www/Magick++/ChangeLog.html
share/ImageMagick-${VER}/www/Magick++/CoderInfo.html
share/ImageMagick-${VER}/www/Magick++/Color.html
share/ImageMagick-${VER}/www/Magick++/Documentation.html
share/ImageMagick-${VER}/www/Magick++/Drawable.html
share/ImageMagick-${VER}/www/Magick++/Drawable_example_1.png
share/ImageMagick-${VER}/www/Magick++/Enumerations.html
share/ImageMagick-${VER}/www/Magick++/Exception.html
share/ImageMagick-${VER}/www/Magick++/FormatCharacters.html
share/ImageMagick-${VER}/www/Magick++/Future.html
share/ImageMagick-${VER}/www/Magick++/Geometry.html
share/ImageMagick-${VER}/www/Magick++/Image.fig
share/ImageMagick-${VER}/www/Magick++/Image.html
share/ImageMagick-${VER}/www/Magick++/Image.png
share/ImageMagick-${VER}/www/Magick++/ImageDesign.html
share/ImageMagick-${VER}/www/Magick++/ImageMagick.png
share/ImageMagick-${VER}/www/Magick++/Install.html
share/ImageMagick-${VER}/www/Magick++/Magick++.png
share/ImageMagick-${VER}/www/Magick++/Montage.html
share/ImageMagick-${VER}/www/Magick++/NEWS.html
share/ImageMagick-${VER}/www/Magick++/PixelPacket.html
share/ImageMagick-${VER}/www/Magick++/Pixels.html
share/ImageMagick-${VER}/www/Magick++/README.txt
share/ImageMagick-${VER}/www/Magick++/STL.html
share/ImageMagick-${VER}/www/Magick++/TypeMetric.html
share/ImageMagick-${VER}/www/Magick++/index.html
share/ImageMagick-${VER}/www/Magick++/montage-sample-framed.jpg
share/ImageMagick-${VER}/www/Magick++/right_triangle.png
share/ImageMagick-${VER}/www/Magick++/thumbnail-anatomy-framed.fig
share/ImageMagick-${VER}/www/Magick++/thumbnail-anatomy-framed.jpg
share/ImageMagick-${VER}/www/Magick++/thumbnail-anatomy-plain.fig
share/ImageMagick-${VER}/www/Magick++/thumbnail-anatomy-plain.jpg
share/ImageMagick-${VER}/www/Magick++/thumbnail-sample-framed.jpg
share/ImageMagick-${VER}/www/Magick++/thumbnail-sample-plain.jpg
share/ImageMagick-${VER}/www/News.html
share/ImageMagick-${VER}/www/QuickStart.html
share/ImageMagick-${VER}/www/README.html
share/ImageMagick-${VER}/www/animate.html
share/ImageMagick-${VER}/www/api.html
share/ImageMagick-${VER}/www/api/animate.html
share/ImageMagick-${VER}/www/api/annotate.html
share/ImageMagick-${VER}/www/api/attribute.html
share/ImageMagick-${VER}/www/api/blob.html
share/ImageMagick-${VER}/www/api/cache.html
share/ImageMagick-${VER}/www/api/cache_view.html
share/ImageMagick-${VER}/www/api/color.html
share/ImageMagick-${VER}/www/api/colorspace.html
share/ImageMagick-${VER}/www/api/composite.html
share/ImageMagick-${VER}/www/api/constitute.html
share/ImageMagick-${VER}/www/api/decorate.html
share/ImageMagick-${VER}/www/api/deprecate.html
share/ImageMagick-${VER}/www/api/display.html
share/ImageMagick-${VER}/www/api/draw.html
share/ImageMagick-${VER}/www/api/drawing_wand.html
share/ImageMagick-${VER}/www/api/effect.html
share/ImageMagick-${VER}/www/api/enhance.html
share/ImageMagick-${VER}/www/api/error.html
share/ImageMagick-${VER}/www/api/fx.html
share/ImageMagick-${VER}/www/api/image.html
share/ImageMagick-${VER}/www/api/list.html
share/ImageMagick-${VER}/www/api/magick.html
share/ImageMagick-${VER}/www/api/magick_wand.html
share/ImageMagick-${VER}/www/api/memory.html
share/ImageMagick-${VER}/www/api/monitor.html
share/ImageMagick-${VER}/www/api/montage.html
share/ImageMagick-${VER}/www/api/paint.html
share/ImageMagick-${VER}/www/api/pixel_iterator.html
share/ImageMagick-${VER}/www/api/pixel_wand.html
share/ImageMagick-${VER}/www/api/profile.html
share/ImageMagick-${VER}/www/api/quantize.html
share/ImageMagick-${VER}/www/api/registry.html
share/ImageMagick-${VER}/www/api/resize.html
share/ImageMagick-${VER}/www/api/resource.html
share/ImageMagick-${VER}/www/api/segment.html
share/ImageMagick-${VER}/www/api/shear.html
share/ImageMagick-${VER}/www/api/signature.html
share/ImageMagick-${VER}/www/api/stream.html
share/ImageMagick-${VER}/www/api/transform.html
share/ImageMagick-${VER}/www/api/types.html
share/ImageMagick-${VER}/www/api/widget.html
share/ImageMagick-${VER}/www/apis.html
share/ImageMagick-${VER}/www/cd.html
share/ImageMagick-${VER}/www/color.html
share/ImageMagick-${VER}/www/compare.html
share/ImageMagick-${VER}/www/composite.html
share/ImageMagick-${VER}/www/conjure.html
share/ImageMagick-${VER}/www/convert.html
share/ImageMagick-${VER}/www/cvs.html
share/ImageMagick-${VER}/www/display.html
share/ImageMagick-${VER}/www/download.html
share/ImageMagick-${VER}/www/formats.html
share/ImageMagick-${VER}/www/help.html
share/ImageMagick-${VER}/www/identify.html
share/ImageMagick-${VER}/www/import.html
share/ImageMagick-${VER}/www/index.html
share/ImageMagick-${VER}/www/install.html
share/ImageMagick-${VER}/www/magick-list.html
share/ImageMagick-${VER}/www/magick.css
share/ImageMagick-${VER}/www/miff.html
share/ImageMagick-${VER}/www/mogrify.html
share/ImageMagick-${VER}/www/montage.html
share/ImageMagick-${VER}/www/new.html
share/ImageMagick-${VER}/www/objectives.html
share/ImageMagick-${VER}/www/perl.html
share/ImageMagick-${VER}/www/quantize.html
share/ImageMagick-${VER}/www/smile.c
share/ImageMagick-${VER}/www/sponsor.html
share/ImageMagick-${VER}/www/tools.html
share/ImageMagick-${VER}/www/topics.html
share/ImageMagick-${VER}/www/windows.html
@dirrm share/ImageMagick-${VER}/www/api
@dirrm share/ImageMagick-${VER}/www/Magick++
@dirrm share/ImageMagick-${VER}/www
@dirrm share/ImageMagick-${VER}/images/patterns
@dirrm share/ImageMagick-${VER}/images
@dirrm share/ImageMagick-${VER}/config
@dirrm share/ImageMagick-${VER}
@comment @exec mkdir -p %D/share/ImageMagick
@comment @dirrm share/ImageMagick
@comment @exec mkdir -p %D/lib/ImageMagick-${VER}/modules-Q16/filters
@comment @dirrm lib/ImageMagick-${VER}/modules-Q16/filters
@comment @exec mkdir -p %D/lib/ImageMagick-${VER}/modules-Q16/coders
@comment @dirrm lib/ImageMagick-${VER}/modules-Q16/coders
@comment @dirrm lib/ImageMagick-${VER}/modules-Q16
@dirrm lib/ImageMagick-${VER}/config
@dirrm lib/ImageMagick-${VER}
@dirrm include/wand
@dirrm include/magick
@dirrm include/Magick++