[GRASSweb-list]william: web/platforms/macgrass macgrass_menu.inc,NONE,1.1 fftw.php,1.2,1.3 gdal.php,1.2,1.3 geos.php,1.2,1.3 geotiff.php,1.3,1.4 giflib.php,1.2,1.3 grass.php,1.2,1.3 grassalt.php,1.2,1.3 grassinstall.php,1.4,1.5 hdf.php,1.2,1.3 lesstif.php,

grass at intevation.de grass at intevation.de
Sat Jul 23 00:44:21 EDT 2005


Author: william

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

Modified Files:
	fftw.php gdal.php geos.php geotiff.php giflib.php grass.php 
	grassalt.php grassinstall.php hdf.php lesstif.php 
	libjasper.php libjpeg.php libpng.php libtiff.php mrsid.php 
	mysql.php netcdf.php ogdi.php postgresql.php proj4.php 
	shell.php tcltk.php x11.php 
Added Files:
	macgrass_menu.inc 
Removed Files:
	libgd.php 
Log Message:
macgrass - add menu, remove stray libgd.php

--- NEW FILE: macgrass_menu.inc ---
<?php /*
<center>
	<table cellspacing="1" cellpadding="3" border="0" width="90%">
	<tbody>
		<tr bgcolor="#c5e2ca">
		<td nowrap="nowrap" align="center"><font size="-1"><a href="/index.php">Home</a></font></td>
		<td nowrap="nowrap" align="center"><font size="-1"><a href="../macgrass.php">Mac GRASS Top</a></font></td>
		<td nowrap="nowrap" align="center"><font size="-1"><a href="/download/index.php">Downloads</a></font></td>
	<td nowrap="nowrap" align="center"><font size="-1"><a href="grassinstall.php">Mac GRASS Build Main</a></font></td>
		</tr>
	</tbody> 
	</table>
</center>
*/
?>

<center>
	<p>| <font size="-1"><a href="/index.php">Home</a></font> | 
	<font size="-1"><a href="/platforms/macgrass.php">Mac GRASS Top</a></font> | 
	<font size="-1"><a href="/platforms/macgrass/grassinstall.php">Mac GRASS Build Main</a></font> |
	<font size="-1"><a href="/download/index.php">Downloads</a></font> | 
</p>
	<hr width="100%" noshade="noshade">
</center>

Index: fftw.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/fftw.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fftw.php	19 Jul 2005 05:06:41 -0000	1.2
+++ fftw.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>libfftw version:</b> 2.1.5<br>
 <a href="http://www.fftw.org/">www.fftw.org</a></p>
 
@@ -33,19 +35,13 @@
 $ make<br>
 $ sudo make install</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: gdal.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/gdal.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gdal.php	19 Jul 2005 05:06:41 -0000	1.2
+++ gdal.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>GDAL version:</b> 1.2.6<br>
 <a href="http://www.gdal.org/">gdal.org</a></p>
 
@@ -87,19 +89,13 @@
 <blockquote><code>% make<br>
 % sudo make install</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: geos.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/geos.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- geos.php	19 Jul 2005 05:06:41 -0000	1.2
+++ geos.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>GEOS version:</b> 2.1.3<br>
 <a href="http://geos.refractions.net/">refractions.net</a></p>
 
@@ -33,19 +35,13 @@
 
 <p>Make sure to do the make install-strip, instead of the usual make install, or you will get a <b>HUGE</b> library.  It's just debugging stuff.</p>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: geotiff.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/geotiff.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- geotiff.php	20 Jul 2005 04:10:17 -0000	1.3
+++ geotiff.php	23 Jul 2005 04:44:19 -0000	1.4
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>libgeotiff version:</b> 1.2.2<br>
 <a href="http://www.remotesensing.org/geotiff/geotiff.html">remotesensing.org</a></p>
 

Index: giflib.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/giflib.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- giflib.php	19 Jul 2005 05:06:41 -0000	1.2
+++ giflib.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>giflib/libungif version:</b> 4.1.3<br>
 <a href="http://sourceforge.net/projects/libungif/">giflib/libungif</a></p>
 
@@ -40,19 +42,13 @@
 $ make<br>
 $ sudo make install</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: grass.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/grass.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grass.php	19 Jul 2005 05:06:41 -0000	1.2
+++ grass.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>GRASS version:</b> 6.0.0<br>
 <a href="http://grass.itc.it/">GRASS</a></p>
 
