summaryrefslogtreecommitdiff
path: root/mail/bmf
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for mail categoryagc1-1/+2
Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2008-06-20Add DESTDIR support.joerg1-2/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-08Use NetBSD rules for DragonFly as well.joerg2-4/+4
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-24Replaced $(...) with ${...}.rillig1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-13Use BSD_INSTALL_* instead of mkdir/cp to set ownership and permissionminskim2-6/+30
of installed files correctly.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
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-12Correct copying of pre-build man pages, PR/18623.mjl1-2/+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.