diff options
-rw-r--r-- | textproc/qprint/DESCR | 2 | ||||
-rw-r--r-- | textproc/qprint/Makefile | 16 | ||||
-rw-r--r-- | textproc/qprint/PLIST | 3 | ||||
-rw-r--r-- | textproc/qprint/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/qprint/DESCR b/textproc/qprint/DESCR new file mode 100644 index 00000000000..ba822cc93ce --- /dev/null +++ b/textproc/qprint/DESCR @@ -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. diff --git a/textproc/qprint/Makefile b/textproc/qprint/Makefile new file mode 100644 index 00000000000..cf6ca42a1b2 --- /dev/null +++ b/textproc/qprint/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/08/30 08:30:00 simonb Exp $ +# + +DISTNAME= qprint-1.0 +CATEGORIES= textproc mail +MASTER_SITES= http://www.fourmilab.ch/webtools/qprint/ + +MAINTAINER= simonb@NetBSD.org +HOMEPAGE= http://www.fourmilab.ch/webtools/qprint/ +COMMENT= Encode and decode quoted-printable files + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +BUILD_TARGET= prog + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/qprint/PLIST b/textproc/qprint/PLIST new file mode 100644 index 00000000000..866d6f3bb30 --- /dev/null +++ b/textproc/qprint/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/30 08:30:00 simonb Exp $ +bin/qprint +man/man1/qprint.1 diff --git a/textproc/qprint/distinfo b/textproc/qprint/distinfo new file mode 100644 index 00000000000..ab41499f965 --- /dev/null +++ b/textproc/qprint/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/08/30 08:30:00 simonb Exp $ + +SHA1 (qprint-1.0.tar.gz) = 533a4942e93cccc2e6b3fd2171707bf1d0054d20 +RMD160 (qprint-1.0.tar.gz) = 76b390c97a951e88a83310face941593c8d3b13a +Size (qprint-1.0.tar.gz) = 248872 bytes |