[GRASS-SVN] r36407 - in grass-web/trunk: . grass65 grass65/binary grass65/binary/linux grass65/binary/linux/snapshot grass65/source grass65/source/snapshot

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 18 16:32:32 EDT 2009


Author: neteler
Date: 2009-03-18 16:32:32 -0400 (Wed, 18 Mar 2009)
New Revision: 36407

Added:
   grass-web/trunk/grass65/
   grass-web/trunk/grass65/binary/
   grass-web/trunk/grass65/binary/linux/
   grass-web/trunk/grass65/binary/linux/README.html
   grass-web/trunk/grass65/binary/linux/snapshot/
   grass-web/trunk/grass65/binary/linux/snapshot/README.html
   grass-web/trunk/grass65/index.php
   grass-web/trunk/grass65/main.inc
   grass-web/trunk/grass65/menu_side.inc
   grass-web/trunk/grass65/source/
   grass-web/trunk/grass65/source/README.html
   grass-web/trunk/grass65/source/snapshot/
   grass-web/trunk/grass65/source/snapshot/README.html
   grass-web/trunk/grass65/title.inc
Log:
+grass65/

Added: grass-web/trunk/grass65/binary/linux/README.html
===================================================================
--- grass-web/trunk/grass65/binary/linux/README.html	                        (rev 0)
+++ grass-web/trunk/grass65/binary/linux/README.html	2009-03-18 20:32:32 UTC (rev 36407)
@@ -0,0 +1,100 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+  <title>GRASS 6.5.x binary releases for GNU/Linux</title>
+</head>
+<body>
+<h1>How to install the Linux binary releases  of GRASS 6.5.x in gzipped tar format.</h1>
+
+<h2>Use at your own risk.</h2>
+
+<b>Note: the x86_64 binaries will only run on 64bit CPUs (use 'uname -m' to
+find out about your computer).</b>
+<p>
+
+You can install and use GRASS 6.5.x in parallel to GRASS 7.x.
+<h3>Installation:</h3>
+<ol>
+  <li>get the file <br>
+grass-6.5.0-x.distro_version.hw-bin.tar.gz</li>
+  <li>get the installation script <br>
+grass-6.5.0-x.distro_version.hw-install.sh</li>
+</ol>
+
+ from <a href=./>this directory</a>
+
+<h4>where</h4>
+<ul>
+  <li>x: binary_version</li>
+  <li>distro_version: Linux distribution with version</li>
+  <li>hw: is the hardware architecture of your platform (e.g. i586)</li>
+</ul>
+<br>
+For installation, run the install script with --help option:<br>
+<ul>
+  <li>sh grass-6.5.0-x.distro_version.hw-install.sh --help </li>
+or <li>./grass-6.5.0-x.distro_version.hw-install.sh --help </li>
+</ul>
+<br>
+Or without help, directly:<br>
+<ul>
+  <li>sh grass-6.5.0-x.distro_version.hw-install.sh grass65-DD-MM-YYYY-arch-bin.tar.gz <br> 
+    or</li>
+  <li>./grass-6.5.0-x.distro_version.hw-install.sh grass65-DD-MM-YYYY-arch-bin.tar.gz</li>
+</ul>
+
+<h3>Libraries</h3>
+The following libraries are required:
+<ul>
+  <li>libpq (e.g. libpq3 or libpq4)</li>
+  <li>proj (e.g. proj)</li>
+  <li>libproj (e.g. libproj) </li>
+  <li>libgdal(e.g. libgdal) </li>
+</ul>
+and, recommended, also:
+<ul>
+  <li>tcl (e.g. tcl)</li>
+  <li>tk (e.g. tk)</li>
+  <li>gdal tools (e.g. gdal)</li>
+  <li>libfftw (fftw2 or fftw3)</li>
+</ul>
+optional:<br>
+<ul>
+  <li>libgdal0-devel</li>
+  <li>libproj0-devel</li>
+</ul>
+You can find these RPMs at <a href="http://www.rpmfind.net/">www.rpmfind.net</a>
+or <a href="http://rpm.pbone.net">rpm.pbone.net</a> or get from your distro
+provider.
+
+<h3>NOTE:</h3>
+In some distributions (e.g. Mandriva) the names of libraries is
+slightly different. Check, and if there is no file of the name:<br>
+libtk.so.0<br>
+libtcl.so.0<br>
+libpq.so.2<br>
+libgdal.1.6.so<br>
+<br>
+then you should type:<br>
+<br>
+su<br>
+ln -s /usr/lib/libtk.so /usr/lib/libtk.so.0<br>
+ln -s /usr/lib/libtcl.so /usr/lib/libtcl.so.0<br>
+ln -s /usr/lib/libpq.so.3 /usr/lib/libpq.so.2<br>
+ln -s /usr/lib/libgdal.1.6.so /usr/lib/libgdal.so.1<br>
+ldconfig
+
+<p>Instead of (or in addition to) libtk.so and libtcl.so, you might
+   have libtk8.4.so and libtcl8.4.so. In this case, type instead:<br>
+<br>
+ln -s /usr/lib/libtk8.4.so /usr/lib/libtk.so.0<br>
+ln -s /usr/lib/libtcl8.4.so /usr/lib/libtcl.so.0<br>
+ldconfig<br>
+</p>
+
+Get this <a href=README.html>file.</a>
+
+<hr>Please help us and report bugs.<br>
+<a href="http://grass.itc.it/bugtracking/">Bug report form</a>
+</body>
+</html>

