aboutsummaryrefslogtreecommitdiff
path: root/mail/popfile/files
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* - Add staging supportPawel Pekala2014-06-051-0/+0
| | | | | | | | | | - Use options helpers - Rephrase options descriptions to modern standards, use default for SSL - Use shebangfix for popfile.pl and SUB_FILES for popfile.sh instead of post-patch sed manipulations Notes: svn path=/head/; revision=356631
* Update to 0.22.5. Also some cleanups on RUN_DEPENDS and messages.Makoto Matsushita2007-07-031-11/+0
| | | | Notes: svn path=/head/; revision=194756
* Update to 0.22.2, with minor updates including:Makoto Matsushita2004-12-201-6/+6
| | | | | | | | | | | - Add WITH_POPFILE_XMLRPC option for XMLRPC module dependency. - Add WITH_POPFILE_SOCKS, but it's just a placeholder... (there's no IO::Socket::Socks module in our ports) - Minor comment cleanup. - Update patch-Bayes.pm for 0.22.2 (actually comments were changed). Notes: svn path=/head/; revision=124593
* Since popfile 0.22.0 doesn't work with DBD::SQLite 1.x, switch to SQLite2.Makoto Matsushita2004-10-231-0/+11
| | | | | | | | | | | | | | | CAUTION: for existing users, edit your ${HOME}/.popfile/popfile.cfg (or whatever popfile configuration file) as follows: before: bayes_dbconnect dbi:SQLite:dbname=$dbname after: bayes_dbconnect dbi:SQLite2:dbname=$dbname (change the word "SQLite" to "SQLite2") files/patch-Bayes.pm also added, to use dbi:SQLite2 by default. Since the contents is changed, bump PORTREVISION. Notes: svn path=/head/; revision=120043
* Quote variable to avoid unwanted error, even if the pathnameMakoto Matsushita2004-03-271-3/+3
| | | | | | | | includes spaces. The content is changed but the previous commit is a few minutes before, don't bump PORTREVISION to avoid confusion. Notes: svn path=/head/; revision=105402
* New features to popfile.sh startup script, including:Makoto Matsushita2004-03-271-2/+17
| | | | | | | | | | | | | | | | | | - The default working directory can be tweaked by user; if POPFILE_USER variable is defined before, use it simply. - If POPFILE_USER variable is not defined, the script default is either ${HOME}/.popfile (old default) or /var/db/popfile if ${HOME} variable is not defined or defined as null string. - If ${POPFILE_USER} directory cannot be made, exit with error. Most casual users shouldn't affect this change, however, the script itself is changed, so bump PORTREVISION. Inspired from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/14635 (in Japanese) Notes: svn path=/head/; revision=105401
* Update to v0.21.0.Makoto Matsushita2004-03-172-31/+10
| | | | | | | | | | | | | | | | | Other (minor) changes are listed below: * Update additional patches also. * Add new perl module dependency which POPFile newly 'use'ed. * Add new runtime dependency option, WITH_POPFILE_UPGRADE_FROM_0_20. If you're using previous version of POPFile, you may want to make this port with WITH_POPFILE_UPGRADE_FROM_0_20=YES. * Display compile-time option introduction. * Introduce popfile.sh, per-user bases startup script. Since v0.21.0 supports multi-user, you don't have to have your _own_ copy of POPFile. setup-popfile.sh is also removed; it doesn't need anymore. Notes: svn path=/head/; revision=104289
* New port: popfileMakoto Matsushita2004-02-221-0/+31
POPFile is an automatic mail classification tool. Unlike other email classification tools, POPFile acts as a POP3 proxy server. Reviewed by: kuriyama (mentor) Notes: svn path=/head/; revision=101737