Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qtools Remove outdated MESSAGE. Add local copies ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82018b3260ab
branches:  trunk
changeset: 435894:82018b3260ab
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jul 18 13:31:44 2020 +0000

description:
Remove outdated MESSAGE. Add local copies of online manpages. Bump PKGREVISION.

diffstat:

 mail/qtools/MESSAGE                 |    6 -
 mail/qtools/Makefile                |   10 ++-
 mail/qtools/PLIST                   |   18 ++++-
 mail/qtools/files/822addr.1         |   40 ++++++++++
 mail/qtools/files/822body.1         |   30 +++++++
 mail/qtools/files/822bodyfilter.1   |   34 ++++++++
 mail/qtools/files/822fields.1       |   32 ++++++++
 mail/qtools/files/822headerfilter.1 |   31 ++++++++
 mail/qtools/files/822headerok.1     |   32 ++++++++
 mail/qtools/files/822headers.1      |   32 ++++++++
 mail/qtools/files/checkaddr.1       |   29 +++++++
 mail/qtools/files/checkdomain.1     |   30 +++++++
 mail/qtools/files/condtomaildir.1   |   34 ++++++++
 mail/qtools/files/filterto.1        |   36 +++++++++
 mail/qtools/files/ifaddr.1          |   53 +++++++++++++
 mail/qtools/files/iftoccfrom.1      |   40 ++++++++++
 mail/qtools/files/replier-config.1  |  139 ++++++++++++++++++++++++++++++++++++
 mail/qtools/files/replier.1         |   72 ++++++++++++++++++
 mail/qtools/files/tomaildir.1       |   25 ++++++
 19 files changed, 715 insertions(+), 8 deletions(-)

diffs (truncated from 818 to 300 lines):

diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/MESSAGE
--- a/mail/qtools/MESSAGE       Sat Jul 18 13:03:19 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2004/12/22 18:36:51 schmonz Exp $
-
-For examples, see http://www.superscript.com/qtools/examples.html.
-
-===========================================================================
diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/Makefile
--- a/mail/qtools/Makefile      Sat Jul 18 13:03:19 2020 +0000
+++ b/mail/qtools/Makefile      Sat Jul 18 13:31:44 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2020/06/25 05:42:37 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2020/07/18 13:31:44 schmonz Exp $
 #
 
 DISTNAME=              qtools-0.56
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}
 
@@ -17,5 +18,12 @@
 
 SUBST_CLASSES+=                djberrno
 
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
+post-install:
+       cd ${FILESDIR} && for i in *.1; do \
+               ${INSTALL_MAN} $$i ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/$$i; \
+       done
+
 .include "../../mk/djbware.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/PLIST
--- a/mail/qtools/PLIST Sat Jul 18 13:03:19 2020 +0000
+++ b/mail/qtools/PLIST Sat Jul 18 13:31:44 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/29 19:11:04 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/07/18 13:31:44 schmonz Exp $
 bin/822addr
 bin/822body
 bin/822bodyfilter
@@ -15,3 +15,19 @@
 bin/replier
 bin/replier-config
 bin/tomaildir
