[83745] trunk/dports/xfce

afb at macports.org afb at macports.org
Sat Sep 10 06:01:13 PDT 2011


Revision: 83745
          http://trac.macports.org/changeset/83745
Author:   afb at macports.org
Date:     2011-09-10 06:01:08 -0700 (Sat, 10 Sep 2011)
Log Message:
-----------
xfce category: expand tabs, add modeline

Modified Paths:
--------------
    trunk/dports/xfce/Terminal/Portfile
    trunk/dports/xfce/Thunar/Portfile
    trunk/dports/xfce/exo/Portfile
    trunk/dports/xfce/gtk-xfce-engine/Portfile
    trunk/dports/xfce/libxfce4menu/Portfile
    trunk/dports/xfce/libxfce4util/Portfile
    trunk/dports/xfce/libxfcegui4/Portfile
    trunk/dports/xfce/mousepad/Portfile
    trunk/dports/xfce/orage/Portfile
    trunk/dports/xfce/ristretto/Portfile
    trunk/dports/xfce/squeeze/Portfile
    trunk/dports/xfce/xfce/Portfile
    trunk/dports/xfce/xfce-utils/Portfile
    trunk/dports/xfce/xfce4-appfinder/Portfile
    trunk/dports/xfce/xfce4-axiom-theme/Portfile
    trunk/dports/xfce/xfce4-corner-plugin/Portfile
    trunk/dports/xfce/xfce4-dev-tools/Portfile
    trunk/dports/xfce/xfce4-icon-theme/Portfile
    trunk/dports/xfce/xfce4-panel/Portfile
    trunk/dports/xfce/xfce4-session/Portfile
    trunk/dports/xfce/xfce4-settings/Portfile
    trunk/dports/xfce/xfce4-xkb-plugin/Portfile
    trunk/dports/xfce/xfconf/Portfile
    trunk/dports/xfce/xfdesktop/Portfile
    trunk/dports/xfce/xfprint/Portfile
    trunk/dports/xfce/xfwm4/Portfile
    trunk/dports/xfce/xfwm4-themes/Portfile

Modified: trunk/dports/xfce/Terminal/Portfile
===================================================================
--- trunk/dports/xfce/Terminal/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/Terminal/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,24 +3,24 @@
 
-name		Terminal
-version		0.4.5
-revision	1
-categories	xfce
-platforms	darwin
-maintainers	afb
-categories	xfce
-platforms	darwin
-description	Terminal is a modern terminal emulator for the Unix/Linux desktop.
+name            Terminal
+version         0.4.5
+revision        1
+categories      xfce
+platforms       darwin
+maintainers     afb
+categories      xfce
+platforms       darwin
+description     Terminal is a modern terminal emulator for the Unix/Linux desktop.
 long_description ${description}
-homepage	http://goodies.xfce.org/projects/applications/terminal
-master_sites	http://www.xfce.org/archive/src/apps/terminal/0.4/
-use_bzip2	yes
-checksums	md5 3c707628e2e97c6d9566cd74d400036a \
-		sha1 8c23799922700b1f74dc7b7e029eec192d8ff62c \
-		rmd160 f0cbfdfabc5c3037508e3b52e938c3d62bc8c14b
+homepage        http://goodies.xfce.org/projects/applications/terminal
+master_sites    http://www.xfce.org/archive/src/apps/terminal/0.4/
+use_bzip2       yes
+checksums       md5 3c707628e2e97c6d9566cd74d400036a \
+                sha1 8c23799922700b1f74dc7b7e029eec192d8ff62c \
+                rmd160 f0cbfdfabc5c3037508e3b52e938c3d62bc8c14b
 
-depends_lib	port:exo port:vte port:dbus port:gtk2 \
-		path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme
+depends_lib     port:exo port:vte port:dbus port:gtk2 \
+                path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme
 
 configure.args  --enable-dbus
 
-patchfiles	patch-terminal-Makefile.in
+patchfiles      patch-terminal-Makefile.in

Modified: trunk/dports/xfce/Thunar/Portfile
===================================================================
--- trunk/dports/xfce/Thunar/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/Thunar/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,33 +3,33 @@
 
-name		Thunar
-version		1.0.2
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Thunar is a modern file manager for the Unix/Linux desktop
+name            Thunar
+version         1.0.2
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Thunar is a modern file manager for the Unix/Linux desktop
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
-use_bzip2	yes
-checksums	md5 c91073202d373a1f9951a1240083c36d \
-		sha1 f7ae00c32402e4bc502aba15477b78e2c558c7c3 \
-		rmd160 c5b98203353cef7312b736053e5a7678d0644272
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
+use_bzip2       yes
+checksums       md5 c91073202d373a1f9951a1240083c36d \
+                sha1 f7ae00c32402e4bc502aba15477b78e2c558c7c3 \
+                rmd160 c5b98203353cef7312b736053e5a7678d0644272
 
-configure.args	--enable-dbus --enable-startup-notification \
-		--enable-pcre --enable-exif
+configure.args  --enable-dbus --enable-startup-notification \
+                --enable-pcre --enable-exif
 
-depends_build	port:intltool port:pkgconfig
-depends_lib	port:exo port:pcre port:libexif \
-		port:shared-mime-info port:desktop-file-utils \
-		port:startup-notification
+depends_build   port:intltool port:pkgconfig
+depends_lib     port:exo port:pcre port:libexif \
+                port:shared-mime-info port:desktop-file-utils \
+                port:startup-notification
 
