# $Id: Portfile 86130 2011-10-19 15:27:14Z milosh@macports.org $

PortSystem  1.0

name        qprint
version     1.0
categories  mail
maintainers nomaintainer
license     public-domain
platforms   darwin
description qprint encodes and decodes Quoted-Printable files
long_description    \
    qprint is a command line utility which encodes and decodes files in the \
    MIME 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.

homepage        http://www.fourmilab.ch/webtools/qprint/
master_sites    ${homepage}
checksums       md5     6dc7931376370d5be9223d0d43bec7d0 \
                sha1    533a4942e93cccc2e6b3fd2171707bf1d0054d20 \
                rmd160  76b390c97a951e88a83310face941593c8d3b13a

build.target    prog
destroot.target install-bin
