qprint stable port information

Info4: <<
Package: qprint
Version: 1.0
Revision: 1
Description: Encode and decode Quoted-Printable files
License: BSD
Maintainer: Benjamin Reed

BuildDepends: fink (>= 0.30.0-1)
GCC: 4.0

Source: http://www.fourmilab.ch/webtools/%n/%n-%v.tar.gz
Source-MD5: 6dc7931376370d5be9223d0d43bec7d0

UseMaxBuildJobs: true
ConfigureParams: --mandir=%p/share/man

InstallScript: <<
install -d -m 755 %i/bin %i/share/man/man1
make -j1 install DESTDIR=%d
<<
DocFiles: COPYING INSTALL README rfc*

Homepage: http://www.fourmilab.ch/webtools/qprint/
DescDetail: <<
qprint is a command line utility which encodes and decodes files in RFC
1521 format. It can be used within a pipeline as an encoding or decoding
filter, and is most commonly used in this manner as part of an automated
mail processing system. With appropriate options, qprint can encode pure
binary files, but it's a poor choice since it may inflate the size of the
file by as much as a factor of three. The base64 MIME encoding is a
better choice for such data.
<<
<<