Import qprint 1.0.

QPRINT is a simple command-line filter which encodes and decodes
files in Quoted-Printable encoding as defined in RFC 1521.
This commit is contained in:
naddy 2003-09-29 21:31:24 +00:00
parent 7d49a4123d
commit f4657901ac
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/09/29 21:31:24 naddy Exp $
COMMENT= "converter to/from quoted-printable encoding"
DISTNAME= qprint-1.0
CATEGORIES= converters
HOMEPAGE= http://www.fourmilab.ch/webtools/qprint/
# public domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE=gnu
ALL_TARGET= prog
REGRESS_TARGET= wringer
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (qprint-1.0.tar.gz) = 6dc7931376370d5be9223d0d43bec7d0
RMD160 (qprint-1.0.tar.gz) = 76b390c97a951e88a83310face941593c8d3b13a
SHA1 (qprint-1.0.tar.gz) = 533a4942e93cccc2e6b3fd2171707bf1d0054d20

View File

@ -0,0 +1,2 @@
QPRINT is a simple command-line filter which encodes and decodes
files in Quoted-Printable encoding as defined in RFC 1521.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/09/29 21:31:24 naddy Exp $
bin/qprint
man/man1/qprint.1