- update firefox-esr and thunderbird to 17.0.6
- WEBRTC now supports PULSEAUDIO
- make linux-firefox work with plugins again (e.g. quakelive)
Security: 4a1ca8a4-bd82-11e2-b7a0-d43d7e0c7c02
In collaboration with: Jan Beich <jbeich@tormail.org>
- Convert to new options framework
- Use space for WWW line in pkg-descr
- Trim Makefile headers
PR: ports/178400
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
IMAP, or LOCAL account using SpamAssassin. It can optionally delete mail
identified as spam or save it to a designated folder, and also can be used
to train a local SpamAssassin (or a remote one if SpamAssassin >= 3.1 is
installed both locally and remotely). According to your SpamAssassin server
configuration, it can show worse performance than Bogofilter, (slower,
eating more CPU), but can catch spam with better accuracy.
WWW: http://claws-mail.org/plugin.php?plugin=spamassassin
signature and encryption features:
- Checking signatures of received emails
- Decrypting received emails
- Sending signed and/or encrypted emails
- Creating new key pairs easily
- Optionally, caching your passphrase or using gpg-agent.
S/MIME plugin handles S/MIME signed and/or encrypted mails.
WWW: http://claws-mail.org/plugin.php?plugin=gpg
or LOCAL account using Bogofilter. It can optionally delete mail identified
as spam or save it to a designated folder. Bogofilter is a pure Bayesian
filter, therefore it has better speed performance than SpamAssassin but might
catch less spam.
WWW: http://claws-mail.org/plugin.php?plugin=bogofilter
Changelog: http://claws-mail.org/news.php
claws-mail:
- Now whole release is distributed as one file
- Move common stuff to Makefile.claws
- Cleanup many accumulated, old and not needed things
- Move bogofilter, pgp and spamassassin plugins to separate ports
- Dillo plugin was dropped so drop option for it
plugins:
- All plugins ports are now slaves to main port
- Remove all distinfo and pkg-plist files - this is
now handled by main port
- Deprecate cachesaver and gtkhtml2_viewer plugins - they are not
maintained by upstream anymore
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
Setting WRKSRC to WRKDIR would also not work as the subr script would
overwrite a binary file with the same name. Cleanup, repack and self host this
abomination of a flat distfile in order to avoid ugly extract hacks. While
here also mark MAKE_JOBS_SAFE.
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)