[22600] trunk/dports/graphics/gd2/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Mar 5 22:11:47 PST 2007
Revision: 22600
http://trac.macosforge.org/projects/macports/changeset/22600
Author: ryandesign at macports.org
Date: 2007-03-05 22:11:47 -0800 (Mon, 05 Mar 2007)
Log Message:
-----------
- homepage has changed to libgd.org
- update to 2.0.34, first release from libgd.org
- use bzip2 since that's smaller
- fix depends_lib to list zlib, fontconfig, iconv and expat, all of which gd2 links with if present, so we may as well declare the dependency
Modified Paths:
--------------
trunk/dports/graphics/gd2/Portfile
Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile 2007-03-06 06:09:41 UTC (rev 22599)
+++ trunk/dports/graphics/gd2/Portfile 2007-03-06 06:11:47 UTC (rev 22600)
@@ -2,8 +2,7 @@
PortSystem 1.0
name gd2
-revision 2
-version 2.0.33
+version 2.0.34
categories graphics
maintainers ryandesign at macports.org openmaintainer at macports.org
description GD creates PNG and JPEG images, among other formats
@@ -17,16 +16,22 @@
program, you are looking in the wrong place. \
If you are not a programmer, you are looking in the wrong \
place.
-homepage http://www.boutell.com/gd/
+homepage http://www.libgd.org/
platforms darwin
-master_sites ${homepage}http/
+master_sites ${homepage}releases/ \
+ ${homepage}releases/oldreleases/
distname gd-${version}
-checksums md5 be0a6d326cd8567e736fbc75df0a5c45
+use_bzip2 yes
+checksums md5 8c25c322f12030b1c24488efd577fec0
-depends_lib port:libpng \
+depends_lib port:zlib \
+ port:libpng \
port:jpeg \
port:freetype \
+ port:fontconfig \
+ port:libiconv \
+ port:expat \
lib:libX11.6:XFree86
configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070305/db5e7e3d/attachment.html
More information about the macports-changes
mailing list