-patchfiles	patch-thunar-metafile.c
+patchfiles      patch-thunar-metafile.c
 
 platform darwin {
-	configure.args-append --disable-visibility
+        configure.args-append --disable-visibility
 }
 
 platform darwin 10 {
-	patchfiles-append patch-configure-snow.diff
+        patchfiles-append patch-configure-snow.diff
 }

Modified: trunk/dports/xfce/exo/Portfile
===================================================================
--- trunk/dports/xfce/exo/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/exo/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,26 +3,26 @@
 
-name		exo
-version		0.3.107
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	libexo is targeted at application development for Xfce
+name            exo
+version         0.3.107
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     libexo is targeted at application development for Xfce
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
-use_bzip2	yes
-checksums	md5 3a92cca0c99ee940db4410891c9e8498 \
-		sha1 5121f433b14c5840706cedbc220284a4516e83df \
-		rmd160 d9c97d73c543a411fe09688eb3fdc7ad7b49a5f9
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
+use_bzip2       yes
+checksums       md5 3a92cca0c99ee940db4410891c9e8498 \
+                sha1 5121f433b14c5840706cedbc220284a4516e83df \
+                rmd160 d9c97d73c543a411fe09688eb3fdc7ad7b49a5f9
 
-configure.args	--mandir=${prefix}/share/man --disable-python
+configure.args  --mandir=${prefix}/share/man --disable-python
 
-depends_build	port:pkgconfig port:intltool
-depends_lib	port:p5.12-uri port:libxfce4util port:gtk2
+depends_build   port:pkgconfig port:intltool
+depends_lib     port:p5.12-uri port:libxfce4util port:gtk2
 
-patchfiles	exo-mmintrin.diff
+patchfiles      exo-mmintrin.diff
 
 platform darwin {
-	configure.args-append --disable-visibility
+        configure.args-append --disable-visibility
 }

Modified: trunk/dports/xfce/gtk-xfce-engine/Portfile
===================================================================
--- trunk/dports/xfce/gtk-xfce-engine/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/gtk-xfce-engine/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,18 +3,18 @@
 
-name		gtk-xfce-engine
-version		2.6.0
-revision	1
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Port of xfce engine to GTK+-2.0
+name            gtk-xfce-engine
+version         2.6.0
+revision        1
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Port of xfce engine to GTK+-2.0
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
-use_bzip2	yes
-checksums	md5 e836705d2933d0a77c6628285e10d982 \
-		sha1 a7be2f330833d150c5fb37f68a4c2138348b5446 \
-		rmd160 07f4ff278056f7714e99da8420268dd950b15a91
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
+use_bzip2       yes
+checksums       md5 e836705d2933d0a77c6628285e10d982 \
+                sha1 a7be2f330833d150c5fb37f68a4c2138348b5446 \
+                rmd160 07f4ff278056f7714e99da8420268dd950b15a91
 
-depends_build	port:pkgconfig
-depends_lib	port:gtk2
+depends_build   port:pkgconfig
+depends_lib     port:gtk2

Modified: trunk/dports/xfce/libxfce4menu/Portfile
===================================================================
--- trunk/dports/xfce/libxfce4menu/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/libxfce4menu/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,20 +3,20 @@
 
-name		libxfce4menu
-version		4.6.2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	a freedesktop.org compliant menu implementation for Xfce
+name            libxfce4menu
+version         4.6.2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     a freedesktop.org compliant menu implementation for Xfce
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 ff10cacb76803ee37159e3a43345f0d1 \
-		sha1 32a85c1ad31360347d5a2f240c4ddc08b444d124 \
-		rmd160 34f69c9993ecc9ad60be086d856017cbb84c42d5
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 ff10cacb76803ee37159e3a43345f0d1 \
+                sha1 32a85c1ad31360347d5a2f240c4ddc08b444d124 \
+                rmd160 34f69c9993ecc9ad60be086d856017cbb84c42d5
 
-configure.args	--mandir=${prefix}/share/man
+configure.args  --mandir=${prefix}/share/man
 
-depends_build	path:bin/pkg-config:pkgconfig port:intltool
-depends_lib	port:libxfce4util port:gtk2
+depends_build   path:bin/pkg-config:pkgconfig port:intltool
+depends_lib     port:libxfce4util port:gtk2
 

Modified: trunk/dports/xfce/libxfce4util/Portfile
===================================================================
--- trunk/dports/xfce/libxfce4util/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/libxfce4util/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,22 +3,22 @@
 
-name		libxfce4util
-version		4.6.2
-categories	xfce
-platforms	darwin
-maintainers  	afb
-description	Utility library for the Xfce4 desktop environment
+name            libxfce4util
+version         4.6.2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Utility library for the Xfce4 desktop environment
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 9c3129d827d480f0906c575e7a13f1e9 \
-		sha1 00d890df32d9ae172f45f95c030ca1a74c14e93f \
-		rmd160 145e5ccdf49f60891f9d0d6e969aafc71e33ef11
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 9c3129d827d480f0906c575e7a13f1e9 \
+                sha1 00d890df32d9ae172f45f95c030ca1a74c14e93f \
+                rmd160 145e5ccdf49f60891f9d0d6e969aafc71e33ef11
 
