summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick13
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/GraphicsMagick13')
-rw-r--r--graphics/GraphicsMagick13/Makefile116
-rw-r--r--graphics/GraphicsMagick13/distinfo3
-rw-r--r--graphics/GraphicsMagick13/files/patch-Makefile.in20
-rw-r--r--graphics/GraphicsMagick13/files/patch-configure.in20
-rw-r--r--graphics/GraphicsMagick13/pkg-descr13
-rw-r--r--graphics/GraphicsMagick13/pkg-plist252
6 files changed, 0 insertions, 424 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile
deleted file mode 100644
index 5223e57e3d4c..000000000000
--- a/graphics/GraphicsMagick13/Makefile
+++ /dev/null
@@ -1,116 +0,0 @@
-# New ports collection makefile for: GraphicsMagick
-# Date created: 25 july 2005
-# Whom: Ron van Daal
-#
-# $FreeBSD$
-#
-
-PORTNAME= GraphicsMagick
-PORTVERSION= 1.2.5
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
-MASTER_SITE_SUBDIR= ${PORTNAME:L}
-
-MAINTAINER= glarkin@FreeBSD.org
-COMMENT= Fast image processing tools based on ImageMagick
-
-CONFLICTS= GraphicsMagick-1.1.*
-
-LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \
- fpx.[2-9]:${PORTSDIR}/graphics/libfpx \
- jbig:${PORTSDIR}/graphics/jbigkit \
- wmflite:${PORTSDIR}/graphics/libwmf \
- xml2:${PORTSDIR}/textproc/libxml2 \
- ltdl:${PORTSDIR}/devel/libltdl15
-OTHERGRAPHICS= jasper jpeg lcms png tiff
-LIB_DEPENDS+= ${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|}
-OPTIONS= Q8BIT "Use 8-bit pixels (speed) instead of 16 (quality)" off \
- OPENMP "Enable OpenMP support (requires GCC 4.2+)" off \
- SSE "Enable SSE opcodes on supported CPUs" off \
- TESTS "Run bundled self-tests after build" on
-
-USE_ICONV= yes
-USE_AUTOTOOLS= libtool:15
-USE_BZIP2= yes
-USE_GHOSTSCRIPT=yes
-GNU_CONFIGURE= yes
-LATEST_LINK= GraphicsMagick12
-
-MAN1= GraphicsMagick++-config.1 \
- GraphicsMagick-config.1 \
- GraphicsMagickWand-config.1 \
- gm.1
-MAN4= miff.4
-MAN5= quantize.5
-
-.if defined(WITH_SSE)
-.if ${MACHINE_CPU:Msse}
-CFLAGS+= -msse
-.endif
-.if ${MACHINE_CPU:Msse2}
-CFLAGS+= -msse2
-.endif
-.if ${MACHINE_CPU:Msse3}
-CFLAGS+= -msse3
-.endif
-.endif
-
-.if defined(WITH_OPENMP)
-# Later versions of FreeBSD 7.0 already have GCC 4.2
-.if ${OSVERSION} < 700042
-USE_GCC= 4.2+
-.endif
-
-CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
-CONFIGURE_ARGS+= --enable-openmp
-.endif
-
-.ifndef WINDOWS_FONT_DIR
-# Use fonts installed by x11-fonts/webfonts by default
-WINDOWS_FONT_DIR=${LOCALBASE}/lib/X11/fonts/webfonts
-.endif
-
-CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \
- --without-threads --with-ltdl-include=${LOCALBASE}/include \
- --with-ltdl-lib=${LOCALBASE}/lib
-USE_LDCONFIG= yes
-
-ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
-
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-test check:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_WINDOWS_FONT_DIR)
-CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}"
-.endif
-
-.if defined(WITHOUT_X11)
-PKGNAMESUFFIX+= -nox11
-CONFIGURE_ARGS+=--without-x
-.endif
-
-.if defined(WITH_Q8BIT) || defined(WITHOUT_GRAPHICSMAGICK_16BIT_PIXEL)
-CONFIGURE_ARGS+= --with-quantum-depth=8
-PLIST_SUB+= Q=8
-.else
-CONFIGURE_ARGS+= --with-quantum-depth=16
-PLIST_SUB+= Q=16
-.endif
-
-.if !defined(WITHOUT_TESTS)
-post-build:: test
-.else
-post-build::
- #
- # You are strongly advised to run ``make test'' now
- # and report any failures to ${MAINTAINER}.
- #
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/graphics/GraphicsMagick13/distinfo b/graphics/GraphicsMagick13/distinfo
deleted file mode 100644
index 027f7f1f4e1a..000000000000
--- a/graphics/GraphicsMagick13/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (GraphicsMagick-1.2.5.tar.bz2) = a023a1561ec0780f25f5a4f0cf208053
-SHA256 (GraphicsMagick-1.2.5.tar.bz2) = c51236aa0e592d5d61a7b7658d0129099f302fba7216c64a91ce66c0d574c33a
-SIZE (GraphicsMagick-1.2.5.tar.bz2) = 5983638
diff --git a/graphics/GraphicsMagick13/files/patch-Makefile.in b/graphics/GraphicsMagick13/files/patch-Makefile.in
deleted file mode 100644
index 7c5d272c8bd3..000000000000
--- a/graphics/GraphicsMagick13/files/patch-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig 2008-05-18 17:22:51.000000000 -0400
-+++ Makefile.in 2008-06-06 18:41:23.620488084 -0400
-@@ -1775,7 +1775,7 @@
- MagickLibConfigPath = @MagickLibConfigPath@
- MagickLibPath = @MagickLibPath@
- MagickShareConfigPath = @MagickShareConfigPath@
--MagickSharePath = @MagickSharePath@
-+MagickSharePath = ${DATADIR}
- MogrifyDelegate = @MogrifyDelegate@
- NM = @NM@
- NMEDIT = @NMEDIT@
-@@ -4382,7 +4382,7 @@
- @WITH_PERL_DYNAMIC_FALSE@@WITH_PERL_STATIC_TRUE@@WITH_PERL_TRUE@PERLSTATICNAME = PerlMagick
-
- # Pkgconfig directory
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
-
- # Files to install in Pkgconfig directory
- pkgconfig_DATA = \
diff --git a/graphics/GraphicsMagick13/files/patch-configure.in b/graphics/GraphicsMagick13/files/patch-configure.in
deleted file mode 100644
index ed7a7535689b..000000000000
--- a/graphics/GraphicsMagick13/files/patch-configure.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2008-05-18 17:22:52.000000000 -0400
-+++ configure 2008-06-06 18:37:48.269146182 -0400
-@@ -37604,7 +37604,7 @@
- #
-
- # Subdirectory under lib to place GraphicsMagick lib files
--MagickLibSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
-+MagickLibSubdir="${PACKAGE_NAME}"
-
- cat >>confdefs.h <<_ACEOF
- #define MagickLibSubdir "$MagickLibSubdir"
-@@ -37708,7 +37708,7 @@
-
- #
- # 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/GraphicsMagick13/pkg-descr b/graphics/GraphicsMagick13/pkg-descr
deleted file mode 100644
index e43f63a5ad60..000000000000
--- a/graphics/GraphicsMagick13/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a port of GraphicsMagick(TM), the "swiss army knife" of image
-processing. It provides a robust collection of tools and libraries which
-support reading, writing, and manipulating an image in over 88 major
-formats including formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, SVG
-and TIFF.
-
-The program is the fork of a better-known ImageMagick (5.5.2), which
-emphasizes end-user and API-stabilities.
-
-WWW: http://www.graphicsmagick.org/
-
-- Ron van Daal
-ronvdaal@n1x.nl
diff --git a/graphics/GraphicsMagick13/pkg-plist b/graphics/GraphicsMagick13/pkg-plist
deleted file mode 100644
index bda744fbc059..000000000000
--- a/graphics/GraphicsMagick13/pkg-plist
+++ /dev/null
@@ -1,252 +0,0 @@
-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/PreRvIcccm.h
-include/GraphicsMagick/magick/api.h
-include/GraphicsMagick/magick/attribute.h
-include/GraphicsMagick/magick/blob.h
-include/GraphicsMagick/magick/channel.h
-include/GraphicsMagick/magick/color.h
-include/GraphicsMagick/magick/colorspace.h
-include/GraphicsMagick/magick/command.h
-include/GraphicsMagick/magick/composite.h
-include/GraphicsMagick/magick/compress.h
-include/GraphicsMagick/magick/constitute.h
-include/GraphicsMagick/magick/decorate.h
-include/GraphicsMagick/magick/delegate.h
-include/GraphicsMagick/magick/deprecate.h
-include/GraphicsMagick/magick/draw.h
-include/GraphicsMagick/magick/effect.h
-include/GraphicsMagick/magick/enhance.h
-include/GraphicsMagick/magick/error.h
-include/GraphicsMagick/magick/forward.h
-include/GraphicsMagick/magick/fx.h
-include/GraphicsMagick/magick/gem.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/profile.h
-include/GraphicsMagick/magick/quantize.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/symbols.h
-include/GraphicsMagick/magick/timer.h
-include/GraphicsMagick/magick/transform.h
-include/GraphicsMagick/magick/utility.h
-include/GraphicsMagick/magick/version.h
-include/GraphicsMagick/magick/widget.h
-include/GraphicsMagick/magick/xwindow.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
-lib/GraphicsMagick/config/delegates.mgk
-lib/GraphicsMagick/config/type-ghostscript.mgk
-lib/GraphicsMagick/config/type-solaris.mgk
-lib/GraphicsMagick/config/type-windows.mgk
-lib/GraphicsMagick/config/type.mgk
-lib/libGraphicsMagick++.a
-lib/libGraphicsMagick++.la
-lib/libGraphicsMagick++.so
-lib/libGraphicsMagick++.so.2
-lib/libGraphicsMagick.a
-lib/libGraphicsMagick.la
-lib/libGraphicsMagick.so
-lib/libGraphicsMagick.so.2
-lib/libGraphicsMagickWand.a
-lib/libGraphicsMagickWand.la
-lib/libGraphicsMagickWand.so
-lib/libGraphicsMagickWand.so.1
-libdata/pkgconfig/GraphicsMagick++.pc
-libdata/pkgconfig/GraphicsMagick.pc
-libdata/pkgconfig/GraphicsMagickWand.pc
-%%DATADIR%%/config/colors.mgk
-%%DATADIR%%/config/log.mgk
-%%DATADIR%%/config/magic.mgk
-%%DATADIR%%/config/modules.mgk
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/ChangeLog.2001
-%%DOCSDIR%%/ChangeLog.2002
-%%DOCSDIR%%/ChangeLog.2003
-%%DOCSDIR%%/ChangeLog.2004
-%%DOCSDIR%%/ChangeLog.2005
-%%DOCSDIR%%/ChangeLog.2006
-%%DOCSDIR%%/ChangeLog.2007
-%%DOCSDIR%%/Copyright.txt
-%%DOCSDIR%%/NEWS.txt
-%%DOCSDIR%%/images/ball.png
-%%DOCSDIR%%/images/examples.jpg
-%%DOCSDIR%%/images/gm-125x80t.png
-%%DOCSDIR%%/images/gm-188x120t.png
-%%DOCSDIR%%/images/gm-282x180t.png
-%%DOCSDIR%%/images/right_triangle.png
-%%DOCSDIR%%/images/right_triangle_option.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/www/AUTHORS.html
-%%DOCSDIR%%/www/BENCHMARKS.html
-%%DOCSDIR%%/www/BUGS.html
-%%DOCSDIR%%/www/Changelog.html
-%%DOCSDIR%%/www/Copyright.html
-%%DOCSDIR%%/www/FAQ.html
-%%DOCSDIR%%/%%WWWDIR%%.html
-%%DOCSDIR%%/www/INSTALL-unix.html
-%%DOCSDIR%%/www/INSTALL-windows.html
-%%DOCSDIR%%/www/ImageMagickObject.html
-%%DOCSDIR%%/www/Magick++/Blob.html
-%%DOCSDIR%%/www/Magick++/Cache.fig
-%%DOCSDIR%%/www/Magick++/Cache.png
-%%DOCSDIR%%/www/Magick++/Cache.svg
-%%DOCSDIR%%/www/Magick++/ChangeLog.html
-%%DOCSDIR%%/www/Magick++/CoderInfo.html
-%%DOCSDIR%%/www/Magick++/Color.html
-%%DOCSDIR%%/www/Magick++/Documentation.html
-%%DOCSDIR%%/www/Magick++/Drawable.html
-%%DOCSDIR%%/www/Magick++/Drawable_example_1.png
-%%DOCSDIR%%/www/Magick++/Enumerations.html
-%%DOCSDIR%%/www/Magick++/Exception.html
-%%DOCSDIR%%/www/Magick++/FormatCharacters.html
-%%DOCSDIR%%/www/Magick++/Future.html
-%%DOCSDIR%%/www/Magick++/Geometry.html
-%%DOCSDIR%%/www/Magick++/Image.fig
-%%DOCSDIR%%/www/Magick++/Image.html
-%%DOCSDIR%%/www/Magick++/Image.png
-%%DOCSDIR%%/www/Magick++/ImageDesign.html
-%%DOCSDIR%%/www/Magick++/ImageMagick.png
-%%DOCSDIR%%/www/Magick++/Install.html
-%%DOCSDIR%%/www/Magick++/Magick++.png
-%%DOCSDIR%%/www/Magick++/Montage.html
-%%DOCSDIR%%/www/Magick++/NEWS.html
-%%DOCSDIR%%/www/Magick++/PixelPacket.html
-%%DOCSDIR%%/www/Magick++/Pixels.html
-%%DOCSDIR%%/www/Magick++/README.txt
-%%DOCSDIR%%/www/Magick++/STL.html
-%%DOCSDIR%%/www/Magick++/TypeMetric.html
-%%DOCSDIR%%/www/Magick++/gm-188x120t.png
-%%DOCSDIR%%/www/Magick++/index.html
-%%DOCSDIR%%/www/Magick++/montage-sample-framed.jpg
-%%DOCSDIR%%/www/Magick++/right_triangle.png
-%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.fig
-%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.jpg
-%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.fig
-%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.jpg
-%%DOCSDIR%%/www/Magick++/thumbnail-sample-framed.jpg
-%%DOCSDIR%%/www/Magick++/thumbnail-sample-plain.jpg
-%%DOCSDIR%%/www/NEWS.html
-%%DOCSDIR%%/www/PLATFORMS.html
-%%DOCSDIR%%/www/README.html
-%%DOCSDIR%%/www/animate.html
-%%DOCSDIR%%/www/api.html
-%%DOCSDIR%%/www/api/animate.html
-%%DOCSDIR%%/www/api/annotate.html
-%%DOCSDIR%%/www/api/attribute.html
-%%DOCSDIR%%/www/api/blob.html
-%%DOCSDIR%%/www/api/channel.html
-%%DOCSDIR%%/www/api/color.html
-%%DOCSDIR%%/www/api/composite.html
-%%DOCSDIR%%/www/api/constitute.html
-%%DOCSDIR%%/www/api/decorate.html
-%%DOCSDIR%%/www/api/deprecate.html
-%%DOCSDIR%%/www/api/display.html
-%%DOCSDIR%%/www/api/draw.html
-%%DOCSDIR%%/www/api/effect.html
-%%DOCSDIR%%/www/api/enhance.html
-%%DOCSDIR%%/www/api/error.html
-%%DOCSDIR%%/www/api/fx.html
-%%DOCSDIR%%/www/api/image.html
-%%DOCSDIR%%/www/api/list.html
-%%DOCSDIR%%/www/api/magick.html
-%%DOCSDIR%%/www/api/memory.html
-%%DOCSDIR%%/www/api/monitor.html
-%%DOCSDIR%%/www/api/montage.html
-%%DOCSDIR%%/www/api/operator.html
-%%DOCSDIR%%/www/api/paint.html
-%%DOCSDIR%%/www/api/pixel_cache.html
-%%DOCSDIR%%/www/api/profile.html
-%%DOCSDIR%%/www/api/quantize.html
-%%DOCSDIR%%/www/api/registry.html
-%%DOCSDIR%%/www/api/render.html
-%%DOCSDIR%%/www/api/resize.html
-%%DOCSDIR%%/www/api/resource.html
-%%DOCSDIR%%/www/api/segment.html
-%%DOCSDIR%%/www/api/shear.html
-%%DOCSDIR%%/www/api/signature.html
-%%DOCSDIR%%/www/api/transform.html
-%%DOCSDIR%%/www/api/types.html
-%%DOCSDIR%%/www/api/widget.html
-%%DOCSDIR%%/www/body.html
-%%DOCSDIR%%/www/color.html
-%%DOCSDIR%%/www/composite.html
-%%DOCSDIR%%/www/conjure.html
-%%DOCSDIR%%/www/contribute.html
-%%DOCSDIR%%/www/convert.html
-%%DOCSDIR%%/www/cvs.html
-%%DOCSDIR%%/www/development.html
-%%DOCSDIR%%/www/display.html
-%%DOCSDIR%%/www/download.html
-%%DOCSDIR%%/www/formats.html
-%%DOCSDIR%%/www/gm.html
-%%DOCSDIR%%/www/header.html
-%%DOCSDIR%%/www/identify.html
-%%DOCSDIR%%/www/import.html
-%%DOCSDIR%%/www/index.html
-%%DOCSDIR%%/www/links.html
-%%DOCSDIR%%/www/magick.css
-%%DOCSDIR%%/www/miff.html
-%%DOCSDIR%%/www/mission.html
-%%DOCSDIR%%/www/mogrify.html
-%%DOCSDIR%%/www/montage.html
-%%DOCSDIR%%/www/motion-picture.html
-%%DOCSDIR%%/www/perl.html
-%%DOCSDIR%%/www/programming.html
-%%DOCSDIR%%/www/quantize.html
-%%DOCSDIR%%/www/smile.c
-%%DOCSDIR%%/www/tools.html
-%%DOCSDIR%%/www/utilities.html
-@dirrm %%DOCSDIR%%/www/api
-@dirrm %%DOCSDIR%%/www/Magick++
-@dirrm %%DOCSDIR%%/www
-@dirrm %%DOCSDIR%%/images
-@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/config
-@dirrm %%DATADIR%%
-@dirrmtry libdata/pkgconfig
-@dirrm lib/GraphicsMagick/modules-Q%%Q%%/filters
-@dirrm lib/GraphicsMagick/modules-Q%%Q%%/coders
-@dirrm lib/GraphicsMagick/modules-Q%%Q%%
-@dirrm lib/GraphicsMagick/config
-@dirrm lib/GraphicsMagick
-@dirrm include/GraphicsMagick/wand
-@dirrm include/GraphicsMagick/magick
-@dirrm include/GraphicsMagick/Magick++
-@dirrm include/GraphicsMagick
-@exec mkdir -p %D/lib/GraphicsMagick/modules-Q%%Q%%/filters
-@exec mkdir -p %D/lib/GraphicsMagick/modules-Q%%Q%%/coders