[84801] trunk/dports/graphics/imlib/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 2 00:51:49 PDT 2011


Revision: 84801
          http://trac.macports.org/changeset/84801
Author:   ryandesign at macports.org
Date:     2011-10-02 00:51:45 -0700 (Sun, 02 Oct 2011)
Log Message:
-----------
imlib: whitespace changes / reformatting only

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

Modified: trunk/dports/graphics/imlib/Portfile
===================================================================
--- trunk/dports/graphics/imlib/Portfile	2011-10-02 07:47:07 UTC (rev 84800)
+++ trunk/dports/graphics/imlib/Portfile	2011-10-02 07:51:45 UTC (rev 84801)
@@ -1,45 +1,48 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
+PortSystem          1.0
 
-name				imlib
-version				1.9.15
-revision			5
-set branch                      [join [lrange [split ${version} .] 0 1] .]
-categories			graphics devel
-maintainers			nomaintainer
-description			Graphics library related to the enlightenment window manager
-long_description \
-	Imlib is an advanced graphics library meant to replace existing \
-	libraries like libXpm, and provides many more features with much greater \
-	flexibility and speed.
+name                imlib
+version             1.9.15
+revision            5
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          graphics devel
+platforms           darwin
+maintainers         nomaintainer
 
-platforms			darwin
+description         Graphics library related to the enlightenment window manager
 
-homepage			http://www.enlightenment.org/pages/imlib.html
-master_sites		gnome:sources/imlib/${branch}
-use_bzip2			yes
+long_description    Imlib is an advanced graphics library meant to replace \
+                    existing libraries like libXpm, and provides many more \
+                    features with much greater flexibility and speed.
 
-checksums			md5 7db987e6c52e4daf70d7d0f471238eae
+homepage            http://www.enlightenment.org/pages/imlib.html
+master_sites        gnome:sources/imlib/${branch}
+use_bzip2           yes
 
-depends_lib			port:gtk1 port:jpeg port:tiff \
-					path:include/gif_lib.h:giflib port:libpng
+checksums           md5     7db987e6c52e4daf70d7d0f471238eae
 
-patchfiles			patch-imlib.m4
+depends_lib         port:gtk1 \
+                    port:jpeg \
+                    port:tiff \
+                    path:include/gif_lib.h:giflib \
+                    port:libpng
 
-configure.args		--mandir=${prefix}/share/man
+# port:gtk1 is not universal
+universal_variant   no
 
+patchfiles          patch-imlib.m4
+
+configure.args      --mandir=${prefix}/share/man
+
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	eval xinstall -m 644 -W ${worksrcpath}/doc \
-		[glob ${worksrcpath}/doc/*.gif] index.html \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    eval xinstall -m 644 -W ${worksrcpath}/doc \
+        [glob ${worksrcpath}/doc/*.gif] index.html \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-
-# port:gtk1 is not universal
-universal_variant no
+livecheck.type      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/20111002/f139b37c/attachment-0001.html>


More information about the macports-changes mailing list