pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/thunderbird-gtk2 Update thunderbird-gtk2 to 0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c55c92ebd7db
branches:  trunk
changeset: 474972:c55c92ebd7db
user:      taya <taya%pkgsrc.org@localhost>
date:      Sat May 08 04:38:08 2004 +0000

description:
Update thunderbird-gtk2 to 0.6

What's new from release notes:
* Improved Junk Mail Controls
The algorithm for the adaptive junk mail controls has been heavily
redesigned to learn faster and catch more spam.

* New Brand Identity
To be consistent with the Mozilla Foundation's goal of brand identity,
Thunderbird has a new logo and supporting artwork thanks to the fine
work of the Mozilla Visual Identity team.

* Other New Features...
- IMAP users can now benefit from support for the IMAP IDLE command
which allows the mail server to push notifications such as new mail
arriving as soon as it arrives.

- Thunderbird supports server-wide news filters that apply to all
newsgroups on a server.

- Thunderbird includes Secure Password Authentication using a new
cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP.

- Mail filters can now mark messages as junk.

- Tools > Options > Compose > HTML Options allows you to set up
default HTML compose options such as font, size and color.

- Attachments can be opened directly from the compose window to verify
their contents before sending.

- Thunderbird now supports the notion of multiple identities per mail
account. This makes it easy to have several e-mail addresses which end
up going into the same account. Read More about how to set this up.

* Recently Fixed Bugs
- In the case of a failure when copying a message to an online Sent
folder, Thunderbird will now ask if you would like it to try again.

- Pasting data from an OpenOffice.org spreadsheet no longer pastes
random HTML garbage before the actual spreadsheet data into HTML
compose.

- Fixed several situations where LDAP connections were left open when
using LDAP auto complete or performing searches on LDAP directories.

- Improved view source behavior.

- Mail notification for POP3 messages that are marked deleted or
marked read by mail filters no longer occurs.

- The "Mark All Read" keyboard shortcut now works for Linux GTK2.

diffstat:

 mail/thunderbird-gtk2/Makefile |   22 +----
 mail/thunderbird-gtk2/PLIST    |  181 ++++++++++++----------------------------
 2 files changed, 59 insertions(+), 144 deletions(-)

diffs (truncated from 747 to 300 lines):

diff -r 2ecf4b699ae1 -r c55c92ebd7db mail/thunderbird-gtk2/Makefile
--- a/mail/thunderbird-gtk2/Makefile    Sat May 08 04:37:17 2004 +0000
+++ b/mail/thunderbird-gtk2/Makefile    Sat May 08 04:38:08 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/26 13:58:24 taya Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/08 04:38:08 taya Exp $
 
 MOZILLA=       thunderbird-gtk2
 MOZILLA_BIN=   thunderbird-bin
-MOZ_VER=       0.5
-EXTRACT_SUFX=  .tar.gz
-DISTNAME=      thunderbird-${MOZ_VER}-source
+MOZ_VER=       0.6
+EXTRACT_SUFX=  .tar.bz2
+DISTNAME=      thunderbird-source-${MOZ_VER}
 MASTER_SITES=  http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/ \
                ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/
 
@@ -21,18 +21,4 @@
 MOZILLA_USE_GTK2=      # defined
 MOZILLA_USE_XFT=       YES
 
-#
-# XXX
-#
-DISTFILES=     thunderbird-${MOZ_VER}-source.tar.gz
-EXTRACT_SUFX+= .tar.bz2
-do-extract:
-       ${_PKG_SILENT}${_PKG_DEBUG}                                     \
-       extract_file="${_DISTDIR}/${DISTFILES}";                        \
-       export extract_file;                                            \
-       cd ${WRKDIR}; ${EXTRACT_CMD};                                   \
-       extract_file="${WRKDIR}/mozilla-thunderbird/archives/thunderbird-0.5-source.tar.bz2";   \
-       export extract_file;                                            \
-       ${EXTRACT_CMD}
-
 .include "../../www/mozilla/Makefile.common"
