TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
The patch was originally written by dim@ and fixes the way Qt includes the
<mm3dnow.h> header. See the upstream commits' message for more information.
Practically speaking, this should make the Qt ports build with clang on i386
again, and allows us to revert commits r316233, r316348 and r316341: miwi
was very laconic in his commit messages, but the changes all point to the
issue being fixed here.
Submitted by: dim
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
for an exp-run of updated python versions.
- trim Makefile headers
- remove leading indefinite article from COMMENT
- use PYTHON shortcut in MASTER_SITES
- whitespace fixes
- remove checks for unsupported versions of FreeBSD
- use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist,
because this value is not supposed to be changed across the branch and for
consistency with other python3 ports
- remove conflicts in lang/python-mode.el with not more existing python-2.4
- Unmute installation commands, install some additional files
- Switch the check: NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Trim the header and generally cleanup Makefile
- Reformat and fix a typo in port description while I am here
/var/run/squid/. This should fix issues with SMP mode [1].
- Rename some variables in pkg-install.in to be consistent with pkg-deinstall.
- Fix the path of the default cache directory in pkg-message.in.
- Otherwise no user visible changes.
PR: ports/178304 [1]
Approved by: flo (mentor)
Instead of installing into $KDE4_PREFIX, install the port into default
prefix ($LOCALBASE) and create additional hierarchy under $KDE4_PREFIX.
This fixes problems spotted by testing on poudriere.
Reported by: miwi