[55403] trunk/dports/devel/evas/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 10 01:32:43 PDT 2009


Revision: 55403
          http://trac.macports.org/changeset/55403
Author:   ryandesign at macports.org
Date:     2009-08-10 01:32:41 -0700 (Mon, 10 Aug 2009)
Log Message:
-----------
evas: whitespace changes only (tabs to spaces, reformatting)

Modified Paths:
--------------
    trunk/dports/devel/evas/Portfile

Modified: trunk/dports/devel/evas/Portfile
===================================================================
--- trunk/dports/devel/evas/Portfile	2009-08-10 08:19:26 UTC (rev 55402)
+++ trunk/dports/devel/evas/Portfile	2009-08-10 08:32:41 UTC (rev 55403)
@@ -1,39 +1,39 @@
 # $Id$
 
-PortSystem      1.0
+PortSystem              1.0
 
-name            evas
-version         0.9.9.038
+name                    evas
+version                 0.9.9.038
+categories              devel x11
+platforms               darwin
+maintainers             nomaintainer
+homepage                http://www.enlightenment.org
+master_sites            http://enlightenment.freedesktop.org/files
 
-description     Evas is a hardware-accelerated canvas API for X11.
-long_description \
-                Evas is a hardware-accelerated canvas API for X-Windows \
-                that can draw anti-aliased text, smooth super and sub-sampled \
-                images, alpha-blend, as well as drop down to using normal X11 \
-                primitives such as pixmaps, lines and rectangles for speed if \
-                your CPU or graphics hardware are too slow.
+description             Evas is a hardware-accelerated canvas API for X11.
 
-maintainers     nomaintainer
-categories      devel x11
-platforms       darwin 
-homepage        http://www.enlightenment.org
+long_description        Evas is a hardware-accelerated canvas API for \
+                        X-Windows that can draw anti-aliased text, smooth \
+                        super and sub-sampled images, alpha-blend, as well \
+                        as drop down to using normal X11 primitives such as \
+                        pixmaps, lines and rectangles for speed if your CPU \
+                        or graphics hardware are too slow.
 
-master_sites    http://enlightenment.freedesktop.org/files
-checksums           md5     6eb1b18ed8b17d0db9b9f794b2a73c92 \
-                    sha1    31c2007c6781e7d50fc4b0233efe5d1718a958e0 \
-                    rmd160  a921f7274434a099b21e7a6fbe33ac74d53cc238
+checksums               md5     6eb1b18ed8b17d0db9b9f794b2a73c92 \
+                        sha1    31c2007c6781e7d50fc4b0233efe5d1718a958e0 \
+                        rmd160  a921f7274434a099b21e7a6fbe33ac74d53cc238
 
-depends_lib     port:eet \
-                port:glitz \
-                path:lib/pkgconfig/cairo.pc:cairo \
-                port:tiff \
-                port:imlib2 \
-                path:include/gif_lib.h:giflib
+depends_lib             port:eet \
+                        port:glitz \
+                        path:lib/pkgconfig/cairo.pc:cairo \
+                        port:tiff \
+                        port:imlib2 \
+                        path:include/gif_lib.h:giflib
 
-configure.args  --mandir=${prefix}/share/man \
-                --enable-glitz-x11 \
-                --enable-gl-x11 \
-                --enable-buffer
+configure.args          --mandir=${prefix}/share/man \
+                        --enable-glitz-x11 \
+                        --enable-gl-x11 \
+                        --enable-buffer
 
 variant with_svg description "Add SVG support" {
     depends_lib-append  port:librsvg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090810/8175026d/attachment-0001.html>


More information about the macports-changes mailing list