-depends_build	path:bin/pkg-config:pkgconfig port:intltool
-depends_lib	port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \
-		port:libiconv
+depends_build   path:bin/pkg-config:pkgconfig port:intltool
+depends_lib     port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                port:libiconv
 
 platform darwin {
-	configure.args	--disable-visibility
+        configure.args  --disable-visibility
 }

Modified: trunk/dports/xfce/libxfcegui4/Portfile
===================================================================
--- trunk/dports/xfce/libxfcegui4/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/libxfcegui4/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,28 +3,28 @@
 
-name		libxfcegui4
-version		4.6.4
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	various gtk widgets for xfce
+name            libxfcegui4
+version         4.6.4
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     various gtk widgets for xfce
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
-use_bzip2	yes
-checksums	md5 88de59b222cb9977f93a4c61011c1e1f \
-		sha1 a12c79f8fa14c5d1fc0fca5615a451b7d23f8695 \
-		rmd160 4d790c3990372aa82581450e1b2a2dfd36df293b
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
+use_bzip2       yes
+checksums       md5 88de59b222cb9977f93a4c61011c1e1f \
+                sha1 a12c79f8fa14c5d1fc0fca5615a451b7d23f8695 \
+                rmd160 4d790c3990372aa82581450e1b2a2dfd36df293b
 
-configure.args	--enable-startup-notification \
+configure.args  --enable-startup-notification \
                 --x-include=${prefix}/include --x-lib=${prefix}/lib
 
-depends_build	port:intltool \
-		port:pkgconfig
-depends_lib	port:libxfce4util \
-		port:xfconf \
-		path:lib/pkgconfig/gladeui-1.0.pc:glade3 \
-		port:libglade2 \
-		port:gtk-xfce-engine \
-		port:libxml2 \
-		port:startup-notification
+depends_build   port:intltool \
+                port:pkgconfig
+depends_lib     port:libxfce4util \
+                port:xfconf \
+                path:lib/pkgconfig/gladeui-1.0.pc:glade3 \
+                port:libglade2 \
+                port:gtk-xfce-engine \
+                port:libxml2 \
+                port:startup-notification

Modified: trunk/dports/xfce/mousepad/Portfile
===================================================================
--- trunk/dports/xfce/mousepad/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/mousepad/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,18 +3,18 @@
 
-name		mousepad
-version		0.2.16
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	A text editor for Xfce based on Leafpad
+name            mousepad
+version         0.2.16
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     A text editor for Xfce based on Leafpad
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-4.6.0/src/
-use_bzip2	yes
-checksums	md5 d98854edb76d823ac20b266fdf5a64a1 \
-		sha1 4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 \
-		rmd160 673a52a38dfa60388db11322cd08189c1b2c10e3
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.0/src/
+use_bzip2       yes
+checksums       md5 d98854edb76d823ac20b266fdf5a64a1 \
+                sha1 4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 \
+                rmd160 673a52a38dfa60388db11322cd08189c1b2c10e3
 
-depends_build	port:intltool port:pkgconfig
-depends_lib	port:xfconf port:libxfcegui4 
+depends_build   port:intltool port:pkgconfig
+depends_lib     port:xfconf port:libxfcegui4 

Modified: trunk/dports/xfce/orage/Portfile
===================================================================
--- trunk/dports/xfce/orage/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/orage/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,20 +3,20 @@
 
-name		orage
-version		4.6.1
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Time-managing application for the Xfce desktop environment
+name            orage
+version         4.6.1
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Time-managing application for the Xfce desktop environment
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 24fa43dd86ec5af5a4766620fd972cf2 \
-		sha1 2db15404197ef9aa6f588c0eebac9fc4f68426df \
-		rmd160 7724992e2e177487c71597a15d7faf7f865bb56b
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 24fa43dd86ec5af5a4766620fd972cf2 \
+                sha1 2db15404197ef9aa6f588c0eebac9fc4f68426df \
+                rmd160 7724992e2e177487c71597a15d7faf7f865bb56b
 
-depends_lib	port:exo port:xfce4-panel
-depends_build	port:xfconf port:intltool port:pkgconfig
+depends_lib     port:exo port:xfce4-panel
+depends_build   port:xfconf port:intltool port:pkgconfig
 
-configure.args	--disable-libxfce4mcs
+configure.args  --disable-libxfce4mcs

Modified: trunk/dports/xfce/ristretto/Portfile
===================================================================
--- trunk/dports/xfce/ristretto/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/ristretto/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,19 +3,19 @@
 
-name		ristretto
-version		0.0.22
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Ristretto is a fast and lightweight picture-viewer \
-		for the Xfce desktop environment.
+name            ristretto
+version         0.0.22
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Ristretto is a fast and lightweight picture-viewer \
+                for the Xfce desktop environment.
 long_description ${description}
-homepage	http://goodies.xfce.org/projects/applications/ristretto
-master_sites	http://goodies.xfce.org/releases/ristretto
-checksums	md5 978ae19472c5a0b7d4b6622a68234a67 \
-		sha1 bddbc8618ba67699ccf5ee4ea0b538b1be7fdb0a \
-		rmd160 a3661a3d7624996d2ebae20f2c86db1968e009a8
+homepage        http://goodies.xfce.org/projects/applications/ristretto
+master_sites    http://goodies.xfce.org/releases/ristretto
+checksums       md5 978ae19472c5a0b7d4b6622a68234a67 \
+                sha1 bddbc8618ba67699ccf5ee4ea0b538b1be7fdb0a \
+                rmd160 a3661a3d7624996d2ebae20f2c86db1968e009a8
 