Added: grass-web/trunk/grass65/binary/linux/snapshot/README.html
===================================================================
--- grass-web/trunk/grass65/binary/linux/snapshot/README.html	                        (rev 0)
+++ grass-web/trunk/grass65/binary/linux/snapshot/README.html	2009-03-18 20:32:32 UTC (rev 36407)
@@ -0,0 +1,121 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<HTML>
+ <HEAD>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+   <meta name="Author" content="GRASS Development Team/MN">
+   <TITLE>GRASS 6.5.svn experimental GNU/Linux binaries</TITLE>
+ </HEAD>
+ <BODY>
+<H1>GRASS 6.5.svn experimental GNU/Linux binaries</H1>
+
+<h2>How to install the Linux (x86/Intel) binary code for
+GRASS 6.5.svn EXPERIMENTAL in gzipped tar format.</h2>
+
+<b>Note: the x86_64 binaries will only run on 64bit CPUs (use 'uname -m' to
+find out about your computer).</b>
+<p>
+You can install and use GRASS 6 in parallel to GRASS 5.x.
+
+<h3>Installation:</h3>
+<ol>
+  <li>get the file  <br>grass-6.5.svn-ARCH-DD_MM_YYYY.tar.gz</li>
+  <li>get the installation script <br> grass-6.5.svn-ARCH-DD_MM_YYYY-install.sh</li>
+</ol>
+<h4>where</h4>
+<ul>
+  <li>ARCH is the architecture of the platform (e.g. i686-pc-linux-gnu)</li>
+  <li>DD-MM-YYYY is the date of the release (e.g. 21_06_2009)</li>
+</ul>
+<P>
+For installation, run the install script with --help option:<br>
+
+    <ul>
+  <li>sh grass-6.5.svn-ARCH-DD_MM_YYYY-install.sh --help  </li>
+  or
+  <li>./grass-6.5.svn-ARCH-DD_MM_YYYY-install.sh --help  </li>
+</ul><br>
+
+Or without help, directly:<br>
+    <ul>
+  <li>sh grass-6.5.svn-ARCH-DD_MM_YYYY-install.sh grass65-DD-MM-YYYY-arch-bin.tar.gz</li>
+  or
+  <li>./grass-6.5.svn-ARCH-DD_MM_YYYY-install.sh grass65-DD-MM-YYYY-arch-bin.tar.gz</li>
+</ul>
+<h3>Libraries</h3>
+The following libraries and programs are required:
+<ul>
+  <li>libpq (e.g. libpq3 or libpq4)  </li>
+  <li>libproj (e.g. proj for Debian, libproj for Mandriva)  </li>
+  <li>libgdal (e.g. libgdal1 for Debian, libgdal for Mandriva)  </li>
+  <li>xterm</li>
+</ul>
+
+and, recommended, also:
+<ul>
+  <li>tcl (e.g.tcl8.3 or tcl8.4)</li>
+  <li>tk (e.g. tk8.3 or tk8.4)</li>
+  <li>gdal tools</li>
+  <li>libfftw (fftw2, fftw3 or libfftw2, libfftw3)</li>
+</ul>
+
+<h3>NOTE:</h3>
+In some distributions (e.g. Debian, Mandriva) the names of libraries are slightly different.
+Check, and if there is no file of the name:<br>
+libtk.so.0<br>
+libtcl.so.0<br>
+libpq.so.2<br>
+libgdal.so.1<br>
+libdfftw.so.2<br>
+<br>
+then you should type:<br><br>
+    su<br>
+    ln -s /usr/lib/libtk.so /usr/lib/libtk.so.0<br>
+    ln -s /usr/lib/libtcl.so /usr/lib/libtcl.so.0<br>
+    ln -s /usr/lib/libpq.so.3 /usr/lib/libpq.so.2<br>
+    ln -s /usr/lib/libgdal.1.1.so /usr/lib/libgdal.so.1<br>
+    ln -s /usr/lib/libfftw.so.2 /usr/lib/libdfftw.so.2<br>
+    ldconfig<br>
+<p>
+As a first argument, you should put the names of the libraries you have in your distribution.<br>
+Instead of (or in addition to) libtk.so and libtcl.so, you might have
+libtk8.3.so and libtcl8.3.so (or libtk8.4.so and libtcl8.4.so). In this case, type instead:<br><br>
+    ln -s /usr/lib/libtk8.3.so /usr/lib/libtk.so.0<br>
+    ln -s /usr/lib/libtcl8.3.so /usr/lib/libtcl.so.0<br>
+    ldconfig<br>
+    
+<h1>How to uninstall</h1>
+sh /usr/local/bin/grass65uninstall.sh<br>
+If it's not there, then:<br>
+rm -rf /usr/local/bin/grass65<br>
+rm -rf /usr/local/bin/grass65-DD-MM-YYYY<br>
+rm -rf /usr/local/grass65-DD-MM-YYYY<br>
+<P>
+<hr>
+This snapshot was configured as follows:
+<pre>
+CFLAGS="-O2" LDFLAGS="-s" ./configure \
+  --enable-64bit \
+  --with-libs=/usr/lib64 \
+  --with-cxx \
+  --with-gdal=/usr/local/bin/gdal-config \
+  --without-odbc \
+  --with-sqlite \
+  --with-nls \
+  --with-python \
+  --with-wxwidgets=`which wx-config` \
+  --with-fftw \
+  --with-ffmpeg --with-ffmpeg-includes="/usr/include/libav* /usr/include/libpostproc /usr/include/libswscale" \
+  --with-motif \
+  --with-mysql --with-mysql-includes=/usr/include/mysql --with-mysql-libs=/usr/lib64 \
+  --with-freetype --with-freetype-includes=/usr/include/freetype2 \
+  --enable-largefile \
+  2>&1 | tee config_log.txt
+</pre>
+
+<hr>
+Get this <a href=README.html>file.</a>
+<p>
+Please help us and report bugs.<br>
+<a href=http://grass.itc.it/bugtracking/>Bug report form</a>
+</body>
+</html>

