diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-03 18:19:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-03 18:19:42 +0000 |
commit | fd79170aa46886d267a8025f3f54582356e3e3a7 (patch) | |
tree | b75cb346b337d4502821b49a88d6fd52e496ee63 /mail | |
parent | 2027c7d3fe0c0fdfc07af35fb859a18051792812 (diff) | |
download | pkgsrc-fd79170aa46886d267a8025f3f54582356e3e3a7.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 17 | ||||
-rw-r--r-- | mail/sylpheed-claws/PLIST | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws/distinfo | 6 |
3 files changed, 16 insertions, 10 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 2ff47e46671..1b79d6f15c1 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -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 @@ COMMENT= X based e-mail and netnews client BUILD_USES_MSGFMT= yes -CONFLICTS= sylpheed-[0-9]* +CONFLICTS= sylpheed-[0-9]* USE_BUILDLINK2= yes USE_PKGINSTALL= yes @@ -25,11 +24,17 @@ USE_GMAKE= yes 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 --git a/mail/sylpheed-claws/PLIST b/mail/sylpheed-claws/PLIST index f84904f20a0..5427874eaf7 100644 --- a/mail/sylpheed-claws/PLIST +++ b/mail/sylpheed-claws/PLIST @@ -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/pt_BR/LC_MESSAGES/sylpheed.mo ${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 --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo index d4b282b7cb6..14745afd5db 100644 --- a/mail/sylpheed-claws/distinfo +++ b/mail/sylpheed-claws/distinfo @@ -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 |