[45457] trunk/dports/gnome/gnome

ryandesign at macports.org ryandesign at macports.org
Fri Jan 16 05:56:30 PST 2009


Revision: 45457
          http://trac.macports.org/changeset/45457
Author:   ryandesign at macports.org
Date:     2009-01-16 05:56:29 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
gnome:

 * We're called MacPorts now
 * Update wiki URLs
 * Recommend users list MacPorts prefix first, not last, in PATH, just like MacPorts already sets up your ~/.profile
 * Use the correct install prefix in the README
 * Install the README in a gnome subdirectory instead of right in ${prefix}/share/doc

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

Added Paths:
-----------
    trunk/dports/gnome/gnome/files/README.gnome.txt.in

Removed Paths:
-------------
    trunk/dports/gnome/gnome/files/README.gnome.txt

Modified: trunk/dports/gnome/gnome/Portfile
===================================================================
--- trunk/dports/gnome/gnome/Portfile	2009-01-16 13:46:35 UTC (rev 45456)
+++ trunk/dports/gnome/gnome/Portfile	2009-01-16 13:56:29 UTC (rev 45457)
@@ -5,6 +5,7 @@
 
 name            gnome
 version         2.16.2
+revision        1
 categories      gnome
 platforms       darwin
 maintainers     nomaintainer
@@ -21,12 +22,13 @@
 use_configure   no
 build       { }
 destroot    {
-    file mkdir ${destroot}${prefix}/share/doc/
-    file copy ${filespath}/README.gnome.txt ${destroot}${prefix}/share/doc
+    file mkdir ${destroot}${prefix}/share/doc/gnome
+    file copy ${filespath}/README.gnome.txt.in ${destroot}${prefix}/share/doc/gnome/README.gnome.txt
+    reinplace "s|@PREFIX@|${prefix}|g" ${destroot}${prefix}/share/doc/gnome/README.gnome.txt
 }
 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"
+    ui_msg "See also http://trac.macports.org/wiki/GNOME"
 }
 
 # insert tons'o'variants here

Deleted: trunk/dports/gnome/gnome/files/README.gnome.txt
===================================================================
--- trunk/dports/gnome/gnome/files/README.gnome.txt	2009-01-16 13:46:35 UTC (rev 45456)
+++ trunk/dports/gnome/gnome/files/README.gnome.txt	2009-01-16 13:56:29 UTC (rev 45457)
@@ -1,26 +0,0 @@
-You have installed the DarwinPorts GNOME meta/mega port!
-
-Further information is available from the web at:
-http://svn.macosforge.org/projects/macports/wiki/GNOME
-
-You can subscribe to the MacPorts Users mailing list at:
-http://lists.macosforge.org/mailman/listinfo/macports-users
-
-The mailing list the best way the resolve darwinports GNOME issues.
-
-Question 1) 
---------------------------------------------------------------------------
-How do I get GNOME running ?
-
-Answer 1) 
---------------------------------------------------------------------------
-Place the following in your .xinitrc 
-(copying the one from /etc/X11/xinit/ is advisable), \
-the path should be changed if you dont use the default DarwinPorts location:
-
-# start the window manager
-PATH=$PATH:/opt/local/bin
-exec gnome-session
-
-See also:
-http://svn.macosforge.org/projects/macports/wiki/GNOME#Running_GNOME

Copied: trunk/dports/gnome/gnome/files/README.gnome.txt.in (from rev 45454, trunk/dports/gnome/gnome/files/README.gnome.txt)
===================================================================
--- trunk/dports/gnome/gnome/files/README.gnome.txt.in	                        (rev 0)
+++ trunk/dports/gnome/gnome/files/README.gnome.txt.in	2009-01-16 13:56:29 UTC (rev 45457)
@@ -0,0 +1,25 @@
+You have installed the MacPorts GNOME meta/mega port!
+
+Further information is available from the web at:
+http://trac.macports.org/wiki/GNOME
+
+You can subscribe to the MacPorts Users mailing list at:
+http://lists.macosforge.org/mailman/listinfo/macports-users
+
+The mailing list the best way the resolve MacPorts GNOME issues.
+
+Question 1) 
+--------------------------------------------------------------------------
+How do I get GNOME running?
+
+Answer 1) 
+--------------------------------------------------------------------------
+Place the following in your .xinitrc 
+(copying the one from /etc/X11/xinit/ is advisable):
+
+# start the window manager
+PATH=@PREFIX@/bin:$PATH
+exec gnome-session
+
+See also:
+http://trac.macports.org/wiki/GNOME#RunningGNOME
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090116/779afb82/attachment-0001.html>


More information about the macports-changes mailing list