ソースを参照

binary rename

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37759 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 年 前
コミット
e5d2e0ae79
4 ファイル変更67 行追加67 行削除
  1. 22 22
      gem/docs/GEM-Manual.lyx
  2. 22 22
      gem/docs/GEM-Manual/GEM-Manual.html
  3. 22 22
      gem/docs/GEM-Manual/index.html
  4. 1 1
      gem/main.c

+ 22 - 22
gem/docs/GEM-Manual.lyx

@@ -461,7 +461,7 @@ ally have GEM available system-wide (usually
 \end_layout
 
 \begin_layout LyX-Code
-gem6
+gem70
 \end_layout
 
 \begin_layout Standard
@@ -575,7 +575,7 @@ Afer a few seconds, the compilation is done and you have an executable file
 \end_layout
 
 \begin_layout LyX-Code
-./gem6
+./gem70
 \end_layout
 
 \begin_layout Standard
@@ -623,7 +623,7 @@ For the impatient.
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --install=
+gem70 --install=
 \emph on
 ExtensionName
 \emph default
@@ -771,7 +771,7 @@ tar'd gzip
 I will further assume that you (or your system's administrator) have copied
  the executable 
 \emph on
-gem6
+gem70
 \emph default
  into a directory from where it can be started system-wide (such as 
 \emph on
@@ -878,7 +878,7 @@ GEM understands short and long options.
 \end_layout
 
 \begin_layout LyX-Code
-gem6
+gem70
 \end_layout
 
 \begin_layout Standard
@@ -941,7 +941,7 @@ To install a module into your GRASS installation (in this example
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --grass=/usr/local/grass-6.0.0 --install=RasterTools.tar.gz
+gem70 --grass=/usr/local/grass-6.0.0 --install=RasterTools.tar.gz
 \end_layout
 
 \begin_layout Standard
@@ -1077,7 +1077,7 @@ RasterTools
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --query=RasterTools
+gem70 --query=RasterTools
 \end_layout
 
 \begin_layout Standard
@@ -1100,7 +1100,7 @@ more
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --query=RasterTools | more
+gem70 --query=RasterTools | more
 \end_layout
 
 \begin_layout Standard
@@ -1142,7 +1142,7 @@ If you want to know details about an extension before you install it, you
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --query=RasterTools.tar.gz
+gem70 --query=RasterTools.tar.gz
 \end_layout
 
 \begin_layout Standard
@@ -1170,7 +1170,7 @@ Actions
 \end_layout
 
 \begin_layout LyX-Code
-gem6 -q
+gem70 -q
 \end_layout
 
 \begin_layout Standard
@@ -1218,7 +1218,7 @@ You can also un-install an extension to remove it from the system-wide GRASS
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --uninstall=AdvancedViewshedAnalysis 
+gem70 --uninstall=AdvancedViewshedAnalysis 
 \end_layout
 
 \begin_layout Standard
@@ -1243,7 +1243,7 @@ menu.tcl
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --restore 
+gem70 --restore 
 \end_layout
 
 \begin_layout Standard
@@ -1308,7 +1308,7 @@ You can check whether an extension provides such pre-compiled binary files
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --query=RasterTools.tar.gz
+gem70 --query=RasterTools.tar.gz
 \end_layout
 
 \begin_layout Standard
@@ -1339,7 +1339,7 @@ Use the option "--binary=" in conjunction with the "--install=" action to
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --binary=cygwin --install=RasterTools.tar.gz
+gem70 --binary=cygwin --install=RasterTools.tar.gz
 \end_layout
 
 \begin_layout Standard
@@ -1397,7 +1397,7 @@ wget
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
+gem70 --install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
 \end_layout
 
 \begin_layout Subsection
@@ -1435,7 +1435,7 @@ Dependencies
 \end_layout
 
 \begin_layout LyX-Code
-gem6 --query=RasterTools.tar.gz
+gem70 --query=RasterTools.tar.gz
 \end_layout
 
 \begin_layout Standard
@@ -1443,7 +1443,7 @@ Compare this with the output of
 \end_layout
 
 \begin_layout LyX-Code
-gem6 -q
+gem70 -q
 \end_layout
 
 \begin_layout Standard
@@ -2706,7 +2706,7 @@ WIN
 \end_layout
 
 \begin_layout LyX-Code
-$GEMBIN=/usr/local/bin/gem6
+$GEMBIN=/usr/local/bin/gem70
 \end_layout
 
 \begin_layout LyX-Code
@@ -2859,7 +2859,7 @@ This makes use of GEM's new ability to use custom configure and make commands:
 \end_layout
 
 \begin_layout LyX-Code
-./wingem6 --install=<extension> --grass=<grass-install-dir>
+./wingem70 --install=<extension> --grass=<grass-install-dir>
 \end_layout
 
 \begin_layout Standard
@@ -2871,7 +2871,7 @@ Don't forget to configure your extension to re-generate Platform.make and
 \emph default
  flag on the first 
 \emph on
-wingem6
+wingem70
 \emph default
  run).
 \end_layout
@@ -2939,7 +2939,7 @@ Compile the extension under the OS that you wish to prepare binaries for
 \end_layout
 
 \begin_layout LyX-Code
-./gem6 --grass=pathToGRASS -t extensionName
+./gem70 --grass=pathToGRASS -t extensionName
 \end_layout
 
 \begin_layout Standard
@@ -4186,7 +4186,7 @@ GEM Synopsis
 \end_layout
 
 \begin_layout LyX-Code
-Usage: gem6 [OPTION] [ACTION] [FILE|DIR]
+Usage: gem70 [OPTION] [ACTION] [FILE|DIR]
 \end_layout
 
 \begin_layout LyX-Code

+ 22 - 22
gem/docs/GEM-Manual/GEM-Manual.html

@@ -397,7 +397,7 @@ with:
 
 <DL COMPACT>
 <DT>
-<DD>gem6
+<DD>gem70
 </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 @@ file that you can start from the current directory:
 
 <DL COMPACT>
 <DT>
-<DD>./gem6
+<DD>./gem70
 </DD>
 </DL>... or copy the executable to a system-wide directory, such
 as <I>/usr/local/bin</I>.
@@ -496,7 +496,7 @@ it from inside the GRASS session using:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-install=<I>ExtensionName</I>.tar.gz
+<DD>gem70&nbsp;-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 @@ this with the name of the extension you wish to install as needed.
 
 <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>gem70</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 @@ simply call GEM without any options or ``-help'':
 
 <DL COMPACT>
 <DT>
-<DD>gem6
+<DD>gem70
 </DD>
 </DL>The ``-version'' action shows information about the GEM version
 you are using.
@@ -629,7 +629,7 @@ installation for which you wish to install the extension (using the
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-grass=/usr/local/grass-6.0.0&nbsp;-install=RasterTools.tar.gz
+<DD>gem70&nbsp;-grass=/usr/local/grass-6.0.0&nbsp;-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 @@ as ``RasterTools''. To get a list of newly installed GRASS modules:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools
+<DD>gem70&nbsp;-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 @@ through <I>more</I> and press space to see one page after another:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools&nbsp;|&nbsp;more
+<DD>gem70&nbsp;-query=RasterTools&nbsp;|&nbsp;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 @@ it, you can also query the extension package itself:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools.tar.gz
+<DD>gem70&nbsp;-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 @@ name:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-q
+<DD>gem70&nbsp;-q
 </DD>
 </DL><!-- MATH
  $\framebox{\begin{minipage}[t][1\totalheight]{1\columnwidth}%
@@ -753,7 +753,7 @@ Again, you need write-access to the GRASS installation dir.
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-uninstall=AdvancedViewshedAnalysis&nbsp;
+<DD>gem70&nbsp;-uninstall=AdvancedViewshedAnalysis&nbsp;
 </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 @@ now missing GUI menu entries and HTML pages for your extensions:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-restore&nbsp;
+<DD>gem70&nbsp;-restore&nbsp;
 </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 @@ files for your OS by querying the extension package:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools.tar.gz
+<DD>gem70&nbsp;-query=RasterTools.tar.gz
 </DD>
 </DL>If any binaries are provided, they will be listed under &#34;Binary
 installation files&#34;. You should be able to see whether they
@@ -822,7 +822,7 @@ deem right:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-binary=cygwin&nbsp;-install=RasterTools.tar.gz
+<DD>gem70&nbsp;-binary=cygwin&nbsp;-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 @@ is installed (http://www.gnu.org/software/wget/wget.html):
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
+<DD>gem70&nbsp;-install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
 </DD>
 </DL>
 <P>
@@ -880,7 +880,7 @@ has before you attempt to install (under ``Dependencies''):
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools.tar.gz
+<DD>gem70&nbsp;-query=RasterTools.tar.gz
 </DD>
 </DL>Compare this with the output of
 
@@ -888,7 +888,7 @@ has before you attempt to install (under ``Dependencies''):
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-q
+<DD>gem70&nbsp;-q
 </DD>
 </DL>... and you will know if you need to install something else first.
 
@@ -1406,7 +1406,7 @@ directory of your cross compilation setup):
 <DD>#!/bin/bash
 
 <P>
-$GEMBIN=/usr/local/bin/gem6
+$GEMBIN=/usr/local/bin/gem70
 
 <P>
 export&nbsp;WIN=/home/user/wingrass
@@ -1490,10 +1490,10 @@ commands:
 
 <DL COMPACT>
 <DT>
-<DD>./wingem6&nbsp;-install=&lt;extension&gt;&nbsp;-grass=&lt;grass-install-dir&gt;
+<DD>./wingem70&nbsp;-install=&lt;extension&gt;&nbsp;-grass=&lt;grass-install-dir&gt;
 </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>wingem70</I>
 run).
 
 <P>
@@ -1545,7 +1545,7 @@ an error message about the extension being already installed):
 
 <DL COMPACT>
 <DT>
-<DD>./gem6&nbsp;-grass=pathToGRASS&nbsp;-t&nbsp;extensionName
+<DD>./gem70&nbsp;-grass=pathToGRASS&nbsp;-t&nbsp;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 @@ B..3 GEM Synopsis</A>
 
 <DL COMPACT>
 <DT>
-<DD>Usage:&nbsp;gem6&nbsp;[OPTION]&nbsp;[ACTION]&nbsp;[FILE|DIR]
+<DD>Usage:&nbsp;gem70&nbsp;[OPTION]&nbsp;[ACTION]&nbsp;[FILE|DIR]
 
 <P>
 Possible&nbsp;ACTIONs&nbsp;are:

+ 22 - 22
gem/docs/GEM-Manual/index.html

@@ -397,7 +397,7 @@ with:
 
 <DL COMPACT>
 <DT>
-<DD>gem6
+<DD>gem70
 </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 @@ file that you can start from the current directory:
 
 <DL COMPACT>
 <DT>
-<DD>./gem6
+<DD>./gem70
 </DD>
 </DL>... or copy the executable to a system-wide directory, such
 as <I>/usr/local/bin</I>.
@@ -496,7 +496,7 @@ it from inside the GRASS session using:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-install=<I>ExtensionName</I>.tar.gz
+<DD>gem70&nbsp;-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 @@ this with the name of the extension you wish to install as needed.
 
 <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>gem70</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 @@ simply call GEM without any options or ``-help'':
 
 <DL COMPACT>
 <DT>
-<DD>gem6
+<DD>gem70
 </DD>
 </DL>The ``-version'' action shows information about the GEM version
 you are using.
@@ -629,7 +629,7 @@ installation for which you wish to install the extension (using the
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-grass=/usr/local/grass-6.0.0&nbsp;-install=RasterTools.tar.gz
+<DD>gem70&nbsp;-grass=/usr/local/grass-6.0.0&nbsp;-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 @@ as ``RasterTools''. To get a list of newly installed GRASS modules:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools
+<DD>gem70&nbsp;-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 @@ through <I>more</I> and press space to see one page after another:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools&nbsp;|&nbsp;more
+<DD>gem70&nbsp;-query=RasterTools&nbsp;|&nbsp;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 @@ it, you can also query the extension package itself:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools.tar.gz
+<DD>gem70&nbsp;-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 @@ name:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-q
+<DD>gem70&nbsp;-q
 </DD>
 </DL><!-- MATH
  $\framebox{\begin{minipage}[t][1\totalheight]{1\columnwidth}%
@@ -753,7 +753,7 @@ Again, you need write-access to the GRASS installation dir.
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-uninstall=AdvancedViewshedAnalysis&nbsp;
+<DD>gem70&nbsp;-uninstall=AdvancedViewshedAnalysis&nbsp;
 </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 @@ now missing GUI menu entries and HTML pages for your extensions:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-restore&nbsp;
+<DD>gem70&nbsp;-restore&nbsp;
 </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 @@ files for your OS by querying the extension package:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools.tar.gz
+<DD>gem70&nbsp;-query=RasterTools.tar.gz
 </DD>
 </DL>If any binaries are provided, they will be listed under &#34;Binary
 installation files&#34;. You should be able to see whether they
@@ -822,7 +822,7 @@ deem right:
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-binary=cygwin&nbsp;-install=RasterTools.tar.gz
+<DD>gem70&nbsp;-binary=cygwin&nbsp;-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 @@ is installed (http://www.gnu.org/software/wget/wget.html):
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
+<DD>gem70&nbsp;-install=http://www.uni-kiel.de/ufg/dateienDucke/RasterTools.tar.gz
 </DD>
 </DL>
 <P>
@@ -880,7 +880,7 @@ has before you attempt to install (under ``Dependencies''):
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-query=RasterTools.tar.gz
+<DD>gem70&nbsp;-query=RasterTools.tar.gz
 </DD>
 </DL>Compare this with the output of
 
@@ -888,7 +888,7 @@ has before you attempt to install (under ``Dependencies''):
 
 <DL COMPACT>
 <DT>
-<DD>gem6&nbsp;-q
+<DD>gem70&nbsp;-q
 </DD>
 </DL>... and you will know if you need to install something else first.
 
@@ -1406,7 +1406,7 @@ directory of your cross compilation setup):
 <DD>#!/bin/bash
 
 <P>
-$GEMBIN=/usr/local/bin/gem6
+$GEMBIN=/usr/local/bin/gem70
 
 <P>
 export&nbsp;WIN=/home/user/wingrass
@@ -1490,10 +1490,10 @@ commands:
 
 <DL COMPACT>
 <DT>
-<DD>./wingem6&nbsp;-install=&lt;extension&gt;&nbsp;-grass=&lt;grass-install-dir&gt;
+<DD>./wingem70&nbsp;-install=&lt;extension&gt;&nbsp;-grass=&lt;grass-install-dir&gt;
 </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>wingem70</I>
 run).
 
 <P>
@@ -1545,7 +1545,7 @@ an error message about the extension being already installed):
 
 <DL COMPACT>
 <DT>
-<DD>./gem6&nbsp;-grass=pathToGRASS&nbsp;-t&nbsp;extensionName
+<DD>./gem70&nbsp;-grass=pathToGRASS&nbsp;-t&nbsp;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 @@ B..3 GEM Synopsis</A>
 
 <DL COMPACT>
 <DT>
-<DD>Usage:&nbsp;gem6&nbsp;[OPTION]&nbsp;[ACTION]&nbsp;[FILE|DIR]
+<DD>Usage:&nbsp;gem70&nbsp;[OPTION]&nbsp;[ACTION]&nbsp;[FILE|DIR]
 
 <P>
 Possible&nbsp;ACTIONs&nbsp;are:

+ 1 - 1
gem/main.c

@@ -75,7 +75,7 @@
    NEED HELP
    - GRASS' make install installs all files BENEATH top level dir with UID
    set to benni !!! Is this intentional?
-   - provide gem61 as link in /usr/local/bin as part of grass 6.1 base install
+   - provide gem7x as link in /usr/local/bin as part of grass 7.x base install
    - description.html should not contain </body> or </html> as Rules.Make seems
    to append those ?
    - source install copies files COPYING README REQUIREMENTS.html to somewhere (but where?)