Added: grass-web/trunk/grass65/index.php
===================================================================
--- grass-web/trunk/grass65/index.php	                        (rev 0)
+++ grass-web/trunk/grass65/index.php	2009-03-18 20:32:32 UTC (rev 36407)
@@ -0,0 +1,100 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>GRASS GIS 6.5</title>
+  <meta name="robots" content="index,follow">
+  <meta name="description"
+        content="GRASS GIS (Geographic Resources
+         Analysis Support System) is an open source, free software
+         Geographical Information System (GIS) with raster, topological
+         vector, image processing, and visualization functionality">
+  <meta name="keywords"
+        content="gis, GIS, GRASS, open source, 
+	 free software, Geographical Information System, raster, topology,
+         vector, image processing, visualization">
+  <meta name="Author" content="MN/GRASS Development Team">
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <link rel="stylesheet" href="../sitestyle.css" type="text/css">
+</head>
+<body>
+   <!-- TOP LOGO LINE -->  
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
+ <tbody>
+ <tr><td>            
+   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
+   <tbody>
+      <tr bgcolor="#ffffff">
+       <td nowrap="nowrap">
+	  <a href="../index.php">
+	    <img src="../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22" border="0">
+	  </a>
+       </td>
+       <td nowrap="nowrap">
+          <table cellspacing="0" cellpadding="1" border="0" width="50%">
+          <tbody>
+            <tr bgcolor="#ffffff">
+              <td nowrap="nowrap">
+               <?php
+                  include("title.inc");
+               ?> 
+              </td>
+            </tr>
+          </tbody>
+          </table>
+       </td>
+      </tr>
+    </tbody>
+    </table>
+   </td>
+  </tr>
+ </tbody> 
+</table>
+
+<table cellspacing="0" cellpadding="1" border="0" width="100%">
+<tbody>
+ <tr>
+    <td valign="top">
+    <?php
+        include("../menu_search.inc");
+     ?> 
+   </td>
+   <td valign="top">
+     <?php
+       include("../menu_top.inc");
+     ?>
+   </td>
+ </tr>
+ <tr>
+  <td valign="top">
+     <?php
+       include("menu_side.inc");
+     ?>
+   </td>
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
+  
+    <?php
+      include("main.inc");
+      ?>
+	      
+    <!-- END MAIN PART -->
+ 
+  </td>
+ </tr>  
+ </tbody> 
+</table>
+
+<hr>
+   <div align="right">&copy; 2009 Development Team<br>
+   <a href="../impressum.html">Imprint</a> |
+   <a href="../contact.php">Comments</a> about this page<br>
+   </div>
+<!-- Site Meter -->
+<script type="text/javascript" src="http://s24.sitemeter.com/js/counter.js?site=s24grassgis">
+</script>
+<noscript>
+<a href="http://s24.sitemeter.com/stats.asp?site=s24grassgis" target="_top">
+<img src="http://s24.sitemeter.com/meter.asp?site=s24grassgis" alt="Site Meter" border="0"/></a>
+</noscript>
+<!-- Copyright (c)2006 Site Meter -->
+</body>
+</html>

