Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11935

Modified Files:
        mbsystem-10.5.info 
Log Message:
redo with help from Val Schmidt.
Use the latest beta as it is production code
Adds OpenGL support - mbgrdviz
Switch to openmotif4
Fix dependencies... add gv
Remove strip of bins
Added DescUsage


Index: mbsystem-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mbsystem-10.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mbsystem-10.5.info  21 Jan 2008 15:00:44 -0000      1.1
+++ mbsystem-10.5.info  30 Dec 2008 21:51:59 -0000      1.2
@@ -1,14 +1,22 @@
 Package: mbsystem
-Version: 5.1.0
-Revision: 3
+Version: 5.1.1
+Revision: 1
 Distribution: 10.5
-Source: ftp://ftp.ldeo.columbia.edu/pub/MB-System/MB-System.%v.tar.gz
+
+# FIX: Change this back once the final is released
+Source: ftp://ftp.ldeo.columbia.edu/pub/MB-System/MB-System.5.1.1beta26.tar.gz
+SourceRename: mbsystem-5.1.1beta26.tar.gz
+#SourceRename: %n-%v.tar.gz
+Source-MD5: 733be600b96d24b1ab701ae5ab22b7ec
+
+#Source: ftp://ftp.ldeo.columbia.edu/pub/MB-System/MB-System.%v.tar.gz
 Source2: ftp://ftp.ldeo.columbia.edu/pub/MB-System/annual.gz
-SourceRename: %n-%v.tar.gz
-Source-MD5: 0fb23b904002bce4682b6633775f3922
 Source2-MD5: d7b2f67c411c80b9e0018cfa149a64ef      
-BuildDepends: gmt-dev (>=4.2.0-2), lesstif, netcdf, x11-dev
-Depends: gmt (>=4.2.0-2) , lesstif-shlibs, netcdf-shlibs, x11
+
+BuildDepends: gmt-dev (>=4.2.0-2), openmotif4, netcdf, x11-dev
+BuildConflicts: lesstif, openmotif3
+Depends: gmt (>=4.2.0-2) , openmotif4-shlibs, netcdf-shlibs, x11, gv
+
 PatchScript: <<
 #!/bin/bash -ve
   # NOTE: do not set -e for bash in the line above.  That will break the grep
@@ -21,11 +29,9 @@
     echo Leaving byteswapping set to off
   fi
 
-  # Deal with Apples 10.5 bugs... 
-  #perl -pi -e 's| -L/usr/X11R6/lib -lXm -lXt -lX11| -L/usr/X11R6/lib -lXm 
-lXt -lX11 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib|g'
 install_makefiles
-  #perl -pi -e 's|\-O3 |\-O3 \-D__GLX_MOTIF |g' install_makefiles
-  # Bugger... just turn off the 3D graphics for now
-  perl -pi -e 's|cd mbview\; make all|\#cd mbview\; make all|g' 
src/Makefile.template
+  perl -pi -e 's|-lGLU -lGL|-lGLU -lGL 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib|g'
 install_makefiles
+  # In case we need to disable opengl in the future
+  #perl -pi -e 's|cd mbview\; make all|\#cd mbview\; make all|g' 
src/Makefile.template
 <<
 GCC: 4.0
 CompileScript: <<
@@ -37,7 +43,7 @@
 InstallScript: <<
    gunzip ../annual.gz
    mkdir -p %i/share/mbsystem && mv ../annual 
%i/share/mbsystem/LevitusAnnual82.dat
-   strip bin/*
+   #strip bin/*
    mkdir -p %i/bin && mv bin/* %i/bin
    mkdir -p %i/share && mv man %i/share
    mkdir -p %i/share/mbsystem && mv share/Projections.dat %i/share/mbsystem
@@ -75,11 +81,25 @@
 calculation, and adjusting survey navigation.
 
 Has its own internal proj library that will not be installed so that
-it will not conflic with the standard proj.
+it will not conflict with the standard proj.
 <<
 DescPort: <<
-  Need to enable the GL based code when we can figure out how to build it.
+The betas are production code, just missing some documentation.
+Enough bugs are fixed such that it makes sense to package the
+beta as final.  Kurt will increment the revision as betas are
+released and as 5.1.1 becomes final.
+<<
+DescUsage: <<
+Take a look at the MB-Cookbook:
+
+http://www.mbari.org/data/mbsystem/mb-cookbook/index.html
+
+Also, if you want the scripts to open the Apple Preview application,
+set your MB_PS_VIEWER to open or you can use mbdefaults to set a viewer:
+
+  mbdefaults -D open
 <<
+
 License: GPL
 Homepage: http://www.mbari.org/data/mbsystem/html/mbsystem_home.html
 Maintainer: Kurt Schwehr <[email protected]>


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to