xmgr _unstable_ port information

Package: xmgr
Version: 4.1.2
Revision: 1
Architecture: powerpc
Source: mirror:custom:src/%n-%v.tar.gz
CustomMirror: <<
Primary: ftp://plasma-gate.weizmann.ac.il/pub/xmgr4
nam-US: ftp://wauug.erols.com/pub/X-Windows/xmgr4
nam-US: ftp://freedom7.swmed.edu/pub/mirrors/xmgr4
<<
Source-MD5: 2c6240bbd0c287cf8419aea48d73a2a3
PatchFile: %n.patch
PatchFile-MD5: 54819c0f11f10c61082bb39d98b079f2
Maintainer: Mikael Lund
Homepage: http://plasma-gate.weizmann.ac.il/Xmgr
License: OSI-Approved
Description: 2D plotting tool (ancestor to grace)
DescDetail: <<
ACE/gr, also known as Xmgr, is a 2D plotting tool for the X Window System.
A few of features of ACE/gr are:
- User defined scaling, tick marks, labels, symbols, line styles, colors.
- Batch mode for unattended plotting.
- Read and write parameters used during a session.
- Regressions, splines, running averages, DFT/FFT, cross/auto-correlation, ...
- Support for dynamic module loading.
- Hardcopy support for PostScript, HP-GL, FrameMaker and InterLeaf formats.
While ACE/gr has a convenient point-and-click interface, most parameter
settings and operations are available through a command line interface.
The development of ACE/gr is frozen, but is continued as Grace -- new users
might try that instead (also available via Fink).
<<
DescPackaging: <<
+ patched to use MacOS X default browser for viewing.
+ 'make install' is broken.
<<
Depends: x11, netcdf-shlibs, openmotif3-shlibs
BuildDepends: x11-dev, netcdf, openmotif3, g77, fink (>= 0.24.12-1)
UpdateConfigGuessInDirs: ac-tools
ConfigureParams: --enable-acegr-home=%p/share/doc/xmgr
DocFiles: COPYRIGHT CHANGES
InstallScript: <<
#! /bin/sh -ev
rm doc/Makefile examples/Makefile auxiliary/Makefile
mkdir -p %i/bin
mkdir -p %i/lib
mkdir -p %i/include
mkdir -p %i/share/doc/xmgr
cp acegr_np/libacegr_np.a %i/lib
cp acegr_np/acegr_np.h %i/include
cp src/xmgr grconvert/grconvert %i/bin
cp -r doc examples auxiliary %i/share/doc/xmgr
<<