[64620] trunk/dports/graphics/gd2/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 10 20:59:34 PST 2010


Revision: 64620
          http://trac.macports.org/changeset/64620
Author:   ryandesign at macports.org
Date:     2010-03-10 20:59:30 -0800 (Wed, 10 Mar 2010)
Log Message:
-----------
gd2: whitespace changes only

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

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2010-03-11 04:41:35 UTC (rev 64619)
+++ trunk/dports/graphics/gd2/Portfile	2010-03-11 04:59:30 UTC (rev 64620)
@@ -1,57 +1,51 @@
 # $Id$
 
-PortSystem              1.0
-PortGroup               archcheck 1.0
-PortGroup               muniversal 1.0
+PortSystem                  1.0
+PortGroup                   archcheck 1.0
+PortGroup                   muniversal 1.0
 
-name                    gd2
-version                 2.0.35
-revision                6
-categories              graphics
-maintainers             ryandesign
-license                 gd
-homepage                http://www.libgd.org/
-platforms               darwin
-distname                gd-${version}
-use_bzip2               yes
-use_parallel_build      yes
+name                        gd2
+version                     2.0.35
+revision                    6
+categories                  graphics
+maintainers                 ryandesign
+license                     gd
+homepage                    http://www.libgd.org/
+platforms                   darwin
+distname                    gd-${version}
+use_bzip2                   yes
+use_parallel_build          yes
 
-description \
-    GD creates PNG and JPEG images, among other formats
+description                 GD creates PNG and JPEG images, among other formats
 
-long_description \
-    gd is a graphics library. It allows your code to \
-    quickly draw images complete with lines, arcs, text, \
-    multiple colors, cut and paste from other images, and \
-    flood fills, and write out the result as a .PNG file. \
-    This is particularly useful in World Wide Web applications, \
-    where .PNG is the format used for inline images. \
-    gd is not a paint program. If you are looking for a paint \
-    program, you are looking in the wrong place. \
-    If you are not a programmer, you are looking in the wrong \
-    place.
+long_description            gd is a graphics library. It allows your code to \
+                            quickly draw images complete with lines, arcs, \
+                            text, multiple colors, cut and paste from other \
+                            images, and flood fills, and write out the result \
+                            as a .PNG file. This is particularly useful in \
+                            World Wide Web applications, where .PNG is the \
+                            format used for inline images. gd is not a paint \
+                            program. If you are looking for a paint program, \
+                            you are looking in the wrong place. If you are not \
+                            a programmer, you are looking in the wrong place.
 
-master_sites \
-    ${homepage}releases/ \
-    ${homepage}releases/oldreleases/
+master_sites                ${homepage}releases/ \
+                            ${homepage}releases/oldreleases/
 
-checksums \
-    md5 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c \
-    sha1 ccf34a610abff2dbf133a20c4d2a4aa94939018a \
-    rmd160 f452a2c333b2ba9b7b4c143983ec2af18a335516
+checksums                   md5     6c6c3dbb7bf079e0bb5fbbfd3bb8a71c \
+                            sha1    ccf34a610abff2dbf133a20c4d2a4aa94939018a \
+                            rmd160  f452a2c333b2ba9b7b4c143983ec2af18a335516
 
-depends_build \
-    port:gettext
+depends_build               port:gettext
 
-depends_lib \
-    port:zlib \
-    port:libpng \
-    port:jpeg \
-    port:freetype \
-    port:fontconfig \
-    port:libiconv \
-    port:expat \
-    port:xpm
+depends_lib                 port:zlib \
+                            port:libpng \
+                            port:jpeg \
+                            port:freetype \
+                            port:fontconfig \
+                            port:libiconv \
+                            port:expat \
+                            port:xpm
 
 archcheck.files             lib/libz.dylib \
                             lib/libpng.dylib \
@@ -62,8 +56,7 @@
                             lib/libexpat.dylib \
                             lib/libXpm.dylib
 
-patchfiles \
-    patch-gdft.c.diff
+patchfiles                  patch-gdft.c.diff
 
 post-patch {
     if {[file exists ${prefix}/share/libtool/config/ltmain.sh]} {
@@ -73,7 +66,7 @@
     }
 }
 
-use_autoreconf          yes
+use_autoreconf              yes
 
 post-build {
     if {[variant_isset universal]} {
@@ -86,19 +79,18 @@
     }
 }
 
-if { ! [variant_isset no_x11] } {
-    configure.args-append  --x-includes=${prefix}/include --x-libraries=${prefix}/lib
+if {![variant_isset no_x11]} {
+    configure.args-append   --x-includes=${prefix}/include \
+                            --x-libraries=${prefix}/lib
 }
 
 variant no_x11 {
-    depends_lib-delete \
-        port:xpm
+    depends_lib-delete      port:xpm
     archcheck.files-delete  lib/libXpm.dylib
-    configure.args-append \
-        --without-x \
-        --without-xpm
+    configure.args-append   --without-x \
+                            --without-xpm
 }
 
-livecheck.type          regex
-livecheck.url           ${homepage}Downloads
-livecheck.regex         gd-(\[0-9.\]+)\\.tar
+livecheck.type              regex
+livecheck.url               ${homepage}Downloads
+livecheck.regex             gd-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100310/f433e54a/attachment.html>


More information about the macports-changes mailing list