- Add pfspamd_setup_flags to give finer grained control
- Give maintainership to submitter
Submitted by: Alex Samorukov <samm os2 kiev ua>
PR: ports/108663
incorrect constant passed to preg_split()
- Correct recipient address in return receipt
These are submitted to upstream, too.
PR: ports/108519, ports/108521
Submitted by: Cristian KLEIN <cristi at net.utcluj.ro>
Approved by: maintainer timeout (7 weeks)
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
- fixed MASTER_SITES
- merged two CONFLICTS lines to one :-)
- support for NO_INSTALL_MANPAGES
- support for cyrus_imapd via OPTIONS
- /etc/mail/mailer.conf replacement configurable in OPTIONS
- updated definitions and support for 64-bit systems
PR: 110135
Submitted by: Martin Matuska <martin@matuska.org>
- Use of PKGNAMEPREFIX/PORTNAME/PKGNAMESUFFIX to identify the port (new sqm layout)
- Substitution of SQUIRREL_PLUGIN_NAME into pkg-plist to prevent future cut-and-paste errors
- Use of bsd.port.pre.mk and bsd.port.post.mk to fix automatic plugin registration
PR: 110161
Submitted by: Neil Darlow <neil@darlow.co.uk> (maintainer)
Vacation is a Horde module for managing user e-mail "vacation notices" or
"auto-responders." It works via a local vacation program and the .forward style
forwarding mechanism supported by several popular mailers.
Right now, Vacation provides fairly complete support for managing .forward style
vacation notices on Sendmail or Courier mail based systems via an FTP transport.
It also has some support for LDAP, Qmail, and SQL servers.
WWW: http://www.horde.org/vacation/
PR: ports/110123
Submitted by: Beech Rintoul <beech@alaskaparadise.com>
Unlike with qmail-pw2u, you don't need your users in /etc/passwd. They can be
stored any where that a NSS module allows.
Just make all users who send or recieve mail a member of a specific group, and
that group will be used to generate the assign and recipients file.
PR: ports/110114
Submitted by: Zane C. Bowers
USE_GETOPT_LONG respectively. This reduces the executable's size
considerably. (More ports should be doing this.)
When comparing md5 checksums (used to detect duplicates in the
input), treat each as a pair of 8-byte integers instead of calling
strncmp, which was just plain buggy. Memcmp should've been used
instead, but two integer comparisions are even faster.
Re-work the resizable array of checksums removing a separate malloc
call for each md5 checksum. This reduces the runtime memory consumption
considerably. (Tried using a hashtable instead of linearly searching
through the array, but did not see a speed-gain even over a large
collection of messages.)
Vendor notified, but has not responded (the software's last release
is several years old).
Bump PORTREVISION.
Approved by: maintainer