diff -r 2ecf4b699ae1 -r c55c92ebd7db mail/thunderbird-gtk2/PLIST
--- a/mail/thunderbird-gtk2/PLIST       Sat May 08 04:37:17 2004 +0000
+++ b/mail/thunderbird-gtk2/PLIST       Sat May 08 04:38:08 2004 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/26 13:58:26 taya Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/05/08 04:38:08 taya Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
 lib/${MOZILLA}/dirver
 lib/${MOZILLA}/mangle
 lib/${MOZILLA}/mozilla-xremote-client
-lib/${MOZILLA}/mozipcd
 lib/${MOZILLA}/nsinstall
 lib/${MOZILLA}/regchrome
 lib/${MOZILLA}/regxpcom
@@ -17,7 +16,7 @@
 lib/${MOZILLA}/xpt_link
 @comment end PROGRAMS
 @comment begin SCRIPTS
-lib/${MOZILLA}/mozilla-config
+lib/${MOZILLA}/thunderbird-config
 @comment end SCRIPTS
 @comment begin DSO
 lib/${MOZILLA}/components/libaccessibility.${SO_SUFFIX}
@@ -33,14 +32,13 @@
 lib/${MOZILLA}/components/libgfxps.${SO_SUFFIX}
 lib/${MOZILLA}/components/libgfxxprint.${SO_SUFFIX}
 lib/${MOZILLA}/components/libgklayout.${SO_SUFFIX}
+lib/${MOZILLA}/components/libgkplugin.${SO_SUFFIX}
 lib/${MOZILLA}/components/libhtmlpars.${SO_SUFFIX}
 lib/${MOZILLA}/components/libi18n.${SO_SUFFIX}
 lib/${MOZILLA}/components/libimglib2.${SO_SUFFIX}
 lib/${MOZILLA}/components/libimport.${SO_SUFFIX}
-lib/${MOZILLA}/components/libipcdc.${SO_SUFFIX}
 lib/${MOZILLA}/components/libjar50.${SO_SUFFIX}
 lib/${MOZILLA}/components/libjsd.${SO_SUFFIX}
-lib/${MOZILLA}/components/libjsdom.${SO_SUFFIX}
 lib/${MOZILLA}/components/libmail.${SO_SUFFIX}
 lib/${MOZILLA}/components/libmork.${SO_SUFFIX}
 lib/${MOZILLA}/components/libmozfind.${SO_SUFFIX}
@@ -51,7 +49,6 @@
 lib/${MOZILLA}/components/libnecko2.${SO_SUFFIX}
 lib/${MOZILLA}/components/libnsappshell.${SO_SUFFIX}
 lib/${MOZILLA}/components/libnsprefm.${SO_SUFFIX}
-lib/${MOZILLA}/components/liboji.${SO_SUFFIX}
 lib/${MOZILLA}/components/libpipboot.${SO_SUFFIX}
 lib/${MOZILLA}/components/libpipnss.${SO_SUFFIX}
 lib/${MOZILLA}/components/libpippki.${SO_SUFFIX}
@@ -61,7 +58,6 @@
 lib/${MOZILLA}/components/libspellchecker.${SO_SUFFIX}
 lib/${MOZILLA}/components/libtxmgr.${SO_SUFFIX}
 lib/${MOZILLA}/components/libuconv.${SO_SUFFIX}
-lib/${MOZILLA}/components/libucvmath.${SO_SUFFIX}
 lib/${MOZILLA}/components/libwallet.${SO_SUFFIX}
 lib/${MOZILLA}/components/libwalletviewers.${SO_SUFFIX}
 lib/${MOZILLA}/components/libwebbrwsr.${SO_SUFFIX}
@@ -72,12 +68,9 @@
 lib/${MOZILLA}/components/libxpinstall.${SO_SUFFIX}
 lib/${MOZILLA}/components/libxremote_client.${SO_SUFFIX}
 lib/${MOZILLA}/components/libxremoteservice.${SO_SUFFIX}
-lib/${MOZILLA}/ipc/modules/liblockmodule.${SO_SUFFIX}
-lib/${MOZILLA}/ipc/modules/libtransmgr.${SO_SUFFIX}
 lib/${MOZILLA}/libgkgfx.${SO_SUFFIX}
 lib/${MOZILLA}/libgtkembedmoz.${SO_SUFFIX}
 lib/${MOZILLA}/libgtkxtbin.${SO_SUFFIX}
