[33561] trunk/dports/graphics/libart_lgpl/Portfile

nox at macports.org nox at macports.org
Wed Jan 30 04:22:01 PST 2008


Revision: 33561
          http://trac.macosforge.org/projects/macports/changeset/33561
Author:   nox at macports.org
Date:     2008-01-30 04:21:57 -0800 (Wed, 30 Jan 2008)

Log Message:
-----------
libart_lgpl: Whitespace changes.

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

Modified: trunk/dports/graphics/libart_lgpl/Portfile
===================================================================
--- trunk/dports/graphics/libart_lgpl/Portfile	2008-01-30 08:56:35 UTC (rev 33560)
+++ trunk/dports/graphics/libart_lgpl/Portfile	2008-01-30 12:21:57 UTC (rev 33561)
@@ -1,39 +1,41 @@
 # $Id$
 
-PortSystem 1.0
-name		libart_lgpl
-version		2.3.19
-set branch  [join [lrange [split ${version} .] 0 1] .]
-revision	2
-categories	graphics
-maintainers	nomaintainer
-description	fast 2D image manipulation library
-homepage	http://www.levien.com/libart/
-platforms	darwin
+PortSystem      1.0
 
-long_description  Libart is a library for high-performance 2D graphics. \
-		It supports a very powerful imaging model, basically the \
-		same as SVG and the Java 2D API. It includes all \
-		PostScript imaging operations, and adds antialiasing and \
-		alpha-transparency. It is also highly tuned for \
-		incremental rendering. It contains data structures and \
-		algorithms suited to rapid, precise computation of Region \
-		of Interest, and a two-phase rendering pipeline optimized \
-		for interactive display. 
+name		    libart_lgpl
+version		    2.3.19
+set branch      [join [lrange [split ${version} .] 0 1] .]
+revision	    2
+categories	    graphics
+platforms	    darwin
+maintainers	    nomaintainer
+description	    fast 2D image manipulation library
 
+long_description \
+    Libart is a library for high-performance 2D graphics. \
+	It supports a very powerful imaging model, basically the \
+	same as SVG and the Java 2D API. It includes all \
+	PostScript imaging operations, and adds antialiasing and \
+	alpha-transparency. It is also highly tuned for \
+	incremental rendering. It contains data structures and \
+	algorithms suited to rapid, precise computation of Region \
+	of Interest, and a two-phase rendering pipeline optimized \
+	for interactive display. 
+
+homepage	    http://www.levien.com/libart/
 master_sites    gnome:sources/${name}/${branch}/
+use_bzip2       yes
 
 checksums       md5 ac885805d1918026a18b560f4015bc66 \
                 sha1 7f1ff36c91cdc8f14b62acb50836f52a0c735b9e \
                 rmd160 36dca48e3ddcd7e9d11f79e54dd7007cf97ac079
 
-use_bzip2	yes
+patchfiles	    patch-art_misc.h.diff
 
-patchfiles	patch-art_misc.h.diff
+platform darwin 6 {
+    depends_lib-append lib:libdl:dlcompat
+}
 
-platform darwin 6 { depends_lib-append lib:libdl:dlcompat }
-
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-

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


More information about the macports-changes mailing list