pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws Updated to 0.9.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9daa60edfd80
branches: trunk
changeset: 460745:9daa60edfd80
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Sep 03 18:19:42 2003 +0000
description:
Updated to 0.9.4.
Please review ChangeLog.claws to see the changes between 0.9.2 to
0.9.4, mostly those are bugfixes.
* 0.9.2
* The bug that removed messages from server if "Don't receive" action is
specified by the filter rule has been fixed.
* The bug that caused abort when a button is double-clicked on some
dialogs has been fixed.
* A warning that was displayed when address book was empty has been fixed.
* 0.9.1
* The bug in handling folder names which include '+' in IMAP4 modified
UTF-7 conversion has been fixed.
* The parsing of message/rfc822 parts in multipart messages has been
fixed.
* Several bugs of auto signature replacement has been fixed.
* A bug that didn't hide user string in the Action dialog has been fixed.
* Socket I/O timeout interval is now configurable.
* 0.9.0
* The multi-process network I/O has been implemented for POP3 and SMTP.
* The Action feature has been improved.
* The automatic signature replacement on account change has been
implemented.
* Hyperlinks of HTML messages are now correctly handled.
* The separated message view now has a menubar.
* Original messages' headers are now included as the preset keywords
on automatic filter creation.
* The verbose error messages are now displayed on POP3 and SMTP.
* The lines of the log window is now restricted to reduce the memory
usage.
* The Shift_JIS locale has been supported.
* The internal MIME structure has been cleaned up.
* Address names which have special characters are now correctly quoted.
* Slovak message catalog has been added.
* The header corruption bug on reediting has been fixed.
* The bug of UTF-7 encoding conversion has been fixed.
* A workaround for unknown timezones has been made.
* A workaround for wrapping problem on UTF-8 locale has been made.
* More workaround for crashes by illegal characters has been made.
* The crash bug in IMAP4 parser has been fixed.
* The crash bug of the composition window has been fixed.
* The colormap / visual problem on Solaris has been fixed.
* Other bugfixes have been made.
diffstat:
mail/sylpheed-claws/Makefile | 17 +++++++++++------
mail/sylpheed-claws/PLIST | 3 ++-
mail/sylpheed-claws/distinfo | 6 +++---
3 files changed, 16 insertions(+), 10 deletions(-)
diffs (72 lines):
diff -r 817e73ad468a -r 9daa60edfd80 mail/sylpheed-claws/Makefile
--- a/mail/sylpheed-claws/Makefile Wed Sep 03 17:44:42 2003 +0000
+++ b/mail/sylpheed-claws/Makefile Wed Sep 03 18:19:42 2003 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2003/07/17 21:47:06 grant Exp $
+# $NetBSD: Makefile,v 1.19 2003/09/03 18:19:42 xtraeme Exp $
#
-DISTNAME= sylpheed-0.8.11claws
-PKGNAME= sylpheed-claws-0.8.11
-PKGREVISION= 3
+DISTNAME= sylpheed-0.9.4claws
+PKGNAME= sylpheed-claws-0.9.4
CATEGORIES= mail news x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +13,7 @@
BUILD_USES_MSGFMT= yes
-CONFLICTS= sylpheed-[0-9]*
+CONFLICTS= sylpheed-[0-9]*
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
@@ -25,11 +24,17 @@
GNU_CONFIGURE= yes
# Force gnome detection off to avoid installing some extra files
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no"
+CONFIGURE_ARGS+= --enable-aspell
CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --enable-openssl
CONFIGURE_ARGS+= --enable-gpgme
CONFIGURE_ARGS+= --enable-compface
-CONFIGURE_ARGS+= --enable-aspell
+CONFIGURE_ARGS+= --disable-trayicon-plugin
+CONFIGURE_ARGS+= --disable-image-viewer-plugin
+CONFIGURE_ARGS+= --disable-clamav-plugin
+CONFIGURE_ARGS+= --disable-dillo-viewer-plugin
+CONFIGURE_ARGS+= --disable-spamassassin-plugin
+CONFIGURE_ARGS+= --disable-mathml-viewer-plugin
PKG_SYSCONFSUBDIR= sylpheed
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
diff -r 817e73ad468a -r 9daa60edfd80 mail/sylpheed-claws/PLIST
--- a/mail/sylpheed-claws/PLIST Wed Sep 03 17:44:42 2003 +0000
+++ b/mail/sylpheed-claws/PLIST Wed Sep 03 18:19:42 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2003/03/22 01:45:15 salo Exp $
+@comment $NetBSD: PLIST,v 1.9 2003/09/03 18:19:43 xtraeme Exp $
bin/sylpheed
man/man1/sylpheed.1
share/examples/sylpheed/mime.types
@@ -20,6 +20,7 @@
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sylpheed.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/sylpheed.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
share/sylpheed/faq/de/sylpheed-faq-1.html
share/sylpheed/faq/de/sylpheed-faq-2.html
share/sylpheed/faq/de/sylpheed-faq-3.html
diff -r 817e73ad468a -r 9daa60edfd80 mail/sylpheed-claws/distinfo
--- a/mail/sylpheed-claws/distinfo Wed Sep 03 17:44:42 2003 +0000
+++ b/mail/sylpheed-claws/distinfo Wed Sep 03 18:19:42 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/03/22 01:45:16 salo Exp $
+$NetBSD: distinfo,v 1.8 2003/09/03 18:19:43 xtraeme Exp $
-SHA1 (sylpheed-0.8.11claws.tar.bz2) = 88fabcca6192aca493abf21362d7bbdbe01718d2
-Size (sylpheed-0.8.11claws.tar.bz2) = 1863930 bytes
+SHA1 (sylpheed-0.9.4claws.tar.bz2) = 4c97d56e154463f09c6f9b9517110ffd1eeaf80b
+Size (sylpheed-0.9.4claws.tar.bz2) = 2609202 bytes
Home |
Main Index |
Thread Index |
Old Index