hp2xx _unstable_ port information

Package: hp2xx
Version: 3.4.4
Revision: 1001
Description: HP-GL converter
DescPort: <<
Patches are needed to the makefile because there is no configure utility
and there is no version for MacOSX with fink yet. This should be fixed in the
next version
<<
DescDetail: <<
HP2XX reads HPGL ASCII source files, interprets them, and converts them
into either another vector-oriented format or one of several rasterfile
formats. Currently, its HPGL parser recognizes only a subset of HPGL/2.
Some high-level functions like polygon mode and fill patterns are missing.
Also, only some of the fixed space vector fonts and none of the variable
space arc fonts are supported. Beside these limitations, hp2xx has proven
to work with many HP-GL sources without any trouble.
<<
License: GPL
Maintainer: Martin Kroeker
Depends: libpng3-shlibs, libtiff-shlibs, libjpeg-shlibs, x11
BuildDepends: fink (>= 0.24.12), libpng3, libtiff, libjpeg, x11-dev
Source: gnu
Source-MD5: 18808580d24b7caf2c4c7045c093329f
DocFiles: AUTHORS CHANGES INSTALL README TODO copying
InfoDocs: hp2xx.info
UpdateConfigGuess: false
PatchFile: %n.patch
PatchFile-MD5: 7192fe45b8b5cda8d711c4e493baeea4
PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
GCC: 4.0
CompileScript: make LFLAGS="-L/usr/X11R6/lib -L%p/lib" ALL_LIBS="-lX11 -lm"
InstallScript: <<
/usr/bin/install -d %i/bin
/usr/bin/install -d %i/share
/usr/bin/install -d %i/share/man
/usr/bin/install -d %i/share/man/man1
/usr/bin/install -d %i/share/info
make install prefix=%i mandir=%i/share/man infodir=%i/share/info
<<
Homepage: http://www.gnu.org/software/hp2xx/hp2xx.html