summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2002-10-27Use buildlink2. Use perl5/module.mk.seb3-18/+9
2002-10-27Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc.bouyer3-4/+79
2002-10-27Ops, it was already converted to buildlink2, remove duplicate USE_BUILDLINK2.bouyer1-3/+1
2002-10-27Enable cyrus-imapd21.chris1-1/+2
2002-10-27Initial import of cyrus-imapd 2.1.9.chris13-0/+492
Cyrus imapd provides IMAP, POP3 and KPOP services for mail. It differs from other IMAP servers by providing a "sealed" server where users do not normally login directly to the server. The mailbox database is private to the Cyrus IMAP system. Cyrus also provides server side mail filtering using sieve (see RFC 3028)
2002-10-27Use buildlink2, and make sure config.sh uses BUILDLINK_CC instead off ccbouyer1-2/+6
(which doesn't work on solaris).
2002-10-27don't try to remove the gnome apps directories.grant1-3/+1
2002-10-27Add libXt to X libs.bouyer2-4/+4
2002-10-27Update to sylpheed-claws-0.8.5.grant3-7/+16
Changes since 0.8.1 include: * additional locales: bg, sr * additional documentation * misc bug fixes See the ChangeLog for the full list of changes.
2002-10-25Update to 0.9.4 (note that the author changed versioning system,mjl5-256/+10
our last version was 0.84). * Update documentation. * Move Bayes stuff into its own file. * Fix NaN exception: if list is empty, use zero for probability. * Make extrema array (keepers) variable size. Needs more work. * Add SYSLIBS to the makefile. * Fix gcc-ism in dbg.c (ptr arithmetic on void*). * Fix off-by-one in html tag check. * Fix unaligned access in libdb. * Fix bug in -d handling for text and libdb. * Autodetect mailbox type and deprecate the -m option. * Ditch the builtin libdb locks, use fcntl instead. * Fix memory leak in dbtext. * Fix some trivial issues with the lexer: - Be more strict about recognizing IP addresses. - Do case-insensitive header name comparisons. * Fix multiple database closure with mbox format. * Fix a bogus assert in passthrough. * Add heap checking in debug mode. * Fix bug in -N mode which made it act the same as -S. * Support maildir style folders. * Fix bug in multiple message registration. * Improve error reporting and clarify some messages. * Package preformatted manpage instead of XML. * Remove single message per invocation restriction.
2002-10-25buildlink1 -> buildlink2.wiz4-23/+26
2002-10-25Convert to buildlink2.wiz1-14/+15
2002-10-25buildlink1 -> buildlink2.wiz3-11/+13
2002-10-24convert to buildlink2 (another trivial NO_BUILD case)drochner1-2/+3
2002-10-23buildlink1 -> buildlink2 and use bsd.pkg.install.mk to properly handlejlam2-15/+18
elm.mimetypes-dist. Also add a few files to PLIST that were installed but not listed.
2002-10-22Port to Emacs-21, using emacs.mk.minoura2-128/+218
2002-10-21buildlink1 -> buildlink2jlam2-3/+4
2002-10-21PKGREVISION is now empty, to placate lintpkgsrc (thanks to Marttiheinz1-2/+2
Kuparinen).
2002-10-21Convert to buildlink2.wiz1-4/+4
2002-10-21Convert to buildlink2.wiz1-2/+3
2002-10-21For subtle reasons, expand ${WRKSRC} into ${WRKDIR}/${DISTNAME} injlam1-2/+2
RCD_SCRIPT_SRC.spamd definition. The reason is that WRKSRC isn't defined by the time we get down to bsd.pkg.install.mk, so the dependency logic replaces "${WRKSRC}" with "", which is wrong. XXX bsd.pkg.install.mk should really be included by bsd.pkg.mk, in much the XXX same way bsd.buildlink2.mk is included by bsd.pkg.mk. It would remove XXX these ordering problems with variables not being available.
2002-10-21Use ${PREFIX}, not ${LOCALBASE}, when referring to own installation prefix.jlam1-7/+7
Also, use ${SH}, not /bin/sh, when invoking the shell from make.
2002-10-21Ensure that everything that is linked against libsasl is also linkedjlam4-4/+172
against its dependent libraries by using the output of "sasl-config --libs" if sasl-config is present.
2002-10-20Update to 2.43heinz10-54/+82
Item 1) was already provided by 'inofficial' patch-af for 2.42 (now removed). Two new patches (-ag and -ah) from the SpamAssassin-current repository work around a roblem with razor2 timeouts. Logo 'ninjabutton.png' is now in the correct html directory. Official changes: 1) AWL change reverted; instead of decreasing the AWL bias gradually to allow frequently-seen addresses to get into the "nonspam" area, it now behaves like 2.31 did, in that the AWL simply represents the long-term average score from that correspondent. 2) core-dump bug in spamd worked around, _except for the "-m" switch_. The "-m" switch relies on signal handling in the Perl interpreter, which seems to have some bugs we cannot work around reliably on some platforms, so its use is no longer recommended. 3) some portability fixes for SunOS.
2002-10-20Use buildlink2. Use perl5/module.mk.seb2-12/+6
2002-10-20Correct directory ownership (PR#18529)martti1-3/+3
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-17with gettext-lib/buidlink2.mk change, USE_GNU_GETTEXT is no longer neededitojun1-2/+1
2002-10-16Don't hardcode cc as C compiler, it doesn't work on solaris.bouyer1-1/+1
Convert to buildlink2.
2002-10-16Update sylpheed to 0.8.5.chris2-6/+5
Mostly bugfixes (see website for complete change list)
2002-10-15Fix from Robert Elz in PR 18664 to stop sortm coredumping when there'sagc3-3/+40
a numerical subject. "And yes, this really does add a preprocessor conditional that makes either one of two original statements get compiled, and the other omitted (ie: the patch is correct, though just deleting a line would work as well). The "#if 0" could become "#if 1" and the core dump would also be gone, though the results of the sort would then sometimes be rather hard to explain..." Bump PKGREVISION.
2002-10-14Updated php to 4.2.3martti2-11/+11
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
2002-10-13Update to 1.1.2. Buildlink1 -> buildlink2.wiz2-7/+8
Changes since 1.1.1: * Fixing bug with MAPI_ATTACH_OBJ_DATA instead of attATTACHMENT usage. * Minor Updates of copyright and bug reporting address.
2002-10-12Correct copying of pre-build man pages, PR/18623.mjl1-2/+2
2002-10-11Only sched_yield() periodically if pth is used on NetBSD.rh5-28/+34
Add @exec/@unexec scrollkeeper-update to PLIST. Bump PKGREVISION.
2002-10-10Enable bmfmjl1-1/+2
2002-10-10Initial import of bmf-0.84mjl8-0/+320
This is a mail filter which uses the Bayes algorithm as explained in Paul Graham's article "A Plan for Spam". It aims to be faster, smaller, and more versatile than similar applicatios.
2002-10-10buildlink1 -> buildlink2jlam3-3/+24
2002-10-09buildlink1 -> buildlink2.wiz3-33/+13
2002-10-09Unused.wiz1-37/+0
2002-10-09buildlink1 -> buildlink2.wiz1-8/+8
2002-10-09Unused.wiz1-34/+0
2002-10-09disable build of smrsh, as it was found to be vulnerable (and the patchitojun5-9/+7
from sendmail.org does not apply). bump PKGREVISION.
2002-10-09Don't complain if we can't remove ${PREFIX}/share/bbtools - other packagesjschauma1-2/+2
might need the directory.
2002-10-08buildlink1 -> buildlink2jlam1-18/+16
2002-10-08buildlink1 -> buildlink2jlam1-11/+14
2002-10-08Unused.jlam1-36/+0
2002-10-08buildlink1 -> buildlink2jlam11-63/+37
2002-10-08- Setting PKG_SYSCONFBASE in /etc/mk.conf works now (Thanks to Urbanheinz4-6/+26
Boquist). - Included fix for bad AWL behaviour which will also be in 2.50 (maybe 2.43) (ie AWL works the same again as in SA 2.31). This causes revision bump.
2002-10-08bring in smrsh patch. bump PKGREVISIONitojun3-3/+66