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

ryandesign at macports.org ryandesign at macports.org
Sat Feb 16 21:51:12 PST 2008


Revision: 34196
          http://trac.macosforge.org/projects/macports/changeset/34196
Author:   ryandesign at macports.org
Date:     2008-02-16 21:51:12 -0800 (Sat, 16 Feb 2008)

Log Message:
-----------
gd2: whitespace changes only

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

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2008-02-17 05:42:20 UTC (rev 34195)
+++ trunk/dports/graphics/gd2/Portfile	2008-02-17 05:51:12 UTC (rev 34196)
@@ -1,72 +1,72 @@
 # $Id$
 
-PortSystem          1.0
+PortSystem              1.0
 
-name                gd2
-version             2.0.35
-categories          graphics
-maintainers         ryandesign
-homepage            http://www.libgd.org/
-platforms           darwin
-distname            gd-${version}
-use_bzip2           yes
+name                    gd2
+version                 2.0.35
+categories              graphics
+maintainers             ryandesign
+homepage                http://www.libgd.org/
+platforms               darwin
+distname                gd-${version}
+use_bzip2               yes
 
 description \
-	GD creates PNG and JPEG images, among other formats
+    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. 
+    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/
+    ${homepage}releases/ \
+    ${homepage}releases/oldreleases/
 
 checksums \
-	md5 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c \
-	sha1 ccf34a610abff2dbf133a20c4d2a4aa94939018a \
-	rmd160 f452a2c333b2ba9b7b4c143983ec2af18a335516
+    md5 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c \
+    sha1 ccf34a610abff2dbf133a20c4d2a4aa94939018a \
+    rmd160 f452a2c333b2ba9b7b4c143983ec2af18a335516
 
 depends_lib \
-	port:zlib \
-	port:libpng \
-	port:jpeg \
-	port:freetype \
-	port:fontconfig \
-	port:libiconv \
-	port:expat \
-	lib:libX11.6:XFree86
+    port:zlib \
+    port:libpng \
+    port:jpeg \
+    port:freetype \
+    port:fontconfig \
+    port:libiconv \
+    port:expat \
+    lib:libX11.6:XFree86
 
 patchfiles \
-	patch-gdft.c.diff \
-	patch-Makefile.in.diff \
-	patch-config-gdlib-config.in.diff
+    patch-gdft.c.diff \
+    patch-Makefile.in.diff \
+    patch-config-gdlib-config.in.diff
 
 platform darwin 6 {
-	depends_lib lib:libdl:dlcompat
+    depends_lib lib:libdl:dlcompat
 }
 
 platform darwin {
-	post-configure {
-		reinplace "s/^\\(hardcode_direct=\\)yes/\\1no/" ${worksrcpath}/libtool
-	}
+    post-configure {
+        reinplace "s/^\\(hardcode_direct=\\)yes/\\1no/" ${worksrcpath}/libtool
+    }
 }
 
 variant no_x11 description {Do not include X11 support} {
-	depends_lib-delete \
-		lib:libX11.6:XFree86
-	configure.args-append \
-		--without-x
+    depends_lib-delete \
+        lib:libX11.6:XFree86
+    configure.args-append \
+        --without-x
 }
 
-livecheck.check     regex
-livecheck.url       ${homepage}Downloads
-livecheck.regex     gd-(\[0-9.\]+)\\.tar
+livecheck.check         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/20080216/51c94be9/attachment.html 


More information about the macports-changes mailing list