the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: engauge-digitizer
Version: 4.1
Revision: 1002
Distribution: 10.4
Source: mirror:sourceforge:digitizer/digit-src-4_1.tar.gz
Depends: qt3-shlibs, x11, x11-shlibs, fftw3-shlibs
BuildDepends: x11-dev, qt3, fftw3
Maintainer: Jack Fink
Homepage: http://digitizer.sourceforge.net
License: GPL
Description: Extracts numbers from bitmap graphs or maps
GCC: 4.0
Source-MD5: b76b5d6c6b47ad57e789fd3ffbbb543f
SourceDirectory: engauge
CompileScript: <<
%p/lib/qt3/bin/qmake
perl -pi -e "s,INCPATH =,INCPATH = -I%p/include,g;s,LIBS =,LIBS = -L%p/lib,g" Makefile
perl -pi -e 's,../../usermanual,%p/share/%n/usermanual,' src/digitmain.cpp
make
cd utility/transpose && %p/lib/qt3/bin/qmake && make
<<
InstallScript: <<
mkdir -p %i/bin %i/share/%n
cp -p bin/engauge %i/bin/
cp -p utility/transpose/transpose %i/bin/
cp -pR usermanua* %i/share/%n/
cp -pR animatio* %i/share/%n/
cp -pR sample* %i/share/%n/
<<
DocFiles: LICENSE README RELEASE
DescDetail: <<
This digitizing software converts an image file showing a graph or map into xy data (coordinates). Some people use it for obtaining the original data from graphs in scientific publications.
Features:
* Automatic grid line removal
* Automatic point matching
* Automatic curve tracing
* Automatic axes matching
* Handles cartesian, polar, linear and logarithmic graphs
* Support for drag-and-drop and copy-and-paste
* Context sensitive help, user manual and tutorials explain every feature
* Preview windows give immediate feedback while modifying settings
<<