Added: grass-web/trunk/grass65/main.inc
===================================================================
--- grass-web/trunk/grass65/main.inc	                        (rev 0)
+++ grass-web/trunk/grass65/main.inc	2009-03-18 20:32:32 UTC (rev 36407)
@@ -0,0 +1,49 @@
+<h2>Releases</h2>
+
+<i>This is the development version of GRASS 6 (SVN develbranch_6)</i>
+<BR><BR>
+
+<table border=0 width="75%">
+<tr>
+<td>
+<ul>
+<li> No real releases are planned since efforts should go into <a href="../grass70/">GRASS 7 development</a>
+<li> SVN snapshots are created weekly, see "Downloads" below.
+</ul>
+</td>
+<td align="right">
+<a href="../screenshots/"><img src="../grass61/screenshots/images/trento3d_colors_tiny.jpg" alt="GRASS screenshot" border=0><a>
+</td>
+</tr>
+</table>
+
+<a name="screenshots"></a>
+<h2>Screenshots</h2>
+
+<ul>
+<li><a href="../screenshots/index.php">Screenshots GRASS 6.5</a>
+</ul>
+
+<a name="downloads"></a>
+<h2>Downloads</h2>
+
+<ul>
+<li> Software: See <a href="../download/index.php#g65x">download page</a>
+<li> Manuals: <a href="manuals/html65_user/index.html">HTML</a></li>
+<li> Sample data: <a href="../download/data6.php">sample data sets page</a>
+</ul>
+
+<a name="docs"></a>
+<h2>Documentation</h2>
+<ul>
+ <li> User Manuals: <a href="manuals/html65_user/index.html">HTML</a></li>
+ <li> <a href="http://grass.osgeo.org/wiki/GRASS_6_Tutorial">Draft GRASS 6.0 tutorial</a></li>
+ <li> <a href="../devel/index.php#prog">GRASS 6 Programmer's Manual</a>
+</ul>
+
+<a name="translation"></a>
+<h2>Translation statistics</h2>
+<ul>
+ <li> <a href="../devel/i18n.php">Statistics of GRASS 6.4-SVN message translation efforts</a>
+</ul>
+

Added: grass-web/trunk/grass65/menu_side.inc
===================================================================
--- grass-web/trunk/grass65/menu_side.inc	                        (rev 0)
+++ grass-web/trunk/grass65/menu_side.inc	2009-03-18 20:32:32 UTC (rev 36407)
@@ -0,0 +1,40 @@
+<!-- SIDE MENU INCLUDE -->
+
+    <table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" border="0" width="150">
+    <tbody>
+     <tr>
+     <td><!-- TOP MENU -->
+      <table cellspacing="1" cellpadding="3" border="0" width="100%">
+      <tbody>
+        <tr bgcolor="#c5e2ca">
+        <td nowrap="nowrap">
+	<font size="-1">
+	  <a href="index.php">GRASS Development</a>
+	  <p>
+          <a href="../community/get_involved.php">Get involved!</a>
+	  <p>
+	  <a href="../devel/roadmap.php">Roadmap</a>
+	  <p>
+	  <a href="../devel/i18n.php">Translations (i18N)</a>
+	  <p>
+	  <a href="../devel/svn.php">SVN Server</a>
+	  <p>
+	  <a href="../devel/svntags.php">SVN tags</a>
+	  <p>
+          <a href="../devel/grasssvncommit.php">SVN commits ML</a>
+	  <p>
+	  <a href="../platforms/index.php">Platform notes</a>
+          <p>
+          <a href="../bugtracking/index.php">Bug/Wish reports</a>
+	  <p>
+	  <a href="../devel/grasshist.html">History</a>
+        </font>
+        </td>
+        </tr>
+      </tbody>             
+      </table><!-- END SIDE MENU -->
+     </td>
+     </tr>
+    </tbody>
+    </table> <!-- END menu frame -->
+