-lib/${MOZILLA}/libjsj.${SO_SUFFIX}
 lib/${MOZILLA}/libldap50.${SO_SUFFIX}
 lib/${MOZILLA}/libmozjs.${SO_SUFFIX}
 lib/${MOZILLA}/libmozz.${SO_SUFFIX}
@@ -96,6 +89,8 @@
 lib/${MOZILLA}/libxpistub.${SO_SUFFIX}
 @comment end DSO
 @comment begin DATA
+lib/${MOZILLA}/LICENSE.txt
+lib/${MOZILLA}/README.txt
 lib/${MOZILLA}/bloaturls.txt
 lib/${MOZILLA}/chrome/US.jar
 lib/${MOZILLA}/chrome/chromelist.txt
@@ -106,7 +101,6 @@
 lib/${MOZILLA}/chrome/en-mac.jar
 lib/${MOZILLA}/chrome/en-unix.jar
 lib/${MOZILLA}/chrome/en-win.jar
-lib/${MOZILLA}/chrome/icons/default.xpm
 lib/${MOZILLA}/chrome/icons/default/abcardWindow.xpm
 lib/${MOZILLA}/chrome/icons/default/abcardWindow16.xpm
 lib/${MOZILLA}/chrome/icons/default/addressbookWindow.xpm
@@ -118,6 +112,7 @@
 lib/${MOZILLA}/chrome/icons/default/msgcomposeWindow16.xpm
 lib/${MOZILLA}/chrome/installed-chrome.txt
 lib/${MOZILLA}/chrome/messenger.jar
+lib/${MOZILLA}/chrome/offline.jar
 lib/${MOZILLA}/chrome/pipnss.jar
 lib/${MOZILLA}/chrome/pippki.jar
 lib/${MOZILLA}/chrome/toolkit.jar
@@ -129,7 +124,6 @@
 lib/${MOZILLA}/components/bookmarks.xpt
 lib/${MOZILLA}/components/caps.xpt
 lib/${MOZILLA}/components/chardet.xpt
-lib/${MOZILLA}/components/chrome.xpt
 lib/${MOZILLA}/components/commandhandler.xpt
 lib/${MOZILLA}/components/composer.xpt
 lib/${MOZILLA}/components/content_base.xpt
@@ -154,6 +148,7 @@
 lib/${MOZILLA}/components/downloadmanager.xpt
 lib/${MOZILLA}/components/editor.xpt
 lib/${MOZILLA}/components/embed_base.xpt
+lib/${MOZILLA}/components/extensions.xpt
 lib/${MOZILLA}/components/exthandler.xpt
 lib/${MOZILLA}/components/filepicker.xpt
 lib/${MOZILLA}/components/find.xpt
@@ -165,7 +160,6 @@
 lib/${MOZILLA}/components/impComm4xMail.xpt
 lib/${MOZILLA}/components/import.xpt
 lib/${MOZILLA}/components/intl.xpt
-lib/${MOZILLA}/components/ipcd.xpt
 lib/${MOZILLA}/components/jar.xpt
 lib/${MOZILLA}/components/jsconsole-clhandler.js
 lib/${MOZILLA}/components/jsconsole.xpt
@@ -210,13 +204,13 @@
 lib/${MOZILLA}/components/necko_viewsource.xpt
 lib/${MOZILLA}/components/nsCloseAllWindows.js
 lib/${MOZILLA}/components/nsDownloadProgressListener.js
+lib/${MOZILLA}/components/nsExtensionManager.js
 lib/${MOZILLA}/components/nsFilePicker.js
 lib/${MOZILLA}/components/nsHelperAppDlg.js
 lib/${MOZILLA}/components/nsLDAPPrefsService.js
 lib/${MOZILLA}/components/nsProgressDialog.js
 lib/${MOZILLA}/components/nsProxyAutoConfig.js
 lib/${MOZILLA}/components/offlineStartup.js
-lib/${MOZILLA}/components/oji.xpt
 lib/${MOZILLA}/components/pipboot.xpt
 lib/${MOZILLA}/components/pipnss.xpt
 lib/${MOZILLA}/components/pippki.xpt
