pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/qprint Initial import of qprint-1.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4da1bf455648
branches: trunk
changeset: 498684:4da1bf455648
user: simonb <simonb%pkgsrc.org@localhost>
date: Tue Aug 30 08:30:00 2005 +0000
description:
Initial import of qprint-1.0.
This package provides a filter that can encode and decode
quoted-printable files.
diffstat:
textproc/qprint/DESCR | 2 ++
textproc/qprint/Makefile | 16 ++++++++++++++++
textproc/qprint/PLIST | 3 +++
textproc/qprint/distinfo | 5 +++++
4 files changed, 26 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r a1de65d21abb -r 4da1bf455648 textproc/qprint/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/qprint/DESCR Tue Aug 30 08:30:00 2005 +0000
@@ -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 -r a1de65d21abb -r 4da1bf455648 textproc/qprint/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/qprint/Makefile Tue Aug 30 08:30:00 2005 +0000
@@ -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@localhost
+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 -r a1de65d21abb -r 4da1bf455648 textproc/qprint/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/qprint/PLIST Tue Aug 30 08:30:00 2005 +0000
@@ -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 -r a1de65d21abb -r 4da1bf455648 textproc/qprint/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/qprint/distinfo Tue Aug 30 08:30:00 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index