| 1 |
#! /bin/sh |
| 2 |
# @configure_input@ |
| 3 |
|
| 4 |
# WARNING: |
| 5 |
# WARNING: If you change the description, also change specgen.sh! |
| 6 |
# WARNING: |
| 7 |
|
| 8 |
cat <<EOF |
| 9 |
Begin4 |
| 10 |
Title: @PACKAGE@ |
| 11 |
Version: @VERSION@ |
| 12 |
Entered-date: `date -u +%Y-%m-%d` |
| 13 |
Description: Fetchmail is a free, full-featured, robust, and well-documented |
| 14 |
remote mail retrieval and forwarding utility intended to be used |
| 15 |
over on-demand TCP/IP links (such as SLIP or PPP connections). |
| 16 |
It retrieves mail from remote mail servers and forwards it |
| 17 |
to your local (client) machine's delivery system, so it can |
| 18 |
then be be read by normal mail user agents such as mutt, elm, |
| 19 |
pine, (x)emacs/gnus, or mailx. Comes with an interactive GUI |
| 20 |
configurator (in Python/Tk) suitable for end-users. |
| 21 |
Keywords: mail, client, POP3, APOP, KPOP, IMAP, ETRN, ODMR, SMTP, ESMTP, GSSAPI, RPA, NTLM, CRAM-MD5, SASL |
| 22 |
Author: matthias.andree@gmx.de (Matthias Andree) |
| 23 |
shetye@bombay.retortsoft.com (Sunil Shetye) |
| 24 |
rfunk@funknet.net (Rob Funk) |
| 25 |
Maintained-by: fetchmail-devel@lists.berlios.de |
| 26 |
Primary-site: http://developer.berlios.de/projects/fetchmail |
| 27 |
`ls -sk @PACKAGE@-@VERSION@.tar.bz2 | \ |
| 28 |
@AWK@ '{ printf "%4dkB", $1 }'` @PACKAGE@-@VERSION@.tar.bz2 |
| 29 |
1kB @PACKAGE@-@VERSION@.tar.bz2.asc |
| 30 |
Platforms: All |
| 31 |
Copying-policy: GPL |
| 32 |
End |
| 33 |
EOF |