summaryrefslogtreecommitdiff
path: root/mail/cone
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-11-11Reference the expected class functions, not the members with the samejoerg2-1/+23
name.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-23Drop unused member variable.joerg3-1/+29
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-16Since the last update, this will not build without the wide-cursesdholland2-4/+4
option, so turn it on by default. The option should probably be removed entirely, as the code doesn't look amenable to a narrow-only build. PKGREVISION -> 2.
2012-09-16Fix C++ type error.dholland2-1/+18
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-1/+2
2012-06-09Remove unnecessary patchesadam5-107/+0
2012-06-09Changes 0.90:adam10-40/+34
* cone/gettext.C: gettext can't deal with literal ^Ds, so provide a workaround: "\\D" literal. * cone/cursesindexdisplay.C (drawLine): Misformatting of the date column in some locales.
2012-06-01Tries to link with -lpcre, at least on Solaris, so give it pcre.dholland1-2/+3
PKGREVISION -> 2.
2011-11-22Fix build with newer GCCjoerg8-1/+117
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-11-05Changes 0.84:adam2-7/+6
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes. * gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd. * cone/cursesmessage.C: Strip off trailing CRs from original message that's being replied or forwarded (shown as trailing ?s on every line in the reply). * tcpd/configure.in: Check if explicit linking with libgpg-error is required.
2010-07-01Fix PLISTjoerg2-2/+8
2010-05-18Changes 0.83:adam4-19/+15
* cone/sgml/cone-folderindex.sgml (prompt): Mention the inn 2.5.x bug. * cone/myreferences.H (m): Fix NULL ptr deref. * cone/cursesmessage.C (nextLink): Fix wild pointer. * libmail/copymessage.C (fail): Fix segfault if fetching the contents, of the message being copied, fails. * cone/cursesmessage.C (reformatAddLine): Clear the entire struct to suppress warnings from valgrind. * gcc 4.5 portability fixes. * tcpd/libcouriergnutls.c (tls_connect): Fix bad call to gnutls_server_name_set(). Changes 0.82: * cone/curseseditmessage.C (getMarkedRegion): Portability fix (gcc 4.4.3). * all: Some code cleanup. Changes 0.81: * cone/spellcheckerAspell.C: Do not set "lang" and "encoding" to empty values. Changes 0.80: * cone/libmail: Link with libidn if this library is installed. Added getAddrAddr() and setAddrAddr() methods to mail::emailAddress that use libidn, if installed, to decode/encode the hostname portion of the email address. * The GNU IDN library is now required to build Cone
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-02-27USE_NCURSESW is gone, use USE_NCURSES instead.wiz1-2/+2
2008-02-20One second thought, just let "wide-curses" toggle whether or not we usejlam1-13/+7
wide curses or narrow curses. Cone will always need a curses library regardless, so if we're not using one, we're using the other.
2008-02-20Update mail/cone to version 0.74. Changes from version 0.73 include:jlam3-15/+47
+ Add full DESTDIR support. + New "gnutls" option to select between using GNU TLS and OpenSSL. Default to "ssl". + New "wide-curses" option to select between curses and wide-curses displays. Default to "curses". * Add/fix GNU TLS support in cone.
2008-02-20Needs ncurses (for termattrs()). Fix some pkglint warnings while here.wiz2-3/+6
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@
2007-11-19Don't look for openssl or c_rehash binaries because cone doesn'tjlam2-2/+19
actually need them at all. Add a "fam" option to cone which allows it to be notified by the OS about changes to local Maildirs. Bump the PKGREVISION to 1.
2007-11-19Sort options.jlam1-7/+7
2007-11-13Import cone-0.73 as pkgsrc/mail/cone:jlam11-0/+360
Cone is a text-based mail client. Cone seamlessly handles multiple POP3, IMAP accounts, and local mail folders. Cone is also a simple newsreader. Cone's interface is foolproof enough to be used by inexperienced users, but it also offers advanced features for power users. Cone also serves as a platform for development of a new experimental network mail access protocol, SMAP, that offers additional functionality not available with IMAP or POP3.