@@ -225,7 +219,6 @@
 lib/${MOZILLA}/components/prefetch.xpt
 lib/${MOZILLA}/components/prefmigr.xpt
 lib/${MOZILLA}/components/profile.xpt
-lib/${MOZILLA}/components/profilesharingsetup.xpt
 lib/${MOZILLA}/components/progressDlg.xpt
 lib/${MOZILLA}/components/proxyObjInst.xpt
 lib/${MOZILLA}/components/rdf.xpt
@@ -236,11 +229,9 @@
 lib/${MOZILLA}/components/spellchecker.xpt
 lib/${MOZILLA}/components/txmgr.xpt
 lib/${MOZILLA}/components/txtsvc.xpt
-lib/${MOZILLA}/components/ucnative.xpt
 lib/${MOZILLA}/components/uconv.xpt
 lib/${MOZILLA}/components/unicharutil.xpt
 lib/${MOZILLA}/components/uriloader.xpt
-lib/${MOZILLA}/components/util.xpt
 lib/${MOZILLA}/components/wallet.xpt
 lib/${MOZILLA}/components/walleteditor.xpt
 lib/${MOZILLA}/components/walletpreview.xpt
@@ -267,15 +258,11 @@
 lib/${MOZILLA}/defaults/isp/movemail.rdf
 lib/${MOZILLA}/defaults/messenger/US/mailViews.dat
 lib/${MOZILLA}/defaults/messenger/mailViews.dat
-lib/${MOZILLA}/defaults/pref/all.js
-lib/${MOZILLA}/defaults/pref/editor.js
+lib/${MOZILLA}/defaults/pref/composer.js
 lib/${MOZILLA}/defaults/pref/mailnews.js
 lib/${MOZILLA}/defaults/pref/mdn.js
-lib/${MOZILLA}/defaults/pref/non-shared.txt
-lib/${MOZILLA}/defaults/pref/security-prefs.js
 lib/${MOZILLA}/defaults/pref/smime.js
-lib/${MOZILLA}/defaults/pref/unix.js
-lib/${MOZILLA}/defaults/pref/xpinstall.js
+lib/${MOZILLA}/defaults/pref/thunderbird.js
 lib/${MOZILLA}/defaults/profile/US/bookmarks.html
 lib/${MOZILLA}/defaults/profile/US/chrome/userChrome-example.css
 lib/${MOZILLA}/defaults/profile/US/chrome/userContent-example.css
@@ -297,8 +284,12 @@
 lib/${MOZILLA}/defaults/wallet/SchemaStrings.tbl
 lib/${MOZILLA}/defaults/wallet/StateSchema.tbl
 lib/${MOZILLA}/defaults/wallet/VcardSchema.tbl
+lib/${MOZILLA}/greprefs/all.js
+lib/${MOZILLA}/greprefs/security-prefs.js
+lib/${MOZILLA}/greprefs/xpinstall.js
 lib/${MOZILLA}/icons/mozicon16.xpm
 lib/${MOZILLA}/icons/mozicon50.xpm
+lib/${MOZILLA}/init.d/README
 lib/${MOZILLA}/libsoftokn3.chk
 lib/${MOZILLA}/res/EditorOverride.css
 lib/${MOZILLA}/res/arrow.gif
@@ -310,24 +301,13 @@
 lib/${MOZILLA}/res/charsetData.properties
 lib/${MOZILLA}/res/charsetalias.properties
 lib/${MOZILLA}/res/cmessage.txt
-lib/${MOZILLA}/res/dtd/mathml.dtd
 lib/${MOZILLA}/res/dtd/xhtml11.dtd
 lib/${MOZILLA}/res/entityTables/html40Latin1.properties
 lib/${MOZILLA}/res/entityTables/html40Special.properties
 lib/${MOZILLA}/res/entityTables/html40Symbols.properties
 lib/${MOZILLA}/res/entityTables/htmlEntityVersions.properties
-lib/${MOZILLA}/res/entityTables/mathml20.properties
 lib/${MOZILLA}/res/entityTables/transliterate.properties
 lib/${MOZILLA}/res/fonts/fontEncoding.properties
