[20804] trunk/dports/graphics/ImageMagick/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 29 11:29:54 PST 2006


Revision: 20804
          http://trac.macosforge.org/projects/macports/changeset/20804
Author:   blair at macports.org
Date:     2006-11-29 11:29:53 -0800 (Wed, 29 Nov 2006)

Log Message:
-----------
Whitespace cleanup.

Modified Paths:
--------------
    trunk/dports/graphics/ImageMagick/Portfile

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2006-11-29 18:53:01 UTC (rev 20803)
+++ trunk/dports/graphics/ImageMagick/Portfile	2006-11-29 19:29:53 UTC (rev 20804)
@@ -9,42 +9,42 @@
 long_description \
 	A robust collection of tools and libraries to read, write, and \
 	manipulate an image in many image formats (over 87 major formats) \
-	including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. \
-	With ImageMagick you can create images dynamically, making it suitable \
-	for Web applications. You can also resize, rotate, sharpen, color \
-	reduce, or add special effects to an image or image sequence and save \
-	your completed work in the same or differing image format. Image \
-	processing operations are available from the command line, as well as \
-	through C, C++, Perl, or Java programming interfaces.
+	including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and \
+	GIF.  With ImageMagick you can create images dynamically, making it \
+	suitable for Web applications. You can also resize, rotate, sharpen, \
+	color reduce, or add special effects to an image or image sequence \
+	and save your completed work in the same or differing image format.  \
+	Image processing operations are available from the command line, as \
+	well as through C, C++, Perl, or Java programming interfaces.
 
-platforms			darwin
+platforms	darwin
 
-homepage			http://www.imagemagick.org/
-master_sites			sourceforge:imagemagick \
-					ftp://ftp.fifi.org/pub/ImageMagick/ \
-					ftp://ftp.nluug.nl/pub/${name}/ \
-					ftp://ftp.imagemagick.org/pub/${name}/ \
-					ftp://ftp.imagemagick.net/pub/${name}/
-use_bzip2			yes
-checksums			md5 d98d2cced123136fa59bb1c485563fba \
-					sha1 26ec8bd0979909522019f226b4c3282dc83c8560 \
-					rmd160 29fb13dc471f31b3141333427585ebe3fd5a9ca8
+homepage	http://www.imagemagick.org/
+master_sites	sourceforge:imagemagick \
+			ftp://ftp.fifi.org/pub/ImageMagick/ \
+			ftp://ftp.nluug.nl/pub/${name}/ \
+			ftp://ftp.imagemagick.org/pub/${name}/ \
+			ftp://ftp.imagemagick.net/pub/${name}/
+use_bzip2	yes
+checksums	md5 d98d2cced123136fa59bb1c485563fba \
+			sha1 26ec8bd0979909522019f226b4c3282dc83c8560 \
+			rmd160 29fb13dc471f31b3141333427585ebe3fd5a9ca8
 
-worksrcdir			${name}-6.3.0
+worksrcdir	${name}-6.3.0
 
-depends_lib			lib:libX11.6:XFree86 \
-					port:bzip2 port:jpeg port:libpng port:tiff \
-					port:zlib port:freetype port:libxml2
+depends_lib	lib:libX11.6:XFree86 \
+			port:bzip2 port:jpeg port:libpng port:tiff \
+			port:zlib port:freetype port:libxml2
 
-configure.env		CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
-configure.args		--enable-shared --disable-static --disable-ltdl-install \
-					--with-dps --with-ttf --with-bzlib --with-jpeg \
-					--with-png --with-tiff --with-zlib --with-modules \
-					--with-xml --with-x \
-					--without-perl --without-fpx \
-					--without-gslib --without-jbig --without-jp2 \
-					--without-lcms --without-wmf --without-gvc \
-					--mandir=${prefix}/share/man
+configure.env	CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+configure.args	--enable-shared --disable-static --disable-ltdl-install \
+			--with-dps --with-ttf --with-bzlib --with-jpeg \
+			--with-png --with-tiff --with-zlib --with-modules \
+			--with-xml --with-x \
+			--without-perl --without-fpx \
+			--without-gslib --without-jbig --without-jp2 \
+			--without-lcms --without-wmf --without-gvc \
+			--mandir=${prefix}/share/man
 
 test.run	yes
 test.target	check

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061129/c1ecffd3/attachment.html


More information about the macports-changes mailing list