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

Added Files:
        mdbtools.info 
Log Message:
NOAA offers the Wreck and Obstruction db in MS Access or PDF formats


--- NEW FILE: mdbtools.info ---
Package: mdbtools
Version: 0.6pre1-20080304
Revision: 1
#Source: mirror:sourceforge:mdbtools/mdbtools-%v.tar.gz
Source: http://vislab-ccom.unh.edu/~schwehr/software/fink/%n-%v.tar.bz2
Source-MD5: 7adc0ef06140b2aef35d1e157866f0ee

Description: Read Microsoft Access database files
License: GPL
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>
DocFiles: AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO
HomePage: http://mdbtools.sourceforge.net/

DescDetail: <<
The MDB Tools project is a effort to document the MDB file format used
in Microsoft's Access database package, and to provide a set of tools
and applications to make that data available on other platforms.

Specifically, MDB Tools includes programs to export schema and data to
other databases such as MySQL, Oracle, Sybase, PostgreSQL, and others.

Also included is a SQL engine for performing simple SQL queries. The
0.5 release includes an updated GUI interface (screenshot is available
here). A sparse but functional ODBC driver is included as well.

MDB Tools currently has read-only support for Access 97 (Jet 3) and
Access 2000/2002 (Jet 4) formats.
<<

DescUsage: <<
Quick example using a NOAA dataset

  % wget 
'http://chartmaker.ncd.noaa.gov/hsd/awois/contus/downloads/area1(mdb).zip'
  % unzip 'area1(mdb).zip'

  % mdb-ver section\ 1.mdb
  JET4

  % mdb-tables section\ 1.mdb 
  Section 1 

  % mdb-sql -H -p section\ 1.mdb 
  % mdb-shema section\ 1.mdb
  % mdb-export -I section\ 1.mdb "Section 1" > commands.sql
<<

DescPort: <<
Kurt has taken a CVS snapshot of the project as there has not been
a release since 2004.
<<


Depends: %N-shlibs

SplitOff: <<
  Package: %N-shlibs
  Description: ms access reader shared libraries
  Files: lib/libmdb.1.dylib lib/libmdbsql.1.dylib
  Shlibs: <<
    %p/lib/libmdb.1.dylib 2.0.0 %n (>=0.6pre1-20080304)
    %p/lib/libmdbsql.1.dylib 2.0.0 %n (>=0.6pre1-20080304)
  <<
  DocFiles: AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO
<<

SplitOff2: <<
  Package: %N-dev
  Description: ms access reader shared libraries
  Depends: %N-shlibs (= %v-%r)
  BuildDependsOnly: true
  Files: <<
    lib/libmdb.a
    lib/libmdb.la
    lib/libmdbsql.a
    lib/libmdbsql.la
    lib/libmdb.dylib
    lib/libmdbsql.dylib
    include/*
  <<
  DocFiles: AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO
<<


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to