-lib/${MOZILLA}/res/fonts/mathfont.properties
-lib/${MOZILLA}/res/fonts/mathfontCMEX10.properties
-lib/${MOZILLA}/res/fonts/mathfontCMSY10.properties
-lib/${MOZILLA}/res/fonts/mathfontMTExtra.properties
-lib/${MOZILLA}/res/fonts/mathfontMath1.properties
-lib/${MOZILLA}/res/fonts/mathfontMath2.properties
-lib/${MOZILLA}/res/fonts/mathfontMath4.properties
-lib/${MOZILLA}/res/fonts/mathfontPUA.properties
-lib/${MOZILLA}/res/fonts/mathfontSymbol.properties
 lib/${MOZILLA}/res/forms.css
 lib/${MOZILLA}/res/grabber.gif
 lib/${MOZILLA}/res/html.css
@@ -344,7 +324,6 @@
 lib/${MOZILLA}/res/langGroups.properties
 lib/${MOZILLA}/res/language.properties
 lib/${MOZILLA}/res/loading-image.gif
-lib/${MOZILLA}/res/mathml.css
 lib/${MOZILLA}/res/platform-forms.css
 lib/${MOZILLA}/res/quirk.css
 lib/${MOZILLA}/res/rdf/dom-test-4.css
@@ -590,7 +569,6 @@
 include/${MOZILLA}/appshell/nsINativeAppSupport.h
 include/${MOZILLA}/appshell/nsIPopupWindowManager.h
 include/${MOZILLA}/appshell/nsISplashScreen.h
-include/${MOZILLA}/appshell/nsITimingService.h
 include/${MOZILLA}/appshell/nsIUserInfo.h
 include/${MOZILLA}/appshell/nsIWebShellWindow.h
 include/${MOZILLA}/appshell/nsIWindowMediator.h
@@ -619,7 +597,6 @@
 include/${MOZILLA}/chardet/nsIXMLEncodingService.h
 include/${MOZILLA}/chardet/nsMetaCharsetCID.h
 include/${MOZILLA}/chardet/nsXMLEncodingCID.h
-include/${MOZILLA}/chrome/nsIChromeRegistry.h
 include/${MOZILLA}/commandhandler/nsICommandManager.h
 include/${MOZILLA}/commandhandler/nsICommandParams.h
 include/${MOZILLA}/commandhandler/nsIControllerCommand.h
@@ -649,12 +626,12 @@
 include/${MOZILLA}/content/nsContentPolicyUtils.h
 include/${MOZILLA}/content/nsContentUtils.h
 include/${MOZILLA}/content/nsDOMCSSDeclaration.h
+include/${MOZILLA}/content/nsFrameManager.h
+include/${MOZILLA}/content/nsFrameManagerBase.h
 include/${MOZILLA}/content/nsHTMLAtomList.h
 include/${MOZILLA}/content/nsHTMLAtoms.h
 include/${MOZILLA}/content/nsHTMLValue.h
-include/${MOZILLA}/content/nsIAnonymousContent.h
 include/${MOZILLA}/content/nsIAttribute.h
-include/${MOZILLA}/content/nsIAttributeContent.h
 include/${MOZILLA}/content/nsIBindingManager.h
 include/${MOZILLA}/content/nsICSSGroupRule.h
 include/${MOZILLA}/content/nsICSSImportRule.h
@@ -670,6 +647,7 @@
 include/${MOZILLA}/content/nsICSSStyleRuleDOMWrapper.h
 include/${MOZILLA}/content/nsICSSStyleRuleProcessor.h
 include/${MOZILLA}/content/nsICSSStyleSheet.h
+include/${MOZILLA}/content/nsIChromeRegistry.h
 include/${MOZILLA}/content/nsIComputedDOMStyle.h
 include/${MOZILLA}/content/nsIContent.h
 include/${MOZILLA}/content/nsIContentIterator.h
@@ -693,7 +671,6 @@
 include/${MOZILLA}/content/nsIFrameSetElement.h
 include/${MOZILLA}/content/nsIHTMLCSSStyleSheet.h
 include/${MOZILLA}/content/nsIHTMLContent.h
-include/${MOZILLA}/content/nsIHTMLContentContainer.h
 include/${MOZILLA}/content/nsIHTMLDocument.h



Home | Main Index | Thread Index | Old Index