Update to 5.3.4.

PR:		ports/28047
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Akinori MUSHA 2001-06-12 16:45:08 +00:00
parent 702d94e53f
commit bd9051cab6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43913
4 changed files with 14 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ImageMagick
PORTVERSION= 5.3.1
PORTVERSION= 5.3.4
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,imagemagick,} \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \
@ -21,7 +21,6 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 \
fpx.1:${PORTSDIR}/graphics/libfpx \
df.1:${PORTSDIR}/graphics/hdf \
jbig.1:${PORTSDIR}/graphics/jbigkit \
jpeg.9:${PORTSDIR}/graphics/jpeg \
lcms.1:${PORTSDIR}/graphics/lcms \
@ -35,11 +34,12 @@ USE_LIBTOOL= yes
USE_AUTOCONF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-shared --with-perl=${PERL5}
CONFIGURE_ARGS= --enable-shared --with-perl=${PERL5} \
--without-gslib --without-hdf
INSTALLS_SHLIB= yes
MAN1= ImageMagick.1 Magick++-config.1 Magick-config.1 \
combine.1 convert.1 identify.1 mogrify.1 montage.1
composite.1 convert.1 identify.1 mogrify.1 montage.1
MAN3= Image::Magick.3
MAN4= miff.4
MAN5= quantize.5

View File

@ -1 +1 @@
MD5 (ImageMagick-5.3.1.tar.gz) = a0c3590e924f001498285a316dd7bda8
MD5 (ImageMagick-5.3.4.tar.gz) = d1abe4750e0bde262f71a6d47571d35f

View File

@ -2,7 +2,7 @@ bin/Magick++-config
bin/Magick-config
%%X11%%bin/animate
bin/cgimagick
bin/combine
bin/composite
bin/convert
%%X11%%bin/display
bin/identify
@ -37,8 +37,10 @@ include/magick/config.h
include/magick/delegates.h
include/magick/draw.h
include/magick/error.h
include/magick/font.h
include/magick/gems.h
include/magick/image.h
include/magick/magic.h
include/magick/magick.h
include/magick/monitor.h
include/magick/quantize.h
@ -228,6 +230,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/autosplit.ix
share/ImageMagick/Copyright.txt
share/ImageMagick/ImageMagick.html
share/ImageMagick/QuickStart.txt
share/ImageMagick/fonts.mgk
share/ImageMagick/images/appligent.jpg
share/ImageMagick/images/authentica.jpg
share/ImageMagick/images/ball.png
@ -326,6 +329,7 @@ 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/QuantizeInfo.html
share/ImageMagick/www/api/types/RectangleInfo.html
share/ImageMagick/www/api/utility.html
share/ImageMagick/www/api/vms.html
@ -336,7 +340,7 @@ share/ImageMagick/www/api.html
share/ImageMagick/www/archives.html
share/ImageMagick/www/cd.html
share/ImageMagick/www/color.html
share/ImageMagick/www/combine.html
share/ImageMagick/www/composite.html
share/ImageMagick/www/convert.html
share/ImageMagick/www/cvs.html
share/ImageMagick/www/display.html