diff options
author | tron <tron@pkgsrc.org> | 2000-02-03 23:38:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-03 23:38:17 +0000 |
commit | 907a316f2624619fcf7163be589a626a3aa061b4 (patch) | |
tree | 7d36701ee9b932c59e5dc9e8b8fdedd34fc4145f /mail | |
parent | 9d0a6895d854ac5cedc57d971729a029b07a9784 (diff) | |
download | pkgsrc-907a316f2624619fcf7163be589a626a3aa061b4.tar.gz |
Update "spruce" package to version 0.5.14. Changes since version 0.5.9:
o Fixed some IMAPv4r1 issues, seems to be working a little better
now.
o Added most of the support for GNU Privacy Guard by using an alpha
lib Privacy Guard Glue. For GPG support, you must now use
the --enable-gpg configure flag (./configure --enable-gpg)
For reference, I'm currently using Pgg-20000116 and as the author
of Pgg states, new versions are unlikely to be compatable so
be warned that you may need to have the same Pgg lib that I have.
I will be maintaining a file specifying which version of Pgg you
need to use it with Spruce.
o Fixed the segfault/corruption bug caused when a user deleted a
message from a mbox spool
o Various code speedups/cleanups
o Added some simple multithreading (spruce now requires
POSIX threads)
o fixed some segfault-causing assertion errors
o Added the ability to set customized word-wrap length
o Fixed a bug which led to a incorrectly formatted date in the
header if you had set the locale to some other language.
o Added IMAP cram-md5 (oops, had it commented out before)
o Due to popular demand, I have added blind carbon-copy
functionality
o Fixed a segfault bug in the address book
o Added more NLS files
o You can now select multiple addresses in the address book
o You can choose to have spruce prepend every subject with a
"Re: " (or a "Fw: " - depending on the situation) or you
can choose to have spruce only prepend those if they are
not already in the subject prior to clicking reply/forward
buttons
o Finished adding mbox support (hopefully no bugs ;-)
o Added more command-line arguments and updated the manual
page to reflect these changes
o Added support for encrypted connections for POP and IMAP
thanks to a patch by Erik Forsberg
o Added a manual page
o Fixed one last SMTP bug that wouldn't allow a few
users to send mail.
o Added French, Italian, German, Spanish, and Portuguese
NLS support (I wrote a perl script called makepo.pl in
/po directory. These languages may not be 100% correct)
o You may now use Fetchmail to retrieve messages rather
than Spruce's internal Pop3 code.
o sped up some of the parsers
o various code cleanups
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spruce/Makefile | 9 | ||||
-rw-r--r-- | mail/spruce/files/md5 | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index b6c70383d8b..a985b394dc4 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/17 13:51:10 mellon Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/03 23:38:17 tron Exp $ # -DISTNAME= spruce-0.5.9 +DISTNAME= spruce-0.5.14 CATEGORIES= mail MASTER_SITES= http://www.xtorshun.org/spruce/ MAINTAINER= mellon@isc.org -HOMEPAGE= http://www.xtorshun.org/spruce/download.html +HOMEPAGE= http://www.xtorshun.org/spruce/main.html -DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= gnome-libs-*:../../x11/gnome-libs +DEPENDS+= mit-pthreads-*:../../devel/mit-pthreads USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes +CC= ${LOCALBASE}/pthreads/bin/pgcc .include "../../mk/bsd.pkg.mk" diff --git a/mail/spruce/files/md5 b/mail/spruce/files/md5 index 84a52c10c91..0fc8525aa0c 100644 --- a/mail/spruce/files/md5 +++ b/mail/spruce/files/md5 @@ -1,2 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/12/17 13:51:10 mellon Exp $ -MD5 (spruce-0.5.9.tar.gz) = a90599ac09e5811aae10e7e35dcd1ed3 +$NetBSD: md5,v 1.2 2000/02/03 23:38:17 tron Exp $ + +MD5 (spruce-0.5.14.tar.gz) = 930b3a64a1b92e8b7426021527d7ee50 |