Added: grass-web/trunk/grass65/source/README.html
===================================================================
--- grass-web/trunk/grass65/source/README.html	                        (rev 0)
+++ grass-web/trunk/grass65/source/README.html	2009-03-18 20:32:32 UTC (rev 36407)
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+  <TITLE>GRASS 6.5.x source code</TITLE>
+ </HEAD>
+<BODY BGCOLOR=#FFFFFF>
+<pre>
+This directory contains the source code for GRASS GIS 6.5.x 
+in gzipped tar format.
+
+- find here official releases
+- the snapshot/ subdirectory contains weekly SVN snapshots.
+
+Please read the INSTALL file within the package.
+
+Status: The list of included modules can be found 
+<a href=../manuals/html65_user/index.html>here</a>.
+
+Help us to improve GRASS. Report problems at our bug report page:
+<a href=http://grass.osgeo.org/bugtracking/>go here</a>!
+
+Send improvements to
+          GRASS Development Team members
+          http://grass.osgeo.org/devel/index.php
+
+Thanks!
+
+***********************************************
+</pre>
+
+Get this <a href=README.html>file</a>.
+
+<!-- FOOTER -->
+<hr>
+<DIV ALIGN=right>&copy; 2009 GRASS Development Team<br>
+<a href="../../contact.php">Comments</a> about this page |
+ Back <a href=../../index.php>HOME</a><br>
+<i>Last change:
+$Date: 2008-03-22 22:16:14 +0100 (Sat, 22 Mar 2008) $
+</i></DIV>
+
+</BODY>
+</HTML>

Added: grass-web/trunk/grass65/source/snapshot/README.html
===================================================================
--- grass-web/trunk/grass65/source/snapshot/README.html	                        (rev 0)
+++ grass-web/trunk/grass65/source/snapshot/README.html	2009-03-18 20:32:32 UTC (rev 36407)
@@ -0,0 +1,59 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+   <meta name="Author" content="GRASS Development Team/MN">
+   <title>GRASS GIS 6.5 SVN snapshot</title>
+</head>
+<body bgcolor="#FFFFFF">
+
+<h2>GRASS GIS 6.5 SVN snapshot</h2>
+
+This directory contains the weekly generated SVN snapshot of GRASS 6.5.svn
+
+<p>
+<b>What's that?</b><p>
+
+If you are not interested to use the SVN program for directly accessing the
+latest GRASS source code, you can follow ongoing development by download a
+source code from this directory. This SVN snapshot is the source code checked
+out from SVN repository once a week.
+
+<p>
+If you are interested in daily versions, please access the 
+<a href=../../../devel/svn.php>SVN server</a> for latest GRASS 6.5 sources
+directly.
+
+<h2>Is this snapshot stable?</h2>
+
+Occasionally, weekly snapshots may not work properly; in case, please revert
+to a previous version.
+
+<h2>Installation</h2>
+
+Please read the included INSTALL file.
+
+<h2>Bug reports</h2>
+
+Please report bugs *if* not listed in known BUGS.
+You are encouraged to use our bug report form:
+
+<a href=../../../bugtracking/>bug report form</a>.
+
+<p>
+Improvements and source code pieces are very welcome!
+
+<p>
+Get this <a href=README.html>file</a>.
+
+<!-- FOOTER -->
+<hr>
+<DIV ALIGN=right>&copy; 2008 GRASS Development Team<br>
+<a href="../../../contact.php">Comments</a> about this page |
+ Back <a href=../../../index.php>HOME</a><br>
+<i>Last change:
+$Date: 2008-04-03 14:45:00 +0200 (Thu, 03 Apr 2008) $
+</i></DIV>
+
+</body>
+</html>

Added: grass-web/trunk/grass65/title.inc
===================================================================
--- grass-web/trunk/grass65/title.inc	                        (rev 0)
+++ grass-web/trunk/grass65/title.inc	2009-03-18 20:32:32 UTC (rev 36407)
@@ -0,0 +1,4 @@
+<!-- keep indentation -->
+                <center><br>
+                  <h1>GRASS 6.5</h1>
+                </center>



More information about the grass-commit mailing list