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

ryandesign at macports.org ryandesign at macports.org
Mon Feb 18 02:06:10 PST 2008


Revision: 34220
          http://trac.macosforge.org/projects/macports/changeset/34220
Author:   ryandesign at macports.org
Date:     2008-02-18 02:06:08 -0800 (Mon, 18 Feb 2008)

Log Message:
-----------
ImageMagick: whitespace changes only

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

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2008-02-18 10:05:08 UTC (rev 34219)
+++ trunk/dports/graphics/ImageMagick/Portfile	2008-02-18 10:06:08 UTC (rev 34220)
@@ -1,193 +1,193 @@
 # $Id$
 
-PortSystem          1.0
+PortSystem              1.0
 
-name                ImageMagick
-version             6.3.8-9
-homepage            http://www.imagemagick.org/
-categories          graphics devel
-maintainers         ryandesign
-use_bzip2           yes
-worksrcdir          ${name}-[lindex [split ${version} -] 0]
-platforms           darwin
+name                    ImageMagick
+version                 6.3.8-9
+homepage                http://www.imagemagick.org/
+categories              graphics devel
+maintainers             ryandesign
+use_bzip2               yes
+worksrcdir              ${name}-[lindex [split ${version} -] 0]
+platforms               darwin
 
 description \
-	Tools and libraries to manipulate images in many formats
+    Tools and libraries to manipulate images in many formats
 
 long_description \
-	ImageMagick is a robust collection of tools and libraries to \
-	create, edit and compose bitmap images in a wide variety of \
-	formats. You can crop, resize, rotate, sharpen, color reduce or \
-	add effects or text or straight or curved lines to an image or \
-	image sequence and save your completed work in the same or \
-	differing image format. You can even create images from scratch. \
-	Image processing operations are available from the command line as \
-	well as through C, Ch, C++, Java, Perl, PHP, Python, Ruby and Tcl/Tk \
-	programming interfaces. Over 90 image formats are supported, \
-	including GIF, JPEG, JPEG 2000, PNG, PDF, PhotoCD and TIFF.
+    ImageMagick is a robust collection of tools and libraries to \
+    create, edit and compose bitmap images in a wide variety of \
+    formats. You can crop, resize, rotate, sharpen, color reduce or \
+    add effects or text or straight or curved lines to an image or \
+    image sequence and save your completed work in the same or \
+    differing image format. You can even create images from scratch. \
+    Image processing operations are available from the command line as \
+    well as through C, Ch, C++, Java, Perl, PHP, Python, Ruby and Tcl/Tk \
+    programming interfaces. Over 90 image formats are supported, \
+    including GIF, JPEG, JPEG 2000, PNG, PDF, PhotoCD and TIFF.
 
 master_sites \
-	http://image_magick.veidrodis.com/image_magick/ \
-	http://imagemagick.linux-mirror.org/download/ \
-	http://ftp.surfnet.nl/pub/ImageMagick/ \
-	sourceforge:imagemagick \
-	ftp://ftp.imagemagick.net/pub/${name}/ \
-	ftp://ftp.fifi.org/pub/ImageMagick/ \
-	ftp://ftp.nluug.nl/pub/${name}/
+    http://image_magick.veidrodis.com/image_magick/ \
+    http://imagemagick.linux-mirror.org/download/ \
+    http://ftp.surfnet.nl/pub/ImageMagick/ \
+    sourceforge:imagemagick \
+    ftp://ftp.imagemagick.net/pub/${name}/ \
+    ftp://ftp.fifi.org/pub/ImageMagick/ \
+    ftp://ftp.nluug.nl/pub/${name}/
 
 checksums \
-	md5 7d718e9cbb8efbb992ca251a3931ab17 \
-	sha1 a2333a213a93cef21f125eeac9682f3136f782f0 \
-	rmd160 0d0a058ad079be46c962ddb0f0547c6d9cbe1ac4
+    md5 7d718e9cbb8efbb992ca251a3931ab17 \
+    sha1 a2333a213a93cef21f125eeac9682f3136f782f0 \
+    rmd160 0d0a058ad079be46c962ddb0f0547c6d9cbe1ac4
 
 depends_lib \
-	lib:libX11.6:XFree86 \
-	port:bzip2 \
-	port:jpeg \
-	port:libpng \
-	port:tiff \
-	port:zlib \
-	port:freetype \
-	port:fontconfig \
-	port:libiconv \
-	port:expat \
-	port:libxml2
+    lib:libX11.6:XFree86 \
+    port:bzip2 \
+    port:jpeg \
+    port:libpng \
+    port:tiff \
+    port:zlib \
+    port:freetype \
+    port:fontconfig \
+    port:libiconv \
+    port:expat \
+    port:libxml2
 
 depends_build \
-	port:pkgconfig
+    port:pkgconfig
 
 configure.args \