-depends_build	port:intltool port:pkgconfig
-depends_lib	port:gtk2 port:Thunar port:libxfce4util \
-		port:libxfcegui4 port:libexif port:dbus-glib
+depends_build   port:intltool port:pkgconfig
+depends_lib     port:gtk2 port:Thunar port:libxfce4util \
+                port:libxfcegui4 port:libexif port:dbus-glib
 

Modified: trunk/dports/xfce/squeeze/Portfile
===================================================================
--- trunk/dports/xfce/squeeze/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/squeeze/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,22 +3,22 @@
 
-name		squeeze
-version		0.2.3
-revision	1
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Squeeze is a modern and advanced archive manager for the \
+name            squeeze
+version         0.2.3
+revision        1
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Squeeze is a modern and advanced archive manager for the \
 Xfce Desktop Environment.
 long_description ${description}
-homepage	http://squeeze.xfce.org/
-master_sites	${homepage}/downloads
-use_bzip2	yes
-checksums	md5 bd3cb0648b49be1f146fc4f675606176 \
-		sha1 218f0e61e1d105f1f9aa898a56837f78ce65aaac \
-		rmd160 0833a0681d5c952077bf2f220cd2f07b2df2904f
+homepage        http://squeeze.xfce.org/
+master_sites    ${homepage}/downloads
+use_bzip2       yes
+checksums       md5 bd3cb0648b49be1f146fc4f675606176 \
+                sha1 218f0e61e1d105f1f9aa898a56837f78ce65aaac \
+                rmd160 0833a0681d5c952077bf2f220cd2f07b2df2904f
 
-depends_build	path:bin/pkg-config:pkgconfig
-depends_lib	port:gtk2 port:libxfce4util port:dbus-glib
+depends_build   path:bin/pkg-config:pkgconfig
+depends_lib     port:gtk2 port:libxfce4util port:dbus-glib
 
-patchfiles	patch-internals.diff
+patchfiles      patch-internals.diff
 

Modified: trunk/dports/xfce/xfce/Portfile
===================================================================
--- trunk/dports/xfce/xfce/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,42 +3,42 @@
 
-name		xfce
-version		4.6.2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Xfce Desktop Environment
+name            xfce
+version         4.6.2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Xfce Desktop Environment
 long_description \
 Xfce is a lightweight desktop environment for unix-like operating systems. \
 It aims to be fast and lightweight, while still being visually appealing and \
 easy to use.
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
 
 # depends on MacPorts xfce4
-depends_lib	port:libxfcegui4 \
-		port:gtk-xfce-engine \
-		port:xfconf \
-		port:xfwm4 \
-		port:xfwm4-themes \
-		port:exo \
-		port:xfce-utils \
-		port:xfce4-icon-theme \
-		port:xfce4-panel \
-		port:xfce4-appfinder \
-		port:xfdesktop \
-		port:xfprint \
-		port:orage \
-		port:mousepad \
-		port:Thunar \
-		port:Terminal \
-		port:midori
+depends_lib     port:libxfcegui4 \
+                port:gtk-xfce-engine \
+                port:xfconf \
+                port:xfwm4 \
+                port:xfwm4-themes \
+                port:exo \
+                port:xfce-utils \
+                port:xfce4-icon-theme \
+                port:xfce4-panel \
+                port:xfce4-appfinder \
+                port:xfdesktop \
+                port:xfprint \
+                port:orage \
+                port:mousepad \
+                port:Thunar \
+                port:Terminal \
+                port:midori
 
 distfiles
 
