<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head> <!-- <DEFANGED_STYLE type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --> --> </DEFANGED_STYLE><title>New OS X versions ready -
proposals</title></head><body>
<div>It's ready last GRASS GIS COMPLETE and GRASS GIS CVS for Mac OS
X.</div>
<div><br></div>
<div><b>GRASS GIS COMPLETE</b> (108 MB) at
http://wwwamb.bologna.enea.it/forgrass/download.htm requires:</div>
<div>Mac OS X 10.2.8 or higher, Apple X11 and includes:</div>
<ul>
<li>one single installer for libraries (Grass_Lib_050202.pkg): the
libraries for Grass are installed in /usr/local/grasslib folder;
<li>Grass folder (drag this folder in Applications folder): into this
folder there is grass54 app (grass 5.4.0) and grass60 app (grass
6.0.0beta1), DOC folder and LINKS folder;
<li>grassdata folder with demo data (drag this folder anywhere);
<li>useful links for Apple X11 for 10.2 or 10.3 (if you have not
installed X11).</ul>
<div><b><br></b></div>
<div><b>GRASS GIS CVS</b> (12.5 MB) at
http://wwwamb.bologna.enea.it/forgrass/downloadcvs.htm requires:</div>
<div>GRASS GIS COMPLETE and includes:</div>
<ul>
<li>one single app, grass60cvs (050205): drag this app inside
/Applications/Grass folder.</ul>
<div><br></div>
<div>Features:</div>
<div>- Grass Libraries are all inside /usr/local/grasslib folder.
Nothing is outside. Nothing wish link in /usr/bin: I've modified<font
size="-4" color="#000000">
GRASS_WISH=/usr/local/grasslib/bin/wish</font> in etc/Init.sh
file;</div>
<div>- many libraries updated with last version;</div>
<div>- Multisessions: you can open more locations with a double clic
on grass60 app every time;</div>
<div>- I've used this flag for C compiler &quot;-O3
-D_FILE_OFFSET_BITS=64&quot; for file larger than 2 GB;</div>
<div>- GDAL 1.2.5 has GRASS support;</div>
<div>- Grass is stable in OS X (I hope).</div>
<div><br></div>
<div>The next revision for GG Complete is for 6.0.0 official. Until
that date you can download GG CVS.</div>
<div><br></div>
<div><br></div>
<div><br></div>
<div>PROPOSALS</div>
<div><br></div>
<div>- 1 -</div>
<div><br></div>
<div>Now Grass 6.0 is multisessions and this feature is important to
open more LOCATION(s) but now you have more windows with the same
name.</div>
<div><br></div>
<div>I've made these changes useful for all (this is in CVS version
but is the same in beta version):</div>
<blockquote><font size="-4" color="#000000">in
etc/Init.sh</font></blockquote>
<blockquote><font size="-4" color="#000000">row
621</font></blockquote>
<blockquote><font size="-4" color="#000000">-&nbsp;&nbsp; echo
&quot;GRASS 6.0.cvs &gt; '&quot; &gt;&gt;
&quot;$cshrc&quot;</font></blockquote>
<blockquote><font size="-4" color="#000000">+&nbsp;&nbsp; echo
&quot;GRASS 6.0.cvs - $LOCATION_NAME &gt; '&quot; &gt;&gt;
&quot;$cshrc&quot;</font></blockquote>
<blockquote><font size="-4" color="#000000"><br></font></blockquote>
<blockquote><font size="-4" color="#000000">row
663</font></blockquote>
<blockquote><font size="-4" color="#000000">-&nbsp;&nbsp; echo
&quot;PS1='GRASS 6.0.cvs:\w &gt; '&quot; &gt;&gt;
&quot;$bashrc&quot;</font></blockquote>
<blockquote><font size="-4" color="#000000">+&nbsp;&nbsp; echo
&quot;PS1='GRASS 6.0.cvs:\w - $LOCATION_NAME &gt; '&quot; &gt;&gt;
&quot;$bashrc&quot;</font></blockquote>
<blockquote><font size="-4" color="#000000"><br></font></blockquote>
<blockquote><font size="-4" color="#000000"><br></font></blockquote>
<blockquote><font size="-4" color="#000000">in
etc/dm/d.m.tcl</font></blockquote>
<blockquote><font size="-4" color="#000000">row
205</font></blockquote>
<blockquote><font size="-4" color="#000000">proc Dm::_create_intro { }
{</font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; global
dmpath</font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; global
GRASSVERSION</font></blockquote>
<blockquote><font size="-4" color="#000000">+&nbsp;&nbsp; global
location_name</font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp;
variable max_prgindic</font></blockquote>
<blockquote><font size="-4" color="#000000"><br></font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; set top
[toplevel .intro -relief raised -borderwidth 2]</font></blockquote>
<blockquote><font size="-4" color="#000000"><br></font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; wm
withdraw $top</font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; wm
overrideredirect $top 1</font></blockquote>
<blockquote><font size="-4" color="#000000"><br></font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; set
ximg&nbsp; [label $top.x -image [image create photo -file
&quot;$dmpath/intro.gif&quot;] ]</font></blockquote>
<blockquote><font size="-4" color="#000000"><br></font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; set
frame [frame $ximg.f -background white]</font></blockquote>
<blockquote><font size="-4" color="#000000">-&nbsp;&nbsp;&nbsp; set
lab1&nbsp; [label $frame.lab1 -text &quot;GRASS $GRASSVERSION GIS
Manager&quot; \</font></blockquote>
<blockquote><font size="-4" color="#000000">+&nbsp;&nbsp;&nbsp; set
lab1&nbsp; [label $frame.lab1 -text &quot;GRASS $GRASSVERSION GIS
Manager - $location_name&quot; \</font></blockquote>
<blockquote><font size="-4" color="#000000"><br></font></blockquote>
<blockquote><font size="-4" color="#000000">row
846</font></blockquote>
<blockquote><font size="-4" color="#000000">proc main {argc argv}
{</font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; global
auto_path</font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; global
GRASSVERSION</font></blockquote>
<blockquote><font size="-4" color="#000000">+&nbsp;&nbsp; global
location_name</font></blockquote>
<blockquote><font size="-4" color="#000000"><br></font></blockquote>
<blockquote><font size="-4" color="#000000">&nbsp;&nbsp;&nbsp; wm
withdraw .</font></blockquote>
<blockquote><font size="-4" color="#000000">-&nbsp;&nbsp; wm title .
[G_msg &quot;GRASS $GRASSVERSION GIS
Manager&quot;]</font></blockquote>
<blockquote><font size="-4" color="#000000">+&nbsp;&nbsp; wm title .
[G_msg &quot;GRASS $GRASSVERSION GIS Manager -
$location_name&quot;]</font></blockquote>
<blockquote><br></blockquote>
<div>These changes modify the name of prompt in terminal and the GIS
Manager window name. For better integration is need to modify another
part:</div>
<div>- x0, x1, etc.. Monitor window name (in<font color="#000000">
display/drivers/XDRIVER/XDRIVER24/Graph_Set.c</font>);</div>
<div>(the xterm window name is impossible to modify, I think)</div>
<div><br></div>
<div>and add the location name.</div>
<div><br></div>
<div><br></div>
<div><br></div>
<div>- 2 -</div>
<div><br></div>
<div>GIS Manager is very useful and it's powerful. One very useful
adding is:</div>
<div>- DUPLICATE button</div>
<div>Now there is a delete button but it's useful select the row in
GIS Manager and duplicate this row for modifying.</div>
<div><br></div>
<div><br></div>
<div><br></div>
<div>Hi all</div>
<div><br></div>
<div>----------------------------------------</div>
<div>Only for Mac users:</div>
<div>HELP FROM MAC DEVELOPERS.</div>
<div><br></div>
<div>Now GDAL has many formats but it lacks:</div>
<div>- OGDI</div>
<div>- MrSID</div>
<div>- ECW</div>
<div><br></div>
<div>My problem is 10.2.x compatibility. 10.3.x is much powerful but I
prefer much more compatibility. ECW format is out now in source code
but it lacks darwin flags.</div>
<div><br></div>
<div>Who can help me?</div>
<div><br></div>
<div><br></div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><font face="Courier New" size="-4"
color="#000000"
>____________________________________________________________________<span
></span>____</font></div>
<div><font face="Courier New" size="-4"
color="#000000">||&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lorenzo
Moretti&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e-mail:
lorenzo.moretti@bologna.enea.it&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></div
>
<div><font face="Courier New" size="-4" color="#000000">||/|/|&nbsp;
ENEA prot/idr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Web:
http://wwwamb.bologna.enea.it/&nbsp;&nbsp;&nbsp;&nbsp;</font></div>
<div><font face="Courier New" size="-4" color="#000000">||&nbsp;&nbsp;
|&nbsp; via Don Fiammelli, 2&nbsp;&nbsp; FTP:
ftp://ftpamb.bologna.enea.it/&nbsp;(res.)</font></div>
<div><font face="Courier New" size="-4" color="#000000">~~~~~~&nbsp;
40128 BOLOGNA - ITALY&nbsp; Ph: +39-0516098086&nbsp; Fax:
+39-0516098131</font></div>
<div><font face="Courier New" size="-4"
color="#000000"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Download GRASS for MAC OS
X:&nbsp;&nbsp;&nbsp;&nbsp;</font></div>
<div><font face="Courier New" size="-4"
color="#000000"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
http://wwwamb.bologna.enea.it/forgrass/</font></div>
<div><font face="Courier New" size="-4"
color="#000000"
>____________________________________________________________________<span
></span>____</font></div>
</body>
</html>