summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-13 04:01:50 +0000
committergrant <grant@pkgsrc.org>2003-12-13 04:01:50 +0000
commit10e607358b449fa1f2d0ce3e2aec1c938fe5c816 (patch)
tree53d272ca3696e699d0d76d57719d9130e3180a2a /mail
parenta9144c5dfa98ceb714f1bc9e1ed78a43b411331f (diff)
downloadpkgsrc-10e607358b449fa1f2d0ce3e2aec1c938fe5c816.tar.gz
Updated thunderbird-bin to 0.4.
Major changes since 0.3: * Improved Look The default theme for Mozilla Thunderbird has taken a huge leap forward. The theme is about 90% complete with only a few "classic" looking icons remaining. The message list pane now shows status for reply, forward and unread as icons directly on the message envelope instead of using text. The message list pane now has a separate sortable column for attachment status on a message. The Windows animated alert has a new look and feel. It now shows the Account name instead of your server user name. * Improved Interoperability With the OS Linux: Thunderbird properly dispatches browser URLs to the default browser. Read more about how to hook this up. Mac OS X: Added a Windows menu which makes it easier to manage open Thunderbird windows. The menu bar behaves correctly after closing all open windows. Mozilla Firebird and Thunderbird can be run at the same time with out the two builds interfering with URL dispatching between applications. Windows: Thunderbird can be set as the default mail client and/or as the default news client. * New Features Windows users can copy and paste images (including screen shots) from the Windows clipboard into HTML mail compose. Only mark a message as read when it has been open in the preview pane for a configurable number of seconds. More options for customizing toolbars the way you want them. Enchancements include: a mark button in the main mail window and copy/cut/paste icons in mail compose. Profile Migration from Netscape 4.x has seen a lot of improvements. A Palm Sync Address book conduit extension is now available for Thunderbird 0.4. POP Accounts now support aging on the server. * Recently Fixed Bugs No more new mail alert notifications when the incoming messages are Junk. The progress bar now appears in the mail 3-pane window when reporting progress for operations like downloading new mail or a message body. Auto Proxy URLs now work. POP Accounts: "Click here to download the rest of the message" now works. POP Accounts: A new filter action to delete a message from POP3 server if messages are left on the server by default. Junk Folder Purging works on all accounts and not just the first one. If you configure a mail server to use secure authentication but the server does not support it, Thunderbird no longer silently falls back to insecure authentication. Thunderbird brings up an error dialog and refuse to connect to the server. News error dialogs no longer hang the application. HTML Anchors in messages work. When threads are sorted by date, Thunderbird sorts by the newest message in the thread.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird-bin/Makefile6
-rw-r--r--mail/thunderbird-bin/Makefile.Linux.i3866
-rw-r--r--mail/thunderbird-bin/Makefile.SunOS.i3866
-rw-r--r--mail/thunderbird-bin/Makefile.SunOS.sparc10
-rw-r--r--mail/thunderbird-bin/distinfo12
5 files changed, 26 insertions, 14 deletions
diff --git a/mail/thunderbird-bin/Makefile b/mail/thunderbird-bin/Makefile
index 300e814dbc4..668bc5cf35f 100644
--- a/mail/thunderbird-bin/Makefile
+++ b/mail/thunderbird-bin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $
+# $NetBSD: Makefile,v 1.2 2003/12/13 04:01:50 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
-PKGNAME= thunderbird-bin-0.3
+PKGNAME= thunderbird-bin-0.4
WRKSRC= ${WRKDIR}/thunderbird
CATEGORIES= mail
@@ -10,7 +10,7 @@ MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.mozilla.org/projects/thunderbird/
COMMENT= Redesign of the Mozilla mail client (binary pkg)
-ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 SunOS-5.[89]*-i386
+ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 SunOS-5.[89]*-i386 SunOS-5.[89]*-sparc
NO_CONFIGURE= # defined
diff --git a/mail/thunderbird-bin/Makefile.Linux.i386 b/mail/thunderbird-bin/Makefile.Linux.i386
index 4cdf37bd20e..435c8d2e290 100644
--- a/mail/thunderbird-bin/Makefile.Linux.i386
+++ b/mail/thunderbird-bin/Makefile.Linux.i386
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.Linux.i386,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $
+# $NetBSD: Makefile.Linux.i386,v 1.2 2003/12/13 04:01:50 grant Exp $
#
-DISTNAME= thunderbird-0.3-i686-pc-linux-gtk2-gnu
+DISTNAME= thunderbird-0.4-i686-pc-linux-gtk2-gnu
EXTRACT_SUFX= .tar.bz2
-MASTER_SITES= http://ftp.mozilla.org/pub/thunderbird/releases/0.3/
+MASTER_SITES= http://ftp.mozilla.org/pub/thunderbird/releases/0.4/
PLATFORM= linux
MOZILLA_LIB= ${PREFIX}/lib/thunderbird-${PLATFORM}
diff --git a/mail/thunderbird-bin/Makefile.SunOS.i386 b/mail/thunderbird-bin/Makefile.SunOS.i386
index 8afeae00ad8..61acc16fcf7 100644
--- a/mail/thunderbird-bin/Makefile.SunOS.i386
+++ b/mail/thunderbird-bin/Makefile.SunOS.i386
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.SunOS.i386,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $
+# $NetBSD: Makefile.SunOS.i386,v 1.2 2003/12/13 04:01:50 grant Exp $
#
-DISTNAME= thunderbird-0.3-i386-pc-solaris2.8
-MASTER_SITES= http://ftp.mozilla.org/pub/thunderbird/releases/0.3/contrib/
+DISTNAME= thunderbird-0.4-i386-pc-solaris2.8
+MASTER_SITES= http://ftp.mozilla.org/pub/thunderbird/releases/0.4/contrib/
DEPENDS+= gtk2+>=2.2:../../x11/gtk2
diff --git a/mail/thunderbird-bin/Makefile.SunOS.sparc b/mail/thunderbird-bin/Makefile.SunOS.sparc
new file mode 100644
index 00000000000..4ded4cf66ae
--- /dev/null
+++ b/mail/thunderbird-bin/Makefile.SunOS.sparc
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile.SunOS.sparc,v 1.1 2003/12/13 04:01:50 grant Exp $
+#
+
+DISTNAME= thunderbird-0.4-sparc-sun-solaris2.8
+MASTER_SITES= http://ftp.mozilla.org/pub/thunderbird/releases/0.4/contrib/
+
+DEPENDS+= gtk2+>=2.2:../../x11/gtk2
+
+PLATFORM= solaris
+MOZILLA_LIB= ${PREFIX}/lib/thunderbird-${PLATFORM}
diff --git a/mail/thunderbird-bin/distinfo b/mail/thunderbird-bin/distinfo
index ad273f203bf..91d0da87862 100644
--- a/mail/thunderbird-bin/distinfo
+++ b/mail/thunderbird-bin/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $
+$NetBSD: distinfo,v 1.2 2003/12/13 04:01:50 grant Exp $
-SHA1 (thunderbird-0.3-i686-pc-linux-gtk2-gnu.tar.bz2) = d5f8571705f5490038e699ee70f9189aa7ecaec5
-Size (thunderbird-0.3-i686-pc-linux-gtk2-gnu.tar.bz2) = 10164247 bytes
-SHA1 (thunderbird-0.3-i386-pc-solaris2.8.tar.gz) = 2104352719c02cbfbf8852c27e98b33bdd048c6e
-Size (thunderbird-0.3-i386-pc-solaris2.8.tar.gz) = 13264518 bytes
+SHA1 (thunderbird-0.4-i686-pc-linux-gtk2-gnu.tar.bz2) = 1877ba3d5e256653e4ac059c605760f75971fdcf
+Size (thunderbird-0.4-i686-pc-linux-gtk2-gnu.tar.bz2) = 10330376 bytes
+SHA1 (thunderbird-0.4-i386-pc-solaris2.8.tar.gz) = cdaea1686c16156ce54bd8e872ac559965ac6429
+Size (thunderbird-0.4-i386-pc-solaris2.8.tar.gz) = 12987091 bytes
+SHA1 (thunderbird-0.4-sparc-sun-solaris2.8.tar.gz) = 4fd79104d3c7e6ec266c2a63647e9b65b5dc408a
+Size (thunderbird-0.4-sparc-sun-solaris2.8.tar.gz) = 15463913 bytes