-use_configure	no
-build		{ }
-destroot	{
-	xinstall -d ${destroot}${prefix}/share/xfce4
-	file copy ${portpath}/${filesdir}/STARTME ${destroot}${prefix}/share/xfce4/
+use_configure   no
+build           { }
+destroot        {
+        xinstall -d ${destroot}${prefix}/share/xfce4
+        file copy ${portpath}/${filesdir}/STARTME ${destroot}${prefix}/share/xfce4/
 }
-post-destroot	{ ui_msg "To start xfce put \"exec startxfce4\" in your .xinitrc" }
+post-destroot   { ui_msg "To start xfce put \"exec startxfce4\" in your .xinitrc" }

Modified: trunk/dports/xfce/xfce-utils/Portfile
===================================================================
--- trunk/dports/xfce/xfce-utils/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce-utils/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,22 +3,22 @@
 
-name		xfce-utils
-version		4.6.2
-revision	3
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Utilities for the Xfce Desktop Environment
+name            xfce-utils
+version         4.6.2
+revision        3
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Utilities for the Xfce Desktop Environment
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 5d23407700d7e8c9751e17a5bc955109 \
-		sha1 6373886c3d70e576859741bde747a235567ffd8e \
-		rmd160 06c33863da0f80f16ef154307e4b89085bc3958f
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 5d23407700d7e8c9751e17a5bc955109 \
+                sha1 6373886c3d70e576859741bde747a235567ffd8e \
+                rmd160 06c33863da0f80f16ef154307e4b89085bc3958f
 
-depends_build	port:perl5
-depends_lib	port:libxfce4util port:libxfcegui4 port:xfconf
+depends_build   port:perl5
+depends_lib     port:libxfce4util port:libxfcegui4 port:xfconf
 
-configure.env	PERL=${prefix}/bin/perl5
-configure.args	--disable-gdm --with-xsession-prefix=${prefix}
+configure.env   PERL=${prefix}/bin/perl5
+configure.args  --disable-gdm --with-xsession-prefix=${prefix}
 

Modified: trunk/dports/xfce/xfce4-appfinder/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-appfinder/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce4-appfinder/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,18 +3,18 @@
 
-name		xfce4-appfinder
-version		4.6.2
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Software to find every application supporting Desktop entry format
+name            xfce4-appfinder
+version         4.6.2
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Software to find every application supporting Desktop entry format
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 7752e43578b821e35010bcd3762da166 \
-		sha1 2fa2534aa5a6b2fc24942689a0b7bb7cf327feda \
-		rmd160 81dff99b910e3c2c10567341c7189614825ab657
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 7752e43578b821e35010bcd3762da166 \
+                sha1 2fa2534aa5a6b2fc24942689a0b7bb7cf327feda \
+                rmd160 81dff99b910e3c2c10567341c7189614825ab657
 
-depends_build	path:bin/pkg-config:pkgconfig
-depends_lib	port:libxfcegui4 port:libxfce4menu
+depends_build   path:bin/pkg-config:pkgconfig
+depends_lib     port:libxfcegui4 port:libxfce4menu

Modified: trunk/dports/xfce/xfce4-axiom-theme/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-axiom-theme/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce4-axiom-theme/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,23 +3,23 @@
 
-name		xfce4-axiom-theme
-version		4.4.3
-categories	xfce
-platforms	darwin
-maintainers	afb openmaintainer
-description	Additional theme for xfwm4/gtk2
+name            xfce4-axiom-theme
+version         4.4.3
+categories      xfce
+platforms       darwin
+maintainers     afb openmaintainer
+description     Additional theme for xfwm4/gtk2
 long_description ${description}
-homepage	http://www.xfce-look.org/content/show.php/?content=90145
-master_sites	http://xfce-look.org/CONTENT/content-files/
-distfiles	90145-axiom-xfwm.tar.gz 90873-axiom-gtk.tar.gz
+homepage        http://www.xfce-look.org/content/show.php/?content=90145
+master_sites    http://xfce-look.org/CONTENT/content-files/
+distfiles       90145-axiom-xfwm.tar.gz 90873-axiom-gtk.tar.gz
 
-checksums	90145-axiom-xfwm.tar.gz \
-		md5     6c8b828bd1361c34f1ff68e8d8b8515f \
-		sha1    f440748a4b60aa0f80e7be6dea8c42b18f7b002e \
-		rmd160  71dba766229b95301cee508aa4e826de152b6e62 \
-		90873-axiom-gtk.tar.gz \
-		md5     8241a4244ea20233ed60daa366d77db5 \
-		sha1    92a60a73689c8ae3c97f9a34e20f26e763dc2890 \
-		rmd160  eea41467179fe041352bbb71f1910f8f2f4779c2
-		
-worksrcdir	axiom
+checksums       90145-axiom-xfwm.tar.gz \
+                md5     6c8b828bd1361c34f1ff68e8d8b8515f \
+                sha1    f440748a4b60aa0f80e7be6dea8c42b18f7b002e \
+                rmd160  71dba766229b95301cee508aa4e826de152b6e62 \
+                90873-axiom-gtk.tar.gz \
+                md5     8241a4244ea20233ed60daa366d77db5 \
+                sha1    92a60a73689c8ae3c97f9a34e20f26e763dc2890 \
+                rmd160  eea41467179fe041352bbb71f1910f8f2f4779c2
+                
+worksrcdir      axiom
 

Modified: trunk/dports/xfce/xfce4-corner-plugin/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-corner-plugin/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce4-corner-plugin/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,22 +3,22 @@
 
-name		xfce4-corner-plugin
-version		1.0.1
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Mac-style menubar corner plugin for xfce panel (4.4+)
+name            xfce4-corner-plugin
+version         1.0.1
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Mac-style menubar corner plugin for xfce panel (4.4+)
 long_description ${description}
-homepage	http://aquila.deus.googlepages.com/
-master_sites	http://aur.archlinux.org/packages/xfce4-corner-plugin/
-distname	${name}
-checksums	md5 a0e26652ef7f2e8ca26fd007cc39d186 \
-		sha1 d310b43e5a3c6891364e95b1195ba24f2c6ef2ae \
-		rmd160 84e652dc6883bda0f04b032deb350753925a9db0
+homepage        http://aquila.deus.googlepages.com/
+master_sites    http://aur.archlinux.org/packages/xfce4-corner-plugin/
+distname        ${name}
+checksums       md5 a0e26652ef7f2e8ca26fd007cc39d186 \
+                sha1 d310b43e5a3c6891364e95b1195ba24f2c6ef2ae \
+                rmd160 84e652dc6883bda0f04b032deb350753925a9db0
 
-depends_build	path:bin/pkg-config:pkgconfig
-depends_lib	port:xfce4-panel
-use_configure	no
+depends_build   path:bin/pkg-config:pkgconfig
+depends_lib     port:xfce4-panel
+use_configure   no
 
-patchfiles	patch-xfce4-corner-plugin.c
+patchfiles      patch-xfce4-corner-plugin.c
 post-patch {

Modified: trunk/dports/xfce/xfce4-dev-tools/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-dev-tools/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce4-dev-tools/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,18 +3,18 @@
 
-name		xfce4-dev-tools
-version		4.6.0
-categories	xfce devel
-platforms	darwin
-maintainers	afb
-description	A collection of tools and macros for Xfce developer
+name            xfce4-dev-tools
+version         4.6.0
+categories      xfce devel
+platforms       darwin
+maintainers     afb
+description     A collection of tools and macros for Xfce developer
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
-checksums	md5 c9587fa78e877eee858a33391d0afd62 \
-		sha1 a5a5cbc9e5f84f4939e53e3327c51f4b749c38a2 \
-		rmd160 ff2a5e9c7bd637efdc76b126f8854b934d4862ba
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
+checksums       md5 c9587fa78e877eee858a33391d0afd62 \
+                sha1 a5a5cbc9e5f84f4939e53e3327c51f4b749c38a2 \
+                rmd160 ff2a5e9c7bd637efdc76b126f8854b934d4862ba
 
-use_bzip2	yes
+use_bzip2       yes
 
-depends_lib	port:gtk-doc port:intltool
+depends_lib     port:gtk-doc port:intltool
 

Modified: trunk/dports/xfce/xfce4-icon-theme/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-icon-theme/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce4-icon-theme/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,15 +3,15 @@
 
-name		xfce4-icon-theme
-version		4.4.3
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Rodent vector icon theme
+name            xfce4-icon-theme
+version         4.4.3
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Rodent vector icon theme
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 73ce2977b84f634a6a6c5d9c27e336db \
-		sha1 0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7 \
-		rmd160 224c38f40a4e1e9039d5947a70744b4a11f77703
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 73ce2977b84f634a6a6c5d9c27e336db \
+                sha1 0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7 \
+                rmd160 224c38f40a4e1e9039d5947a70744b4a11f77703
 

Modified: trunk/dports/xfce/xfce4-panel/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-panel/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce4-panel/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,27 +3,27 @@
 
-name		xfce4-panel
-version		4.6.4
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	The panel of the Xfce Desktop Environment
+name            xfce4-panel
+version         4.6.4
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     The panel of the Xfce Desktop Environment
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
-use_bzip2	yes
-checksums	md5 82f10a42aefca4cc26a6633e7478cc65 \
-		sha1 d2b310c036be84ed9886c06ae35b7a1a8eabfcb8 \
-		rmd160 35eaab8726a447b961024d433845f30804da4751
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
+use_bzip2       yes
+checksums       md5 82f10a42aefca4cc26a6633e7478cc65 \
+                sha1 d2b310c036be84ed9886c06ae35b7a1a8eabfcb8 \
+                rmd160 35eaab8726a447b961024d433845f30804da4751
 
-depends_build	port:intltool port:pkgconfig
-depends_lib	port:libxfcegui4 port:exo path:lib/pkgconfig/cairo.pc:cairo port:libwnck \
-		port:hicolor-icon-theme port:tango-icon-theme
+depends_build   port:intltool port:pkgconfig
+depends_lib     port:libxfcegui4 port:exo path:lib/pkgconfig/cairo.pc:cairo port:libwnck \
+                port:hicolor-icon-theme port:tango-icon-theme
 
-configure.args	--enable-startup-notification
+configure.args  --enable-startup-notification
 
-patchfiles	config-launcher-icons.diff
+patchfiles      config-launcher-icons.diff
 
 platform darwin {
-	configure.args-append --disable-visibility
+        configure.args-append --disable-visibility
 }

Modified: trunk/dports/xfce/xfce4-session/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-session/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce4-session/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,19 +3,19 @@
 
-name		xfce4-session
-version		4.6.2
-revision	3
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Session manager for the Xfce desktop environment.
+name            xfce4-session
+version         4.6.2
+revision        3
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Session manager for the Xfce desktop environment.
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 9d9890130e45e0e9476591ed9ba2c9d5 \
-		sha1 2a5778a1543f97845f118a186e2dbb8a8ea3ff4b \
-		rmd160 3c45028d57aee5950a485d760799d0c74ada735e
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 9d9890130e45e0e9476591ed9ba2c9d5 \
+                sha1 2a5778a1543f97845f118a186e2dbb8a8ea3ff4b \
+                rmd160 3c45028d57aee5950a485d760799d0c74ada735e
 
-configure.args	--enable-session-screenshots --disable-gnome
-depends_lib	port:libxfce4util port:libxfcegui4 port:p5.12-xml-parser \
-		port:libwnck bin:iceauth:iceauth
+configure.args  --enable-session-screenshots --disable-gnome
+depends_lib     port:libxfce4util port:libxfcegui4 port:p5.12-xml-parser \
+                port:libwnck bin:iceauth:iceauth

Modified: trunk/dports/xfce/xfce4-settings/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-settings/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce4-settings/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,27 +3,27 @@
 
-name		xfce4-settings
-version		4.6.5
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Settings Manager that replaces the previous xfce-mcs-manager
+name            xfce4-settings
+version         4.6.5
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Settings Manager that replaces the previous xfce-mcs-manager
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
-use_bzip2	yes
-checksums	md5 f988cb732913b5fbc115ad7105d2231e \
-		sha1 c036cc2f3100a46b2649e678dff7c0106b219263 \
-		rmd160 a8155346285921f3087795598989df287be8abb4
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.2/src/
+use_bzip2       yes
+checksums       md5 f988cb732913b5fbc115ad7105d2231e \
+                sha1 c036cc2f3100a46b2649e678dff7c0106b219263 \
+                rmd160 a8155346285921f3087795598989df287be8abb4
 
-depends_build	path:bin/pkg-config:pkgconfig
-depends_lib	port:libxfcegui4 port:libwnck
+depends_build   path:bin/pkg-config:pkgconfig
+depends_lib     port:libxfcegui4 port:libwnck
 
 platform darwin 8 {
-    patchfiles-append		patch-configure.diff
-    configure.env-append	PKG_CONFIG_PATH="${prefix}/lib/pkgconfig" \
-	XI_VERSION="1.0.0" XI_CFLAGS="-I${prefix}/include" XI_LIBS="-L${prefix}/lib -lXi" \
-  	LIBX11_VERSION="6.2.0" LIBX11_CFLAGS="-I${prefix}/include" LIBX11_LIBS="-L${prefix}/lib -lX11" \
-	XRANDR_VERSION="2.0.0" XRANDR_CFLAGS="-I${prefix}/include" XRANDR_LIBS="-L${prefix}/lib -lXrandr" \
-	XCURSOR_VERSION="1.0.0" XCURSOR_CFLAGS="-I${prefix}/include" XCURSOR_LIBS="-L${prefix}/lib -lXcursor"
+    patchfiles-append           patch-configure.diff
+    configure.env-append        PKG_CONFIG_PATH="${prefix}/lib/pkgconfig" \
+        XI_VERSION="1.0.0" XI_CFLAGS="-I${prefix}/include" XI_LIBS="-L${prefix}/lib -lXi" \
+        LIBX11_VERSION="6.2.0" LIBX11_CFLAGS="-I${prefix}/include" LIBX11_LIBS="-L${prefix}/lib -lX11" \
+        XRANDR_VERSION="2.0.0" XRANDR_CFLAGS="-I${prefix}/include" XRANDR_LIBS="-L${prefix}/lib -lXrandr" \
+        XCURSOR_VERSION="1.0.0" XCURSOR_CFLAGS="-I${prefix}/include" XCURSOR_LIBS="-L${prefix}/lib -lXcursor"
 }

Modified: trunk/dports/xfce/xfce4-xkb-plugin/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-xkb-plugin/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfce4-xkb-plugin/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,10 +3,10 @@
 
-name		xfce4-xkb-plugin
-version		0.3.2
-categories	xfce russian
-platforms	darwin
-maintainers	crazic.ru:jc
-description	This plugin displays the current keyboard layout, and refreshes when layout changes.
+name            xfce4-xkb-plugin
+version         0.3.2
+categories      xfce russian
+platforms       darwin
+maintainers     crazic.ru:jc
+description     This plugin displays the current keyboard layout, and refreshes when layout changes.
 long_description \
-	Written by Alexander Iliev, this plugin displays the current keyboard \
+        Written by Alexander Iliev, this plugin displays the current keyboard \
     layout, and refreshes when layout changes. Also the layout can be switched \
@@ -15,12 +16,12 @@
     text label and also as an image of the corresponding country's flag. If the \
     flag image is unavailable then the plugin falls back to displaying text label \
     for that layout. \
-	This plugin is used along with the XKB extension. For now the keyboard \
+        This plugin is used along with the XKB extension. For now the keyboard \
     layouts cannot be configured from the plugin itself, they should be set in \
     the XF86Config file or some other way (e.g. setxkbmap).
 
-homepage	http://xfce-goodies.berlios.de/
-master_sites	http://download.berlios.de/xfce-goodies/
-checksums	md5 b233819d685ab3b7f4a47c2da9fb6936
+homepage        http://xfce-goodies.berlios.de/
+master_sites    http://download.berlios.de/xfce-goodies/
+checksums       md5 b233819d685ab3b7f4a47c2da9fb6936
 
-depends_lib	bin:xfce4-panel:xfce4-panel
+depends_lib     bin:xfce4-panel:xfce4-panel

Modified: trunk/dports/xfce/xfconf/Portfile
===================================================================
--- trunk/dports/xfce/xfconf/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfconf/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,27 +3,27 @@
 
-name		xfconf
-version		4.6.2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	easy-to-use configuration system for xfce
+name            xfconf
+version         4.6.2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     easy-to-use configuration system for xfce
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 5ff93c15077c6dbbcd38c437bc1ab2ef \
-		sha1 2b9656a1b7f323d2600ddc929191afb50c8018f8 \
-		rmd160 beaa96507c97fd1cbf0884ce1332c7c0da5684ac
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 5ff93c15077c6dbbcd38c437bc1ab2ef \
+                sha1 2b9656a1b7f323d2600ddc929191afb50c8018f8 \
+                rmd160 beaa96507c97fd1cbf0884ce1332c7c0da5684ac
 
-depends_build	port:intltool \
-		port:pkgconfig
-depends_lib	port:libxfce4util \
-		port:dbus port:dbus-glib \
-		port:xorg-libsm port:xorg-libX11 \
-		port:gtk2
+depends_build   port:intltool \
+                port:pkgconfig
+depends_lib     port:libxfce4util \
+                port:dbus port:dbus-glib \
+                port:xorg-libsm port:xorg-libX11 \
+                port:gtk2
 
 configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib
 
 platform darwin {
-	configure.args-append --disable-visibility
+        configure.args-append --disable-visibility
 }

Modified: trunk/dports/xfce/xfdesktop/Portfile
===================================================================
--- trunk/dports/xfce/xfdesktop/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfdesktop/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,19 +3,19 @@
 
-name		xfdesktop
-version		4.6.2
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	A desktop manager for the Xfce Desktop Environment
+name            xfdesktop
+version         4.6.2
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     A desktop manager for the Xfce Desktop Environment
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 e800ea9fee7a5c5eaf2ae96e23a83e3a \
-		sha1 cefcd1c1386d34386d4e900cbf88b7c24ef3bafb \
-		rmd160 744c6442c612f41f5567713c3e9265ee95dd2898
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 e800ea9fee7a5c5eaf2ae96e23a83e3a \
+                sha1 cefcd1c1386d34386d4e900cbf88b7c24ef3bafb \
+                rmd160 744c6442c612f41f5567713c3e9265ee95dd2898
 
-depends_lib	port:libxml2 \
-		port:Thunar port:libxfcegui4
+depends_lib     port:libxml2 \
+                port:Thunar port:libxfcegui4
 

Modified: trunk/dports/xfce/xfprint/Portfile
===================================================================
--- trunk/dports/xfce/xfprint/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfprint/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,22 +3,22 @@
 
-name		xfprint
-version		4.6.1
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Print dialog and printer manager for Xfce 4
+name            xfprint
+version         4.6.1
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Print dialog and printer manager for Xfce 4
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 d92fca97a42816085080baf07a99a62e \
-		sha1 4ce98c49d49b2d4c1a8fb5d76597b8e9ab9a51e8 \
-		rmd160 8df81375cbc72eabd95911997210c8fa864bcf0b
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 d92fca97a42816085080baf07a99a62e \
+                sha1 4ce98c49d49b2d4c1a8fb5d76597b8e9ab9a51e8 \
+                rmd160 8df81375cbc72eabd95911997210c8fa864bcf0b
 
-depends_lib	port:libxfcegui4 port:a2ps
-depends_build	port:libxfce4util port:libxfcegui4 port:xfconf
+depends_lib     port:libxfcegui4 port:a2ps
+depends_build   port:libxfce4util port:libxfcegui4 port:xfconf
 
-configure.args	--enable-cups
+configure.args  --enable-cups
 
-configure.ldflags-append	"-lXft -lfontconfig -lXrender -lXext -lXinerama -lXrandr"
+configure.ldflags-append        "-lXft -lfontconfig -lXrender -lXext -lXinerama -lXrandr"

Modified: trunk/dports/xfce/xfwm4/Portfile
===================================================================
--- trunk/dports/xfce/xfwm4/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfwm4/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,19 +3,19 @@
 
-name		xfwm4
-version		4.6.2
-revision	2
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	The window manager for Xfce
+name            xfwm4
+version         4.6.2
+revision        2
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     The window manager for Xfce
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 3e6c0c54b028b6ea60e865e55ecdf3f8 \
-		sha1 34514db4531e95a7dbcd7d73c8d97e5cb9d1bf89 \
-		rmd160 445e499ca84846222120d607b80b5eac79b422d7
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 3e6c0c54b028b6ea60e865e55ecdf3f8 \
+                sha1 34514db4531e95a7dbcd7d73c8d97e5cb9d1bf89 \
+                rmd160 445e499ca84846222120d607b80b5eac79b422d7
 
-configure.args	--enable-randr --enable-startup-notification \
-		--disable-compositor --disable-xsync
-depends_lib	port:xfconf port:gtk2 port:dbus-glib port:libwnck
+configure.args  --enable-randr --enable-startup-notification \
+                --disable-compositor --disable-xsync
+depends_lib     port:xfconf port:gtk2 port:dbus-glib port:libwnck

Modified: trunk/dports/xfce/xfwm4-themes/Portfile
===================================================================
--- trunk/dports/xfce/xfwm4-themes/Portfile	2011-09-10 08:53:43 UTC (rev 83744)
+++ trunk/dports/xfce/xfwm4-themes/Portfile	2011-09-10 13:01:08 UTC (rev 83745)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,16 +3,16 @@
 
-name		xfwm4-themes
-version		4.6.0
-categories	xfce
-platforms	darwin
-maintainers	afb
-description	Additional themes for xfwm4
+name            xfwm4-themes
+version         4.6.0
+categories      xfce
+platforms       darwin
+maintainers     afb
+description     Additional themes for xfwm4
 long_description ${description}
-homepage	http://www.xfce.org/
-master_sites	http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-use_bzip2	yes
-checksums	md5 4dc5cb29cbd40e3b9dece12a85e20854 \
-		sha1 7e81d00b2b0a7a2b91071b8c3767171bce738af2 \
-		rmd160 1f6230cdb7626b48671c170234aa97c28ba2eaf9
+homepage        http://www.xfce.org/
+master_sites    http://www.ca-us.xfce.org/archive/xfce-${version}/src/
+use_bzip2       yes
+checksums       md5 4dc5cb29cbd40e3b9dece12a85e20854 \
+                sha1 7e81d00b2b0a7a2b91071b8c3767171bce738af2 \
+                rmd160 1f6230cdb7626b48671c170234aa97c28ba2eaf9
 
-depends_lib	port:xfwm4
+depends_lib     port:xfwm4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110910/05b29c8c/attachment-0001.html>


More information about the macports-changes mailing list