@@ -33,7 +35,7 @@
 
 <p>Edit configure.  Around line 2200 find a block that starts with <code>Rhapsody-*|Darwin-*)</code> (it's the first one in the file).  Change the SHLIB_LD line to:</p>
 
-<blockquote><code>SHLIB_LD="cc -dynamiclib -flat_namespace -compatibility_version \${GRASS_VERSION_MAJOR}.\${GRASS_VERSION_MINOR} -current_version \${GRASS_VERSION_MAJOR}.\${GRASS_VERSION_MINOR} -install_name \${LIB_RUNTIME_DIR}/lib\${LIB_NAME}\${SHLIB_SUFFIX}"</code></blockquote>
+<blockquote><code>SHLIB_LD="cc -dynamiclib -flat_namespace -compatibility_version \${GRASS_VERSION_MAJOR}.\${GRASS_VERSION_MINOR} -current_version \${GRASS_VERSION_MAJOR}.\${GRASS_VERSION_MINOR} -install_name \${INST_DIR}/lib/lib\${LIB_NAME}\${SHLIB_SUFFIX}"</code></blockquote>
 
 <p>Also, make sure the SHLIB_CFLAGS line says:</p>
 
@@ -73,19 +75,13 @@
 
 <p>Also, GRASS building emits a lot of beeps.  Don't worry, just ignore them, your Mac isn't about to explode.  Just some harmless warning/error (something about fake mapset not found).</p>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: grassalt.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/grassalt.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grassalt.php	19 Jul 2005 05:06:41 -0000	1.2
+++ grassalt.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -15,10 +15,12 @@
 <hr width="100%" noshade="noshade" size="3">
 <h1>GRASS GIS on Mac OS X</h1>
 <h2>GRASS Alternate</h2>
-<p><i>Last change: 2005/7/18</i></p>
+<p><i>Last change: 2005/7/22</i></p>
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>GRASS version:</b> 6.0.0<br>
 <a href="http://grass.itc.it/">GRASS</a></p>
 
@@ -33,7 +35,7 @@
 
 <p>Edit configure.  Around line 2200 find a block that starts with <code>Rhapsody-*|Darwin-*)</code> (it's the first one in the file).  Change the SHLIB_LD line to:</p>
 
-<blockquote><code>SHLIB_LD="cc -dynamiclib -flat_namespace -compatibility_version \${GRASS_VERSION_MAJOR}.\${GRASS_VERSION_MINOR} -current_version \${GRASS_VERSION_MAJOR}.\${GRASS_VERSION_MINOR} -install_name \${LIB_RUNTIME_DIR}/lib\${LIB_NAME}\${SHLIB_SUFFIX}"</code></blockquote>
+<blockquote><code>SHLIB_LD="cc -dynamiclib -flat_namespace -compatibility_version \${GRASS_VERSION_MAJOR}.\${GRASS_VERSION_MINOR} -current_version \${GRASS_VERSION_MAJOR}.\${GRASS_VERSION_MINOR} -install_name \${INST_DIR}/lib/lib\${LIB_NAME}\${SHLIB_SUFFIX}"</code></blockquote>
 
 <p>Also, make sure the SHLIB_CFLAGS line says:</p>
 
@@ -80,19 +82,13 @@
 
 <p>Also, GRASS building emits a lot of beeps.  Don't worry, just ignore them, your Mac isn't about to explode.  Just some harmless warning/error (something about fake mapset not found).</p>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: grassinstall.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/grassinstall.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- grassinstall.php	21 Jul 2005 00:03:09 -0000	1.4
+++ grassinstall.php	23 Jul 2005 04:44:19 -0000	1.5
@@ -15,11 +15,13 @@
 <hr width="100%" noshade="noshade" size="3">
 <h1>GRASS GIS on Mac OS X</h1>
 <h1 align="Center">Installation Main</h1>
-<p align="Center"><i>Last change: 2005/7/16</i><br>
+<p align="Center"><i>Last change: 2005/7/22</i><br>
 William Kyngesburye &lt;kyngchaos-at-kyngchaos-dot-com&gt;</p>
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>NOTE:</b> These instructions are for GRASS v6.0.0, but should work with little or no change for GRASS CVS.  And, read everything here and pay attention.</p>
 
 <h3>Introduction</h3>
@@ -56,7 +58,7 @@
 
 <p>Generally, a lot of text scrolls by after starting 'make'. You can usually just ignore this - as long as make doesn't end with an error message (warnings are OK), you can proceed to 'make install' and it should have been successful. For problems in 'configure', the output in the Terminal window often doesn't have enough about why, you should look in the file 'config.log' for more details.  REPEAT: look in config.log if there are configure errors.</p>
 
-<p>Everything is installed in <code>/usr/local</code>.  This is hidden on Mac systems, but you get easily get to it in the Finder by <b>Go-&gt;Go to folder</b>.</p>
+<p>Everything is installed in <code>/usr/local</code>.  This is hidden on Mac systems, but you get easily get to it in the Finder by <b>Go-&gt;Go to folder</b>.  If you like, you can make a shortcut to this folder in any number of ways, whatever your prefered method is.</p>
 
 <p>When installing in the default <code>/usr/local</code>, you will be asked to <code>sudo</code> some commands, like installing.  After entering a sudo'd command it will ask you for an admin password.  This is your user password, and you should have admin privileges to your Mac.  Just type the password when asked by the Terminal.  But do pay attention, nothing here should be dangerous or a security problem, and Macs are known for being virus-free, but it IS possible.</p>
 
@@ -65,6 +67,8 @@
 <h3>Build Steps</h3>
 
 <p>Notes: some of these may not be used by GRASS, at least not directly, but are included for maximum flexibility.  When updating GRASS or most of the libraries, you don't have to rebuild everything else.  Some libraries (MrSID, NetCDF, HDF) require you to rebuild anything that uses them directly (GDAL).</p>
+
+<p>NOTE: Currently r.terraflow does not compile on Tiger.  This is a GCC 4 issue and affects other systems as well, and is present in both 6.0 and 6.1 CVS.</p>
 
 <ol>
 <li><a href="giflib.php">giflib/libungif</a>.</li>

Index: hdf.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/hdf.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hdf.php	19 Jul 2005 05:06:41 -0000	1.2
+++ hdf.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>HDF version:</b> 4.2r1<br>
 <a href="http://hdf.ncsa.uiuc.edu/">hdf.ncsa.uiuc.edu</a> <!-- <br>
 <a href="http://hdfeos.gsfc.nasa.gov/">hdfeos.gsfc.nasa.gov</a> --></p>
@@ -43,19 +45,13 @@
 
 <p>Note: what you will get is the everything installed at the same location as the hdf source folder, in a subfolder named <code>hdf4-darwin</code>.  If you want to run any of the programs, you will have to type the full path to them.</p>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: lesstif.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/lesstif.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lesstif.php	19 Jul 2005 05:06:41 -0000	1.2
+++ lesstif.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>LessTif version:</b> 0.94.4<br>
 <a href="http://www.lesstif.org/">lesstif.org</a></p>
 
@@ -31,19 +33,13 @@
 $ make<br>
 $ sudo make install</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: libjasper.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/libjasper.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libjasper.php	19 Jul 2005 05:06:41 -0000	1.2
+++ libjasper.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>JasPer version:</b> 1.701.0<br>
 <a href="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer Project</a></p>
 
@@ -29,19 +31,13 @@
 $ make<br>
 $ sudo make install</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: libjpeg.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/libjpeg.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libjpeg.php	21 Jul 2005 00:03:09 -0000	1.4
+++ libjpeg.php	23 Jul 2005 04:44:19 -0000	1.5
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>libjpeg version:</b> 6b<br>
 <a href="http://www.ijg.org/">http://www.ijg.org/</a></p>
 

Index: libpng.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/libpng.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libpng.php	19 Jul 2005 05:06:41 -0000	1.2
+++ libpng.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>libpng version:</b> 1.2.8<br>
 <a href="http://www.libpng.org/pub/png/libpng.html">libpng.org</a></p>
 
@@ -44,19 +46,13 @@
 $ make<br>
 $ sudo make install</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: libtiff.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/libtiff.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libtiff.php	19 Jul 2005 05:06:41 -0000	1.2
+++ libtiff.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>libtiff version:</b> 3.7.3<br>
 <a href="http://www.remotesensing.org/libtiff/">remotesensing.org</a></p>
 
@@ -31,19 +33,13 @@
 $ make<br>
 $ sudo make install</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: mrsid.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/mrsid.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mrsid.php	19 Jul 2005 05:06:41 -0000	1.2
+++ mrsid.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>Geo_DSDK version:</b> 5.0.6.955<br>
 <a href="http://developer.lizardtech.com/">LizardTech</a> (free registration required).  Download the appropriate version for your Mac OS X version (Darwin 6.6 should be 10.2, and Darwin 7 - 10.3, no Tiger/10.4 yet).</p>
 
@@ -34,19 +36,13 @@
 
 <p>NOTE: if you are updating the Geo DSDK, since it is static you must rebuild <a href="gdal.php">GDAL</a> for the update to take effect.</p>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: mysql.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/mysql.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mysql.php	19 Jul 2005 05:06:41 -0000	1.2
+++ mysql.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <h1 align="Center">Mac Software Installation - MySQL</h1>
 
 <p align="Center"><i>Last change: 2005/6/19</i></p>
@@ -67,19 +69,13 @@
 
 <p>5. Rebuild software that uses MySQL, because the MySQL libraries are static, meaning they are embedded in that software.  This includes PHP, GDAL/OGR and GRASS.</p>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: netcdf.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/netcdf.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- netcdf.php	19 Jul 2005 05:06:41 -0000	1.2
+++ netcdf.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>NetCDF version:</b> 3.6.0p1<br>
 <a href="http://my.unidata.ucar.edu/content/software/netcdf/">my.unidata.ucar.edu</a></p>
 
@@ -33,19 +35,13 @@
 
 <p>What you will get is everything installed at the same location as the netcdf /src folder.</p>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: ogdi.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/ogdi.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ogdi.php	19 Jul 2005 05:06:41 -0000	1.2
+++ ogdi.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>OGDI version:</b> 3.1.5<br>
 <a href="http://ogdi.sourceforge.net/">ogdi.sourceforge.net</a> (look in the Download Archive for v3.1.5 if it isn't listed on the main page.)</p>
 
@@ -79,19 +81,13 @@
 
 <blockquote><code>$ unset TARGET TOPDIR</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: postgresql.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/postgresql.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postgresql.php	19 Jul 2005 05:06:41 -0000	1.2
+++ postgresql.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>PostgreSQL version:</b> 8.0.3<br>
 <a href="http://www.postgresql.org/">postgresql.org</a><br>
 <b>PostGIS version:</b> 1.0.2<br>
@@ -96,19 +98,13 @@
 
 <p>Or you can get a Postgres startupitem from <a href="http://www.kyngchaos.com/">kyngchaos.com</a>.</p>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: proj4.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/proj4.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- proj4.php	19 Jul 2005 05:06:41 -0000	1.2
+++ proj4.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>PROJ.4 version:</b> 4.4.9<br>
 <b>datum version:</b> 1.3<br>
 <a href="http://www.remotesensing.org/proj/">remotesensing.org</a></p>
@@ -38,19 +40,13 @@
 $ sudo make install<br>
 $ sudo cp -f nad/nzgd2kgrid0005.gsb /usr/local/share/proj</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: shell.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/shell.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- shell.php	20 Jul 2005 04:10:17 -0000	1.3
+++ shell.php	23 Jul 2005 04:44:19 -0000	1.4
@@ -18,6 +18,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <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>

Index: tcltk.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/tcltk.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tcltk.php	19 Jul 2005 05:06:41 -0000	1.2
+++ tcltk.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <p><b>Tcl/Tk version:</b> 8.4.11<br>
 <a href="http://www.tcl.tk/">Tcl/Tk</a></p>
 
@@ -38,19 +40,13 @@
 $ make<br>
 $ sudo make install</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

Index: x11.php
===================================================================
RCS file: /grassrepository/web/platforms/macgrass/x11.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- x11.php	19 Jul 2005 05:06:41 -0000	1.2
+++ x11.php	23 Jul 2005 04:44:19 -0000	1.3
@@ -19,6 +19,8 @@
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
+<?php include("macgrass_menu.inc"); ?>
+
 <h3>A few setup notes for Apple's X11</h3>
 
 <p>- Add X11 as a startup item to your account preferences.  It takes minimal memory and processor when idle, so there's no harm leaving it running.  Another option would be to create an AppleScript to start X11 and Terminal together.</p>
@@ -29,19 +31,13 @@
 
 <blockquote><code>setenv DISPLAY :0.0</code></blockquote>
 
-<!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 2003-2005 GRASS Development Team<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
- <a href="/faq/index.html">FAQ</a> |
- <a href="/download/index.php">Download</a> |
- <a href="/community/index.php">Support</a> |
- <a href="/gdp/index.php">Docs</a>  |
- <a href="/devel/index.php">Programming</a> |
- Back <a href=/index.php>HOME</a><br>
- <i>Last change:
+<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<a href="/impressum.html">Imprint</a> |
+<a href="/contact.php">Comments</a> about this page<br>
+<i>Last change:
  $Date$
-</i></DIV>
+</i></div>
 
 </body>
 </html>

--- libgd.php DELETED ---





More information about the grass-web mailing list