+man/man1/822addr.1
+man/man1/822body.1
+man/man1/822bodyfilter.1
+man/man1/822fields.1
+man/man1/822headerfilter.1
+man/man1/822headerok.1
+man/man1/822headers.1
+man/man1/checkaddr.1
+man/man1/checkdomain.1
+man/man1/condtomaildir.1
+man/man1/filterto.1
+man/man1/ifaddr.1
+man/man1/iftoccfrom.1
+man/man1/replier-config.1
+man/man1/replier.1
+man/man1/tomaildir.1
diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/files/822addr.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/files/822addr.1       Sat Jul 18 13:31:44 2020 +0000
@@ -0,0 +1,40 @@
+.TH 822addr 1
+.SH NAME
+.PP
+\fB\fC822addr\fR \- extract email addresses from messages
+.SH SYNOPSIS
+.PP
+.RS
+.nf
+822addr _field_ ...
+.fi
+.RE
+.SH DESCRIPTION
+.PP
+The \fB\fC822addr\fR program reads an 822\-format email message from standard input.
+For each input header \fB\fC_field_\fR, \fB\fC822addr\fR parses the value of the header as
+one or more email addresses and prints the result to standard output. If no
+\fB\fC_field_\fR appears, \fB\fC822addr\fR looks for \fB\fC_to_\fR and \fB\fC_cc_\fR\&.
+.PP
+Output records are null terminated. The first character of each output record
+indicates the address type, and the remainder is the value. A delivery address
+begins with a \fB\fC+\fR character, and a comment begins with a \fB\fC(\fR character. When
+paired, a comment precedes an address.
+.PP
+The end of the message or the first line that cannot be part of an 822\-format
+header field terminates the search.
+.SH EXIT STATUS
+.PP
+If it encounters an error while processing a message, \fB\fC822addr\fR exits 111\&. If
+\fB\fC822addr\fR finds any matching headers, it exits 0\&. Otherwise, \fB\fC822addr\fR exits
+100.
+.SH BUGS
+.PP
+No formatting options.
+.SH AUTHOR
+.PP
+William Baxter <sst%superscript.com@localhost>
+.PP
+Version 0.56
+.br
+Last updated 2015\-08\-23 23:24:43 CDT
diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/files/822body.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/files/822body.1       Sat Jul 18 13:31:44 2020 +0000
@@ -0,0 +1,30 @@
+.TH 822body 1
+.SH NAME
+.PP
+\fB\fC822body\fR \- extract the body from a message
+.SH SYNOPSIS
+.PP
+.RS
+.nf
+822body
+.fi
+.RE
+.SH DESCRIPTION
+.PP
+The \fB\fC822body\fR program reads an 822\-format email message from standard input
+and prints the body of the message to standard output.
+.PP
+The end of the message or the first line that cannot be part of an 822\-format
+header field terminates the message headers. A nonblank line that terminates
+the headers is part of the message body.
+.SH EXIT STATUS
+.PP
+If it encounters an error processing a message, \fB\fC822body\fR exits 111\&.
+Otherwise, \fB\fC822body\fR exits 0.
+.SH AUTHOR
+.PP
+William Baxter <sst%superscript.com@localhost>
+.PP
+Version 0.56
+.br
+Last updated 2015\-08\-23 23:24:43 CDT
diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/files/822bodyfilter.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/files/822bodyfilter.1 Sat Jul 18 13:31:44 2020 +0000
@@ -0,0 +1,34 @@
+.TH 822bodyfilter 1
+.SH NAME
+.PP
+\fB\fC822bodyfilter\fR \- filter a message body
+.SH SYNOPSIS
+.PP
+.RS
+.nf
+822bodyfilter _prog_
+.fi
+.RE
+.SH DESCRIPTION
+.PP
+The \fB\fC822bodyfilter\fR program reads an 822\-format email message from standard
+input. It executes \fB\fC_prog_\fR with the body of the message on standard input,
+and prints the message headers followed by the output from \fB\fC_prog_\fR to
+standard output.
+.PP
+The end of the message or the first line that cannot be part of an 822\-format
+header field terminates the message headers. A nonblank line that terminates
+the headers is part of the message body.
+.SH EXIT STATUS
+.PP
+If \fB\fC822bodyfilter\fR encounters a temporary error in executing \fB\fC_prog_\fR, it
+exits 111\&. If \fB\fC822bodyfilter\fR encounters a permanent error in executing
+\fB\fC_prog_\fR, it exits 100\&. Normally, \fB\fC822bodyfilter\fR yields the same exit code
+as \fB\fC_prog_\fR\&. The standard input to \fB\fC822bodyfilter\fR must be seekable.
+.SH AUTHOR
+.PP
+William Baxter <sst%superscript.com@localhost>
+.PP
+Version 0.56
+.br
+Last updated 2015\-08\-23 23:24:43 CDT
diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/files/822fields.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/files/822fields.1     Sat Jul 18 13:31:44 2020 +0000
@@ -0,0 +1,32 @@
+.TH 822fields 1
+.SH NAME
+.PP
+\fB\fC822fields\fR \- extract headers from a message
+.SH SYNOPSIS
+.PP
+.RS
+.nf
+822fields _field_ ...
+.fi
+.RE
+.SH DESCRIPTION
+.PP
+The \fB\fC822fields\fR program reads an 822\-format email message from standard input.
+For each input header \fB\fC_field_\fR, \fB\fC822fields\fR prints one line containing the
+value of the field to standard output. If no \fB\fC_field_\fR appears, \fB\fC822fields\fR
+looks for \fB\fC_subject_\fR\&.
+.PP
+The end of the message or the first line that cannot be part of an 822\-format
+header field terminates the message message body.
+.SH EXIT STATUS
+.PP
+If it encounters an error while processing a message, \fB\fC822fields\fR exits 111.
+If \fB\fC822fields\fR finds any matching headers, it exits 0\&. Otherwise, \fB\fC822fields\fR
+exits 100.
+.SH AUTHOR
+.PP
+William Baxter <sst%superscript.com@localhost>
+.PP
+Version 0.56
+.br
+Last updated 2015\-08\-23 23:24:43 CDT
diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/files/822headerfilter.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/files/822headerfilter.1       Sat Jul 18 13:31:44 2020 +0000
@@ -0,0 +1,31 @@
+.TH 822headerfilter 1
+.SH NAME
+.PP
+\fB\fC822headerfilter\fR \- filter a message header
+.SH SYNOPSIS
+.PP
+.RS
+.nf
+822headerfilter _prog_
+.fi
+.RE
+.SH DESCRIPTION
+.PP
+The \fB\fC822headerfilter\fR program reads an 822\-format email message from standard
+input. It executes \fB\fC_prog_\fR with the header of the message on standard input.
+.PP
+The end of the message or the first line that cannot be part of an 822\-format
+header field terminates the headers.
+.SH EXIT STATUS
+.PP
+If it encounters a permanent error in reading input or executing \fB\fC_prog_\fR,
+\fB\fC822headerfilter\fR exits 100\&. If it encounters a temporary error in reading
+input or executing \fB\fC_prog_\fR, \fB\fC822headerfilter\fR exits 111\&. Otherwise,
+\fB\fC822headerfilter\fR yields the same exit code as \fB\fC_prog_\fR\&.
+.SH AUTHOR
+.PP
+William Baxter <sst%superscript.com@localhost>
+.PP
+Version 0.56
+.br
+Last updated 2015\-08\-23 23:24:43 CDT
diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/files/822headerok.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/files/822headerok.1   Sat Jul 18 13:31:44 2020 +0000
@@ -0,0 +1,32 @@
+.TH 822headerok 1
+.SH NAME
+.PP
+\fB\fC822headerok\fR \- FIXME
+.SH SYNOPSIS
+.PP
+.RS
+.nf
+822headerok
+.fi
+.RE
+.SH DESCRIPTION
+.PP
+The \fB\fC822headerok\fR program reads an 822\-format email message from standard
+input. In any case, \fB\fC822headerok\fR writes no output.
+.PP
+The end of the message or a blank line terminate the headers.
+.PP
+Note that the UUCP\-style \fB\fCFrom_\fR line placed before a message in an mbox file
+is not part of the message.
+.SH EXIT STATUS
+.PP
+If it encounters a read error, \fB\fC822headerok\fR exits 111\&. If it sees a nonblank
+line that cannot be part of an 822\-format header field, \fB\fC822headerok\fR exits
+100\&. Otherwise it exits 0.
+.SH AUTHOR
+.PP
+William Baxter <sst%superscript.com@localhost>
+.PP
+Version 0.56
+.br
+Last updated 2015\-08\-23 23:24:43 CDT
diff -r e7e8c2a6fdfe -r 82018b3260ab mail/qtools/files/822headers.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/files/822headers.1    Sat Jul 18 13:31:44 2020 +0000
@@ -0,0 +1,32 @@
+.TH 822headers 1
+.SH NAME
+.PP
+\fB\fC822headers\fR \- FIXME
+.SH SYNOPSIS
+.PP
+.RS
+.nf



Home | Main Index | Thread Index | Old Index