pkgsrc-Changes-HG archive

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

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



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

description:
Update thunderbird 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/Makefile         |   23 +---
 mail/thunderbird/PLIST            |  181 +++++++++++--------------------------
 mail/thunderbird/distinfo         |   47 +++++----
 mail/thunderbird/patches/patch-aa |   17 +-
 mail/thunderbird/patches/patch-ab |   29 ++---
 mail/thunderbird/patches/patch-ac |   12 +-
 mail/thunderbird/patches/patch-ad |    4 +-
 mail/thunderbird/patches/patch-ae |    4 +-
 mail/thunderbird/patches/patch-af |    4 +-
 mail/thunderbird/patches/patch-ag |    4 +-
 mail/thunderbird/patches/patch-ah |   49 ++++++++++
 mail/thunderbird/patches/patch-ai |   63 +++++++++++++
 mail/thunderbird/patches/patch-aj |   41 ++++++++
 mail/thunderbird/patches/patch-ak |   62 +++++++++++++
 mail/thunderbird/patches/patch-al |   23 ++++
 mail/thunderbird/patches/patch-am |   14 --
 mail/thunderbird/patches/patch-an |   14 ++
 mail/thunderbird/patches/patch-ao |   76 +++++++++++++++
 mail/thunderbird/patches/patch-aw |    8 +-
 mail/thunderbird/patches/patch-ax |   16 +++
 mail/thunderbird/patches/patch-ba |    4 +-
 mail/thunderbird/patches/patch-bb |    4 +-
 mail/thunderbird/patches/patch-bm |    4 +-
 mail/thunderbird/patches/patch-bn |    8 +-
 mail/thunderbird/patches/patch-bo |   22 +---
 mail/thunderbird/patches/patch-bp |   14 --
 mail/thunderbird/patches/patch-bq |    6 +-
 mail/thunderbird/patches/patch-br |    9 +-
 mail/thunderbird/patches/patch-bs |   14 --
 29 files changed, 492 insertions(+), 284 deletions(-)

diffs (truncated from 1553 to 300 lines):

diff -r cfecffee3e5d -r a31a055a640c mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Sat May 08 04:09:05 2004 +0000
+++ b/mail/thunderbird/Makefile Sat May 08 04:35:37 2004 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/04/26 13:56:09 taya Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/08 04:35:37 taya Exp $
 
 MOZILLA=       thunderbird
 MOZILLA_BIN=   thunderbird-bin
-MOZ_VER=       0.5
-PKGREVISION=   1
-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}/
 
@@ -17,18 +16,4 @@
 
 CONFIGURE_ARGS+=       --enable-extensions=wallet,spellcheck,xmlextras
 
-#
-# 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 cfecffee3e5d -r a31a055a640c mail/thunderbird/PLIST
--- a/mail/thunderbird/PLIST    Sat May 08 04:09:05 2004 +0000
+++ b/mail/thunderbird/PLIST    Sat May 08 04:35:37 2004 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/26 13:56:09 taya Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/05/08 04:35:37 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,13 +68,10 @@
 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}/libgtksuperwin.${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}
@@ -97,6 +90,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
@@ -117,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
@@ -127,7 +123,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
@@ -152,6 +147,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
@@ -163,7 +159,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
@@ -208,13 +203,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
@@ -223,7 +218,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
@@ -234,11 +228,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
@@ -265,15 +257,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
@@ -295,8 +283,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
@@ -308,23 +300,12 @@
 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/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
@@ -341,7 +322,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
@@ -579,7 +559,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
@@ -608,7 +587,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
@@ -638,12 +616,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
@@ -659,6 +637,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
@@ -682,7 +661,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
 include/${MOZILLA}/content/nsIHTMLTableCellElement.h
 include/${MOZILLA}/content/nsIHTMLTableColElement.h
@@ -745,11 +723,14 @@
 include/${MOZILLA}/content/nsImageMapUtils.h
 include/${MOZILLA}/content/nsLayoutAtomList.h
 include/${MOZILLA}/content/nsLayoutAtoms.h
+include/${MOZILLA}/content/nsLayoutStylesheetCache.h



Home | Main Index | Thread Index | Old Index