[GRASS-SVN] r37757 - in grass/branches/releasebranch_6_4/gem: .
docs docs/GEM-Manual
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 6 05:23:57 EDT 2009
Author: hamish
Date: 2009-06-06 05:23:56 -0400 (Sat, 06 Jun 2009)
New Revision: 37757
Modified:
grass/branches/releasebranch_6_4/gem/docs/GEM-Manual.lyx
grass/branches/releasebranch_6_4/gem/docs/GEM-Manual/GEM-Manual.html
grass/branches/releasebranch_6_4/gem/docs/GEM-Manual/index.html
grass/branches/releasebranch_6_4/gem/main.c
Log:
binary rename
Modified: grass/branches/releasebranch_6_4/gem/docs/GEM-Manual/GEM-Manual.html
===================================================================
--- grass/branches/releasebranch_6_4/gem/docs/GEM-Manual/GEM-Manual.html 2009-06-06 09:14:27 UTC (rev 37756)
+++ grass/branches/releasebranch_6_4/gem/docs/GEM-Manual/GEM-Manual.html 2009-06-06 09:23:56 UTC (rev 37757)
@@ -397,7 +397,7 @@
<DL COMPACT>
<DT>
-<DD>gem6
+<DD>gem64
</DD>
</DL>Instructions on how to user GEM to install an actual extension are
given in section <A HREF="#sub:Basic-Usage">3.4</A>.
@@ -461,7 +461,7 @@
<DL COMPACT>
<DT>
-<DD>./gem6
+<DD>./gem64
</DD>
</DL>... or copy the executable to a system-wide directory, such
as <I>/usr/local/bin</I>.
@@ -496,7 +496,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -install=<I>ExtensionName</I>.tar.gz
+<DD>gem64 -install=<I>ExtensionName</I>.tar.gz
</DD>
</DL>You will now have to be patient as the extension is verified, configured
and its source code compiled.
@@ -567,7 +567,7 @@
<P>
I will further assume that you (or your system's administrator) have
-copied the executable <I>gem6</I> into a directory from where it can
+copied the executable <I>gem64</I> into a directory from where it can
be started system-wide (such as <I>/usr/local/bin</I>) without having
to prefix the path to the executable (see instructions in <A HREF="#sub:Program-Installation">3.1</A>).
@@ -607,7 +607,7 @@
<DL COMPACT>
<DT>
-<DD>gem6
+<DD>gem64
</DD>
</DL>The ``-version'' action shows information about the GEM version
you are using.
@@ -629,7 +629,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -grass=/usr/local/grass-6.0.0 -install=RasterTools.tar.gz
+<DD>gem64 -grass=/usr/local/grass-6.0.0 -install=RasterTools.tar.gz
</DD>
</DL>If everything goes well, you will see a few messages on the screen
and after a short while the program will inform you that it is done.
@@ -684,7 +684,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools
+<DD>gem64 -query=RasterTools
</DD>
</DL>This will display all sorts of information about your freshly installed
extension, including the installed modules (under ``Commands provided'').
@@ -695,7 +695,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools | more
+<DD>gem64 -query=RasterTools | more
</DD>
</DL>Alternatively, you can browse the GRASS HTML offline help which should
now contain a link to the extension and its modules from its main
@@ -715,7 +715,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools.tar.gz
+<DD>gem64 -query=RasterTools.tar.gz
</DD>
</DL>Actions ``-details='' and ``-license='' will give additional
information if needed. To list all installed extensions (shows name,
@@ -727,7 +727,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -q
+<DD>gem64 -q
</DD>
</DL><!-- MATH
$\framebox{\begin{minipage}[t][1\totalheight]{1\columnwidth}%
@@ -753,7 +753,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -uninstall=AdvancedViewshedAnalysis
+<DD>gem64 -uninstall=AdvancedViewshedAnalysis
</DD>
</DL>This should clean your system of all installed modules, HTML pages
and GUI menu entires. Quit and restart the GIS-Manager (<I>d.m</I>)
@@ -766,7 +766,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -restore
+<DD>gem64 -restore
</DD>
</DL>... will try to put everything back in order. The program will
also create a backup copy <I>menu.tcl.gem.bak</I> before it alters
@@ -805,7 +805,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools.tar.gz
+<DD>gem64 -query=RasterTools.tar.gz
</DD>
</DL>If any binaries are provided, they will be listed under "Binary
installation files". You should be able to see whether they
@@ -822,7 +822,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -binary=cygwin -install=RasterTools.tar.gz
+<DD>gem64 -binary=cygwin -install=RasterTools.tar.gz
</DD>
</DL>This process should finish quicker than regular installation from
source code as it will skip source code configuration and compilation.
@@ -854,7 +854,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
+<DD>gem64 -install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
</DD>
</DL>
<P>
@@ -880,7 +880,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools.tar.gz
+<DD>gem64 -query=RasterTools.tar.gz
</DD>
</DL>Compare this with the output of
@@ -888,7 +888,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -q
+<DD>gem64 -q
</DD>
</DL>... and you will know if you need to install something else first.
@@ -1406,7 +1406,7 @@
<DD>#!/bin/bash
<P>
-$GEMBIN=/usr/local/bin/gem6
+$GEMBIN=/usr/local/bin/gem64
<P>
export WIN=/home/user/wingrass
@@ -1490,10 +1490,10 @@
<DL COMPACT>
<DT>
-<DD>./wingem6 -install=<extension> -grass=<grass-install-dir>
+<DD>./wingem64 -install=<extension> -grass=<grass-install-dir>
</DD>
</DL>Don't forget to configure your extension to re-generate Platform.make
-and Grass.make (i.e. don't use the <I>-s</I> flag on the first <I>wingem6</I>
+and Grass.make (i.e. don't use the <I>-s</I> flag on the first <I>wingem64</I>
run).
<P>
@@ -1545,7 +1545,7 @@
<DL COMPACT>
<DT>
-<DD>./gem6 -grass=pathToGRASS -t extensionName
+<DD>./gem64 -grass=pathToGRASS -t extensionName
</DD>
</DL>If the compilation was successful, you will find two new folders in
the <I>src</I> directory of the extension directory: <I>bin.architecture-osname</I>
@@ -2246,7 +2246,7 @@
<DL COMPACT>
<DT>
-<DD>Usage: gem6 [OPTION] [ACTION] [FILE|DIR]
+<DD>Usage: gem64 [OPTION] [ACTION] [FILE|DIR]
<P>
Possible ACTIONs are:
Modified: grass/branches/releasebranch_6_4/gem/docs/GEM-Manual/index.html
===================================================================
--- grass/branches/releasebranch_6_4/gem/docs/GEM-Manual/index.html 2009-06-06 09:14:27 UTC (rev 37756)
+++ grass/branches/releasebranch_6_4/gem/docs/GEM-Manual/index.html 2009-06-06 09:23:56 UTC (rev 37757)
@@ -397,7 +397,7 @@
<DL COMPACT>
<DT>
-<DD>gem6
+<DD>gem64
</DD>
</DL>Instructions on how to user GEM to install an actual extension are
given in section <A HREF="#sub:Basic-Usage">3.4</A>.
@@ -461,7 +461,7 @@
<DL COMPACT>
<DT>
-<DD>./gem6
+<DD>./gem64
</DD>
</DL>... or copy the executable to a system-wide directory, such
as <I>/usr/local/bin</I>.
@@ -496,7 +496,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -install=<I>ExtensionName</I>.tar.gz
+<DD>gem64 -install=<I>ExtensionName</I>.tar.gz
</DD>
</DL>You will now have to be patient as the extension is verified, configured
and its source code compiled.
@@ -567,7 +567,7 @@
<P>
I will further assume that you (or your system's administrator) have
-copied the executable <I>gem6</I> into a directory from where it can
+copied the executable <I>gem64</I> into a directory from where it can
be started system-wide (such as <I>/usr/local/bin</I>) without having
to prefix the path to the executable (see instructions in <A HREF="#sub:Program-Installation">3.1</A>).
@@ -607,7 +607,7 @@
<DL COMPACT>
<DT>
-<DD>gem6
+<DD>gem64
</DD>
</DL>The ``-version'' action shows information about the GEM version
you are using.
@@ -629,7 +629,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -grass=/usr/local/grass-6.0.0 -install=RasterTools.tar.gz
+<DD>gem64 -grass=/usr/local/grass-6.0.0 -install=RasterTools.tar.gz
</DD>
</DL>If everything goes well, you will see a few messages on the screen
and after a short while the program will inform you that it is done.
@@ -684,7 +684,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools
+<DD>gem64 -query=RasterTools
</DD>
</DL>This will display all sorts of information about your freshly installed
extension, including the installed modules (under ``Commands provided'').
@@ -695,7 +695,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools | more
+<DD>gem64 -query=RasterTools | more
</DD>
</DL>Alternatively, you can browse the GRASS HTML offline help which should
now contain a link to the extension and its modules from its main
@@ -715,7 +715,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools.tar.gz
+<DD>gem64 -query=RasterTools.tar.gz
</DD>
</DL>Actions ``-details='' and ``-license='' will give additional
information if needed. To list all installed extensions (shows name,
@@ -727,7 +727,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -q
+<DD>gem64 -q
</DD>
</DL><!-- MATH
$\framebox{\begin{minipage}[t][1\totalheight]{1\columnwidth}%
@@ -753,7 +753,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -uninstall=AdvancedViewshedAnalysis
+<DD>gem64 -uninstall=AdvancedViewshedAnalysis
</DD>
</DL>This should clean your system of all installed modules, HTML pages
and GUI menu entires. Quit and restart the GIS-Manager (<I>d.m</I>)
@@ -766,7 +766,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -restore
+<DD>gem64 -restore
</DD>
</DL>... will try to put everything back in order. The program will
also create a backup copy <I>menu.tcl.gem.bak</I> before it alters
@@ -805,7 +805,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools.tar.gz
+<DD>gem64 -query=RasterTools.tar.gz
</DD>
</DL>If any binaries are provided, they will be listed under "Binary
installation files". You should be able to see whether they
@@ -822,7 +822,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -binary=cygwin -install=RasterTools.tar.gz
+<DD>gem64 -binary=cygwin -install=RasterTools.tar.gz
</DD>
</DL>This process should finish quicker than regular installation from
source code as it will skip source code configuration and compilation.
@@ -854,7 +854,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
+<DD>gem64 -install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
</DD>
</DL>
<P>
@@ -880,7 +880,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -query=RasterTools.tar.gz
+<DD>gem64 -query=RasterTools.tar.gz
</DD>
</DL>Compare this with the output of
@@ -888,7 +888,7 @@
<DL COMPACT>
<DT>
-<DD>gem6 -q
+<DD>gem64 -q
</DD>
</DL>... and you will know if you need to install something else first.
@@ -1406,7 +1406,7 @@
<DD>#!/bin/bash
<P>
-$GEMBIN=/usr/local/bin/gem6
+$GEMBIN=/usr/local/bin/gem64
<P>
export WIN=/home/user/wingrass
@@ -1490,10 +1490,10 @@
<DL COMPACT>
<DT>
-<DD>./wingem6 -install=<extension> -grass=<grass-install-dir>
+<DD>./wingem64 -install=<extension> -grass=<grass-install-dir>
</DD>
</DL>Don't forget to configure your extension to re-generate Platform.make
-and Grass.make (i.e. don't use the <I>-s</I> flag on the first <I>wingem6</I>
+and Grass.make (i.e. don't use the <I>-s</I> flag on the first <I>wingem64</I>
run).
<P>
@@ -1545,7 +1545,7 @@
<DL COMPACT>
<DT>
-<DD>./gem6 -grass=pathToGRASS -t extensionName
+<DD>./gem64 -grass=pathToGRASS -t extensionName
</DD>
</DL>If the compilation was successful, you will find two new folders in
the <I>src</I> directory of the extension directory: <I>bin.architecture-osname</I>
@@ -2246,7 +2246,7 @@
<DL COMPACT>
<DT>
-<DD>Usage: gem6 [OPTION] [ACTION] [FILE|DIR]
+<DD>Usage: gem64 [OPTION] [ACTION] [FILE|DIR]
<P>
Possible ACTIONs are:
Modified: grass/branches/releasebranch_6_4/gem/docs/GEM-Manual.lyx
===================================================================
--- grass/branches/releasebranch_6_4/gem/docs/GEM-Manual.lyx 2009-06-06 09:14:27 UTC (rev 37756)
+++ grass/branches/releasebranch_6_4/gem/docs/GEM-Manual.lyx 2009-06-06 09:23:56 UTC (rev 37757)
@@ -461,7 +461,7 @@
\end_layout
\begin_layout LyX-Code
-gem6
+gem64
\end_layout
\begin_layout Standard
@@ -575,7 +575,7 @@
\end_layout
\begin_layout LyX-Code
-./gem6
+./gem64
\end_layout
\begin_layout Standard
@@ -623,7 +623,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --install=
+gem64 --install=
\emph on
ExtensionName
\emph default
@@ -771,7 +771,7 @@
I will further assume that you (or your system's administrator) have copied
the executable
\emph on
-gem6
+gem64
\emph default
into a directory from where it can be started system-wide (such as
\emph on
@@ -878,7 +878,7 @@
\end_layout
\begin_layout LyX-Code
-gem6
+gem64
\end_layout
\begin_layout Standard
@@ -941,7 +941,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --grass=/usr/local/grass-6.0.0 --install=RasterTools.tar.gz
+gem64 --grass=/usr/local/grass-6.0.0 --install=RasterTools.tar.gz
\end_layout
\begin_layout Standard
@@ -1077,7 +1077,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --query=RasterTools
+gem64 --query=RasterTools
\end_layout
\begin_layout Standard
@@ -1100,7 +1100,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --query=RasterTools | more
+gem64 --query=RasterTools | more
\end_layout
\begin_layout Standard
@@ -1142,7 +1142,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --query=RasterTools.tar.gz
+gem64 --query=RasterTools.tar.gz
\end_layout
\begin_layout Standard
@@ -1170,7 +1170,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 -q
+gem64 -q
\end_layout
\begin_layout Standard
@@ -1218,7 +1218,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --uninstall=AdvancedViewshedAnalysis
+gem64 --uninstall=AdvancedViewshedAnalysis
\end_layout
\begin_layout Standard
@@ -1243,7 +1243,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --restore
+gem64 --restore
\end_layout
\begin_layout Standard
@@ -1308,7 +1308,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --query=RasterTools.tar.gz
+gem64 --query=RasterTools.tar.gz
\end_layout
\begin_layout Standard
@@ -1339,7 +1339,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --binary=cygwin --install=RasterTools.tar.gz
+gem64 --binary=cygwin --install=RasterTools.tar.gz
\end_layout
\begin_layout Standard
@@ -1397,7 +1397,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
+gem64 --install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
\end_layout
\begin_layout Subsection
@@ -1435,7 +1435,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 --query=RasterTools.tar.gz
+gem64 --query=RasterTools.tar.gz
\end_layout
\begin_layout Standard
@@ -1443,7 +1443,7 @@
\end_layout
\begin_layout LyX-Code
-gem6 -q
+gem64 -q
\end_layout
\begin_layout Standard
@@ -2706,7 +2706,7 @@
\end_layout
\begin_layout LyX-Code
-$GEMBIN=/usr/local/bin/gem6
+$GEMBIN=/usr/local/bin/gem64
\end_layout
\begin_layout LyX-Code
@@ -2859,7 +2859,7 @@
\end_layout
\begin_layout LyX-Code
-./wingem6 --install=<extension> --grass=<grass-install-dir>
+./wingem64 --install=<extension> --grass=<grass-install-dir>
\end_layout
\begin_layout Standard
@@ -2871,7 +2871,7 @@
\emph default
flag on the first
\emph on
-wingem6
+wingem64
\emph default
run).
\end_layout
@@ -2939,7 +2939,7 @@
\end_layout
\begin_layout LyX-Code
-./gem6 --grass=pathToGRASS -t extensionName
+./gem64 --grass=pathToGRASS -t extensionName
\end_layout
\begin_layout Standard
@@ -4186,7 +4186,7 @@
\end_layout
\begin_layout LyX-Code
-Usage: gem6 [OPTION] [ACTION] [FILE|DIR]
+Usage: gem64 [OPTION] [ACTION] [FILE|DIR]
\end_layout
\begin_layout LyX-Code
Modified: grass/branches/releasebranch_6_4/gem/main.c
===================================================================
--- grass/branches/releasebranch_6_4/gem/main.c 2009-06-06 09:14:27 UTC (rev 37756)
+++ grass/branches/releasebranch_6_4/gem/main.c 2009-06-06 09:23:56 UTC (rev 37757)
@@ -131,9 +131,9 @@
- remove cva, install again: WARNING: list item 'cva' exists in index.html (?)
- superfluous warning upon uninstall of extension w/o "entries-gisman"
- due to bad command line parsing, listing installed extensions only works like this:
- ./gem6 --grass=/usr/local/grass-6.4.svn -q
+ ./gem64 --grass=/usr/local/grass-6.4.svn -q
NOT like this:
- ./gem6 -q --grass=/usr/local/grass-6.4.svn
+ ./gem64 -q --grass=/usr/local/grass-6.4.svn
*/
@@ -147,7 +147,7 @@
void show_help(void)
{
- fprintf(stdout, "Usage: gem6 [OPTION] [ACTION] [FILE|DIR]\n");
+ fprintf(stdout, "Usage: gem64 [OPTION] [ACTION] [FILE|DIR]\n");
fprintf(stdout, "Install a GRASS extension from FILE or DIR.\n");
fprintf(stdout, "Manage (installed) GRASS extension(s).\n");
fprintf(stdout, "\nPossible ACTIONs are:\n");
@@ -203,7 +203,7 @@
"For installation from source code, a C compiler and make tools are needed.\n");
fprintf(stdout, "\nExample:\n");
fprintf(stdout,
- "\tgem6 -b macosx --grass=/usr/local/grass-6.4.0 -i myExtension\n");
+ "\tgem64 -b macosx --grass=/usr/local/grass-6.4.0 -i myExtension\n");
fprintf(stdout,
"Installs the MacOS X binaries for 'myExtension' in /usr/local/grass-6.4.0.\n");
exit(0);
@@ -257,7 +257,7 @@
void show_version(void)
{
- fprintf(stdout, "gem6 (GRASS extensions manager) %.2f\n", PROGVERSION);
+ fprintf(stdout, "gem64 (GRASS extensions manager) %.2f\n", PROGVERSION);
fprintf(stdout, "Written by Benjamin Ducke\n");
fprintf(stdout, "\nCopyright (C) 2005 Benjamin Ducke\n");
fprintf(stdout,
More information about the grass-commit
mailing list