Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24069

Added Files:
        mbsystem-10.5.info 
Log Message:
For 10.5 just turn off mbview since I am not sure how to get it to compile as 
it uses GLwCreateMDrawingArea


--- NEW FILE: mbsystem-10.5.info ---
Package: mbsystem
Version: 5.1.0
Revision: 3
Distribution: 10.5
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
PatchScript: <<
#!/bin/bash -ve
  # NOTE: do not set -e for bash in the line above.  That will break the grep
  perl -pi.bak -e  's|[EMAIL PROTECTED]@|%p|g' install_makefiles
  cpp -dM /dev/null | grep __LITTLE_ENDIAN__
  if [ $? == 0 ] ; then
    echo Found an Little Endian machine.  Turning on byteswapping
    perl -pi -e 's|\$BYTESWAPPED = \"NO\"\;|\$BYTESWAPPED = \"YES\"\;|g' 
install_makefiles
  else
    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
<<
GCC: 4.0
CompileScript: <<
   chmod +x install_makefiles
   ./install_makefiles -P macosxfink
   pwd
   make all
<<
InstallScript: <<
   gunzip ../annual.gz
   mkdir -p %i/share/mbsystem && mv ../annual 
%i/share/mbsystem/LevitusAnnual82.dat
   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
   echo "Initial dev idea"
   mkdir -p %i/lib
   #mv lib/libproj.a lib/libmbproj.a
   #mv lib/libgsf.a lib/libmbgsf.a
   cp lib/*.a %i/lib
   ranlib %i/lib/lib*.a
   mkdir -p %i/include/mbsystem
   cp include/*.h %i/include/mbsystem
<<

SplitOff: <<
  Package: %N-dev
  BuildDependsOnly: True
  Files: include lib
  DocFiles: README GPL
<<

DocFiles: README GPL 
Description: Processing and Displaying Swath Sonar Data
DescDetail: <<
MB-System is an open source software package for the processing and
display of bathymetry and backscatter imagery data derived from
multibeam, interferometry, and sidescan sonars. This software is
distributed freely (and for free) in the form of source code for Unix
platforms. The heart of the system is an input/output library called
MBIO which allows programs to work transparently with any of a number
of supported swath sonar data formats. This approach has allowed the
creation of "generic" utilities which can be applied in a uniform
manner to sonar data from a variety of sources. Most of the programs
are command-line tools, but the package does include graphical tools
for editing swath bathymetry, editing navigation, modeling bathymetry
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.
<<
DescPort: <<
  Need to enable the GL based code when we can figure out how to build it.
<<
License: GPL
Homepage: http://www.mbari.org/data/mbsystem/html/mbsystem_home.html
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to