[42044] trunk/dports/gnome/gnome/Portfile

devans at macports.org devans at macports.org
Thu Nov 13 13:43:57 PST 2008


Revision: 42044
          http://trac.macports.org/changeset/42044
Author:   devans at macports.org
Date:     2008-11-13 13:43:57 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
gnome: lint and white space changes.

Modified Paths:
--------------
    trunk/dports/gnome/gnome/Portfile

Modified: trunk/dports/gnome/gnome/Portfile
===================================================================
--- trunk/dports/gnome/gnome/Portfile	2008-11-13 20:51:39 UTC (rev 42043)
+++ trunk/dports/gnome/gnome/Portfile	2008-11-13 21:43:57 UTC (rev 42044)
@@ -1,43 +1,45 @@
 # -*- 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
-name		gnome
-version		2.16.2
-categories	gnome
-maintainers	nomaintainer
-description	The GNOME Desktop mega-port.
-long_description	GNOME is a complete, free and easy-to-use desktop environment for users, as well as a powerful application development framework for software developers. This port includes the GNOME desktop, GNOME platform, and, optionally the GNOME office. 
-homepage		http://www.gnome.org/
+PortSystem      1.0
 
-depends_lib	port:gnome-desktop-suite
+name            gnome
+version         2.16.2
+categories      gnome
+platforms       darwin
+maintainers     nomaintainer
+description     The GNOME Desktop mega-port.
+long_description    GNOME is a complete, free and easy-to-use desktop environment for users, as well as a powerful application development framework for software developers. This port includes the GNOME desktop, GNOME platform, and, optionally the GNOME office.
+homepage        http://www.gnome.org/
+master_sites    gnome
+depends_lib     port:gnome-desktop-suite
 
 distfiles
 
-fetch		{ }
-checksum	{ }
-configure	{ }
-build		{ }
-destroot	{ 
-	file mkdir ${destroot}${prefix}/share/doc/
-	file copy ${filespath}/README.gnome.txt ${destroot}${prefix}/share/doc
+fetch       { }
+checksum    { }
+use_configure   no
+build       { }
+destroot    {
+    file mkdir ${destroot}${prefix}/share/doc/
+    file copy ${filespath}/README.gnome.txt ${destroot}${prefix}/share/doc
 }
-post-activate	{
-	ui_msg "To start gnome put \"exec gnome-session\" in your .xinitrc"
-	ui_msg "See also http://svn.macosforge.org/projects/macports/wiki/GNOME"
+post-activate    {
+    ui_msg "To start gnome put \"exec gnome-session\" in your .xinitrc"
+    ui_msg "See also http://svn.macosforge.org/projects/macports/wiki/GNOME"
 }
 
-# insert tons'o'variants here 
-variant office {
-	depends_lib-append bin:gnumeric:gnumeric bin:abiword:abiword-x11 bin:dia:dia
+# insert tons'o'variants here
+variant office description {Include office apps} {
+    depends_lib-append bin:gnumeric:gnumeric bin:abiword:abiword-x11 bin:dia:dia
 }
 
-variant graphics {
-	depends_lib-append bin:sodipodi:sodipodi bin:inkscape:inkscape
+variant graphics description {Include graphics apps} {
+    depends_lib-append bin:sodipodi:sodipodi bin:inkscape:inkscape
 }
 
-variant www {
-	depends_lib-append bin:galeon:galeon bin:epiphany:epiphany
+variant www description {Include web apps} {
+    depends_lib-append bin:galeon:galeon bin:epiphany:epiphany
 }
 
 livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/1128f1e2/attachment.html>


More information about the macports-changes mailing list