diff options
author | xtraeme <xtraeme> | 2006-10-14 21:57:13 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-10-14 21:57:13 +0000 |
commit | 9c2d6ab4d44c83bc453f7edc61c3c12b8678b3ab (patch) | |
tree | 54abb5e2fc5740c49665f85584e0169eaf6cef10 /mail | |
parent | b827a7686a2d49714e6b46acf847a7416a3c1f53 (diff) | |
download | pkgsrc-9c2d6ab4d44c83bc453f7edc61c3c12b8678b3ab.tar.gz |
Update to 2.3.0beta2:
* 2.3.0beta2 (development)
* Messages marked as read or junk mails are now excluded from the numbers
of new messages.
* Win32: GTK+ was updated to 2.10.4, and GLib was updated to 2.12.4.
* Win32: The crash that occurred when Desktop folder was selected on the
file selection dialog was fixed.
* Win32: The bug that window position was reset when quitting Sylpheed
while window was hidden was fixed.
* Win32: The WSAEWOULDBLOCK state is now properly handled in socket I/O.
* 2.3.0beta1 (development)
* GtkStatusIcon is used for the tray icon if available.
* When GtkStatusIcon is used, the tray icon blinks for 5 seconds when new
mails arrive.
* The option 'Minimize to tray icon' was added.
* The left click on the tray icon now only brings the main window in front.
* Win32: The tray icon was implemented.
* Win32: The SSL connection problem was fixed.
* Win32: The included libraries (GLib, GTK+, Pango) were updated to the
latest version. This introduces the following improvements:
- The performance of network communication at receiving and sending
was improved.
- The appearance of the UI became more native-like.
- The scrolling speed of the summary view with cursor keys was improved.
- The broken display of the text view when it was partially hidden was
fixed.
- The position of color labels menu in the search dialog is correct now.
- The problem that GTK+ strings became untranslated after the popup of
context menu on GtkTextView was fixed.
- The crash that occurred on startup if a font with non-ascii name was
specified for system font was fixed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-devel/Makefile | 13 | ||||
-rw-r--r-- | mail/sylpheed-devel/PLIST | 3 | ||||
-rw-r--r-- | mail/sylpheed-devel/distinfo | 8 |
3 files changed, 11 insertions, 13 deletions
diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index 46bb2358dc3..656628e4f6b 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,19 +1,16 @@ -# $NetBSD: Makefile,v 1.36 2006/09/07 07:52:18 obache Exp $ +# $NetBSD: Makefile,v 1.37 2006/10/14 21:57:13 xtraeme Exp $ -DISTNAME= sylpheed-2.2.0beta8 -PKGREVISION= 2 +DISTNAME= sylpheed-2.3.0beta2 +PKGNAME= ${DISTNAME:S/-/-devel-/} CATEGORIES= mail news x11 -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} -MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.2beta/ +MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.3beta/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= chris@NetBSD.org HOMEPAGE= http://sylpheed.sraoss.jp/en/ COMMENT= X based e-mail and netnews client -DEPENDS+= metamail>=2.7:../../mail/metamail - -CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]* +CONFLICTS= sylpheed-claws-[0-9]* sylpheed-[0-9]* USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/mail/sylpheed-devel/PLIST b/mail/sylpheed-devel/PLIST index c8c345f3171..37663eb4486 100644 --- a/mail/sylpheed-devel/PLIST +++ b/mail/sylpheed-devel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/05/28 19:12:52 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/10/14 21:57:14 xtraeme Exp $ bin/sylpheed share/examples/sylpheed/mime.types share/locale/bg/LC_MESSAGES/sylpheed.mo @@ -85,6 +85,7 @@ share/sylpheed/manual/ja/sylpheed-19.html share/sylpheed/manual/ja/sylpheed-2.html share/sylpheed/manual/ja/sylpheed-20.html share/sylpheed/manual/ja/sylpheed-21.html +share/sylpheed/manual/ja/sylpheed-22.html share/sylpheed/manual/ja/sylpheed-3.html share/sylpheed/manual/ja/sylpheed-4.html share/sylpheed/manual/ja/sylpheed-5.html diff --git a/mail/sylpheed-devel/distinfo b/mail/sylpheed-devel/distinfo index e3012343501..ec3a2ade178 100644 --- a/mail/sylpheed-devel/distinfo +++ b/mail/sylpheed-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2006/02/06 18:05:53 xtraeme Exp $ +$NetBSD: distinfo,v 1.25 2006/10/14 21:57:14 xtraeme Exp $ -SHA1 (sylpheed-2.2.0beta8.tar.bz2) = e85bca8da39d4d221da274fbd21d768fb227defe -RMD160 (sylpheed-2.2.0beta8.tar.bz2) = 526dad7e201e32d7f4534da96aa2b14a4f0ac954 -Size (sylpheed-2.2.0beta8.tar.bz2) = 2500520 bytes +SHA1 (sylpheed-2.3.0beta2.tar.bz2) = 0f3b427ebc59ced778e39c23cc016e3773baca96 +RMD160 (sylpheed-2.3.0beta2.tar.bz2) = 7cafe8d1fbb0fe4b8f3b2e7923b69c73ee02883d +Size (sylpheed-2.3.0beta2.tar.bz2) = 2583550 bytes |