diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index c1c8d816b69b..6e02771dc153 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,103 +1,102 @@ PORTNAME= GraphicsMagick -PORTVERSION= 1.3.43 -PORTREVISION= 4 +PORTVERSION= 1.3.46 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick WWW= https://graphicsmagick.sourceforge.io/ \ http://www.graphicsmagick.org/ LICENSE= MIT USES= cpe libtool localbase:ldflags pkgconfig tar:xz CONFIGURE_ARGS= --enable-shared --enable-static \ --with-windows-font-dir=${WINDOWS_FONT_DIR} \ --without-dps --without-gdi32 --without-perl --without-trio CONFIGURE_ENV= PTHREAD_LIBS=-lpthread GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes FLAVORS= x11 nox11 FLAVOR?= ${FLAVORS:[1]} nox11_PKGNAMESUFFIX= -nox11 .if ${FLAVOR} == x11 CONFIGURE_ARGS+=--with-x USE_XORG= ice sm x11 xext USES+= xorg .else CONFIGURE_ARGS+=--without-x ac_cv_lib_ICE_IceConnectionNumber=no .endif PORTSCOUT= limit:^[0-9]\.[0-9]\.[1-9][0-9\]$$ # Use fonts installed by x11-fonts/webfonts by default WINDOWS_FONT_DIR?= ${LOCALBASE}/share/fonts/webfonts OPTIONS_DEFINE= BZIP2 DOCS FPX FREETYPE HEIF JASPER JBIG JPEG JXL LCMS2 LZMA OPENMP Q8BIT PNG TEST TIFF WEBP WMF XML ZLIB ZSTD OPTIONS_DEFAULT=BZIP2 FREETYPE JASPER JBIG JPEG JXL LCMS2 LZMA OPENMP PNG TIFF WEBP WMF XML ZLIB Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality) TEST_DESC= Run bundled self-tests after build BZIP2_CONFIGURE_WITH= bzlib FPX_CONFIGURE_WITH= fpx FPX_LDFLAGS= -lfpx FPX_LIB_DEPENDS= libfpx.so:graphics/libfpx FREETYPE_CONFIGURE_WITH=ttf FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 HEIF_CONFIGURE_WITH= heif HEIF_LIB_DEPENDS= libheif.so:graphics/libheif JASPER_CONFIGURE_WITH= jp2 JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper JBIG_CONFIGURE_WITH= jbig JBIG_LIB_DEPENDS= libjbig.so:graphics/jbigkit JPEG_CONFIGURE_WITH= jpeg JPEG_USES= jpeg JXL_CONFIGURE_WITH= jxl JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl LCMS2_CONFIGURE_WITH= lcms2 LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 LZMA_CONFIGURE_WITH= lzma OPENMP_CONFIGURE_OFF= --disable-openmp --without-threads OPENMP_CONFIGURE_ON= --disable-openmp-slow --enable-openmp --with-threads PNG_CONFIGURE_WITH= png PNG_LIB_DEPENDS= libpng.so:graphics/png Q8BIT_CONFIGURE_OFF= --with-quantum-depth=16 Q8BIT_CONFIGURE_ON= --with-quantum-depth=8 Q8BIT_PLIST_SUB= Q=8 Q8BIT_PLIST_SUB_OFF= Q=16 TEST_BUILD_DEPENDS= webfonts>=0:x11-fonts/webfonts TEST_RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts TIFF_CONFIGURE_WITH= tiff TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff WEBP_CONFIGURE_WITH= webp WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WMF_CONFIGURE_WITH= wmf WMF_LIB_DEPENDS= libwmf.so:graphics/libwmf@${FLAVOR} XML_CONFIGURE_WITH= xml XML_USE= GNOME=libxml2 XML_USES= gnome ZLIB_CONFIGURE_WITH= zlib ZSTD_CONFIGURE_WITH= zstd ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd .include .if ${PORT_OPTIONS:MOPENMP} .if ${ARCH} != aarch64 && ${ARCH} != amd64 && ${ARCH} != i386 && ${ARCH} != powerpc64 && ${ARCH} != powerpc64le && ${ARCH} != riscv64 USES+= compiler:gcc-c++11-lib .endif .endif post-install-Q8BIT-off: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q16/coders ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q16/filters post-install-Q8BIT-on: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/coders ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/filters .include diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo index 15c2dffdc3f1..93ff2f12c69f 100644 --- a/graphics/GraphicsMagick/distinfo +++ b/graphics/GraphicsMagick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713033310 -SHA256 (GraphicsMagick-1.3.43.tar.xz) = 2b88580732cd7e409d9e22c6116238bef4ae06fcda11451bf33d259f9cbf399f -SIZE (GraphicsMagick-1.3.43.tar.xz) = 5657460 +TIMESTAMP = 1777311602 +SHA256 (GraphicsMagick-1.3.46.tar.xz) = c7c706a505e9c6c3764156bb94a0c9644d79131785df15a89c9f8721d1abd061 +SIZE (GraphicsMagick-1.3.46.tar.xz) = 5968736 diff --git a/graphics/GraphicsMagick/files/patch-configure b/graphics/GraphicsMagick/files/patch-configure index 7c7286726db9..89c7551aece3 100644 --- a/graphics/GraphicsMagick/files/patch-configure +++ b/graphics/GraphicsMagick/files/patch-configure @@ -1,90 +1,94 @@ ---- configure.orig 2024-03-22 13:04:33 UTC +--- configure.orig 2025-10-29 15:50:28 UTC +++ configure -@@ -13400,7 +13400,6 @@ fi +@@ -14945,7 +14945,6 @@ fi # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly* | midnightbsd*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; -@@ -25496,61 +25495,6 @@ else +@@ -28387,65 +28386,6 @@ else X_CFLAGS="$X_CFLAGS -I$x_includes" fi - # It would also be nice to do this for all -L options, not just this one. - if test -n "$x_libraries"; then - X_LIBS="$X_LIBS -L$x_libraries" - # For Solaris; some versions of Sun CC require a space after -R and - # others require no space. Words are not sufficient . . . . -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 --$as_echo_n "checking whether -R must be followed by a space... " >&6; } +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 +-printf %s "checking whether -R must be followed by a space... " >&6; } - ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" - ac_xsave_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int --main () +-main (void) -{ - - ; - return 0; -} -_ACEOF --if ac_fn_c_try_link "$LINENO"; then : -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } +-if ac_fn_c_try_link "$LINENO" +-then : +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +-printf "%s\n" "no" >&6; } - X_LIBS="$X_LIBS -R$x_libraries" --else -- LIBS="$ac_xsave_LIBS -R $x_libraries" +-else case e in #( +- e) LIBS="$ac_xsave_LIBS -R $x_libraries" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int --main () +-main (void) -{ - - ; - return 0; -} -_ACEOF --if ac_fn_c_try_link "$LINENO"; then : -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 --$as_echo "yes" >&6; } +-if ac_fn_c_try_link "$LINENO" +-then : +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-printf "%s\n" "yes" >&6; } - X_LIBS="$X_LIBS -R $x_libraries" --else -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5 --$as_echo "neither works" >&6; } +-else case e in #( +- e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: neither works" >&5 +-printf "%s\n" "neither works" >&6; } ;; +-esac -fi --rm -f core conftest.err conftest.$ac_objext \ -- conftest$ac_exeext conftest.$ac_ext +-rm -f core conftest.err conftest.$ac_objext conftest.beam \ +- conftest$ac_exeext conftest.$ac_ext ;; +-esac -fi --rm -f core conftest.err conftest.$ac_objext \ +-rm -f core conftest.err conftest.$ac_objext conftest.beam \ - conftest$ac_exeext conftest.$ac_ext - ac_c_werror_flag=$ac_xsave_c_werror_flag - LIBS=$ac_xsave_LIBS - fi - # Check for system-dependent libraries X programs must link with. # Do this before checking for the system-independent R6 libraries # (-lICE), since we may need -lsocket or whatever for X linking. -@@ -30112,7 +30056,7 @@ done +@@ -33803,7 +33743,7 @@ fi # # Subdirectory under lib to place GraphicsMagick lib files -MagickLibSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}" +MagickLibSubdir="${PACKAGE_NAME}" - cat >>confdefs.h <<_ACEOF - #define MagickLibSubdir "$MagickLibSubdir" -@@ -30216,7 +30160,7 @@ _ACEOF + printf "%s\n" "#define MagickLibSubdir \"$MagickLibSubdir\"" >>confdefs.h + +@@ -33889,7 +33829,7 @@ printf "%s\n" "#define MagickFilterModulesPath \"$Magi # # Path to GraphicsMagick share files -MagickShareSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}" +MagickShareSubdir="${PACKAGE_NAME}" MagickSharePath="${DATA_DIR}/${MagickShareSubdir}" MagickSharePathDefine="${MagickSharePath}/" case "${build_os}" in diff --git a/graphics/GraphicsMagick/pkg-plist b/graphics/GraphicsMagick/pkg-plist index b487915a3b54..ee613860c8a4 100644 --- a/graphics/GraphicsMagick/pkg-plist +++ b/graphics/GraphicsMagick/pkg-plist @@ -1,311 +1,313 @@ bin/GraphicsMagick++-config bin/GraphicsMagick-config bin/GraphicsMagickWand-config bin/gm include/GraphicsMagick/Magick++.h include/GraphicsMagick/Magick++/Blob.h include/GraphicsMagick/Magick++/CoderInfo.h include/GraphicsMagick/Magick++/Color.h include/GraphicsMagick/Magick++/Drawable.h include/GraphicsMagick/Magick++/Exception.h include/GraphicsMagick/Magick++/Geometry.h include/GraphicsMagick/Magick++/Image.h include/GraphicsMagick/Magick++/Include.h include/GraphicsMagick/Magick++/Montage.h include/GraphicsMagick/Magick++/Pixels.h include/GraphicsMagick/Magick++/STL.h include/GraphicsMagick/Magick++/TypeMetric.h include/GraphicsMagick/magick/analyze.h include/GraphicsMagick/magick/api.h include/GraphicsMagick/magick/attribute.h include/GraphicsMagick/magick/average.h include/GraphicsMagick/magick/blob.h include/GraphicsMagick/magick/cdl.h include/GraphicsMagick/magick/channel.h include/GraphicsMagick/magick/color.h include/GraphicsMagick/magick/color_lookup.h include/GraphicsMagick/magick/colormap.h include/GraphicsMagick/magick/colorspace.h include/GraphicsMagick/magick/command.h include/GraphicsMagick/magick/common.h include/GraphicsMagick/magick/compare.h include/GraphicsMagick/magick/composite.h include/GraphicsMagick/magick/compress.h include/GraphicsMagick/magick/confirm_access.h include/GraphicsMagick/magick/constitute.h include/GraphicsMagick/magick/decorate.h include/GraphicsMagick/magick/delegate.h include/GraphicsMagick/magick/deprecate.h include/GraphicsMagick/magick/describe.h include/GraphicsMagick/magick/draw.h include/GraphicsMagick/magick/effect.h include/GraphicsMagick/magick/enhance.h include/GraphicsMagick/magick/enum_strings.h include/GraphicsMagick/magick/error.h include/GraphicsMagick/magick/forward.h include/GraphicsMagick/magick/fx.h include/GraphicsMagick/magick/gem.h include/GraphicsMagick/magick/gradient.h include/GraphicsMagick/magick/hclut.h include/GraphicsMagick/magick/image.h include/GraphicsMagick/magick/list.h include/GraphicsMagick/magick/log.h include/GraphicsMagick/magick/magic.h include/GraphicsMagick/magick/magick.h include/GraphicsMagick/magick/magick_config.h include/GraphicsMagick/magick/magick_types.h include/GraphicsMagick/magick/memory.h include/GraphicsMagick/magick/module.h include/GraphicsMagick/magick/monitor.h include/GraphicsMagick/magick/montage.h include/GraphicsMagick/magick/operator.h include/GraphicsMagick/magick/paint.h include/GraphicsMagick/magick/pixel_cache.h include/GraphicsMagick/magick/pixel_iterator.h include/GraphicsMagick/magick/plasma.h include/GraphicsMagick/magick/profile.h include/GraphicsMagick/magick/quantize.h include/GraphicsMagick/magick/random.h include/GraphicsMagick/magick/registry.h include/GraphicsMagick/magick/render.h include/GraphicsMagick/magick/resize.h include/GraphicsMagick/magick/resource.h include/GraphicsMagick/magick/shear.h include/GraphicsMagick/magick/signature.h include/GraphicsMagick/magick/statistics.h include/GraphicsMagick/magick/symbols.h include/GraphicsMagick/magick/texture.h include/GraphicsMagick/magick/timer.h include/GraphicsMagick/magick/transform.h include/GraphicsMagick/magick/type.h include/GraphicsMagick/magick/utility.h include/GraphicsMagick/magick/version.h include/GraphicsMagick/wand/drawing_wand.h include/GraphicsMagick/wand/magick_wand.h include/GraphicsMagick/wand/pixel_wand.h include/GraphicsMagick/wand/wand_api.h include/GraphicsMagick/wand/wand_symbols.h lib/GraphicsMagick/config/delegates.mgk lib/GraphicsMagick/config/type-ghostscript.mgk lib/GraphicsMagick/config/type-solaris.mgk +lib/GraphicsMagick/config/type-urw-base35-otf.mgk lib/GraphicsMagick/config/type-windows.mgk lib/GraphicsMagick/config/type.mgk @dir lib/GraphicsMagick/modules-Q%%Q%%/coders @dir lib/GraphicsMagick/modules-Q%%Q%%/filters lib/libGraphicsMagick++.a lib/libGraphicsMagick++.so lib/libGraphicsMagick++.so.12 -lib/libGraphicsMagick++.so.12.8.0 +lib/libGraphicsMagick++.so.12.8.2 lib/libGraphicsMagick.a lib/libGraphicsMagick.so lib/libGraphicsMagick.so.3 -lib/libGraphicsMagick.so.3.25.0 +lib/libGraphicsMagick.so.3.26.0 lib/libGraphicsMagickWand.a lib/libGraphicsMagickWand.so lib/libGraphicsMagickWand.so.2 -lib/libGraphicsMagickWand.so.2.10.0 +lib/libGraphicsMagickWand.so.2.10.2 libdata/pkgconfig/GraphicsMagick++.pc libdata/pkgconfig/GraphicsMagick.pc libdata/pkgconfig/GraphicsMagickWand.pc %%DATADIR%%/config/colors.mgk %%DATADIR%%/config/log.mgk %%DATADIR%%/config/modules.mgk %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2001 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2002 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2003 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2004 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2005 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2006 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2007 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2008 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2009 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2010 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2011 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2012 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2013 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2014 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2015 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2016 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2017 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2018 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2019 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2020 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2021 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2022 %%PORTDOCS%%%%DOCSDIR%%/Copyright.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS.txt %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2001.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2002.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2003.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2004.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2005.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2006.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2007.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2008.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2009.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2010.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2011.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2012.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2013.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2014.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2015.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2016.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2017.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2018.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2019.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2020.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2021.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2022.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2023.html +%%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2024.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog.html %%PORTDOCS%%%%DOCSDIR%%/www/Changes.html %%PORTDOCS%%%%DOCSDIR%%/www/Copyright.html %%PORTDOCS%%%%DOCSDIR%%/www/FAQ.html %%PORTDOCS%%%%DOCSDIR%%/www/GraphicsMagick.html %%PORTDOCS%%%%DOCSDIR%%/www/Hg.html %%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-unix.html %%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-windows.html %%PORTDOCS%%%%DOCSDIR%%/www/ImageMagickObject.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Blob.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.png %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ChangeLog.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/CoderInfo.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Color.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable_example_1.png %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Enumerations.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Exception.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/FormatCharacters.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Geometry.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.png %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageDesign.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Montage.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/PixelPacket.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Pixels.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/STL.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/TypeMetric.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/gm-188x120t.png %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/index.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/montage-sample-framed.jpg %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/right_triangle.png %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.jpg %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.jpg %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-framed.jpg %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-plain.jpg %%PORTDOCS%%%%DOCSDIR%%/www/NEWS.html %%PORTDOCS%%%%DOCSDIR%%/www/OpenMP.html %%PORTDOCS%%%%DOCSDIR%%/www/README.html %%PORTDOCS%%%%DOCSDIR%%/www/animate.html %%PORTDOCS%%%%DOCSDIR%%/www/api/animate.html %%PORTDOCS%%%%DOCSDIR%%/www/api/annotate.html %%PORTDOCS%%%%DOCSDIR%%/www/api/api.html %%PORTDOCS%%%%DOCSDIR%%/www/api/attribute.html %%PORTDOCS%%%%DOCSDIR%%/www/api/average.html %%PORTDOCS%%%%DOCSDIR%%/www/api/blob.html %%PORTDOCS%%%%DOCSDIR%%/www/api/cdl.html %%PORTDOCS%%%%DOCSDIR%%/www/api/channel.html %%PORTDOCS%%%%DOCSDIR%%/www/api/color.html %%PORTDOCS%%%%DOCSDIR%%/www/api/colormap.html %%PORTDOCS%%%%DOCSDIR%%/www/api/compare.html %%PORTDOCS%%%%DOCSDIR%%/www/api/composite.html %%PORTDOCS%%%%DOCSDIR%%/www/api/confirm_access.html %%PORTDOCS%%%%DOCSDIR%%/www/api/constitute.html %%PORTDOCS%%%%DOCSDIR%%/www/api/decorate.html %%PORTDOCS%%%%DOCSDIR%%/www/api/deprecate.html %%PORTDOCS%%%%DOCSDIR%%/www/api/describe.html %%PORTDOCS%%%%DOCSDIR%%/www/api/display.html %%PORTDOCS%%%%DOCSDIR%%/www/api/draw.html %%PORTDOCS%%%%DOCSDIR%%/www/api/effect.html %%PORTDOCS%%%%DOCSDIR%%/www/api/enhance.html %%PORTDOCS%%%%DOCSDIR%%/www/api/error.html %%PORTDOCS%%%%DOCSDIR%%/www/api/export.html %%PORTDOCS%%%%DOCSDIR%%/www/api/fx.html %%PORTDOCS%%%%DOCSDIR%%/www/api/hclut.html %%PORTDOCS%%%%DOCSDIR%%/www/api/image.html %%PORTDOCS%%%%DOCSDIR%%/www/api/import.html %%PORTDOCS%%%%DOCSDIR%%/www/api/list.html %%PORTDOCS%%%%DOCSDIR%%/www/api/log.html %%PORTDOCS%%%%DOCSDIR%%/www/api/magick.html %%PORTDOCS%%%%DOCSDIR%%/www/api/memory.html %%PORTDOCS%%%%DOCSDIR%%/www/api/monitor.html %%PORTDOCS%%%%DOCSDIR%%/www/api/montage.html %%PORTDOCS%%%%DOCSDIR%%/www/api/operator.html %%PORTDOCS%%%%DOCSDIR%%/www/api/paint.html %%PORTDOCS%%%%DOCSDIR%%/www/api/pixel_cache.html %%PORTDOCS%%%%DOCSDIR%%/www/api/pixel_iterator.html %%PORTDOCS%%%%DOCSDIR%%/www/api/plasma.html %%PORTDOCS%%%%DOCSDIR%%/www/api/profile.html %%PORTDOCS%%%%DOCSDIR%%/www/api/quantize.html %%PORTDOCS%%%%DOCSDIR%%/www/api/registry.html %%PORTDOCS%%%%DOCSDIR%%/www/api/render.html %%PORTDOCS%%%%DOCSDIR%%/www/api/resize.html %%PORTDOCS%%%%DOCSDIR%%/www/api/resource.html %%PORTDOCS%%%%DOCSDIR%%/www/api/segment.html %%PORTDOCS%%%%DOCSDIR%%/www/api/shear.html %%PORTDOCS%%%%DOCSDIR%%/www/api/signature.html %%PORTDOCS%%%%DOCSDIR%%/www/api/statistics.html %%PORTDOCS%%%%DOCSDIR%%/www/api/texture.html %%PORTDOCS%%%%DOCSDIR%%/www/api/transform.html %%PORTDOCS%%%%DOCSDIR%%/www/api/types.html %%PORTDOCS%%%%DOCSDIR%%/www/api/widget.html %%PORTDOCS%%%%DOCSDIR%%/www/authors.html %%PORTDOCS%%%%DOCSDIR%%/www/batch.html %%PORTDOCS%%%%DOCSDIR%%/www/benchmark.html %%PORTDOCS%%%%DOCSDIR%%/www/benchmarks.html %%PORTDOCS%%%%DOCSDIR%%/www/bugs.html %%PORTDOCS%%%%DOCSDIR%%/www/color.html %%PORTDOCS%%%%DOCSDIR%%/www/compare.html %%PORTDOCS%%%%DOCSDIR%%/www/composite.html %%PORTDOCS%%%%DOCSDIR%%/www/configure-target-setup.png %%PORTDOCS%%%%DOCSDIR%%/www/conjure.html %%PORTDOCS%%%%DOCSDIR%%/www/contribute.html %%PORTDOCS%%%%DOCSDIR%%/www/convert.html %%PORTDOCS%%%%DOCSDIR%%/www/display.html %%PORTDOCS%%%%DOCSDIR%%/www/docutils-api.css %%PORTDOCS%%%%DOCSDIR%%/www/docutils-articles.css %%PORTDOCS%%%%DOCSDIR%%/www/download.html %%PORTDOCS%%%%DOCSDIR%%/www/favicon.ico %%PORTDOCS%%%%DOCSDIR%%/www/formats.html %%PORTDOCS%%%%DOCSDIR%%/www/gm.html %%PORTDOCS%%%%DOCSDIR%%/www/identify.html %%PORTDOCS%%%%DOCSDIR%%/www/images/ball.png %%PORTDOCS%%%%DOCSDIR%%/www/images/banner_bg.png %%PORTDOCS%%%%DOCSDIR%%/www/images/gm-107x76.gif %%PORTDOCS%%%%DOCSDIR%%/www/images/gm-107x76.png %%PORTDOCS%%%%DOCSDIR%%/www/images/gm-125x80t.png %%PORTDOCS%%%%DOCSDIR%%/www/images/right_triangle.png %%PORTDOCS%%%%DOCSDIR%%/www/images/right_triangle_option.png %%PORTDOCS%%%%DOCSDIR%%/www/import.html %%PORTDOCS%%%%DOCSDIR%%/www/index.html %%PORTDOCS%%%%DOCSDIR%%/www/links.html %%PORTDOCS%%%%DOCSDIR%%/www/magick.css %%PORTDOCS%%%%DOCSDIR%%/www/miff.html %%PORTDOCS%%%%DOCSDIR%%/www/mission.html %%PORTDOCS%%%%DOCSDIR%%/www/mogrify.html %%PORTDOCS%%%%DOCSDIR%%/www/montage.html %%PORTDOCS%%%%DOCSDIR%%/www/motion-picture.html %%PORTDOCS%%%%DOCSDIR%%/www/perl.html %%PORTDOCS%%%%DOCSDIR%%/www/process.html %%PORTDOCS%%%%DOCSDIR%%/www/programming.html %%PORTDOCS%%%%DOCSDIR%%/www/project.html %%PORTDOCS%%%%DOCSDIR%%/www/quantize.html %%PORTDOCS%%%%DOCSDIR%%/www/reference.html %%PORTDOCS%%%%DOCSDIR%%/www/security.html %%PORTDOCS%%%%DOCSDIR%%/www/smile.c %%PORTDOCS%%%%DOCSDIR%%/www/thanks.html %%PORTDOCS%%%%DOCSDIR%%/www/time.html %%PORTDOCS%%%%DOCSDIR%%/www/tools.html %%PORTDOCS%%%%DOCSDIR%%/www/utilities.html %%PORTDOCS%%%%DOCSDIR%%/www/version.html %%PORTDOCS%%%%DOCSDIR%%/www/wand/drawing_wand.html %%PORTDOCS%%%%DOCSDIR%%/www/wand/magick_wand.html %%PORTDOCS%%%%DOCSDIR%%/www/wand/pixel_wand.html %%PORTDOCS%%%%DOCSDIR%%/www/wand/wand.html share/man/man1/GraphicsMagick++-config.1.gz share/man/man1/GraphicsMagick-config.1.gz share/man/man1/GraphicsMagickWand-config.1.gz share/man/man1/gm.1.gz share/man/man4/miff.4.gz share/man/man5/quantize.5.gz