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

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 24 03:49:02 PDT 2007


Revision: 26455
          http://trac.macosforge.org/projects/macports/changeset/26455
Author:   ryandesign at macports.org
Date:     2007-06-24 03:49:01 -0700 (Sun, 24 Jun 2007)

Log Message:
-----------
gd2: Whitespace / formatting changes only.

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

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2007-06-24 10:46:59 UTC (rev 26454)
+++ trunk/dports/graphics/gd2/Portfile	2007-06-24 10:49:01 UTC (rev 26455)
@@ -1,43 +1,53 @@
 # $Id$
 
-PortSystem 1.0
-name            gd2
-version         2.0.34
-categories      graphics
-maintainers     ryandesign openmaintainer at macports.org
-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. 
-homepage        http://www.libgd.org/
-platforms       darwin
+PortSystem          1.0
 
-master_sites    ${homepage}releases/ \
-                ${homepage}releases/oldreleases/
-distname        gd-${version}
-use_bzip2       yes
-checksums       md5 8c25c322f12030b1c24488efd577fec0
+name                gd2
+version             2.0.34
+categories          graphics
+maintainers         ryandesign openmaintainer at macports.org
+homepage            http://www.libgd.org/
+platforms           darwin
+distname            gd-${version}
+use_bzip2           yes
 
-depends_lib     port:zlib \
-                port:libpng \
-                port:jpeg \
-                port:freetype \
-                port:fontconfig \
-                port:libiconv \
-                port:expat \
-                lib:libX11.6:XFree86
+description \
+	GD creates PNG and JPEG images, among other formats
 
-patchfiles      gdft.c.diff
+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/
+
+checksums \
+	md5 8c25c322f12030b1c24488efd577fec0
+
+depends_lib \
+	port:zlib \
+	port:libpng \
+	port:jpeg \
+	port:freetype \
+	port:fontconfig \
+	port:libiconv \
+	port:expat \
+	lib:libX11.6:XFree86
+
+patchfiles \
+	gdft.c.diff
+
 platform darwin 6 {
-    depends_lib lib:libdl:dlcompat
+	depends_lib lib:libdl:dlcompat
 }
 
 platform darwin {

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


More information about the macports-changes mailing list