[90068] trunk/dports/x11/awesome/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Feb 20 10:43:16 PST 2012


Revision: 90068
          http://trac.macports.org/changeset/90068
Author:   ryandesign at macports.org
Date:     2012-02-20 10:43:14 -0800 (Mon, 20 Feb 2012)
Log Message:
-----------
awesome: whitespace changes to conform to modeline

Modified Paths:
--------------
    trunk/dports/x11/awesome/Portfile

Modified: trunk/dports/x11/awesome/Portfile
===================================================================
--- trunk/dports/x11/awesome/Portfile	2012-02-20 17:55:54 UTC (rev 90067)
+++ trunk/dports/x11/awesome/Portfile	2012-02-20 18:43:14 UTC (rev 90068)
@@ -1,81 +1,79 @@
 # -*- 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              awesome
-version           3.4.10
-revision          1
-categories        x11 x11-wm
-maintainers       nomaintainer
-license           GPL-2+
-platforms         darwin
+name                awesome
+version             3.4.10
+revision            1
+categories          x11 x11-wm
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2+
 
-description       awesome is a tiling window manager
-long_description  \
-    awesome is a tiling window manager initially based on a dwm code\
-    rewriting. It is extremely fast, small, dynamic and awesome.\
-    Windows can be managed in several layouts: tiled, maximized and floating.\
-    Each layout can be applied on the fly, optimizing the environment for the\
-    application in use and the task performed.\
-    awesome has the following features: very stable, no mouse needed,\
-    multihead support, some real transparency support, some xrandr support, no\
-    lua integration, no 9P support, no editable tagbars, no limits on its\
-    source size, key, script and mouse bindings, etc.
+description         awesome is a tiling window manager
 
-homepage          http://awesome.naquadah.org
-master_sites      ${homepage}/download/
-use_bzip2         yes
-checksums         md5     245087f8065867eff37a2133287d5c03 \
-                  sha1    f3fb824623197aa70708c28ea3aa0c0665617016 \
-                  rmd160  f64298c9865effca1730650142d2efe9be690dd3
+long_description    awesome is a tiling window manager initially based on a \
+                    dwm code rewriting. It is extremely fast, small, dynamic \
+                    and awesome. Windows can be managed in several layouts: \
+                    tiled, maximized and floating. Each layout can be applied \
+                    on the fly, optimizing the environment for the application \
+                    in use and the task performed. awesome has the following \
+                    features: very stable, no mouse needed, multihead support, \
+                    some real transparency support, some xrandr support, no \
+                    lua integration, no 9P support, no editable tagbars, no \
+                    limits on its source size, key, script and mouse bindings, \
+                    etc.
 
-depends_build \
-	port:cmake \
-	port:pkgconfig
+homepage            http://awesome.naquadah.org/
+master_sites        ${homepage}download/
+use_bzip2           yes
 
-depends_lib \
-	path:bin/dbus-daemon:dbus \
-	port:lua \
-	path:lib/pkgconfig/glib-2.0.pc:glib2 \
-	path:lib/pkgconfig/pango.pc:pango \
-	path:lib/pkgconfig/cairo.pc:cairo \
-	port:xorg-libxcb \
-	port:xorg-xcb-util-image \
-	port:xorg-xcb-util-keysyms \
-	port:xorg-xcb-util-wm \
-	port:xorg-randrproto \
-	port:startup-notification \
-	port:libxdg-basedir \
-	port:ImageMagick \
-	port:imlib2 \
-	port:libev
+checksums           md5     245087f8065867eff37a2133287d5c03 \
+                    sha1    f3fb824623197aa70708c28ea3aa0c0665617016 \
+                    rmd160  f64298c9865effca1730650142d2efe9be690dd3
 
-build.target-append \
-	CMAKE_ARGS="\
-	-DCMAKE_INSTALL_PREFIX=${prefix} \
-	-DPREFIX=${prefix} \
-	-DAWESOME_DOC_PATH=${prefix}/share/doc/awesome \
-	-DAWESOME_MAN_PATH=${prefix}/share/man \
-	-DAWESOME_XSESSION_PATH=${prefix}/share/xsessions \
-	-DSYSCONFDIR=${prefix}/etc \
-	-DXDG_CONFIG_HOME=${prefix}/etc/xdg"
+depends_build       port:cmake \
+                    port:pkgconfig
 
-patchfiles \
-	patch-CMakeLists.txt.diff \
-	patch-upstream-xcb.diff
+depends_lib         path:bin/dbus-daemon:dbus \
+                    port:lua \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    path:lib/pkgconfig/pango.pc:pango \
+                    path:lib/pkgconfig/cairo.pc:cairo \
+                    port:xorg-libxcb \
+                    port:xorg-xcb-util-image \
+                    port:xorg-xcb-util-keysyms \
+                    port:xorg-xcb-util-wm \
+                    port:xorg-randrproto \
+                    port:startup-notification \
+                    port:libxdg-basedir \
+                    port:ImageMagick \
+                    port:imlib2 \
+                    port:libev
 
-patch.pre_args    -p1
+build.target-append CMAKE_ARGS="\
+                    -DCMAKE_INSTALL_PREFIX=${prefix} \
+                    -DPREFIX=${prefix} \
+                    -DAWESOME_DOC_PATH=${prefix}/share/doc/awesome \
+                    -DAWESOME_MAN_PATH=${prefix}/share/man \
+                    -DAWESOME_XSESSION_PATH=${prefix}/share/xsessions \
+                    -DSYSCONFDIR=${prefix}/etc \
+                    -DXDG_CONFIG_HOME=${prefix}/etc/xdg"
 
-use_configure     no
+patch.pre_args      -p1
+patchfiles          patch-CMakeLists.txt.diff \
+                    patch-upstream-xcb.diff
 
+use_configure       no
+
 variant doc description {Build man pages} {
-    depends_build-append  \
-	port:asciidoc \
-	port:xmlto \
-	port:doxygen
+    depends_build-append \
+                    port:asciidoc \
+                    port:xmlto \
+                    port:doxygen
 }
 
 variant x11_xcb description {does nothing in this port, but its presence triggers cairo x11_xcb variant} {}
 
-default_variants +x11_xcb
+default_variants    +x11_xcb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120220/37be07e4/attachment.html>


More information about the macports-changes mailing list