[GRASSweb-list]william: web/platforms/macgrass geotiff.php,1.2,1.3 grassinstall.php,1.2,1.3 shell.php,1.2,1.3 geotiff122patches.tar.gz,1.1,NONE geotiff122patches.zip,1.1,NONE jpegpatch.tar.gz,1.1,NONE jpegpatch.zip,1.1,NONE libtool135update.tar.gz,1.1,NONE

grass at intevation.de grass at intevation.de
Wed Jul 20 00:10:19 EDT 2005


Author: william

Update of /grassrepository/web/platforms/macgrass
In directory doto:/tmp/cvs-serv24059

Modified Files:
	geotiff.php grassinstall.php shell.php 
Removed Files:
	geotiff122patches.tar.gz geotiff122patches.zip 
	jpegpatch.tar.gz jpegpatch.zip libtool135update.tar.gz 
	libtool135update.zip 
Log Message:
delete corrupted files

Index: geotiff.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/geotiff.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- geotiff.php	19 Jul 2005 05:06:41 -0000	1.2
+++ geotiff.php	20 Jul 2005 04:10:17 -0000	1.3
@@ -29,7 +29,7 @@
 <blockquote><code>$ cd <i>path_to_folder_containing_geotiff_source.tar.gz</i><br>
 $ tar -zxf libgeotiff-1.2.2.tar.gz</code></blockquote>
 
-<p>Grab these <a href="geotiff122patches.tar.gz">patches</a>.  Unzip them into the geotiff source folder (make sure they aren't in a subfolder after unzipping).  Note: these are made for geotiff 1.2.2, and fix Mac OS X dynamic library building.</p>
+<p>Grab these <a href="geotiff122patches.zip">patches</a>.  Unzip them into the geotiff source folder (make sure they aren't in a subfolder after unzipping).  Note: these are made for geotiff 1.2.2, and fix Mac OS X dynamic library building.</p>
 
 <p>Then continue:</p>
 

Index: grassinstall.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/grassinstall.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grassinstall.php	19 Jul 2005 05:06:41 -0000	1.2
+++ grassinstall.php	20 Jul 2005 04:10:17 -0000	1.3
@@ -37,7 +37,7 @@
 
 <p><b>Mac OS X 10.3 (Panther) or 10.4 (Tiger)</b>.  You should have installed the BSD support with a custom install (it's default now in 10.3).  It is recommended to update Panther to 10.3.9 and keep up on security updates.  You can use Mac OS X Server if you like, but you should install X11 (it's not a part of a normal Server installation).</p>
 
-<p>Apple's <b><a href="http://www.apple.com/software">X11</a></b> + X11 SDK (for 10.3+, the X11 SDK is included in Xcode).  Needed to use the Tcl/Tk GUI and to run NVIZ in GRASS.  Tcl/Tk Aqua is mostly supported, but to get full Tcl/Tk support, X11 is best, for now.  Here are a few <a href="x11.php">notes on setting up X11</a>.</p>
+<p>Apple's <b><a href="http://www.apple.com/software">X11</a></b> + X11 SDK (for 10.3+, the X11 SDK is included in Xcode).  Needed to use the Tcl/Tk GUI and to run NVIZ in GRASS.  And for a couple libraries.  Tcl/Tk Aqua is mostly supported, but to get full Tcl/Tk support, X11 is best, for now.  Here are a few <a href="x11.php">notes on setting up X11</a>.</p>
 
 <p>Apple's <b><a href="http://developer.apple.com">Xcode Tools</a></b> (free membership required) + any updates.  Nothing difficult about this installation, but make sure you install the BSD extras (I think it's default now), and the X11 SDK.  Also make sure that you use the latest GCC for your version of Mac OS X, GCC 3.3 in 10.3 and GCC 4 in 10.4 - type <code>gcc_select</code> to check, and <code>sudo gcc_select 3.3</code> or <code>sudo gcc_select 4.0</code> to change it if needed.</p>
 
@@ -106,7 +106,7 @@
 
 <p>First, before opening a graphic window or using TclTk GRASS, you must start X11 manually.  You could add it as a Login item if you like, so it's always available.</p>
 
-<p>To get GRASS to use our specially-built X11 version of Tcl/Tk, add the following to your <code>.bash_profile</code> or <code>.login</code>:</p>
+<p>To get GRASS to use our X11 version of Tcl/Tk, add the following to your <code>.bash_profile</code> (for bash) or <code>.cshrc</code> (for tcsh):</p>
 
 <blockquote><code>export GRASS_TCLSH=/usr/X11R6/bin/tclsh<br>
 export GRASS_WISH=/usr/X11R6/bin/wish</code></blockquote>

Index: shell.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/shell.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- shell.php	19 Jul 2005 05:06:41 -0000	1.2
+++ shell.php	20 Jul 2005 04:10:17 -0000	1.3
@@ -18,7 +18,7 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
-<p>The default startup files for the Terminal don't allow you to easily run applications from /usr/local/bin or ~/bin (Home /bin).  To change this, and set up some other basic shell stuff, you need to change your user startup scripts.  If any of these files already exist in your home folder (use <code>ls -a</a> in a new Terminal), use BBEdit or TextWrangler to add the quoted lines to the appropriate files.  You only need to do this once.</p>
+<p>The default startup files for the Terminal don't allow you to easily run applications from /usr/local/bin or ~/bin (Home /bin).  To change this, and set up some other basic shell stuff, you need to change your user startup scripts.  If any of these files already exist in your home folder (use <code>ls -a</code> in a new Terminal), use BBEdit or TextWrangler to add the quoted lines to the appropriate files.  You only need to do this once.</p>
 
 <p>Open a Terminal and type the following (in a new terminal you should be in your Home folder, stay there):</p>
 

--- geotiff122patches.tar.gz DELETED ---

--- geotiff122patches.zip DELETED ---

--- jpegpatch.tar.gz DELETED ---

--- jpegpatch.zip DELETED ---

--- libtool135update.tar.gz DELETED ---

--- libtool135update.zip DELETED ---





More information about the grass-web mailing list