-	--enable-shared \
-	--enable-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
+    --enable-shared \
+    --enable-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
-test.env            DYLD_LIBRARY_PATH=${worksrcpath}/magick/.libs
+test.run                yes
+test.target             check
+test.env                DYLD_LIBRARY_PATH=${worksrcpath}/magick/.libs
 
 variant perl description {Install PerlMagick} {
-	depends_lib-append \
-		path:${prefix}/bin/perl:perl5.8
-	configure.args-delete \
-		--without-perl
-	configure.args-append \
-		--with-perl=${prefix}/bin/perl
+    depends_lib-append \
+        path:${prefix}/bin/perl:perl5.8
+    configure.args-delete \
+        --without-perl
+    configure.args-append \
+        --with-perl=${prefix}/bin/perl
 }
 
 variant gs description {Include Ghostscript library support} {
-	depends_lib-append \
-		port:ghostscript
-	configure.args-delete \
-		--without-gslib
-	configure.args-append \
-		--with-gslib
+    depends_lib-append \
+        port:ghostscript
+    configure.args-delete \
+        --without-gslib
+    configure.args-append \
+        --with-gslib
 }
 
 variant lcms description {Support the Little Color Management System} {
-	depends_lib-append \
-		port:lcms
-	configure.args-delete \
-		--without-lcms
-	configure.args-append \
-		--with-lcms
+    depends_lib-append \
+        port:lcms
+    configure.args-delete \
+        --without-lcms
+    configure.args-append \
+        --with-lcms
 }
 
 variant wmf description {Support the Windows Metafile Format} {
-	depends_lib-append \
-		port:libwmf
-	configure.args-delete \
-		--without-wmf
-	configure.args-append \
-		--with-wmf
+    depends_lib-append \
+        port:libwmf
+    configure.args-delete \
+        --without-wmf
+    configure.args-append \
+        --with-wmf
 }
 
 variant mpeg description {Support MPEG-1 and MPEG-2 video} {
-	depends_lib-append \
-		port:mpeg2vidcodec
+    depends_lib-append \
+        port:mpeg2vidcodec
 }
 
 variant jbig description {Support JBIG} {
-	depends_lib-append \
-		port:jbigkit
-	configure.args-delete \
-		--without-jbig
-	configure.args-append \
-		--with-jbig
+    depends_lib-append \
+        port:jbigkit
+    configure.args-delete \
+        --without-jbig
+    configure.args-append \
+        --with-jbig
 }
 
 variant jpeg2 description {Support JPEG-2000 using JasPer} {
-	depends_lib-append \
-		port:jasper
-	configure.args-delete \
-		--without-jp2
-	configure.args-append \
-		--with-jp2
+    depends_lib-append \
+        port:jasper
+    configure.args-delete \
+        --without-jp2
+    configure.args-append \
+        --with-jp2
 }
 
 variant graphviz description {Support Graphviz} {
-	depends_lib-append \
-		port:graphviz
-	configure.args-delete \
-		--without-gvc
-	configure.args-append \
-		--with-gvc
+    depends_lib-append \
+        port:graphviz
+    configure.args-delete \
+        --without-gvc
+    configure.args-append \
+        --with-gvc
 }
 
 variant q8 conflicts q16 q32 description {Use 8 bits per pixel quantum} {
-	configure.args-append --with-quantum-depth=8
+    configure.args-append --with-quantum-depth=8
 }
 
 variant q16 conflicts q8 q32 description {Use 16 bits per pixel quantum (default)} {
-	configure.args-append --with-quantum-depth=16
+    configure.args-append --with-quantum-depth=16
 }
 
 variant q32 conflicts q8 q16 description {Use 32 bits per pixel quantum} {
-	configure.args-append --with-quantum-depth=32
+    configure.args-append --with-quantum-depth=32
 }
 
 if {![variant_isset q8] && ![variant_isset q32]} {
-	default_variants +q16
+    default_variants +q16
 }
 
 variant no_x11 description {Disable X11 support} {
-	depends_lib-delete \
-		lib:libX11.6:XFree86
-	configure.args-delete \
-		--with-x
-	configure.args-append \
-		--without-x
+    depends_lib-delete \
+        lib:libX11.6:XFree86
+    configure.args-delete \
+        --with-x
+    configure.args-append \
+        --without-x
 }
 
 variant no_plus_plus description {Do not install Magick++} {
-	configure.args-append \
-		--without-magick-plus-plus
+    configure.args-append \
+        --without-magick-plus-plus
 }
 
 platform darwin 6 {
-	depends_lib-append \
-		lib:libdl:dlcompat \
-		lib:libltdl:libtool
+    depends_lib-append \
+        lib:libdl:dlcompat \
+        lib:libltdl:libtool
 }
 
-livecheck.check     regex
-livecheck.url       http://ftp.surfnet.nl/pub/ImageMagick/?C=M&O=D
-livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*(?:-\\d+)?)
+livecheck.check         regex
+livecheck.url           http://ftp.surfnet.nl/pub/ImageMagick/?C=M&O=D
+livecheck.regex         ${name}-(\\d+(?:\\.\\d+)*(?:-\\d+)?)

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


More information about the macports-changes mailing list