summaryrefslogtreecommitdiff
path: root/mail/elmo
AgeCommit message (Collapse)AuthorFilesLines
2008-09-19Installs Perl script, so require perl.joerg1-2/+2
2008-08-31Don't do a global s/==/=/ in the configure script; that breaks stuff.dholland11-18/+341
Patch the uses of test == instead. Fixes broken build. Also, fix interpreter handling in the installed perl script, and fix some 64-bit issues. Mark that destdir support works. PKGREVISION++
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2006-06-09USE_TOOLS+=flexminskim1-1/+2
2006-06-07Uses C++.joerg1-1/+2
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-3/+3
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+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-08-29Add in a specific reference to ${BUILDLINK_PREFIX.openssl} so thatadrianp1-1/+2
configure finds the right OpenSSL.
2005-07-16Update to 1.3.2, provided by the maintainer Robert Lillack inwiz5-8/+65
private mail. New in 1.3.2 - support for matching arbitrary headers in rules - bugfixes pkgsrc includes additional changes: - fix for http://secunia.com/advisories/15977/ - work around an annoying header parsing issue which resulted in totally garbled date sorting - work around random SIGSEVs
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-05Updated elmo to latest 1.3.1. Note project has been discontinuedjdolecek2-6/+6
according to the maintainer website. Changes since 1.2.0: 1.3.1 ===== - it is now possible to run an arbitrary command on a selected attachment - made elmo less conservative about the format of the message - updated translations - several bugfixes 1.3.0 ===== - rewritten networking - full-asynchronous, working POP3 support, you don't have to bother whether the message has been already fetched or not any more - elmo checks your POP3 accounts and plays sound, when there is mail waiting on one of them
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-22Bump PKGREVISION to 1 for the gpgme BUILDLINK_DEPENDS change.recht1-1/+2
2004-07-06Initial import of elmo-1.2.0 from pkgsrc-wip.xtraeme4-0/+47
Elmo the ELectronic Mail Operator is a feature-rich, highly configurable and fast console mail client. It features SMTP and POP3 support, a Bayesian mail filter, an address book, threaded mail display and Maildir, MIME, GnuPG, SSL & UTF8 support.