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:
parent
7d49a4123d
commit
f4657901ac
21
converters/qprint/Makefile
Normal file
21
converters/qprint/Makefile
Normal 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>
|
3
converters/qprint/distinfo
Normal file
3
converters/qprint/distinfo
Normal 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
|
2
converters/qprint/pkg/DESCR
Normal file
2
converters/qprint/pkg/DESCR
Normal 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.
|
3
converters/qprint/pkg/PLIST
Normal file
3
converters/qprint/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user