A non-reachable exit() call was removed from the end of main(),
and the version number information was updated in the .lsm file.
Noticed by: Steve Watt, Mike Harding, Ville Eerola, probably others, too
NAMG is a small program that downloads mail from a NetAddress account
and forwards it to your local mail spool.
PR: 23998
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
- Don't use the imap library that comes with it --
use the cclient port. Don't even extract it.
- Don't bother patching configure and Makefile.in(s) --
use a local Makefile.
- Use the latest TCL/TK 8.3. This port does not provide
any loadable packages, so I chose not to use tclstubs, but link
with libtk and libtcl directly.
- Remove the tkstep cruft -- it was commented out since forever.
- Finally fix the options.tcl -- the env(MAIL) logic was backwards.
To do: add support of Cyrillic charsets (koi8-u,
koi8-r). Currently has to be done by providing one's own
${LOCALBASE}/lib/postilion/postilionrc. Revisit installation of the
documentation. The existing port continues to ignore it completely.
Since this is a slave port of the qmail port, use the
patches we have in common as EXTRA_PATCHES. It is
unfortunate that we need local patches; otherwise,
all patches could be used from the master port
Fix some typo: tls- -> ldap-
MySQL queries from within qmail
MySQL patch version 1.1.1. The author does not advise the use of
the latest patch version 1.1.6 under FreeBSD
This is a meta port both including and dependent on the main port
qmail Makefile
Add yet another WITH option to qmail-ldap. This time a WITH_CLEARTEXTPASSWD
option for those in need of cleartext passwords
Be sensible of repo bloat, turn all WITH option patches into perl
regexp substitions
In PLIST, use recently added PORTDOCS variable support
qmail-* skeleton ports inheriting (including) this port
While there, update NO_PACKAGE with a more informative message.
The NO_PACKAGE variable will be inherited by all meta ports
Since qmail-{ldap,mysql,tls} are meta ports sharing qmail's port
code, update qmail distinfo information with new distribution
patches:
- Add new distinfo information required by updated qmail-ldap
version 1.03.20010201
- Add new distinfo for recently added port qmail-tls and
qmail-mysql
In PLIST, use recently added PORTDOCS variable support
PORTREVISION bump is not necessary.
Also, correct the help message in the fetchmailconf wrapper script -
fetchmailconf depends on py-tkinter, not just Python.
Submitted by: Jack Twilley <jmt@inktomi.com> - the fetchmailconf inaccuracy
Approved by: maintainer