From owner-freebsd-gecko@FreeBSD.ORG Sun Jun 27 09:23:41 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35297106566B for ; Sun, 27 Jun 2010 09:23:41 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 09ADF8FC19 for ; Sun, 27 Jun 2010 09:23:39 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o5R9NcJf076470 for ; Sun, 27 Jun 2010 09:23:38 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o5R9NX4x074952 for freebsd-gecko@freebsd.org; Sun, 27 Jun 2010 09:23:33 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 27 Jun 2010 09:23:33 GMT Message-Id: <201006270923.o5R9NX4x074952@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r337 - branches/experimental/www/linux-seamonkey trunk/www/linux-seamonkey X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2010 09:23:41 -0000 Author: beat Date: Sun Jun 27 09:23:33 2010 New Revision: 337 Log: - Update to 2.0.5 Modified: branches/experimental/www/linux-seamonkey/Makefile branches/experimental/www/linux-seamonkey/Makefile.common branches/experimental/www/linux-seamonkey/distinfo branches/experimental/www/linux-seamonkey/pkg-plist trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/distinfo trunk/www/linux-seamonkey/pkg-plist Modified: branches/experimental/www/linux-seamonkey/Makefile ============================================================================== --- branches/experimental/www/linux-seamonkey/Makefile Sat Jun 26 15:34:21 2010 (r336) +++ branches/experimental/www/linux-seamonkey/Makefile Sun Jun 27 09:23:33 2010 (r337) @@ -2,11 +2,11 @@ # Date created: 1 February 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/linux-seamonkey/Makefile,v 1.34 2009/05/04 19:23:44 miwi Exp $ +# $FreeBSD: ports/www/linux-seamonkey/Makefile,v 1.38 2010/03/28 06:44:54 dinoex Exp $ # PORTNAME= seamonkey -PORTVERSION= 2.0 +PORTVERSION= 2.0.5 CATEGORIES= www MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US Modified: branches/experimental/www/linux-seamonkey/Makefile.common ============================================================================== --- branches/experimental/www/linux-seamonkey/Makefile.common Sat Jun 26 15:34:21 2010 (r336) +++ branches/experimental/www/linux-seamonkey/Makefile.common Sun Jun 27 09:23:33 2010 (r337) @@ -2,7 +2,7 @@ # Date created: 1 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/linux-seamonkey/Makefile.common,v 1.14 2009/03/19 17:28:49 bsam Exp $ +# $FreeBSD: ports/www/linux-seamonkey/Makefile.common,v 1.15 2009/12/12 14:00:35 beat Exp $ # CATEGORIES+= linux Modified: branches/experimental/www/linux-seamonkey/distinfo ============================================================================== --- branches/experimental/www/linux-seamonkey/distinfo Sat Jun 26 15:34:21 2010 (r336) +++ branches/experimental/www/linux-seamonkey/distinfo Sun Jun 27 09:23:33 2010 (r337) @@ -1,3 +1,3 @@ -MD5 (seamonkey-2.0.tar.bz2) = 91360c07aea125dbc3e03e33de4db01a -SHA256 (seamonkey-2.0.tar.bz2) = e59ea3b55b1731ffb1228576aa828332e33c30db1a03f3d93504b95548ac9d56 -SIZE (seamonkey-2.0.tar.bz2) = 13166327 +MD5 (seamonkey-2.0.5.tar.bz2) = 70f54ec8fa830977e2f5c6ef3c2fae2c +SHA256 (seamonkey-2.0.5.tar.bz2) = 5cce6a1cb6f6d8a2d3dca2d9cda7d918aa608c27ecad9dceaf184975a5a7d654 +SIZE (seamonkey-2.0.5.tar.bz2) = 13201461 Modified: branches/experimental/www/linux-seamonkey/pkg-plist ============================================================================== --- branches/experimental/www/linux-seamonkey/pkg-plist Sat Jun 26 15:34:21 2010 (r336) +++ branches/experimental/www/linux-seamonkey/pkg-plist Sun Jun 27 09:23:33 2010 (r337) @@ -246,6 +246,7 @@ lib/%%APP_NAME%%/modules/gloda/fundattr.js lib/%%APP_NAME%%/modules/gloda/gloda.js lib/%%APP_NAME%%/modules/gloda/index_ab.js +lib/%%APP_NAME%%/modules/gloda/index_msg.js lib/%%APP_NAME%%/modules/gloda/indexer.js lib/%%APP_NAME%%/modules/gloda/log4moz.js lib/%%APP_NAME%%/modules/gloda/mimeTypeCategories.js Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Sat Jun 26 15:34:21 2010 (r336) +++ trunk/www/linux-seamonkey/Makefile Sun Jun 27 09:23:33 2010 (r337) @@ -2,17 +2,20 @@ # Date created: 1 February 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD$ +# $FreeBSD: ports/www/linux-seamonkey/Makefile,v 1.38 2010/03/28 06:44:54 dinoex Exp $ # PORTNAME= seamonkey -PORTVERSION= 1.1.19 -DISTVERSIONSUFFIX= .en-US.linux-i686 +PORTVERSION= 2.0.5 CATEGORIES= www -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION} +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser +USE_BZIP2= yes + +USE_LINUX_APPS= dbusglib dbuslibs alsalib + .include "${.CURDIR}/Makefile.common" .include Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Sat Jun 26 15:34:21 2010 (r336) +++ trunk/www/linux-seamonkey/distinfo Sun Jun 27 09:23:33 2010 (r337) @@ -1,3 +1,3 @@ -MD5 (seamonkey-1.1.19.en-US.linux-i686.tar.gz) = 1977f8ef546dc7f9342da9ed914e5c3a -SHA256 (seamonkey-1.1.19.en-US.linux-i686.tar.gz) = 917e8929fa5f1e60c9db02abe8ee536a3841233ee5d138fd78f5fa234bcba314 -SIZE (seamonkey-1.1.19.en-US.linux-i686.tar.gz) = 15090356 +MD5 (seamonkey-2.0.5.tar.bz2) = 70f54ec8fa830977e2f5c6ef3c2fae2c +SHA256 (seamonkey-2.0.5.tar.bz2) = 5cce6a1cb6f6d8a2d3dca2d9cda7d918aa608c27ecad9dceaf184975a5a7d654 +SIZE (seamonkey-2.0.5.tar.bz2) = 13201461 Modified: trunk/www/linux-seamonkey/pkg-plist ============================================================================== --- trunk/www/linux-seamonkey/pkg-plist Sat Jun 26 15:34:21 2010 (r336) +++ trunk/www/linux-seamonkey/pkg-plist Sun Jun 27 09:23:33 2010 (r337) @@ -1,338 +1,159 @@ bin/%%APP_NAME%% share/applications/%%APP_NAME%%.desktop -lib/%%APP_NAME%%/LICENSE +lib/%%APP_NAME%%/.autoreg lib/%%APP_NAME%%/README -lib/%%APP_NAME%%/chrome/US.jar -lib/%%APP_NAME%%/chrome/chatzilla.jar -lib/%%APP_NAME%%/chrome/chromelist.txt +lib/%%APP_NAME%%/Throbber-small.gif +lib/%%APP_NAME%%/application.ini +lib/%%APP_NAME%%/blocklist.xml lib/%%APP_NAME%%/chrome/classic.jar +lib/%%APP_NAME%%/chrome/classic.manifest lib/%%APP_NAME%%/chrome/comm.jar -lib/%%APP_NAME%%/chrome/content-packs.jar -lib/%%APP_NAME%%/chrome/embed-sample.jar +lib/%%APP_NAME%%/chrome/comm.manifest lib/%%APP_NAME%%/chrome/en-US.jar -lib/%%APP_NAME%%/chrome/en-mac.jar -lib/%%APP_NAME%%/chrome/en-unix.jar -lib/%%APP_NAME%%/chrome/en-win.jar -lib/%%APP_NAME%%/chrome/help.jar -lib/%%APP_NAME%%/chrome/icons/default/abcardWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/abcardWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/bmPropsWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/bmPropsWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/bookmark-window.xpm -lib/%%APP_NAME%%/chrome/icons/default/bookmark-window16.xpm -lib/%%APP_NAME%%/chrome/icons/default/chatzilla-window.xpm -lib/%%APP_NAME%%/chrome/icons/default/chatzilla-window16.xpm -lib/%%APP_NAME%%/chrome/icons/default/default.xpm -lib/%%APP_NAME%%/chrome/icons/default/default16.xpm -lib/%%APP_NAME%%/chrome/icons/default/downloadManager.xpm -lib/%%APP_NAME%%/chrome/icons/default/downloadManager16.xpm -lib/%%APP_NAME%%/chrome/icons/default/editorWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/editorWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/findBookmarkWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/findBookmarkWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/findHistoryWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/findHistoryWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/history-window.xpm -lib/%%APP_NAME%%/chrome/icons/default/history-window16.xpm -lib/%%APP_NAME%%/chrome/icons/default/jsconsoleWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/jsconsoleWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/main-window.xpm -lib/%%APP_NAME%%/chrome/icons/default/main-window16.xpm -lib/%%APP_NAME%%/chrome/icons/default/messengerWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/messengerWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/msgcomposeWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/msgcomposeWindow16.xpm +lib/%%APP_NAME%%/chrome/en-US.manifest +lib/%%APP_NAME%%/chrome/gloda.jar +lib/%%APP_NAME%%/chrome/gloda.manifest +lib/%%APP_NAME%%/chrome/icons/default/JSConsoleWindow.png +lib/%%APP_NAME%%/chrome/icons/default/JSConsoleWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/JSConsoleWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/abcardWindow.png +lib/%%APP_NAME%%/chrome/icons/default/abcardWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/abcardWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/ablistWindow.png +lib/%%APP_NAME%%/chrome/icons/default/ablistWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/ablistWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow.png +lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/bmPropsWindow.png +lib/%%APP_NAME%%/chrome/icons/default/bmPropsWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/bmPropsWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/bookmark-window.png +lib/%%APP_NAME%%/chrome/icons/default/bookmark-window16.png +lib/%%APP_NAME%%/chrome/icons/default/bookmark-window48.png +lib/%%APP_NAME%%/chrome/icons/default/default.png +lib/%%APP_NAME%%/chrome/icons/default/default16.png +lib/%%APP_NAME%%/chrome/icons/default/default48.png +lib/%%APP_NAME%%/chrome/icons/default/downloadManager.png +lib/%%APP_NAME%%/chrome/icons/default/downloadManager16.png +lib/%%APP_NAME%%/chrome/icons/default/downloadManager48.png +lib/%%APP_NAME%%/chrome/icons/default/editorWindow.png +lib/%%APP_NAME%%/chrome/icons/default/editorWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/editorWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/findBookmarkWindow.png +lib/%%APP_NAME%%/chrome/icons/default/findBookmarkWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/findBookmarkWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/findHistoryWindow.png +lib/%%APP_NAME%%/chrome/icons/default/findHistoryWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/findHistoryWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/history-window.png +lib/%%APP_NAME%%/chrome/icons/default/history-window16.png +lib/%%APP_NAME%%/chrome/icons/default/history-window48.png +lib/%%APP_NAME%%/chrome/icons/default/main-window.png +lib/%%APP_NAME%%/chrome/icons/default/main-window16.png +lib/%%APP_NAME%%/chrome/icons/default/main-window48.png +lib/%%APP_NAME%%/chrome/icons/default/messengerWindow.png +lib/%%APP_NAME%%/chrome/icons/default/messengerWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/messengerWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/msgcomposeWindow.png +lib/%%APP_NAME%%/chrome/icons/default/msgcomposeWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/msgcomposeWindow48.png lib/%%APP_NAME%%/chrome/icons/default/seamonkey.png -lib/%%APP_NAME%%/chrome/icons/default/venkman-window.xpm -lib/%%APP_NAME%%/chrome/icons/default/venkman-window16.xpm -lib/%%APP_NAME%%/chrome/icons/default/winInspectorMain.xpm -lib/%%APP_NAME%%/chrome/icons/default/winInspectorMain16.xpm -lib/%%APP_NAME%%/chrome/inspector.jar -lib/%%APP_NAME%%/chrome/inspector.manifest -lib/%%APP_NAME%%/chrome/installed-chrome.txt +lib/%%APP_NAME%%/chrome/icons/default/venkman-window.png +lib/%%APP_NAME%%/chrome/icons/default/venkman-window16.png +lib/%%APP_NAME%%/chrome/icons/default/venkman-window48.png lib/%%APP_NAME%%/chrome/messenger.jar -lib/%%APP_NAME%%/chrome/modern.jar -lib/%%APP_NAME%%/chrome/overlays.rdf -lib/%%APP_NAME%%/chrome/pipnss.jar +lib/%%APP_NAME%%/chrome/messenger.manifest +lib/%%APP_NAME%%/chrome/newsblog.jar +lib/%%APP_NAME%%/chrome/newsblog.manifest lib/%%APP_NAME%%/chrome/pippki.jar +lib/%%APP_NAME%%/chrome/pippki.manifest lib/%%APP_NAME%%/chrome/reporter.jar lib/%%APP_NAME%%/chrome/reporter.manifest -lib/%%APP_NAME%%/chrome/sroaming.jar -lib/%%APP_NAME%%/chrome/stylesheets.rdf lib/%%APP_NAME%%/chrome/toolkit.jar -lib/%%APP_NAME%%/chrome/venkman.jar -lib/%%APP_NAME%%/components/accessibility-atk.xpt -lib/%%APP_NAME%%/components/accessibility.xpt -lib/%%APP_NAME%%/components/addrbook.xpt -lib/%%APP_NAME%%/components/alerts.xpt -lib/%%APP_NAME%%/components/appshell.xpt -lib/%%APP_NAME%%/components/appstartup.xpt -lib/%%APP_NAME%%/components/autocomplete.xpt -lib/%%APP_NAME%%/components/autoconfig.xpt -lib/%%APP_NAME%%/components/bookmarks.xpt -lib/%%APP_NAME%%/components/caps.xpt -lib/%%APP_NAME%%/components/chardet.xpt -lib/%%APP_NAME%%/components/chatzilla-service.js -lib/%%APP_NAME%%/components/chrome.xpt -lib/%%APP_NAME%%/components/commandhandler.xpt -lib/%%APP_NAME%%/components/composer.xpt -lib/%%APP_NAME%%/components/content_base.xpt -lib/%%APP_NAME%%/components/content_html.xpt -lib/%%APP_NAME%%/components/content_htmldoc.xpt -lib/%%APP_NAME%%/components/content_xmldoc.xpt -lib/%%APP_NAME%%/components/content_xslt.xpt -lib/%%APP_NAME%%/components/content_xtf.xpt -lib/%%APP_NAME%%/components/cookie.xpt -lib/%%APP_NAME%%/components/directory.xpt -lib/%%APP_NAME%%/components/docshell.xpt -lib/%%APP_NAME%%/components/dom.xpt -lib/%%APP_NAME%%/components/dom_base.xpt -lib/%%APP_NAME%%/components/dom_canvas.xpt -lib/%%APP_NAME%%/components/dom_core.xpt -lib/%%APP_NAME%%/components/dom_css.xpt -lib/%%APP_NAME%%/components/dom_events.xpt -lib/%%APP_NAME%%/components/dom_html.xpt -lib/%%APP_NAME%%/components/dom_loadsave.xpt -lib/%%APP_NAME%%/components/dom_range.xpt -lib/%%APP_NAME%%/components/dom_sidebar.xpt -lib/%%APP_NAME%%/components/dom_storage.xpt -lib/%%APP_NAME%%/components/dom_stylesheets.xpt -lib/%%APP_NAME%%/components/dom_svg.xpt -lib/%%APP_NAME%%/components/dom_traversal.xpt -lib/%%APP_NAME%%/components/dom_views.xpt -lib/%%APP_NAME%%/components/dom_xbl.xpt -lib/%%APP_NAME%%/components/dom_xpath.xpt -lib/%%APP_NAME%%/components/dom_xul.xpt -lib/%%APP_NAME%%/components/downloadmanager.xpt -lib/%%APP_NAME%%/components/editor.xpt -lib/%%APP_NAME%%/components/embed_base.xpt -lib/%%APP_NAME%%/components/extensions.xpt -lib/%%APP_NAME%%/components/exthandler.xpt -lib/%%APP_NAME%%/components/filepicker.xpt -lib/%%APP_NAME%%/components/find.xpt -lib/%%APP_NAME%%/components/gfx.xpt -lib/%%APP_NAME%%/components/gksvgrenderer.xpt -lib/%%APP_NAME%%/components/history.xpt -lib/%%APP_NAME%%/components/htmlparser.xpt -lib/%%APP_NAME%%/components/imgicon.xpt -lib/%%APP_NAME%%/components/imglib2.xpt -lib/%%APP_NAME%%/components/impComm4xMail.xpt -lib/%%APP_NAME%%/components/import.xpt -lib/%%APP_NAME%%/components/inspector-cmdline.js -lib/%%APP_NAME%%/components/inspector.xpt -lib/%%APP_NAME%%/components/intl.xpt -lib/%%APP_NAME%%/components/jar.xpt +lib/%%APP_NAME%%/chrome/toolkit.manifest +lib/%%APP_NAME%%/components/FeedConverter.js +lib/%%APP_NAME%%/components/FeedProcessor.js +lib/%%APP_NAME%%/components/FeedWriter.js +lib/%%APP_NAME%%/components/NetworkGeolocationProvider.js +lib/%%APP_NAME%%/components/WebContentConverter.js +lib/%%APP_NAME%%/components/browser.xpt +lib/%%APP_NAME%%/components/glautocomp.js lib/%%APP_NAME%%/components/jsconsole-clhandler.js -lib/%%APP_NAME%%/components/jsconsole.xpt -lib/%%APP_NAME%%/components/jsdservice.xpt -lib/%%APP_NAME%%/components/layout_base.xpt -lib/%%APP_NAME%%/components/layout_printing.xpt -lib/%%APP_NAME%%/components/layout_xul.xpt -lib/%%APP_NAME%%/components/layout_xul_tree.xpt -lib/%%APP_NAME%%/components/libaccessibility.so -lib/%%APP_NAME%%/components/libaddrbook.so -lib/%%APP_NAME%%/components/libappcomps.so -lib/%%APP_NAME%%/components/libauth.so -lib/%%APP_NAME%%/components/libautoconfig.so -lib/%%APP_NAME%%/components/libbayesflt.so -lib/%%APP_NAME%%/components/libcaps.so -lib/%%APP_NAME%%/components/libchrome.so -lib/%%APP_NAME%%/components/libcomposer.so -lib/%%APP_NAME%%/components/libcookie.so -lib/%%APP_NAME%%/components/libdocshell.so -lib/%%APP_NAME%%/components/libeditor.so -lib/%%APP_NAME%%/components/libembedcomponents.so -lib/%%APP_NAME%%/components/libfileview.so -lib/%%APP_NAME%%/components/libgfx_gtk.so -lib/%%APP_NAME%%/components/libgfxps.so -lib/%%APP_NAME%%/components/libgklayout.so -lib/%%APP_NAME%%/components/libgkplugin.so -lib/%%APP_NAME%%/components/libhtmlpars.so -lib/%%APP_NAME%%/components/libi18n.so +lib/%%APP_NAME%%/components/jsmimeemitter.js +lib/%%APP_NAME%%/components/libdbusservice.so lib/%%APP_NAME%%/components/libimgicon.so -lib/%%APP_NAME%%/components/libimglib2.so -lib/%%APP_NAME%%/components/libimpComm4xMail.so -lib/%%APP_NAME%%/components/libimpText.so -lib/%%APP_NAME%%/components/libimport.so lib/%%APP_NAME%%/components/libjar50.so lib/%%APP_NAME%%/components/libjsd.so -lib/%%APP_NAME%%/components/liblocalmail.so -lib/%%APP_NAME%%/components/libmailnews.so -lib/%%APP_NAME%%/components/libmailview.so -lib/%%APP_NAME%%/components/libmime.so -lib/%%APP_NAME%%/components/libmimeemitter.so -lib/%%APP_NAME%%/components/libmork.so -lib/%%APP_NAME%%/components/libmozfind.so -lib/%%APP_NAME%%/components/libmozldap.so -lib/%%APP_NAME%%/components/libmsgcompose.so -lib/%%APP_NAME%%/components/libmsgdb.so -lib/%%APP_NAME%%/components/libmsgimap.so -lib/%%APP_NAME%%/components/libmsgmdn.so -lib/%%APP_NAME%%/components/libmsgnews.so -lib/%%APP_NAME%%/components/libmsgsmime.so -lib/%%APP_NAME%%/components/libmyspell.so -lib/%%APP_NAME%%/components/libnecko.so -lib/%%APP_NAME%%/components/libnecko2.so +lib/%%APP_NAME%%/components/libmozgnome.so lib/%%APP_NAME%%/components/libnkgnomevfs.so -lib/%%APP_NAME%%/components/libnsappshell.so -lib/%%APP_NAME%%/components/libnsprefm.so -lib/%%APP_NAME%%/components/liboji.so -lib/%%APP_NAME%%/components/libp3p.so -lib/%%APP_NAME%%/components/libpermissions.so -lib/%%APP_NAME%%/components/libpipboot.so -lib/%%APP_NAME%%/components/libpipnss.so -lib/%%APP_NAME%%/components/libpippki.so -lib/%%APP_NAME%%/components/libpref.so -lib/%%APP_NAME%%/components/libprofile.so -lib/%%APP_NAME%%/components/librdf.so -lib/%%APP_NAME%%/components/libremoteservice.so -lib/%%APP_NAME%%/components/libsearchservice.so -lib/%%APP_NAME%%/components/libspellchecker.so -lib/%%APP_NAME%%/components/libsroaming.so -lib/%%APP_NAME%%/components/libstoragecomps.so -lib/%%APP_NAME%%/components/libsystem-pref.so -lib/%%APP_NAME%%/components/libtransformiix.so -lib/%%APP_NAME%%/components/libtxmgr.so -lib/%%APP_NAME%%/components/libtypeaheadfind.so -lib/%%APP_NAME%%/components/libuconv.so -lib/%%APP_NAME%%/components/libucvmath.so -lib/%%APP_NAME%%/components/libuniversalchardet.so -lib/%%APP_NAME%%/components/libvcard.so -lib/%%APP_NAME%%/components/libwallet.so -lib/%%APP_NAME%%/components/libwalletviewers.so -lib/%%APP_NAME%%/components/libwebbrwsr.so -lib/%%APP_NAME%%/components/libwebsrvcs.so -lib/%%APP_NAME%%/components/libwidget_gtk2.so -lib/%%APP_NAME%%/components/libxmlextras.so -lib/%%APP_NAME%%/components/libxpcom_compat_c.so -lib/%%APP_NAME%%/components/libxpconnect.so +lib/%%APP_NAME%%/components/libsuite.so lib/%%APP_NAME%%/components/libxpinstall.so -lib/%%APP_NAME%%/components/libxremoteservice.so -lib/%%APP_NAME%%/components/locale.xpt -lib/%%APP_NAME%%/components/lwbrk.xpt -lib/%%APP_NAME%%/components/mailnews.xpt -lib/%%APP_NAME%%/components/mailview.xpt +lib/%%APP_NAME%%/components/mail.xpt lib/%%APP_NAME%%/components/mdn-service.js -lib/%%APP_NAME%%/components/mime.xpt -lib/%%APP_NAME%%/components/mimetype.xpt -lib/%%APP_NAME%%/components/mozbrwsr.xpt -lib/%%APP_NAME%%/components/mozfind.xpt -lib/%%APP_NAME%%/components/mozldap.xpt -lib/%%APP_NAME%%/components/msgbase.xpt -lib/%%APP_NAME%%/components/msgcompose.xpt -lib/%%APP_NAME%%/components/msgdb.xpt -lib/%%APP_NAME%%/components/msgimap.xpt -lib/%%APP_NAME%%/components/msglocal.xpt -lib/%%APP_NAME%%/components/msgnews.xpt -lib/%%APP_NAME%%/components/msgsearch.xpt -lib/%%APP_NAME%%/components/msgsmime.xpt -lib/%%APP_NAME%%/components/necko.xpt -lib/%%APP_NAME%%/components/necko_about.xpt -lib/%%APP_NAME%%/components/necko_cache.xpt -lib/%%APP_NAME%%/components/necko_cookie.xpt -lib/%%APP_NAME%%/components/necko_data.xpt -lib/%%APP_NAME%%/components/necko_dns.xpt -lib/%%APP_NAME%%/components/necko_file.xpt -lib/%%APP_NAME%%/components/necko_ftp.xpt -lib/%%APP_NAME%%/components/necko_http.xpt -lib/%%APP_NAME%%/components/necko_res.xpt -lib/%%APP_NAME%%/components/necko_socket.xpt -lib/%%APP_NAME%%/components/necko_strconv.xpt -lib/%%APP_NAME%%/components/necko_viewsource.xpt +lib/%%APP_NAME%%/components/newsblog.js +lib/%%APP_NAME%%/components/nsAbAutoCompleteMyDomain.js +lib/%%APP_NAME%%/components/nsAbAutoCompleteSearch.js lib/%%APP_NAME%%/components/nsAbLDAPAttributeMap.js -lib/%%APP_NAME%%/components/nsCloseAllWindows.js +lib/%%APP_NAME%%/components/nsAboutAbout.js +lib/%%APP_NAME%%/components/nsAboutCertError.js +lib/%%APP_NAME%%/components/nsAboutFeeds.js +lib/%%APP_NAME%%/components/nsAboutRights.js +lib/%%APP_NAME%%/components/nsAboutSessionRestore.js +lib/%%APP_NAME%%/components/nsAddonRepository.js +lib/%%APP_NAME%%/components/nsBadCertHandler.js +lib/%%APP_NAME%%/components/nsBlocklistService.js +lib/%%APP_NAME%%/components/nsBrowserContentHandler.js lib/%%APP_NAME%%/components/nsComposerCmdLineHandler.js -lib/%%APP_NAME%%/components/nsDictionary.js -lib/%%APP_NAME%%/components/nsDownloadProgressListener.js +lib/%%APP_NAME%%/components/nsContentDispatchChooser.js +lib/%%APP_NAME%%/components/nsContentPrefService.js +lib/%%APP_NAME%%/components/nsDefaultCLH.js +lib/%%APP_NAME%%/components/nsExtensionManager.js lib/%%APP_NAME%%/components/nsFilePicker.js +lib/%%APP_NAME%%/components/nsHandlerService.js lib/%%APP_NAME%%/components/nsHelperAppDlg.js -lib/%%APP_NAME%%/components/nsInterfaceInfoToIDL.js -lib/%%APP_NAME%%/components/nsKillAll.js -lib/%%APP_NAME%%/components/nsLDAPPrefsService.js +lib/%%APP_NAME%%/components/nsLDAPProtocolHandler.js +lib/%%APP_NAME%%/components/nsLivemarkService.js +lib/%%APP_NAME%%/components/nsLoginInfo.js +lib/%%APP_NAME%%/components/nsLoginManager.js +lib/%%APP_NAME%%/components/nsLoginManagerPrompter.js +lib/%%APP_NAME%%/components/nsMailNewsCommandLineHandler.js +lib/%%APP_NAME%%/components/nsMsgTraitService.js +lib/%%APP_NAME%%/components/nsPlacesDBFlush.js lib/%%APP_NAME%%/components/nsProgressDialog.js lib/%%APP_NAME%%/components/nsProxyAutoConfig.js -lib/%%APP_NAME%%/components/nsResetPref.js +lib/%%APP_NAME%%/components/nsSMTPProtocolHandler.js +lib/%%APP_NAME%%/components/nsSessionStartup.js +lib/%%APP_NAME%%/components/nsSessionStore.js lib/%%APP_NAME%%/components/nsSidebar.js +lib/%%APP_NAME%%/components/nsSuiteDownloadManagerUI.js +lib/%%APP_NAME%%/components/nsSuiteGlue.js +lib/%%APP_NAME%%/components/nsTaggingService.js +lib/%%APP_NAME%%/components/nsTryToClose.js +lib/%%APP_NAME%%/components/nsTypeAheadFind.js lib/%%APP_NAME%%/components/nsURLFormatter.js -lib/%%APP_NAME%%/components/nsUpdateNotifier.js -lib/%%APP_NAME%%/components/nsXmlRpcClient.js +lib/%%APP_NAME%%/components/nsUpdateService.js +lib/%%APP_NAME%%/components/nsWebHandlerApp.js lib/%%APP_NAME%%/components/offlineStartup.js -lib/%%APP_NAME%%/components/oji.xpt -lib/%%APP_NAME%%/components/p3p.xpt -lib/%%APP_NAME%%/components/pipboot.xpt -lib/%%APP_NAME%%/components/pipnss.xpt -lib/%%APP_NAME%%/components/pippki.xpt -lib/%%APP_NAME%%/components/plugin.xpt -lib/%%APP_NAME%%/components/pref.xpt -lib/%%APP_NAME%%/components/prefetch.xpt -lib/%%APP_NAME%%/components/prefmigr.xpt -lib/%%APP_NAME%%/components/profile.xpt -lib/%%APP_NAME%%/components/progressDlg.xpt -lib/%%APP_NAME%%/components/proxyObjInst.xpt -lib/%%APP_NAME%%/components/rdf.xpt -lib/%%APP_NAME%%/components/related.xpt -lib/%%APP_NAME%%/components/saxparser.xpt -lib/%%APP_NAME%%/components/search.xpt -lib/%%APP_NAME%%/components/shistory.xpt -lib/%%APP_NAME%%/components/signonviewer.xpt +lib/%%APP_NAME%%/components/pluginGlue.js +lib/%%APP_NAME%%/components/smileApplication.js lib/%%APP_NAME%%/components/smime-service.js -lib/%%APP_NAME%%/components/spellchecker.xpt -lib/%%APP_NAME%%/components/storage.xpt -lib/%%APP_NAME%%/components/toolkitremote.xpt -lib/%%APP_NAME%%/components/txmgr.xpt -lib/%%APP_NAME%%/components/txtsvc.xpt -lib/%%APP_NAME%%/components/typeaheadfind.xpt -lib/%%APP_NAME%%/components/uconv.xpt -lib/%%APP_NAME%%/components/unicharutil.xpt -lib/%%APP_NAME%%/components/uriloader.xpt -lib/%%APP_NAME%%/components/urlformatter.xpt -lib/%%APP_NAME%%/components/venkman-service.js -lib/%%APP_NAME%%/components/wallet.xpt -lib/%%APP_NAME%%/components/walleteditor.xpt -lib/%%APP_NAME%%/components/walletpreview.xpt -lib/%%APP_NAME%%/components/webBrowser_core.xpt -lib/%%APP_NAME%%/components/webbrowserpersist.xpt -lib/%%APP_NAME%%/components/webshell_idls.xpt -lib/%%APP_NAME%%/components/websrvcs.xpt -lib/%%APP_NAME%%/components/widget.xpt -lib/%%APP_NAME%%/components/windowds.xpt -lib/%%APP_NAME%%/components/windowwatcher.xpt -lib/%%APP_NAME%%/components/xml-rpc.xpt -lib/%%APP_NAME%%/components/xpautocomplete.xpt -lib/%%APP_NAME%%/components/xpcom_base.xpt -lib/%%APP_NAME%%/components/xpcom_components.xpt -lib/%%APP_NAME%%/components/xpcom_ds.xpt -lib/%%APP_NAME%%/components/xpcom_io.xpt -lib/%%APP_NAME%%/components/xpcom_obsolete.xpt -lib/%%APP_NAME%%/components/xpcom_threads.xpt -lib/%%APP_NAME%%/components/xpcom_xpti.xpt -lib/%%APP_NAME%%/components/xpconnect.xpt -lib/%%APP_NAME%%/components/xpinstall.xpt -lib/%%APP_NAME%%/components/xremoteservice.xpt -lib/%%APP_NAME%%/components/xulappinfo.js -lib/%%APP_NAME%%/components/xulappinfo.xpt -lib/%%APP_NAME%%/components/xuldoc.xpt -lib/%%APP_NAME%%/components/xultmpl.xpt +lib/%%APP_NAME%%/components/storage-Legacy.js +lib/%%APP_NAME%%/components/storage-mozStorage.js +lib/%%APP_NAME%%/components/txEXSLTRegExFunctions.js +lib/%%APP_NAME%%/crashreporter +lib/%%APP_NAME%%/crashreporter.ini lib/%%APP_NAME%%/defaults/autoconfig/platform.js lib/%%APP_NAME%%/defaults/autoconfig/prefcalls.js -lib/%%APP_NAME%%/defaults/messenger/US/mailViews.dat lib/%%APP_NAME%%/defaults/messenger/mailViews.dat lib/%%APP_NAME%%/defaults/pref/browser-prefs.js +lib/%%APP_NAME%%/defaults/pref/channel-prefs.js lib/%%APP_NAME%%/defaults/pref/composer.js -lib/%%APP_NAME%%/defaults/pref/inspector.js lib/%%APP_NAME%%/defaults/pref/mailnews.js lib/%%APP_NAME%%/defaults/pref/mdn.js lib/%%APP_NAME%%/defaults/pref/reporter.js lib/%%APP_NAME%%/defaults/pref/smime.js -lib/%%APP_NAME%%/defaults/profile/US/bookmarks.html -lib/%%APP_NAME%%/defaults/profile/US/chrome/userChrome-example.css -lib/%%APP_NAME%%/defaults/profile/US/chrome/userContent-example.css -lib/%%APP_NAME%%/defaults/profile/US/localstore.rdf -lib/%%APP_NAME%%/defaults/profile/US/mimeTypes.rdf -lib/%%APP_NAME%%/defaults/profile/US/panels.rdf -lib/%%APP_NAME%%/defaults/profile/US/search.rdf +lib/%%APP_NAME%%/defaults/pref/suite-l10n.js lib/%%APP_NAME%%/defaults/profile/bookmarks.html lib/%%APP_NAME%%/defaults/profile/chrome/userChrome-example.css lib/%%APP_NAME%%/defaults/profile/chrome/userContent-example.css @@ -340,65 +161,122 @@ lib/%%APP_NAME%%/defaults/profile/mimeTypes.rdf lib/%%APP_NAME%%/defaults/profile/panels.rdf lib/%%APP_NAME%%/defaults/profile/search.rdf -lib/%%APP_NAME%%/defaults/wallet/DistinguishedSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/FieldSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/PositionalSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/SchemaConcat.tbl -lib/%%APP_NAME%%/defaults/wallet/SchemaStrings.tbl -lib/%%APP_NAME%%/defaults/wallet/StateSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/VcardSchema.tbl -lib/%%APP_NAME%%/dependentlibs.list lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic -lib/%%APP_NAME%%/dirver +lib/%%APP_NAME%%/extensions/inspector@mozilla.org/chrome.manifest +lib/%%APP_NAME%%/extensions/inspector@mozilla.org/chrome/inspector.jar +lib/%%APP_NAME%%/extensions/inspector@mozilla.org/components/inspector-cmdline.js +lib/%%APP_NAME%%/extensions/inspector@mozilla.org/defaults/preferences/inspector.js +lib/%%APP_NAME%%/extensions/inspector@mozilla.org/install.rdf +lib/%%APP_NAME%%/extensions/inspector@mozilla.org/platform/Linux/chrome/icons/default/winInspectorMain.xpm +lib/%%APP_NAME%%/extensions/inspector@mozilla.org/platform/Linux/chrome/icons/default/winInspectorMain16.xpm +lib/%%APP_NAME%%/extensions/modern@themes.mozilla.org/chrome.manifest +lib/%%APP_NAME%%/extensions/modern@themes.mozilla.org/chrome/modern.jar +lib/%%APP_NAME%%/extensions/modern@themes.mozilla.org/icon.png +lib/%%APP_NAME%%/extensions/modern@themes.mozilla.org/install.rdf +lib/%%APP_NAME%%/extensions/modern@themes.mozilla.org/preview.png +lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/chrome.manifest +lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/chrome/chatzilla.jar +lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/chrome/icons/default/chatzilla-window.xpm +lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/chrome/icons/default/chatzilla-window16.xpm +lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/components/chatzilla-service.js +lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png +lib/%%APP_NAME%%/extensions/{f13b157f-b174-47e7-a34d-4815ddfdfeb8}/chrome.manifest +lib/%%APP_NAME%%/extensions/{f13b157f-b174-47e7-a34d-4815ddfdfeb8}/chrome/venkman.jar +lib/%%APP_NAME%%/extensions/{f13b157f-b174-47e7-a34d-4815ddfdfeb8}/components/venkman-service.js +lib/%%APP_NAME%%/extensions/{f13b157f-b174-47e7-a34d-4815ddfdfeb8}/install.rdf lib/%%APP_NAME%%/greprefs/all.js lib/%%APP_NAME%%/greprefs/security-prefs.js lib/%%APP_NAME%%/greprefs/xpinstall.js -lib/%%APP_NAME%%/init.d/README -lib/%%APP_NAME%%/install.rdf +lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/isp/SpamAssassin.sfd lib/%%APP_NAME%%/isp/SpamPal.sfd lib/%%APP_NAME%%/isp/movemail.rdf +lib/%%APP_NAME%%/isp/rss.rdf lib/%%APP_NAME%%/libfreebl3.chk lib/%%APP_NAME%%/libfreebl3.so -lib/%%APP_NAME%%/libgfxpsshar.so -lib/%%APP_NAME%%/libgkgfx.so -lib/%%APP_NAME%%/libgtkembedmoz.so -lib/%%APP_NAME%%/libgtkxtbin.so -lib/%%APP_NAME%%/libjsj.so -lib/%%APP_NAME%%/libldap50.so +lib/%%APP_NAME%%/libldap60.so +lib/%%APP_NAME%%/libldif60.so lib/%%APP_NAME%%/libmozjs.so -lib/%%APP_NAME%%/libmozz.so -lib/%%APP_NAME%%/libmsgbaseutil.so lib/%%APP_NAME%%/libnspr4.so lib/%%APP_NAME%%/libnss3.so lib/%%APP_NAME%%/libnssckbi.so +lib/%%APP_NAME%%/libnssdbm3.chk +lib/%%APP_NAME%%/libnssdbm3.so +lib/%%APP_NAME%%/libnssutil3.so lib/%%APP_NAME%%/libplc4.so lib/%%APP_NAME%%/libplds4.so -lib/%%APP_NAME%%/libprldap50.so +lib/%%APP_NAME%%/libprldap60.so lib/%%APP_NAME%%/libsmime3.so lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so +lib/%%APP_NAME%%/libsqlite3.so lib/%%APP_NAME%%/libssl3.so lib/%%APP_NAME%%/libxpcom.so -lib/%%APP_NAME%%/libxpcom_compat.so lib/%%APP_NAME%%/libxpcom_core.so -lib/%%APP_NAME%%/libxpistub.so -lib/%%APP_NAME%%/mozilla-installer-bin +lib/%%APP_NAME%%/license.txt +lib/%%APP_NAME%%/modules/DownloadLastDir.jsm +lib/%%APP_NAME%%/modules/DownloadUtils.jsm +lib/%%APP_NAME%%/modules/ISO8601DateUtils.jsm +lib/%%APP_NAME%%/modules/MailUtils.js +lib/%%APP_NAME%%/modules/Microformats.js +lib/%%APP_NAME%%/modules/PlacesDBUtils.jsm +lib/%%APP_NAME%%/modules/PluralForm.jsm +lib/%%APP_NAME%%/modules/Sanitizer.jsm +lib/%%APP_NAME%%/modules/SpatialNavigation.js +lib/%%APP_NAME%%/modules/StringBundle.js +lib/%%APP_NAME%%/modules/WindowDraggingUtils.jsm +lib/%%APP_NAME%%/modules/XPCOMUtils.jsm +lib/%%APP_NAME%%/modules/autoconfigUtils.jsm +lib/%%APP_NAME%%/modules/debug.js +lib/%%APP_NAME%%/modules/errUtils.js +lib/%%APP_NAME%%/modules/folderUtils.jsm +lib/%%APP_NAME%%/modules/gloda/collection.js +lib/%%APP_NAME%%/modules/gloda/connotent.js +lib/%%APP_NAME%%/modules/gloda/databind.js +lib/%%APP_NAME%%/modules/gloda/datamodel.js +lib/%%APP_NAME%%/modules/gloda/datastore.js +lib/%%APP_NAME%%/modules/gloda/dbview.js +lib/%%APP_NAME%%/modules/gloda/everybody.js +lib/%%APP_NAME%%/modules/gloda/explattr.js +lib/%%APP_NAME%%/modules/gloda/facet.js +lib/%%APP_NAME%%/modules/gloda/fundattr.js +lib/%%APP_NAME%%/modules/gloda/gloda.js +lib/%%APP_NAME%%/modules/gloda/index_ab.js +lib/%%APP_NAME%%/modules/gloda/index_msg.js +lib/%%APP_NAME%%/modules/gloda/indexer.js +lib/%%APP_NAME%%/modules/gloda/log4moz.js +lib/%%APP_NAME%%/modules/gloda/mimeTypeCategories.js +lib/%%APP_NAME%%/modules/gloda/mimemsg.js +lib/%%APP_NAME%%/modules/gloda/msg_search.js +lib/%%APP_NAME%%/modules/gloda/noun_freetag.js +lib/%%APP_NAME%%/modules/gloda/noun_mimetype.js +lib/%%APP_NAME%%/modules/gloda/noun_tag.js +lib/%%APP_NAME%%/modules/gloda/public.js +lib/%%APP_NAME%%/modules/gloda/query.js +lib/%%APP_NAME%%/modules/gloda/suffixtree.js +lib/%%APP_NAME%%/modules/gloda/utils.js +lib/%%APP_NAME%%/modules/iteratorUtils.jsm +lib/%%APP_NAME%%/modules/jsTreeSelection.js +lib/%%APP_NAME%%/modules/templateUtils.js +lib/%%APP_NAME%%/modules/traceHelper.js +lib/%%APP_NAME%%/modules/utils.js +lib/%%APP_NAME%%/modules/virtualFolderWrapper.js lib/%%APP_NAME%%/mozilla-xremote-client +lib/%%APP_NAME%%/platform.ini lib/%%APP_NAME%%/plugins/libnullplugin.so -lib/%%APP_NAME%%/plugins/libunixprintplugin.so -lib/%%APP_NAME%%/regchrome -lib/%%APP_NAME%%/regxpcom -lib/%%APP_NAME%%/regxpcom.log +lib/%%APP_NAME%%/removed-files lib/%%APP_NAME%%/res/EditorOverride.css lib/%%APP_NAME%%/res/arrow.gif lib/%%APP_NAME%%/res/arrowd.gif -lib/%%APP_NAME%%/res/bloatcycle.html lib/%%APP_NAME%%/res/broken-image.gif lib/%%APP_NAME%%/res/charsetData.properties lib/%%APP_NAME%%/res/charsetalias.properties -lib/%%APP_NAME%%/res/cmessage.txt +lib/%%APP_NAME%%/res/contenteditable.css +lib/%%APP_NAME%%/res/designmode.css lib/%%APP_NAME%%/res/dtd/mathml.dtd lib/%%APP_NAME%%/res/dtd/xhtml11.dtd lib/%%APP_NAME%%/res/entityTables/html40Latin1.properties @@ -407,37 +285,21 @@ lib/%%APP_NAME%%/res/entityTables/htmlEntityVersions.properties lib/%%APP_NAME%%/res/entityTables/mathml20.properties lib/%%APP_NAME%%/res/entityTables/transliterate.properties -lib/%%APP_NAME%%/res/fonts/fontEncoding.properties lib/%%APP_NAME%%/res/fonts/mathfont.properties -lib/%%APP_NAME%%/res/fonts/mathfontCMEX10.properties -lib/%%APP_NAME%%/res/fonts/mathfontCMSY10.properties -lib/%%APP_NAME%%/res/fonts/mathfontMTExtra.properties -lib/%%APP_NAME%%/res/fonts/mathfontMath1.properties -lib/%%APP_NAME%%/res/fonts/mathfontMath2.properties -lib/%%APP_NAME%%/res/fonts/mathfontMath4.properties -lib/%%APP_NAME%%/res/fonts/mathfontPUA.properties -lib/%%APP_NAME%%/res/fonts/mathfontSymbol.properties -lib/%%APP_NAME%%/res/fonts/pangoFontEncoding.properties +lib/%%APP_NAME%%/res/fonts/mathfontSTIXNonUnicode.properties +lib/%%APP_NAME%%/res/fonts/mathfontSTIXSize1.properties +lib/%%APP_NAME%%/res/fonts/mathfontStandardSymbolsL.properties +lib/%%APP_NAME%%/res/fonts/mathfontUnicode.properties lib/%%APP_NAME%%/res/forms.css lib/%%APP_NAME%%/res/grabber.gif lib/%%APP_NAME%%/res/hiddenWindow.html lib/%%APP_NAME%%/res/html.css -lib/%%APP_NAME%%/res/html/gopher-audio.gif -lib/%%APP_NAME%%/res/html/gopher-binary.gif -lib/%%APP_NAME%%/res/html/gopher-find.gif -lib/%%APP_NAME%%/res/html/gopher-image.gif -lib/%%APP_NAME%%/res/html/gopher-menu.gif -lib/%%APP_NAME%%/res/html/gopher-movie.gif -lib/%%APP_NAME%%/res/html/gopher-sound.gif -lib/%%APP_NAME%%/res/html/gopher-telnet.gif -lib/%%APP_NAME%%/res/html/gopher-text.gif -lib/%%APP_NAME%%/res/html/gopher-unknown.gif +lib/%%APP_NAME%%/res/html/folder.png lib/%%APP_NAME%%/res/langGroups.properties lib/%%APP_NAME%%/res/language.properties lib/%%APP_NAME%%/res/loading-image.gif lib/%%APP_NAME%%/res/mathml.css lib/%%APP_NAME%%/res/quirk.css -lib/%%APP_NAME%%/res/sample.unixpsfonts.properties lib/%%APP_NAME%%/res/svg.css lib/%%APP_NAME%%/res/table-add-column-after-active.gif lib/%%APP_NAME%%/res/table-add-column-after-hover.gif @@ -459,53 +321,67 @@ lib/%%APP_NAME%%/res/table-remove-row.gif lib/%%APP_NAME%%/res/ua.css lib/%%APP_NAME%%/res/unixcharset.properties -lib/%%APP_NAME%%/res/viewer.properties lib/%%APP_NAME%%/res/viewsource.css lib/%%APP_NAME%%/run-mozilla.sh lib/%%APP_NAME%%/seamonkey lib/%%APP_NAME%%/seamonkey-bin -lib/%%APP_NAME%%/searchplugins/dmoz.gif +lib/%%APP_NAME%%/searchplugins/dmoz.png lib/%%APP_NAME%%/searchplugins/dmoz.src -lib/%%APP_NAME%%/searchplugins/google.gif +lib/%%APP_NAME%%/searchplugins/google.png lib/%%APP_NAME%%/searchplugins/google.src -lib/%%APP_NAME%%/searchplugins/jeeves.gif +lib/%%APP_NAME%%/searchplugins/jeeves.png lib/%%APP_NAME%%/searchplugins/jeeves.src -lib/%%APP_NAME%%/xpcshell -lib/%%APP_NAME%%/xpicleanup -lib/%%APP_NAME%%/xpidl -lib/%%APP_NAME%%/xpt_dump -lib/%%APP_NAME%%/xpt_link -lib/%%APP_NAME%%/libsqlite3.so -lib/%%APP_NAME%%/libnssdbm3.so -lib/%%APP_NAME%%/libnssutil3.so +lib/%%APP_NAME%%/update.locale +lib/%%APP_NAME%%/updater +lib/%%APP_NAME%%/updater.ini @exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true -@dirrm lib/%%APP_NAME%%/chrome/icons/default -@dirrm lib/%%APP_NAME%%/chrome/icons -@dirrm lib/%%APP_NAME%%/chrome -@dirrm lib/%%APP_NAME%%/components -@dirrm lib/%%APP_NAME%%/defaults/autoconfig -@dirrm lib/%%APP_NAME%%/defaults/messenger/US -@dirrm lib/%%APP_NAME%%/defaults/messenger -@dirrm lib/%%APP_NAME%%/defaults/pref -@dirrm lib/%%APP_NAME%%/defaults/profile/US/chrome -@dirrm lib/%%APP_NAME%%/defaults/profile/US +@dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/res/html +@dirrm lib/%%APP_NAME%%/res/fonts +@dirrm lib/%%APP_NAME%%/res/entityTables +@dirrm lib/%%APP_NAME%%/res/dtd +@dirrm lib/%%APP_NAME%%/res +@dirrm lib/%%APP_NAME%%/plugins +@dirrm lib/%%APP_NAME%%/modules/gloda +@dirrm lib/%%APP_NAME%%/modules +@dirrm lib/%%APP_NAME%%/isp +@dirrm lib/%%APP_NAME%%/icons +@dirrm lib/%%APP_NAME%%/greprefs +@dirrm lib/%%APP_NAME%%/extensions/{f13b157f-b174-47e7-a34d-4815ddfdfeb8}/components +@dirrm lib/%%APP_NAME%%/extensions/{f13b157f-b174-47e7-a34d-4815ddfdfeb8}/chrome +@dirrm lib/%%APP_NAME%%/extensions/{f13b157f-b174-47e7-a34d-4815ddfdfeb8} +@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} +@dirrm lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/components +@dirrm lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/chrome/icons/default +@dirrm lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/chrome/icons +@dirrm lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}/chrome +@dirrm lib/%%APP_NAME%%/extensions/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2} +@dirrm lib/%%APP_NAME%%/extensions/modern@themes.mozilla.org/chrome +@dirrm lib/%%APP_NAME%%/extensions/modern@themes.mozilla.org +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org/platform/Linux/chrome/icons/default +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org/platform/Linux/chrome/icons +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org/platform/Linux/chrome +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org/platform/Linux +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org/platform +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org/defaults/preferences +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org/defaults +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org/components +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org/chrome +@dirrm lib/%%APP_NAME%%/extensions/inspector@mozilla.org +@dirrm lib/%%APP_NAME%%/extensions +@dirrm lib/%%APP_NAME%%/dictionaries @dirrm lib/%%APP_NAME%%/defaults/profile/chrome @dirrm lib/%%APP_NAME%%/defaults/profile -@dirrm lib/%%APP_NAME%%/defaults/wallet +@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/defaults/messenger +@dirrm lib/%%APP_NAME%%/defaults/autoconfig @dirrm lib/%%APP_NAME%%/defaults -@dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/greprefs -@dirrm lib/%%APP_NAME%%/init.d -@dirrm lib/%%APP_NAME%%/isp -@dirrm lib/%%APP_NAME%%/plugins -@dirrm lib/%%APP_NAME%%/res/dtd -@dirrm lib/%%APP_NAME%%/res/entityTables -@dirrm lib/%%APP_NAME%%/res/fonts -@dirrm lib/%%APP_NAME%%/res/html -@dirrm lib/%%APP_NAME%%/res -@dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/components +@dirrm lib/%%APP_NAME%%/chrome/icons/default +@dirrm lib/%%APP_NAME%%/chrome/icons +@dirrm lib/%%APP_NAME%%/chrome @dirrm lib/%%APP_NAME%% @dirrmtry share/applications From owner-freebsd-gecko@FreeBSD.ORG Sun Jun 27 10:08:52 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F03A106564A for ; Sun, 27 Jun 2010 10:08:52 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 864778FC18 for ; Sun, 27 Jun 2010 10:08:51 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o5RA8oP2090210 for ; Sun, 27 Jun 2010 10:08:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o5RA8jnm087035 for freebsd-gecko@freebsd.org; Sun, 27 Jun 2010 10:08:45 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 27 Jun 2010 10:08:45 GMT Message-Id: <201006271008.o5RA8jnm087035@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r338 - branches/experimental/www/firefox branches/experimental/www/firefox-i18n branches/experimental/www/linux-firefox trunk/www/firefox trunk/www/firefox-i18n trunk/www/linux-firefox X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2010 10:08:52 -0000 Author: beat Date: Sun Jun 27 10:08:44 2010 New Revision: 338 Log: - Update to 3.6.6 Modified: branches/experimental/www/firefox-i18n/Makefile branches/experimental/www/firefox-i18n/distinfo branches/experimental/www/firefox/Makefile branches/experimental/www/firefox/distinfo branches/experimental/www/linux-firefox/Makefile branches/experimental/www/linux-firefox/distinfo branches/experimental/www/linux-firefox/pkg-plist trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/linux-firefox/pkg-plist Modified: branches/experimental/www/firefox-i18n/Makefile ============================================================================== --- branches/experimental/www/firefox-i18n/Makefile Sun Jun 27 09:23:33 2010 (r337) +++ branches/experimental/www/firefox-i18n/Makefile Sun Jun 27 10:08:44 2010 (r338) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.37 2010/04/06 08:14:02 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.38 2010/06/23 18:19:08 beat Exp $ # PORTNAME= firefox-i18n -PORTVERSION= 3.6.4 +PORTVERSION= 3.6.6 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/experimental/www/firefox-i18n/distinfo ============================================================================== --- branches/experimental/www/firefox-i18n/distinfo Sun Jun 27 09:23:33 2010 (r337) +++ branches/experimental/www/firefox-i18n/distinfo Sun Jun 27 10:08:44 2010 (r338) @@ -1,219 +1,219 @@ -MD5 (xpi/firefox-i18n-3.6.4/af.xpi) = 22aaeb65c0226e34174f8167fdf406a1 -SHA256 (xpi/firefox-i18n-3.6.4/af.xpi) = 975998ef3dc1944297f0c3f70738704cb1cdb6f79b3e8a0e565a15290f99c819 -SIZE (xpi/firefox-i18n-3.6.4/af.xpi) = 121613 -MD5 (xpi/firefox-i18n-3.6.4/ar.xpi) = 2dd800a9226fea4d5f3bcaa940853f5a -SHA256 (xpi/firefox-i18n-3.6.4/ar.xpi) = da192658bf25295a380d3864eae93aeba96fef5e37f59aae15ad1878df11fd69 -SIZE (xpi/firefox-i18n-3.6.4/ar.xpi) = 132157 -MD5 (xpi/firefox-i18n-3.6.4/as.xpi) = aa26ec1688090b30c7c9d73e23ef9525 -SHA256 (xpi/firefox-i18n-3.6.4/as.xpi) = c21ffcdbdde0a6c19576a111b18186eda5953c6390893355605437957dab8f32 -SIZE (xpi/firefox-i18n-3.6.4/as.xpi) = 134264 -MD5 (xpi/firefox-i18n-3.6.4/be.xpi) = dc8f71a76d43b5a3b4c0c3789bbe6268 -SHA256 (xpi/firefox-i18n-3.6.4/be.xpi) = 516f5c00a20bb2c8c38bb78b5964f817c47863307495e9f06fa6bae13a7621fc -SIZE (xpi/firefox-i18n-3.6.4/be.xpi) = 122231 -MD5 (xpi/firefox-i18n-3.6.4/bg.xpi) = 9fafcb751bd18f93e7ca697ef8a1087b -SHA256 (xpi/firefox-i18n-3.6.4/bg.xpi) = 829c69bb1b5a09083c5f681cb8412c0830717dca40376976e1a45eeb18e622dd -SIZE (xpi/firefox-i18n-3.6.4/bg.xpi) = 134077 -MD5 (xpi/firefox-i18n-3.6.4/bn-BD.xpi) = 8379ba79735a66dfd102c2a12992fc7f -SHA256 (xpi/firefox-i18n-3.6.4/bn-BD.xpi) = f74e17a5e1c1ea3354a3a98823fdd770ab9bbbe6c27ef952ad2d89046c4f559e -SIZE (xpi/firefox-i18n-3.6.4/bn-BD.xpi) = 141132 -MD5 (xpi/firefox-i18n-3.6.4/bn-IN.xpi) = 1c0a625fc1d4e30bfbc7f4c8408e532f -SHA256 (xpi/firefox-i18n-3.6.4/bn-IN.xpi) = e82d469c290115d3c66a16c51a167b87af3d8d0291c438b925f363701d3b10d7 -SIZE (xpi/firefox-i18n-3.6.4/bn-IN.xpi) = 159551 -MD5 (xpi/firefox-i18n-3.6.4/ca.xpi) = 138b5c9d5f5f8e4f5a52d964bcda2f0e -SHA256 (xpi/firefox-i18n-3.6.4/ca.xpi) = 80100ee61c8f60d597574c4658d60cb9acfc8a71e749ddba0500f1c211d9d3cd -SIZE (xpi/firefox-i18n-3.6.4/ca.xpi) = 127960 -MD5 (xpi/firefox-i18n-3.6.4/cs.xpi) = cc6729b3e5fd1aff8f6b1e6ca8e72c62 -SHA256 (xpi/firefox-i18n-3.6.4/cs.xpi) = dafc667def7e979176ff16f20bec0618e1d391e334cb52c25f6982414d532955 -SIZE (xpi/firefox-i18n-3.6.4/cs.xpi) = 126742 -MD5 (xpi/firefox-i18n-3.6.4/cy.xpi) = 585ede56f86e36bf8300c9f2848a9eac -SHA256 (xpi/firefox-i18n-3.6.4/cy.xpi) = 9680fd8ccc8fd0dd835a11a5550b5638d9c04fa925e1c25fc659d99a2b583892 -SIZE (xpi/firefox-i18n-3.6.4/cy.xpi) = 121978 -MD5 (xpi/firefox-i18n-3.6.4/da.xpi) = 8d32fb5e89420a56067e72e9843aa9f5 -SHA256 (xpi/firefox-i18n-3.6.4/da.xpi) = 253bf98e0772a8d46c92f47f5cff3dcb794f17be61424b924341c195b2431e5c -SIZE (xpi/firefox-i18n-3.6.4/da.xpi) = 125617 -MD5 (xpi/firefox-i18n-3.6.4/de.xpi) = 1a744bae95b72ce60f36514cb1e4081f -SHA256 (xpi/firefox-i18n-3.6.4/de.xpi) = f256cffe2c4bab6ff62843c37f986280ab8231771822f8b1934006b740af2c34 -SIZE (xpi/firefox-i18n-3.6.4/de.xpi) = 128971 -MD5 (xpi/firefox-i18n-3.6.4/el.xpi) = 022262ca04e272a57fff11bc3d81969f -SHA256 (xpi/firefox-i18n-3.6.4/el.xpi) = 9fe4e9789cc11325413d6213868575d4e9f2d965a7b2340e4b3f43aea93362ab -SIZE (xpi/firefox-i18n-3.6.4/el.xpi) = 135315 -MD5 (xpi/firefox-i18n-3.6.4/en-GB.xpi) = f544ee28dc296bb09c8c0469675435a4 -SHA256 (xpi/firefox-i18n-3.6.4/en-GB.xpi) = 3de36b5bdd27a398913a215957ef159dca27327161ed354cb541462af3964c68 -SIZE (xpi/firefox-i18n-3.6.4/en-GB.xpi) = 118908 -MD5 (xpi/firefox-i18n-3.6.4/eo.xpi) = 559759f2282227e0c93a89774f06390d -SHA256 (xpi/firefox-i18n-3.6.4/eo.xpi) = a3c0676ade64c70d034d04ee1b4d1b964074bf46f38cf7a545ca4aa1379be9c8 -SIZE (xpi/firefox-i18n-3.6.4/eo.xpi) = 121886 -MD5 (xpi/firefox-i18n-3.6.4/es-AR.xpi) = 437346469b4aee60e83b98a89e772ac3 -SHA256 (xpi/firefox-i18n-3.6.4/es-AR.xpi) = 305dafeaede3f87056334f57e9e48a77e17769b5c905c44a8d154fd3c0309c7d -SIZE (xpi/firefox-i18n-3.6.4/es-AR.xpi) = 127826 -MD5 (xpi/firefox-i18n-3.6.4/es-CL.xpi) = 37e93e7df3be2298f4032bba5ed4e37e -SHA256 (xpi/firefox-i18n-3.6.4/es-CL.xpi) = d4c452f7396f5eaf8b3925b00ae715f4459909b447457ff592259ad24d8e721a -SIZE (xpi/firefox-i18n-3.6.4/es-CL.xpi) = 129498 -MD5 (xpi/firefox-i18n-3.6.4/es-ES.xpi) = f49fd44a591d21588ff9802c350a4a50 -SHA256 (xpi/firefox-i18n-3.6.4/es-ES.xpi) = 24d168f8cc7229abcb1bcc901e5b2e826c9b67aeae69bc404150d3fa3d60c60e -SIZE (xpi/firefox-i18n-3.6.4/es-ES.xpi) = 108703 -MD5 (xpi/firefox-i18n-3.6.4/es-MX.xpi) = 217bfa8ce854492a55cc8e0db98f3838 -SHA256 (xpi/firefox-i18n-3.6.4/es-MX.xpi) = 9d86da6cc9547e0aaa8376bdb69e842221a01697374470b3376e747276f051e9 -SIZE (xpi/firefox-i18n-3.6.4/es-MX.xpi) = 127399 -MD5 (xpi/firefox-i18n-3.6.4/et.xpi) = b0b1b015d0812629075b9d028191d73c -SHA256 (xpi/firefox-i18n-3.6.4/et.xpi) = 8b47277bfb287d8f1dae4fd425e15ceba252366a6f861e319c1934faa544d544 -SIZE (xpi/firefox-i18n-3.6.4/et.xpi) = 127357 -MD5 (xpi/firefox-i18n-3.6.4/eu.xpi) = ab7f8fe90e062ed40b102052970ed9fb -SHA256 (xpi/firefox-i18n-3.6.4/eu.xpi) = 0148c5bd0abab6c34d573b7079c2a64ae6ded3854dba9f1cc58d32c3e35ad45c -SIZE (xpi/firefox-i18n-3.6.4/eu.xpi) = 121855 -MD5 (xpi/firefox-i18n-3.6.4/fa.xpi) = d65675e4a44d718a13454919272f7f6d -SHA256 (xpi/firefox-i18n-3.6.4/fa.xpi) = 1be9f79ee8b9feb6318e676e3747e1ba0918ece4abff5c613048f8d920d21326 -SIZE (xpi/firefox-i18n-3.6.4/fa.xpi) = 138481 -MD5 (xpi/firefox-i18n-3.6.4/fi.xpi) = ad2bcaebb9197ab2ce640e5cbd0f4521 -SHA256 (xpi/firefox-i18n-3.6.4/fi.xpi) = 974d30ae54e37a29118cda55891d0ed4c52677b74f1dab1af8fbfd26e825a0b0 -SIZE (xpi/firefox-i18n-3.6.4/fi.xpi) = 126793 -MD5 (xpi/firefox-i18n-3.6.4/fr.xpi) = 45b48f176b363be4bdbf502c56fa7cc9 -SHA256 (xpi/firefox-i18n-3.6.4/fr.xpi) = 61994a521dee3ee18e53adc46105bfece50bfa983c50f629a872846d36c8e70c -SIZE (xpi/firefox-i18n-3.6.4/fr.xpi) = 128982 -MD5 (xpi/firefox-i18n-3.6.4/fy-NL.xpi) = f79cb9e3ad9210c58fb6059a3d783bc7 -SHA256 (xpi/firefox-i18n-3.6.4/fy-NL.xpi) = 7f9f393cd8315bdca700f21cd01b2e3c2750d99a298c795324812707a7abb5e6 -SIZE (xpi/firefox-i18n-3.6.4/fy-NL.xpi) = 129280 -MD5 (xpi/firefox-i18n-3.6.4/ga-IE.xpi) = 90dff687a03716844afd25d4707e55f6 -SHA256 (xpi/firefox-i18n-3.6.4/ga-IE.xpi) = 74e72e9eef1e78504f1c14cc9fa58374dea5b28dde52ae58dd2a4262511a5390 -SIZE (xpi/firefox-i18n-3.6.4/ga-IE.xpi) = 127754 -MD5 (xpi/firefox-i18n-3.6.4/gl.xpi) = 06277c5069ce8ac2ef47752c8348cc00 -SHA256 (xpi/firefox-i18n-3.6.4/gl.xpi) = dce8f191c555fc2cc95760e9ff6a4d42fffed6c420f9a95b670ceef405955e20 -SIZE (xpi/firefox-i18n-3.6.4/gl.xpi) = 124810 -MD5 (xpi/firefox-i18n-3.6.4/gu-IN.xpi) = 923402d17fc2c5b3e09530fae7fa5d56 -SHA256 (xpi/firefox-i18n-3.6.4/gu-IN.xpi) = 0bc473f2c7e4f3890ea85f4ebc14ac16501dadf568a85ba2d43136881db1e465 -SIZE (xpi/firefox-i18n-3.6.4/gu-IN.xpi) = 145882 -MD5 (xpi/firefox-i18n-3.6.4/he.xpi) = 7a29dcc57dd0d3456cfd7780d5c5936a -SHA256 (xpi/firefox-i18n-3.6.4/he.xpi) = 397205d5f4d38b1012f19094ca7aec85bc3ff363a9a9f987f8d9d0472fe4ae51 -SIZE (xpi/firefox-i18n-3.6.4/he.xpi) = 123105 -MD5 (xpi/firefox-i18n-3.6.4/hi-IN.xpi) = b57b37b0370f58f7afcfde2e9c40b908 -SHA256 (xpi/firefox-i18n-3.6.4/hi-IN.xpi) = 2971fce00c2b75cbbf9396c05d8b340967727d4e1f5bff7e22df59538e99bfbd -SIZE (xpi/firefox-i18n-3.6.4/hi-IN.xpi) = 141471 -MD5 (xpi/firefox-i18n-3.6.4/hr.xpi) = 301909f212b7d6fbdf41cfa81f122c7f -SHA256 (xpi/firefox-i18n-3.6.4/hr.xpi) = af5d8ff2599fd87633d82e40624ba63c9f010f915bcc8cfbd905bf86e4e30a08 -SIZE (xpi/firefox-i18n-3.6.4/hr.xpi) = 127061 -MD5 (xpi/firefox-i18n-3.6.4/hu.xpi) = 86e2e529c9cb29b310e0ef1983ab28eb -SHA256 (xpi/firefox-i18n-3.6.4/hu.xpi) = 15666fd4162709b6469088c37dd68a775668770497b91467bd1927217bbf5d7a -SIZE (xpi/firefox-i18n-3.6.4/hu.xpi) = 131100 -MD5 (xpi/firefox-i18n-3.6.4/id.xpi) = e13dac3a1eb7bf3ee6c09dc13a131058 -SHA256 (xpi/firefox-i18n-3.6.4/id.xpi) = bcac2ebb777f994f3a077fbe5d1ed20c8cc4bf91bedb3ff282b6b7031ac652b8 -SIZE (xpi/firefox-i18n-3.6.4/id.xpi) = 103923 -MD5 (xpi/firefox-i18n-3.6.4/is.xpi) = 347d2be354c881da82d3de9d85f281c4 -SHA256 (xpi/firefox-i18n-3.6.4/is.xpi) = d8d78a02ee8ef8200d7627d842ca5d939feb97970f83e51ba01e8d55a7c1ae38 -SIZE (xpi/firefox-i18n-3.6.4/is.xpi) = 123335 -MD5 (xpi/firefox-i18n-3.6.4/it.xpi) = 765e60780baeb1b33100f02c30d97e08 -SHA256 (xpi/firefox-i18n-3.6.4/it.xpi) = 4fd36ff8594ba91196977bcd142dd22aea47653a14dd429ea8d01467483645b1 -SIZE (xpi/firefox-i18n-3.6.4/it.xpi) = 107943 -MD5 (xpi/firefox-i18n-3.6.4/ja.xpi) = c06585cdce4300021673c81931c7ee91 -SHA256 (xpi/firefox-i18n-3.6.4/ja.xpi) = 687bc6c30aaf49002a28d0553934895c671ad8a80cf37d1b5340b725e4102580 -SIZE (xpi/firefox-i18n-3.6.4/ja.xpi) = 137022 -MD5 (xpi/firefox-i18n-3.6.4/ka.xpi) = 6d2f981b9eb863bad6c7c2f9b3bd1ab8 -SHA256 (xpi/firefox-i18n-3.6.4/ka.xpi) = a5c0ef7cb82ac2742ff6183e4055d0ef48ac46dca1c5bab8d98ae58f2ccc6d63 -SIZE (xpi/firefox-i18n-3.6.4/ka.xpi) = 154142 -MD5 (xpi/firefox-i18n-3.6.4/kk.xpi) = edbd1bf9710fb7d77f2d13ade451df1f -SHA256 (xpi/firefox-i18n-3.6.4/kk.xpi) = 9a9abea4ce7c73609260f51cb7ffebe9ffa523446a8dfa082979ebc813eedcdc -SIZE (xpi/firefox-i18n-3.6.4/kk.xpi) = 137729 -MD5 (xpi/firefox-i18n-3.6.4/kn.xpi) = d49674ad69a32b820d626a778f8697db -SHA256 (xpi/firefox-i18n-3.6.4/kn.xpi) = 5162bdcd750367d5e6b05828b1d4254ce373d991c849ade54241a7c030f31766 -SIZE (xpi/firefox-i18n-3.6.4/kn.xpi) = 148431 -MD5 (xpi/firefox-i18n-3.6.4/ko.xpi) = ec296a56695f34d71c3ee4fb9f408c52 -SHA256 (xpi/firefox-i18n-3.6.4/ko.xpi) = 0cd23fec9d755fcb079efe7b27dfe5c8ee32634a9a322e77c3a7d1f5392c1cb3 -SIZE (xpi/firefox-i18n-3.6.4/ko.xpi) = 115665 -MD5 (xpi/firefox-i18n-3.6.4/ku.xpi) = 581d668bb15f163b298a00d8f28490ba -SHA256 (xpi/firefox-i18n-3.6.4/ku.xpi) = d154c16841bf61679b6c561b9f536b3bd99eda035025fb1cf2d2dcb0997562c8 -SIZE (xpi/firefox-i18n-3.6.4/ku.xpi) = 130347 -MD5 (xpi/firefox-i18n-3.6.4/lt.xpi) = 5fc0e62d7f12487e992809039b1f6d4f -SHA256 (xpi/firefox-i18n-3.6.4/lt.xpi) = d334606691791cd4c8013de2c757b9fe0f9cedfd7b1bfa9f6188a84f175a45cc -SIZE (xpi/firefox-i18n-3.6.4/lt.xpi) = 139735 -MD5 (xpi/firefox-i18n-3.6.4/lv.xpi) = 37d927b3b53e3d97301edab2d880cec2 -SHA256 (xpi/firefox-i18n-3.6.4/lv.xpi) = 165d794eaff4e487b625076b6be984252e076a6cbf18cbc15afdf6b149458359 -SIZE (xpi/firefox-i18n-3.6.4/lv.xpi) = 124805 -MD5 (xpi/firefox-i18n-3.6.4/mk.xpi) = e7c8186c4714ec3600d227d728959b3a -SHA256 (xpi/firefox-i18n-3.6.4/mk.xpi) = 7066967c52c64a1762b2a64dd0fc7c38dcb2b506c1459bb17b8b98467deb7129 -SIZE (xpi/firefox-i18n-3.6.4/mk.xpi) = 128301 -MD5 (xpi/firefox-i18n-3.6.4/ml.xpi) = fab60eeff6f9286a4c78ee76188aff8b -SHA256 (xpi/firefox-i18n-3.6.4/ml.xpi) = 79778b29aed213117dfa380d463ab0898eb4c6ece476446a3a93ad7f715dc957 -SIZE (xpi/firefox-i18n-3.6.4/ml.xpi) = 151863 -MD5 (xpi/firefox-i18n-3.6.4/mr.xpi) = 73b3029c6bbfb6ee33b18698240ef0c4 -SHA256 (xpi/firefox-i18n-3.6.4/mr.xpi) = f2eb5947814d6828e2ff418fb548abd35dc365475e1e7459a18d5766565c812b -SIZE (xpi/firefox-i18n-3.6.4/mr.xpi) = 140486 -MD5 (xpi/firefox-i18n-3.6.4/nb-NO.xpi) = 72970498fcc70a4c4c3b4c29a741c941 -SHA256 (xpi/firefox-i18n-3.6.4/nb-NO.xpi) = 28e6164f2468d67f150d863007fa7185e55a1d81b4f279065896c8e2b3cce86a -SIZE (xpi/firefox-i18n-3.6.4/nb-NO.xpi) = 124148 -MD5 (xpi/firefox-i18n-3.6.4/nl.xpi) = d6156741a4b1f962ac847d2336c20c87 -SHA256 (xpi/firefox-i18n-3.6.4/nl.xpi) = c75eb31bb5f97b3a6ad64cfa0ee8d0a77959be2c84c041481dd1182dad4c891d -SIZE (xpi/firefox-i18n-3.6.4/nl.xpi) = 126458 -MD5 (xpi/firefox-i18n-3.6.4/nn-NO.xpi) = 761f4d916ffc6febdd2c813896f85a11 -SHA256 (xpi/firefox-i18n-3.6.4/nn-NO.xpi) = 129f22bbd022cf7be760d0ec74a0749c9627f630829cc28da7ce950b47e4792f -SIZE (xpi/firefox-i18n-3.6.4/nn-NO.xpi) = 125106 -MD5 (xpi/firefox-i18n-3.6.4/oc.xpi) = a8c0337108c291e492b0cacc687fc5f9 -SHA256 (xpi/firefox-i18n-3.6.4/oc.xpi) = f941311eeabeec41acb7d369ad9e3bae8f576317368feca24a208688eb536699 -SIZE (xpi/firefox-i18n-3.6.4/oc.xpi) = 108304 -MD5 (xpi/firefox-i18n-3.6.4/or.xpi) = f2300dc0ffe6c8c008ea198f7252d914 -SHA256 (xpi/firefox-i18n-3.6.4/or.xpi) = 0b2a5a1db225b9d74a545bdb241701a7c275781ae72b77ab815761cf2d19fc94 -SIZE (xpi/firefox-i18n-3.6.4/or.xpi) = 142200 -MD5 (xpi/firefox-i18n-3.6.4/pa-IN.xpi) = 79676ea89176a93ab14910109d717d34 -SHA256 (xpi/firefox-i18n-3.6.4/pa-IN.xpi) = ed14e480e596e5989665fbd43df5479f6632713508f59a562f21c28486736251 -SIZE (xpi/firefox-i18n-3.6.4/pa-IN.xpi) = 141676 -MD5 (xpi/firefox-i18n-3.6.4/pl.xpi) = b21629ee6ad440db4b98bb3efed15d8e -SHA256 (xpi/firefox-i18n-3.6.4/pl.xpi) = d1c931ca74b34c3a2286be1987b3d563f69034782d8b50b67ab0bd36f868e865 -SIZE (xpi/firefox-i18n-3.6.4/pl.xpi) = 131047 -MD5 (xpi/firefox-i18n-3.6.4/pt-BR.xpi) = 4e2f74fe14f41c13f208481176c8350e -SHA256 (xpi/firefox-i18n-3.6.4/pt-BR.xpi) = fcb7b526ad34025c57ae70f322b3bfb162cb4502a6e1a49b79d7e235748bfd57 -SIZE (xpi/firefox-i18n-3.6.4/pt-BR.xpi) = 125406 -MD5 (xpi/firefox-i18n-3.6.4/pt-PT.xpi) = 37094501f3565a1a72cb338dce2af0cd -SHA256 (xpi/firefox-i18n-3.6.4/pt-PT.xpi) = 4735140691fd8c4c57e54e5904dc7c378fd07054ed95a89f643e771f244dd890 -SIZE (xpi/firefox-i18n-3.6.4/pt-PT.xpi) = 125384 -MD5 (xpi/firefox-i18n-3.6.4/rm.xpi) = 07d152671a49be7cb3b98c9155abe9d5 -SHA256 (xpi/firefox-i18n-3.6.4/rm.xpi) = 706098196a7c3e5235d5e49369dbc55c5931f3b5805e805201e7dc8cde1fffc8 -SIZE (xpi/firefox-i18n-3.6.4/rm.xpi) = 127454 -MD5 (xpi/firefox-i18n-3.6.4/ro.xpi) = 719319e9551dcb7b6bf2c7dfb40702f5 -SHA256 (xpi/firefox-i18n-3.6.4/ro.xpi) = f7e0994a973296ce248ca24637a6d865794022bf6e3b3c75a6a37e19f6107ad9 -SIZE (xpi/firefox-i18n-3.6.4/ro.xpi) = 128707 -MD5 (xpi/firefox-i18n-3.6.4/ru.xpi) = 4b61e956bb980bbd0862b2e27ae4d5ef -SHA256 (xpi/firefox-i18n-3.6.4/ru.xpi) = f66bf3230da9514829560e46fe94cc69bf7004d8a9a49a147387b90c2ac62165 -SIZE (xpi/firefox-i18n-3.6.4/ru.xpi) = 124878 -MD5 (xpi/firefox-i18n-3.6.4/si.xpi) = bb4b9e650a84e6f8967f05455652b7fd -SHA256 (xpi/firefox-i18n-3.6.4/si.xpi) = b4c623957c461b30de8b4c41c8293fba475fb922f73b004968133278c870e381 -SIZE (xpi/firefox-i18n-3.6.4/si.xpi) = 142187 -MD5 (xpi/firefox-i18n-3.6.4/sk.xpi) = 8f46443746d1c59b6c379aeae9824037 -SHA256 (xpi/firefox-i18n-3.6.4/sk.xpi) = 098343a2d2fdc3abbf1fbb92d53f939b5090037d2424e3b3a22094d11b36c410 -SIZE (xpi/firefox-i18n-3.6.4/sk.xpi) = 131157 -MD5 (xpi/firefox-i18n-3.6.4/sl.xpi) = f77a0a6d985048dd6817d26d82bebf3c -SHA256 (xpi/firefox-i18n-3.6.4/sl.xpi) = e749a8ea59baeb7f9fe2220be9d761cb96b88d00076fb83bbaac3bfb9e697cf5 -SIZE (xpi/firefox-i18n-3.6.4/sl.xpi) = 124314 -MD5 (xpi/firefox-i18n-3.6.4/sq.xpi) = 5eb7498a2e7a436ce5ce2bda70162107 -SHA256 (xpi/firefox-i18n-3.6.4/sq.xpi) = d59303e93faaf3c7bfd26cd1fc4f1b0a5fd726a4cfd0d1d95e67ec34d98ace32 -SIZE (xpi/firefox-i18n-3.6.4/sq.xpi) = 121308 -MD5 (xpi/firefox-i18n-3.6.4/sr.xpi) = 11ce88007581d4fa3f3ebfeb7a22951f -SHA256 (xpi/firefox-i18n-3.6.4/sr.xpi) = 2d6669ee6ca0116a12448584709b3a0de4100617ec2bd7c2ef4095505fbabb45 -SIZE (xpi/firefox-i18n-3.6.4/sr.xpi) = 136895 -MD5 (xpi/firefox-i18n-3.6.4/sv-SE.xpi) = ea1f73f761b26281121d83e02bdf9893 -SHA256 (xpi/firefox-i18n-3.6.4/sv-SE.xpi) = 6219d1b095ae616b6daa71fd1d92df598956fc32724adc4f0bda54531e05e634 -SIZE (xpi/firefox-i18n-3.6.4/sv-SE.xpi) = 128408 -MD5 (xpi/firefox-i18n-3.6.4/ta-LK.xpi) = b7842c3c39ed3f41da25349651f90227 -SHA256 (xpi/firefox-i18n-3.6.4/ta-LK.xpi) = 1cebf27dfb9ee661dae37ea80f0df957d3781c2ae0b843ee9aedf5ec8c138a2b -SIZE (xpi/firefox-i18n-3.6.4/ta-LK.xpi) = 149298 -MD5 (xpi/firefox-i18n-3.6.4/ta.xpi) = 07758711ab308c0881e9e228c0d427c0 -SHA256 (xpi/firefox-i18n-3.6.4/ta.xpi) = 9c69be4fd998bccbfd95f32b27ab5da328358e584f260c01320df37f5d63959f -SIZE (xpi/firefox-i18n-3.6.4/ta.xpi) = 136771 -MD5 (xpi/firefox-i18n-3.6.4/te.xpi) = 361a3b92c641667aad07b0da651e5beb -SHA256 (xpi/firefox-i18n-3.6.4/te.xpi) = 03043587e86dfec570c2d2ca7bb77ec6170a0c1912870dd4d2835ddcc38f1879 -SIZE (xpi/firefox-i18n-3.6.4/te.xpi) = 147444 -MD5 (xpi/firefox-i18n-3.6.4/th.xpi) = 12b41807b989625b851597edb2e6e08b -SHA256 (xpi/firefox-i18n-3.6.4/th.xpi) = 2e9e131b3103624bae4869e9987ec97297c01ce067416c81d63245058ae7f278 -SIZE (xpi/firefox-i18n-3.6.4/th.xpi) = 134404 -MD5 (xpi/firefox-i18n-3.6.4/tr.xpi) = bc78b09957e5c69b63e6ccc8ff3d5169 -SHA256 (xpi/firefox-i18n-3.6.4/tr.xpi) = e324763d2a4649c7dcc898493b272c24fb971e4b7d9f937083fecfa05e7251a3 -SIZE (xpi/firefox-i18n-3.6.4/tr.xpi) = 125379 -MD5 (xpi/firefox-i18n-3.6.4/uk.xpi) = 36a94a596db7583f5ed222ec5431fdfb -SHA256 (xpi/firefox-i18n-3.6.4/uk.xpi) = 19aa419c3c39c8b092703b15864b9287bc3b07231a702c66a2fb0132ac9d311e -SIZE (xpi/firefox-i18n-3.6.4/uk.xpi) = 143213 -MD5 (xpi/firefox-i18n-3.6.4/vi.xpi) = d45552dd0c8bbef1b95253dfb7024bec -SHA256 (xpi/firefox-i18n-3.6.4/vi.xpi) = b3beb05290bd8b3c7fcc559e29e4c4ef7ca268dbe0608e6761e4381c7b2bec6c -SIZE (xpi/firefox-i18n-3.6.4/vi.xpi) = 129030 -MD5 (xpi/firefox-i18n-3.6.4/zh-CN.xpi) = 7b38ea6ffed6db9d487ab278f06c1511 -SHA256 (xpi/firefox-i18n-3.6.4/zh-CN.xpi) = 641cd82a7ec518984a79b75b45e9270d2575a1047e8d6f9d852e74a9eb483e2c -SIZE (xpi/firefox-i18n-3.6.4/zh-CN.xpi) = 127125 -MD5 (xpi/firefox-i18n-3.6.4/zh-TW.xpi) = 9d14a6a8aacb0e032fc23bc96facafef -SHA256 (xpi/firefox-i18n-3.6.4/zh-TW.xpi) = 2704cc880a7dda4bb44e53a695d198350c4dd6aacf720b35224cfeb48932a7ae -SIZE (xpi/firefox-i18n-3.6.4/zh-TW.xpi) = 128404 +MD5 (xpi/firefox-i18n-3.6.6/af.xpi) = f9e4a5f1b559ce69d216d55948ff542a +SHA256 (xpi/firefox-i18n-3.6.6/af.xpi) = 3a935f5daf255feeda15efe3cf1d5c9c607aed886768c5990131bddbdbe372b4 +SIZE (xpi/firefox-i18n-3.6.6/af.xpi) = 121614 +MD5 (xpi/firefox-i18n-3.6.6/ar.xpi) = 168ce0acc4f920a6a49172a203a9ccd3 +SHA256 (xpi/firefox-i18n-3.6.6/ar.xpi) = 2ff249cec30ac965724ac77d16dd96afa906c5f9584b0f57b404b4c42e1d1757 +SIZE (xpi/firefox-i18n-3.6.6/ar.xpi) = 132175 +MD5 (xpi/firefox-i18n-3.6.6/as.xpi) = 3d3123f8955508e07ef6ab0656aa80bd +SHA256 (xpi/firefox-i18n-3.6.6/as.xpi) = 757abf7b41e1e727b239f985d07a3932c5625fd454a5cf1718c0189e7add7f16 +SIZE (xpi/firefox-i18n-3.6.6/as.xpi) = 134267 +MD5 (xpi/firefox-i18n-3.6.6/be.xpi) = 040aa1a75888d7e61e15383abd5903f3 +SHA256 (xpi/firefox-i18n-3.6.6/be.xpi) = 1be021d92f173feb2634d23e65eeb089eed347cbf2bc992a237fcdd1dcd71749 +SIZE (xpi/firefox-i18n-3.6.6/be.xpi) = 122231 +MD5 (xpi/firefox-i18n-3.6.6/bg.xpi) = 9b1da84623fa75d99900085f51d541ef +SHA256 (xpi/firefox-i18n-3.6.6/bg.xpi) = 3c01c792327cc9e321ca6233f31e87b34c5e19c508bbdaf0e36d76d754d66e28 +SIZE (xpi/firefox-i18n-3.6.6/bg.xpi) = 134110 +MD5 (xpi/firefox-i18n-3.6.6/bn-BD.xpi) = fd6d1cb1e04723d2e53f57a5f4e23711 +SHA256 (xpi/firefox-i18n-3.6.6/bn-BD.xpi) = 4becd21416703ca76aaf32178e5b7526f68bf182c4da9bc50572056cf1e88fc1 +SIZE (xpi/firefox-i18n-3.6.6/bn-BD.xpi) = 141170 +MD5 (xpi/firefox-i18n-3.6.6/bn-IN.xpi) = ea3b87325127bf3bac2cb9b279fb1078 +SHA256 (xpi/firefox-i18n-3.6.6/bn-IN.xpi) = 4614364b33bfe2da71524a0f89dd3d0b258700a8d0a2ea4c8ea993eb674010a9 +SIZE (xpi/firefox-i18n-3.6.6/bn-IN.xpi) = 159550 +MD5 (xpi/firefox-i18n-3.6.6/ca.xpi) = 61a61edc6f992f35b6021560b7a22558 +SHA256 (xpi/firefox-i18n-3.6.6/ca.xpi) = 1a520db24a905de05c50d2b792361da4ebfceb69ac7437a61caf06e2727d54be +SIZE (xpi/firefox-i18n-3.6.6/ca.xpi) = 127960 +MD5 (xpi/firefox-i18n-3.6.6/cs.xpi) = c15076e1cbcfa42b85de28e6664de03b +SHA256 (xpi/firefox-i18n-3.6.6/cs.xpi) = d54a6c93d4867d0e50e8d58ba5b48310f49556fd1955e7f0172960ac7e1258b4 +SIZE (xpi/firefox-i18n-3.6.6/cs.xpi) = 126770 +MD5 (xpi/firefox-i18n-3.6.6/cy.xpi) = 1515a450e8e53a3a91b44aea2b0aa3c4 +SHA256 (xpi/firefox-i18n-3.6.6/cy.xpi) = d663c39740e75747f98eab0cde55655bab66337215a38f82f35acce2265e80ea +SIZE (xpi/firefox-i18n-3.6.6/cy.xpi) = 121949 +MD5 (xpi/firefox-i18n-3.6.6/da.xpi) = 6542bf485b18d7270c718aba91a2c0fa +SHA256 (xpi/firefox-i18n-3.6.6/da.xpi) = 54f960c42d002146bc49d95d3544533ed023c29a8f42cdb608472f7ec304b156 +SIZE (xpi/firefox-i18n-3.6.6/da.xpi) = 125634 +MD5 (xpi/firefox-i18n-3.6.6/de.xpi) = 6d414ba8760833d97a52750fa3cf5f60 +SHA256 (xpi/firefox-i18n-3.6.6/de.xpi) = 19ee4cabaf2988a1da9fcc76765a1fe5fdc152c0bc11b4041635300c9be67432 +SIZE (xpi/firefox-i18n-3.6.6/de.xpi) = 128972 +MD5 (xpi/firefox-i18n-3.6.6/el.xpi) = fa63e637974763a1c4ef8ef480ed22f4 +SHA256 (xpi/firefox-i18n-3.6.6/el.xpi) = e22c6693eaa0c78ae21ef67a3ad855fe60f39763f0be36370c58c999633ab6ae +SIZE (xpi/firefox-i18n-3.6.6/el.xpi) = 135314 +MD5 (xpi/firefox-i18n-3.6.6/en-GB.xpi) = f70264478cb6c0c5adf818a1822b1297 +SHA256 (xpi/firefox-i18n-3.6.6/en-GB.xpi) = d1f111988b4428279a511689cd33513622422b01ff7af3084043c7c462f506c3 +SIZE (xpi/firefox-i18n-3.6.6/en-GB.xpi) = 118874 +MD5 (xpi/firefox-i18n-3.6.6/eo.xpi) = c5558378e2eb78582848deb158fe2198 +SHA256 (xpi/firefox-i18n-3.6.6/eo.xpi) = ab376e0c8b0b7903713011d0710bf80c88319f94359f7699a9d9c39d5e66803f +SIZE (xpi/firefox-i18n-3.6.6/eo.xpi) = 121887 +MD5 (xpi/firefox-i18n-3.6.6/es-AR.xpi) = f2d46c24aba32871a7afd86eea57525f +SHA256 (xpi/firefox-i18n-3.6.6/es-AR.xpi) = 048d2ced45f810e5fea489069d30009463805bb7f8e02f3b85a2867d92d6ebb2 +SIZE (xpi/firefox-i18n-3.6.6/es-AR.xpi) = 127801 +MD5 (xpi/firefox-i18n-3.6.6/es-CL.xpi) = 455c4cd960912c0a888427376f2f2d05 +SHA256 (xpi/firefox-i18n-3.6.6/es-CL.xpi) = 9954d24487fa67c0e36ac22ac54b5e03a21637d8c5a8e49f31382b2c4fae5383 +SIZE (xpi/firefox-i18n-3.6.6/es-CL.xpi) = 129468 +MD5 (xpi/firefox-i18n-3.6.6/es-ES.xpi) = 0c1a19c12e5ae7e813cd44a6f32a5691 +SHA256 (xpi/firefox-i18n-3.6.6/es-ES.xpi) = 227ddd47a13056af7ecf05e4b75f53303fed374f4dceeb7cbee2b272193ab373 +SIZE (xpi/firefox-i18n-3.6.6/es-ES.xpi) = 108701 +MD5 (xpi/firefox-i18n-3.6.6/es-MX.xpi) = 55db3216bc794ad13747f0962364cfa3 +SHA256 (xpi/firefox-i18n-3.6.6/es-MX.xpi) = 87d182c98b7edd86bb64c4b039ddc008cea39c8eedd9286de067e153d1279f09 +SIZE (xpi/firefox-i18n-3.6.6/es-MX.xpi) = 127400 +MD5 (xpi/firefox-i18n-3.6.6/et.xpi) = fe2232ed2e1caad9c19c783c8af8a201 +SHA256 (xpi/firefox-i18n-3.6.6/et.xpi) = 4ff7c25dc795f6fabbf2b89caede73892c6ea8583ffb442292497205b8cceb8f +SIZE (xpi/firefox-i18n-3.6.6/et.xpi) = 127356 +MD5 (xpi/firefox-i18n-3.6.6/eu.xpi) = aa7ccb254250e2c69675489d8e237103 +SHA256 (xpi/firefox-i18n-3.6.6/eu.xpi) = 2e42326298e6c913a3920a8a04d0327e46fcb7ee760bc9c30dd50e9aa10db143 +SIZE (xpi/firefox-i18n-3.6.6/eu.xpi) = 121864 +MD5 (xpi/firefox-i18n-3.6.6/fa.xpi) = 4e7fc47b95e9e1ac1da7b8955376bd39 +SHA256 (xpi/firefox-i18n-3.6.6/fa.xpi) = 4f8a7f2e7bc21208e705ac1341cef54045172f70a7c5b78c7411defc00788bdc +SIZE (xpi/firefox-i18n-3.6.6/fa.xpi) = 138510 +MD5 (xpi/firefox-i18n-3.6.6/fi.xpi) = 282a999ae6ef3f818d6742ec79b91834 +SHA256 (xpi/firefox-i18n-3.6.6/fi.xpi) = 5a2fd368769401d3217b2c49bbfaa88659a4b9b0c1117bc63290ffd1f5522926 +SIZE (xpi/firefox-i18n-3.6.6/fi.xpi) = 126821 +MD5 (xpi/firefox-i18n-3.6.6/fr.xpi) = 7773ea32471796015ec6541b56ab0176 +SHA256 (xpi/firefox-i18n-3.6.6/fr.xpi) = 9bf6902205ee89f3cb1470ba1284f7e8dec6392f1735dce403edcbd2831775bc +SIZE (xpi/firefox-i18n-3.6.6/fr.xpi) = 128960 +MD5 (xpi/firefox-i18n-3.6.6/fy-NL.xpi) = bd462e6e3921f04d9022f0777262c7c1 +SHA256 (xpi/firefox-i18n-3.6.6/fy-NL.xpi) = 0e3f1b5c1323589aada1f0b90b0a6c6b4b35e8d6b6ff16454e7bd1c9ea05fb87 +SIZE (xpi/firefox-i18n-3.6.6/fy-NL.xpi) = 129252 +MD5 (xpi/firefox-i18n-3.6.6/ga-IE.xpi) = d7ef6270bf69427f3d8a331ec86d0662 +SHA256 (xpi/firefox-i18n-3.6.6/ga-IE.xpi) = a262105e68eeb9026f3cf67c9fb66d088068df59dd9eaf5d978f556e57383e41 +SIZE (xpi/firefox-i18n-3.6.6/ga-IE.xpi) = 127782 +MD5 (xpi/firefox-i18n-3.6.6/gl.xpi) = c4adc854e4b5948b5ded173edbeb6151 +SHA256 (xpi/firefox-i18n-3.6.6/gl.xpi) = ad2603c232214098f12596d4848fff7b1d6ae50ec6ec07e8df72494c632e15d9 +SIZE (xpi/firefox-i18n-3.6.6/gl.xpi) = 124834 +MD5 (xpi/firefox-i18n-3.6.6/gu-IN.xpi) = 73bdae72559964da0ca4688e0dffc892 +SHA256 (xpi/firefox-i18n-3.6.6/gu-IN.xpi) = bf9c803cd2ef90367ef3cd53dc1c17a9ad92332fabe9e1da498537393ea1224e +SIZE (xpi/firefox-i18n-3.6.6/gu-IN.xpi) = 145882 +MD5 (xpi/firefox-i18n-3.6.6/he.xpi) = 8dc0fce3082c344cd37f3ef52e99cbf4 +SHA256 (xpi/firefox-i18n-3.6.6/he.xpi) = f50fc54ee80cf6c69fed23d65008465b2d76ac78c1b8f10b461b6bf21579118f +SIZE (xpi/firefox-i18n-3.6.6/he.xpi) = 123137 +MD5 (xpi/firefox-i18n-3.6.6/hi-IN.xpi) = ac31f5d486d3eb55395a72471388470e +SHA256 (xpi/firefox-i18n-3.6.6/hi-IN.xpi) = fd363ac286e5ee47d0af0f48d164eba37cbd0511f28b5a7053d73a36bf352303 +SIZE (xpi/firefox-i18n-3.6.6/hi-IN.xpi) = 141463 +MD5 (xpi/firefox-i18n-3.6.6/hr.xpi) = 3f2175428530ba64ff0c4a836f0ad315 +SHA256 (xpi/firefox-i18n-3.6.6/hr.xpi) = 55bc9e2f410701203cf97f0561a7793a294205b24a3676444c6a2f5edf5d7a6c +SIZE (xpi/firefox-i18n-3.6.6/hr.xpi) = 127060 +MD5 (xpi/firefox-i18n-3.6.6/hu.xpi) = 8ac9640d5171bfcd6659ae8a24049035 +SHA256 (xpi/firefox-i18n-3.6.6/hu.xpi) = 9180e7371794148ffd789a977f737a882e02a4fdfb791b81e959c0ea80faa79f +SIZE (xpi/firefox-i18n-3.6.6/hu.xpi) = 131099 +MD5 (xpi/firefox-i18n-3.6.6/id.xpi) = 6c13d4a58c006095f298359f15b631dc +SHA256 (xpi/firefox-i18n-3.6.6/id.xpi) = f9a47120c886dbb3612e973fef2ed3fcb53a340355d36eda8c4f0b9777edadaf +SIZE (xpi/firefox-i18n-3.6.6/id.xpi) = 103962 +MD5 (xpi/firefox-i18n-3.6.6/is.xpi) = f25d34957031b1a660c6b30c61a7fbe6 +SHA256 (xpi/firefox-i18n-3.6.6/is.xpi) = 1cd65e73e687cd9ab0cfe8cfa47848d9321ead8e566cf664b1498eb1ff336f7e +SIZE (xpi/firefox-i18n-3.6.6/is.xpi) = 123336 +MD5 (xpi/firefox-i18n-3.6.6/it.xpi) = d9035d32fcd8ef6b6e997996815ec9f6 +SHA256 (xpi/firefox-i18n-3.6.6/it.xpi) = 9441653a783b6e7c97f14899f71181286eef7542e255b534896d5d1dbec22773 +SIZE (xpi/firefox-i18n-3.6.6/it.xpi) = 107979 +MD5 (xpi/firefox-i18n-3.6.6/ja.xpi) = 346f35a3e283863904324b7037adb5d5 +SHA256 (xpi/firefox-i18n-3.6.6/ja.xpi) = ee75cb2eb4b13d28186b5fd693672ce23e707b79e2654d1e42122611e98b02e6 +SIZE (xpi/firefox-i18n-3.6.6/ja.xpi) = 137025 +MD5 (xpi/firefox-i18n-3.6.6/ka.xpi) = f3e9a1d2f1948a00058b588089bf7bad +SHA256 (xpi/firefox-i18n-3.6.6/ka.xpi) = 2a3e2afe1ba70e95953f633a372d72104f93cd61980d83b8f97e60692da00211 +SIZE (xpi/firefox-i18n-3.6.6/ka.xpi) = 154120 +MD5 (xpi/firefox-i18n-3.6.6/kk.xpi) = 625b1505c12adcd2c5df121f8196c393 +SHA256 (xpi/firefox-i18n-3.6.6/kk.xpi) = 54b1e490405152805abf4b9ca00f965f58326146e4db05ac8eae94ca406e3729 +SIZE (xpi/firefox-i18n-3.6.6/kk.xpi) = 137761 +MD5 (xpi/firefox-i18n-3.6.6/kn.xpi) = 7568190a1ece955bac5971f4e9c412f2 +SHA256 (xpi/firefox-i18n-3.6.6/kn.xpi) = fe58999d686fc44fd5c867226e266bee1911df7e2cc34a5695619ee8991e3e11 +SIZE (xpi/firefox-i18n-3.6.6/kn.xpi) = 148394 +MD5 (xpi/firefox-i18n-3.6.6/ko.xpi) = d1875a6682d3791aaaf83326bb259aaa +SHA256 (xpi/firefox-i18n-3.6.6/ko.xpi) = 6ca3cf97a1e64ed460edd747ff8fe84b8e942eee9498779518f50a7ebe7795fd +SIZE (xpi/firefox-i18n-3.6.6/ko.xpi) = 115666 +MD5 (xpi/firefox-i18n-3.6.6/ku.xpi) = 21979515498858fee2396173cf7d22ca +SHA256 (xpi/firefox-i18n-3.6.6/ku.xpi) = 3a7463d61f80c88ddee235eea213fd59907f483c7001198da95a3516326ea4d2 +SIZE (xpi/firefox-i18n-3.6.6/ku.xpi) = 130377 +MD5 (xpi/firefox-i18n-3.6.6/lt.xpi) = 539a306c1cb8c9c9d2140755e4618496 +SHA256 (xpi/firefox-i18n-3.6.6/lt.xpi) = 559c5ff8d2af85f6e4639d5ef583c081806ea57c9a141a1797809e48bca6b6c0 +SIZE (xpi/firefox-i18n-3.6.6/lt.xpi) = 139718 +MD5 (xpi/firefox-i18n-3.6.6/lv.xpi) = b8b7c93d88e623b4555746f5f11ae76b +SHA256 (xpi/firefox-i18n-3.6.6/lv.xpi) = 6baf0c7e9ad3dfdf7a88c6df0a97c9302e590b12fefd6b9cbab5f1ef353982e6 +SIZE (xpi/firefox-i18n-3.6.6/lv.xpi) = 124837 +MD5 (xpi/firefox-i18n-3.6.6/mk.xpi) = d39cc073cdbad6b104ac75afbee67699 +SHA256 (xpi/firefox-i18n-3.6.6/mk.xpi) = a5e3fbd5f91b4a2dafbabdac8f72289693c81b7e7d927ebb18d7d32f50767a32 +SIZE (xpi/firefox-i18n-3.6.6/mk.xpi) = 128267 +MD5 (xpi/firefox-i18n-3.6.6/ml.xpi) = 80698bf12b69b26dcbd8f930195ecd1c +SHA256 (xpi/firefox-i18n-3.6.6/ml.xpi) = e4347ebfd2f6c260832cd9435ac7edabd53aed5aa1c61d1ecf039e926da40f35 +SIZE (xpi/firefox-i18n-3.6.6/ml.xpi) = 151844 +MD5 (xpi/firefox-i18n-3.6.6/mr.xpi) = 32afdf54cfea213143365f9908565317 +SHA256 (xpi/firefox-i18n-3.6.6/mr.xpi) = dc083645b16ef98dd2c64bcdff11e09726387c923e0f06062d8e19337b0d67ef +SIZE (xpi/firefox-i18n-3.6.6/mr.xpi) = 140494 +MD5 (xpi/firefox-i18n-3.6.6/nb-NO.xpi) = af0d03c3a0d04a0712276e3e84b2c4c4 +SHA256 (xpi/firefox-i18n-3.6.6/nb-NO.xpi) = 454645b28a7d66a0a3f0d7b3960b52778e1ce2ada0e530a77e9b7705d1017c17 +SIZE (xpi/firefox-i18n-3.6.6/nb-NO.xpi) = 124161 +MD5 (xpi/firefox-i18n-3.6.6/nl.xpi) = 6f2339d9be9deb3ec947cfb3bf80009c +SHA256 (xpi/firefox-i18n-3.6.6/nl.xpi) = a9cd83e20f34d033d9fcba88b127ed075a6eafc49b806f51bc12dab74c17f849 +SIZE (xpi/firefox-i18n-3.6.6/nl.xpi) = 126456 +MD5 (xpi/firefox-i18n-3.6.6/nn-NO.xpi) = 5ec01017c1e29606166ae77c16c28706 +SHA256 (xpi/firefox-i18n-3.6.6/nn-NO.xpi) = fff6f66f59123f56a86e80b0dc439d799f406931e949ad5357dd6b9d77a8ce04 +SIZE (xpi/firefox-i18n-3.6.6/nn-NO.xpi) = 125132 +MD5 (xpi/firefox-i18n-3.6.6/oc.xpi) = ad9f8bd15b35e5571ddd43634571251d +SHA256 (xpi/firefox-i18n-3.6.6/oc.xpi) = 760be92e5699a1b1ceb38cc1a9dc4313589258de6bd15fc2bde575632c779b93 +SIZE (xpi/firefox-i18n-3.6.6/oc.xpi) = 108303 +MD5 (xpi/firefox-i18n-3.6.6/or.xpi) = 6c2adacc21152d35821f13ff810d642e +SHA256 (xpi/firefox-i18n-3.6.6/or.xpi) = 6c604bcc40b399f066ebb93f97c73edc3967768fb0207f7cb2cdb2e30006ea7d +SIZE (xpi/firefox-i18n-3.6.6/or.xpi) = 142167 +MD5 (xpi/firefox-i18n-3.6.6/pa-IN.xpi) = 56ef9f520d1704e4b67bfb94c714fbca +SHA256 (xpi/firefox-i18n-3.6.6/pa-IN.xpi) = 04c9d7679401e79cc95c544bcea9bd4d37e7a75e98abfee250b2df5ffe23f4f4 +SIZE (xpi/firefox-i18n-3.6.6/pa-IN.xpi) = 141722 +MD5 (xpi/firefox-i18n-3.6.6/pl.xpi) = 3768983ba5697b82fcf242f893b8f4e0 +SHA256 (xpi/firefox-i18n-3.6.6/pl.xpi) = ff52d1813dc1200dc119863776cf255fb8399c94d90304f58a41e2cc3b63d4e0 +SIZE (xpi/firefox-i18n-3.6.6/pl.xpi) = 131042 +MD5 (xpi/firefox-i18n-3.6.6/pt-BR.xpi) = 94cfb8b4270461c925b62cb31d6ab413 +SHA256 (xpi/firefox-i18n-3.6.6/pt-BR.xpi) = 8d2c6d20bd4fed8f176a5f6c8f36cba99c4ecb8873cd74df472c8ffd7b45dc14 +SIZE (xpi/firefox-i18n-3.6.6/pt-BR.xpi) = 125437 +MD5 (xpi/firefox-i18n-3.6.6/pt-PT.xpi) = 58d53d4720933b88975a117ed5db1f9e +SHA256 (xpi/firefox-i18n-3.6.6/pt-PT.xpi) = 447e31287ad95b7c71bcb6ffef48a638ddd1811be3fccf44f9dfad39c57a0e9a +SIZE (xpi/firefox-i18n-3.6.6/pt-PT.xpi) = 125423 +MD5 (xpi/firefox-i18n-3.6.6/rm.xpi) = 2e38acba4b18f69149d82dcfcbd00015 +SHA256 (xpi/firefox-i18n-3.6.6/rm.xpi) = 58dbabc3504da4da8f8de5af9253f5f9e4f35208beaeb91a8430d0e9ad77462d +SIZE (xpi/firefox-i18n-3.6.6/rm.xpi) = 127422 +MD5 (xpi/firefox-i18n-3.6.6/ro.xpi) = f8330b28bbedc54bfdd360dee86c3942 +SHA256 (xpi/firefox-i18n-3.6.6/ro.xpi) = bbd85f1bcab140eecd03d675e659dfa982aa1bd824ac33e1c0f51981affbb937 +SIZE (xpi/firefox-i18n-3.6.6/ro.xpi) = 128741 +MD5 (xpi/firefox-i18n-3.6.6/ru.xpi) = 6093939d1e0af65caa62b83b0802c6c4 +SHA256 (xpi/firefox-i18n-3.6.6/ru.xpi) = 7151aee63fa807315ee336703f536084ab9ab4421b8f3da1207d6d57029a1580 +SIZE (xpi/firefox-i18n-3.6.6/ru.xpi) = 124843 +MD5 (xpi/firefox-i18n-3.6.6/si.xpi) = 3475c77f5752ae257b62a98acc8bf33f +SHA256 (xpi/firefox-i18n-3.6.6/si.xpi) = d9a5b8dc3cdcab9e5a63f05d4d3c42ecd594aa89bc3849e6ff5be535c43f754a +SIZE (xpi/firefox-i18n-3.6.6/si.xpi) = 142188 +MD5 (xpi/firefox-i18n-3.6.6/sk.xpi) = 9703c131a221fd86324c441306093b59 +SHA256 (xpi/firefox-i18n-3.6.6/sk.xpi) = 90c8aabf6a6e2bf0f5d4cd68e2f2b9d03572b4503e9794044a0e066105d44b53 +SIZE (xpi/firefox-i18n-3.6.6/sk.xpi) = 131159 +MD5 (xpi/firefox-i18n-3.6.6/sl.xpi) = b7d4bac769c47b2e5c592403dcac67d3 +SHA256 (xpi/firefox-i18n-3.6.6/sl.xpi) = a6b700d1ffa33697717847d3a55b032a11a345c6d99e2172153d87972f703c5f +SIZE (xpi/firefox-i18n-3.6.6/sl.xpi) = 124294 +MD5 (xpi/firefox-i18n-3.6.6/sq.xpi) = a3f65119a3116bd452c83501ea73ac72 +SHA256 (xpi/firefox-i18n-3.6.6/sq.xpi) = b6a8f7f658e0d903f15b787a8a93d620f49a3f13e5b63260216e4bef4b7706c5 +SIZE (xpi/firefox-i18n-3.6.6/sq.xpi) = 121309 +MD5 (xpi/firefox-i18n-3.6.6/sr.xpi) = 7567710e2067b0af83c2e0e606bbff66 +SHA256 (xpi/firefox-i18n-3.6.6/sr.xpi) = 74e537476496b826be06375b9bdf89edcaa8b7e67c17396460862939a422ed37 +SIZE (xpi/firefox-i18n-3.6.6/sr.xpi) = 136932 +MD5 (xpi/firefox-i18n-3.6.6/sv-SE.xpi) = 8befa1570dec16b9234395fd337c3446 +SHA256 (xpi/firefox-i18n-3.6.6/sv-SE.xpi) = 7a0e37e64856e0ec2fe3b7e05d36cf50256512d71de17c9f9aa0594664cbdd56 +SIZE (xpi/firefox-i18n-3.6.6/sv-SE.xpi) = 128413 +MD5 (xpi/firefox-i18n-3.6.6/ta-LK.xpi) = 75ee04ebcf21fca9c0a2cb182d0d3f51 +SHA256 (xpi/firefox-i18n-3.6.6/ta-LK.xpi) = 61ffdfdc8cd7cbae9fb060ff07220f4348e2b5a7a30cead7a299cade4a2bde37 +SIZE (xpi/firefox-i18n-3.6.6/ta-LK.xpi) = 149293 +MD5 (xpi/firefox-i18n-3.6.6/ta.xpi) = f7ed0251a5fd63d8e1000fe430d227a4 +SHA256 (xpi/firefox-i18n-3.6.6/ta.xpi) = 8eb96d20e3eee4590a3004b35a441d3d62c8ee91c0733c504e7f1a1c9b95361e +SIZE (xpi/firefox-i18n-3.6.6/ta.xpi) = 136774 +MD5 (xpi/firefox-i18n-3.6.6/te.xpi) = 6545eab466948a5f8dc50e4bb8e9f8e0 +SHA256 (xpi/firefox-i18n-3.6.6/te.xpi) = c7632967ed65e4036a1acf01761187239c76eaa9bf5960e9adb184749bbbd0a8 +SIZE (xpi/firefox-i18n-3.6.6/te.xpi) = 147411 +MD5 (xpi/firefox-i18n-3.6.6/th.xpi) = bf28072e4d50ffaf8863bec34717a6cf +SHA256 (xpi/firefox-i18n-3.6.6/th.xpi) = dfd95c70ee3804e68d0861a8c1df52d90f4a926d2632fca27ac00bda6e33e85a +SIZE (xpi/firefox-i18n-3.6.6/th.xpi) = 134376 +MD5 (xpi/firefox-i18n-3.6.6/tr.xpi) = 370b76baa09c7d9c8ad0bf649f527127 +SHA256 (xpi/firefox-i18n-3.6.6/tr.xpi) = 1a185d27283e04c1c90ee957d01b037819ebb0e32078c7fdafd27bee4397e226 +SIZE (xpi/firefox-i18n-3.6.6/tr.xpi) = 125411 +MD5 (xpi/firefox-i18n-3.6.6/uk.xpi) = adf4715d236c0694ab55ec2b64b7c222 +SHA256 (xpi/firefox-i18n-3.6.6/uk.xpi) = 5e7d4bf46a2b829b97599e91166b593b4e525e1827d1349c052dff55c55feb24 +SIZE (xpi/firefox-i18n-3.6.6/uk.xpi) = 143244 +MD5 (xpi/firefox-i18n-3.6.6/vi.xpi) = 59c2926aa91c91320589552818f592cb +SHA256 (xpi/firefox-i18n-3.6.6/vi.xpi) = 53b08454907f1b8267537841c6a16e21b4b9528ff20265c338b3e3d878acdfe7 +SIZE (xpi/firefox-i18n-3.6.6/vi.xpi) = 129060 +MD5 (xpi/firefox-i18n-3.6.6/zh-CN.xpi) = 267b0a7d6fe39f486db53d5bbddcf1fe +SHA256 (xpi/firefox-i18n-3.6.6/zh-CN.xpi) = 07ea0b28fdcfbbd7556b212c602d6ca035de754eb5c59dcaf5dfce9047b2edb2 +SIZE (xpi/firefox-i18n-3.6.6/zh-CN.xpi) = 127100 +MD5 (xpi/firefox-i18n-3.6.6/zh-TW.xpi) = 0bbe40ffc14b87e119f74de26351c6aa +SHA256 (xpi/firefox-i18n-3.6.6/zh-TW.xpi) = 8592c84549d4278156844cb8d00930f7b6ca21a9d5eb4679c6f33e27282e0a5e +SIZE (xpi/firefox-i18n-3.6.6/zh-TW.xpi) = 128401 Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Sun Jun 27 09:23:33 2010 (r337) +++ branches/experimental/www/firefox/Makefile Sun Jun 27 10:08:44 2010 (r338) @@ -2,11 +2,11 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox/Makefile,v 1.223 2010/04/06 08:14:01 beat Exp $ +# $FreeBSD: ports/www/firefox/Makefile,v 1.224 2010/06/23 18:19:08 beat Exp $ # PORTNAME= firefox -DISTVERSION= 3.6.4 +DISTVERSION= 3.6.6 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -39,7 +39,7 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[0,5,7].* +CONFLICTS= firefox-3.[0,5].* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png Modified: branches/experimental/www/firefox/distinfo ============================================================================== --- branches/experimental/www/firefox/distinfo Sun Jun 27 09:23:33 2010 (r337) +++ branches/experimental/www/firefox/distinfo Sun Jun 27 10:08:44 2010 (r338) @@ -1,3 +1,3 @@ -MD5 (firefox-3.6.4.source.tar.bz2) = 66b1610362ed6009d66fe762645679a0 -SHA256 (firefox-3.6.4.source.tar.bz2) = fdea684a717c3eda111060994ead9deb33d0b77a11f0f15da0ebc138ca0b2ec8 -SIZE (firefox-3.6.4.source.tar.bz2) = 51082341 +MD5 (firefox-3.6.6.source.tar.bz2) = c9a071b31bb90d05edfb93117d0a7537 +SHA256 (firefox-3.6.6.source.tar.bz2) = 59b87271f940684f51cdd6becbcfdaf99a5a5880948ba07cefd07474c9ab06b3 +SIZE (firefox-3.6.6.source.tar.bz2) = 51076968 Modified: branches/experimental/www/linux-firefox/Makefile ============================================================================== --- branches/experimental/www/linux-firefox/Makefile Sun Jun 27 09:23:33 2010 (r337) +++ branches/experimental/www/linux-firefox/Makefile Sun Jun 27 10:08:44 2010 (r338) @@ -2,11 +2,11 @@ # Date created: 2004-09-17 # Whom: voisine # -# $FreeBSD: ports/www/linux-firefox/Makefile,v 1.66 2010/03/28 06:44:52 dinoex Exp $ +# $FreeBSD: ports/www/linux-firefox/Makefile,v 1.67 2010/03/30 20:15:53 beat Exp $ # PORTNAME= firefox -PORTVERSION= 3.0.19 +PORTVERSION= 3.6.6 PORTEPOCH= 1 CATEGORIES= www MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}/linux-i686/en-US @@ -17,5 +17,7 @@ USE_LDCONFIG= yes USE_BZIP2= yes +USE_LINUX_APPS= dbusglib dbuslibs alsalib + .include "${.CURDIR}/../linux-seamonkey/Makefile.common" .include Modified: branches/experimental/www/linux-firefox/distinfo ============================================================================== --- branches/experimental/www/linux-firefox/distinfo Sun Jun 27 09:23:33 2010 (r337) +++ branches/experimental/www/linux-firefox/distinfo Sun Jun 27 10:08:44 2010 (r338) @@ -1,3 +1,3 @@ -MD5 (firefox-3.0.19.tar.bz2) = 563e56569a8bc1ab4bd864be41403256 -SHA256 (firefox-3.0.19.tar.bz2) = d8c49bddb7de713ea8b537ddb581ecc1eaceab7c71ce2bf82147efa67056e359 -SIZE (firefox-3.0.19.tar.bz2) = 9167549 +MD5 (firefox-3.6.6.tar.bz2) = 310db218fe439fee0d7ba51021b99e0e +SHA256 (firefox-3.6.6.tar.bz2) = 71236911bc783290799b8eb37dd3bc4c8b06c507d14ea0dd0375f9e66eac548c +SIZE (firefox-3.6.6.tar.bz2) = 10621895 Modified: branches/experimental/www/linux-firefox/pkg-plist ============================================================================== --- branches/experimental/www/linux-firefox/pkg-plist Sun Jun 27 09:23:33 2010 (r337) +++ branches/experimental/www/linux-firefox/pkg-plist Sun Jun 27 10:08:44 2010 (r338) @@ -1,20 +1,12 @@ bin/%%APP_NAME%% share/applications/%%APP_NAME%%.desktop lib/%%APP_NAME%%/.autoreg +lib/%%APP_NAME%%/LICENSE +lib/%%APP_NAME%%/README.txt +lib/%%APP_NAME%%/Throbber-small.gif lib/%%APP_NAME%%/application.ini lib/%%APP_NAME%%/blocklist.xml lib/%%APP_NAME%%/browserconfig.properties -lib/%%APP_NAME%%/crashreporter -lib/%%APP_NAME%%/crashreporter.ini -lib/%%APP_NAME%%/crashreporter-override.ini -lib/%%APP_NAME%%/libjemalloc.so -lib/%%APP_NAME%%/libnssdbm3.so -lib/%%APP_NAME%%/libnssutil3.so -lib/%%APP_NAME%%/libsqlite3.so -lib/%%APP_NAME%%/libxul.so -lib/%%APP_NAME%%/platform.ini -lib/%%APP_NAME%%/Throbber-small.gif -lib/%%APP_NAME%%/README.txt lib/%%APP_NAME%%/chrome/browser.jar lib/%%APP_NAME%%/chrome/browser.manifest lib/%%APP_NAME%%/chrome/classic.jar @@ -35,14 +27,15 @@ lib/%%APP_NAME%%/components/FeedConverter.js lib/%%APP_NAME%%/components/FeedProcessor.js lib/%%APP_NAME%%/components/FeedWriter.js +lib/%%APP_NAME%%/components/GPSDGeolocationProvider.js +lib/%%APP_NAME%%/components/NetworkGeolocationProvider.js lib/%%APP_NAME%%/components/WebContentConverter.js -lib/%%APP_NAME%%/components/aboutRights.js -lib/%%APP_NAME%%/components/aboutRobots.js lib/%%APP_NAME%%/components/browser.xpt +lib/%%APP_NAME%%/components/components.list lib/%%APP_NAME%%/components/fuelApplication.js lib/%%APP_NAME%%/components/jsconsole-clhandler.js -lib/%%APP_NAME%%/components/libbrowserdirprovider.so lib/%%APP_NAME%%/components/libbrowsercomps.so +lib/%%APP_NAME%%/components/libbrowserdirprovider.so lib/%%APP_NAME%%/components/libdbusservice.so lib/%%APP_NAME%%/components/libimgicon.so lib/%%APP_NAME%%/components/libmozgnome.so @@ -58,14 +51,19 @@ lib/%%APP_NAME%%/components/nsDownloadManagerUI.js lib/%%APP_NAME%%/components/nsExtensionManager.js lib/%%APP_NAME%%/components/nsFilePicker.js +lib/%%APP_NAME%%/components/nsFormAutoComplete.js lib/%%APP_NAME%%/components/nsHandlerService.js lib/%%APP_NAME%%/components/nsHelperAppDlg.js +lib/%%APP_NAME%%/components/nsINIProcessor.js lib/%%APP_NAME%%/components/nsLivemarkService.js lib/%%APP_NAME%%/components/nsLoginInfo.js lib/%%APP_NAME%%/components/nsLoginManager.js lib/%%APP_NAME%%/components/nsLoginManagerPrompter.js lib/%%APP_NAME%%/components/nsMicrosummaryService.js +lib/%%APP_NAME%%/components/nsPlacesAutoComplete.js +lib/%%APP_NAME%%/components/nsPlacesDBFlush.js lib/%%APP_NAME%%/components/nsPlacesTransactionsService.js +lib/%%APP_NAME%%/components/nsPrivateBrowsingService.js lib/%%APP_NAME%%/components/nsProxyAutoConfig.js lib/%%APP_NAME%%/components/nsSafebrowsingApplication.js lib/%%APP_NAME%%/components/nsSearchService.js @@ -78,12 +76,18 @@ lib/%%APP_NAME%%/components/nsTryToClose.js lib/%%APP_NAME%%/components/nsURLFormatter.js lib/%%APP_NAME%%/components/nsUpdateService.js +lib/%%APP_NAME%%/components/nsUpdateServiceStub.js +lib/%%APP_NAME%%/components/nsUpdateTimerManager.js lib/%%APP_NAME%%/components/nsUrlClassifierLib.js lib/%%APP_NAME%%/components/nsUrlClassifierListManager.js lib/%%APP_NAME%%/components/nsWebHandlerApp.js lib/%%APP_NAME%%/components/pluginGlue.js lib/%%APP_NAME%%/components/storage-Legacy.js +lib/%%APP_NAME%%/components/storage-mozStorage.js lib/%%APP_NAME%%/components/txEXSLTRegExFunctions.js +lib/%%APP_NAME%%/crashreporter +lib/%%APP_NAME%%/crashreporter-override.ini +lib/%%APP_NAME%%/crashreporter.ini lib/%%APP_NAME%%/defaults/autoconfig/platform.js lib/%%APP_NAME%%/defaults/autoconfig/prefcalls.js lib/%%APP_NAME%%/defaults/pref/browser-prefs.js @@ -100,7 +104,9 @@ lib/%%APP_NAME%%/defaults/profile/prefs.js lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png lib/%%APP_NAME%%/firefox lib/%%APP_NAME%%/firefox-bin lib/%%APP_NAME%%/greprefs/all.js @@ -108,38 +114,55 @@ lib/%%APP_NAME%%/greprefs/xpinstall.js lib/%%APP_NAME%%/icons/document.png lib/%%APP_NAME%%/icons/mozicon128.png -lib/%%APP_NAME%%/icons/mozicon16.xpm -lib/%%APP_NAME%%/icons/mozicon50.xpm +lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/libfreebl3.chk lib/%%APP_NAME%%/libfreebl3.so lib/%%APP_NAME%%/libmozjs.so lib/%%APP_NAME%%/libnspr4.so lib/%%APP_NAME%%/libnss3.so lib/%%APP_NAME%%/libnssckbi.so +lib/%%APP_NAME%%/libnssdbm3.chk +lib/%%APP_NAME%%/libnssdbm3.so +lib/%%APP_NAME%%/libnssutil3.so lib/%%APP_NAME%%/libplc4.so lib/%%APP_NAME%%/libplds4.so lib/%%APP_NAME%%/libsmime3.so lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so +lib/%%APP_NAME%%/libsqlite3.so lib/%%APP_NAME%%/libssl3.so lib/%%APP_NAME%%/libxpcom.so -lib/%%APP_NAME%%/mozilla-xremote-client -lib/%%APP_NAME%%/old-homepage-default.properties -lib/%%APP_NAME%%/plugins/libnullplugin.so -lib/%%APP_NAME%%/removed-files -lib/%%APP_NAME%%/modules/utils.js -lib/%%APP_NAME%%/modules/Microformats.js +lib/%%APP_NAME%%/libxul.so +lib/%%APP_NAME%%/modules/CertUtils.jsm +lib/%%APP_NAME%%/modules/CrashSubmit.jsm +lib/%%APP_NAME%%/modules/DownloadLastDir.jsm +lib/%%APP_NAME%%/modules/DownloadUtils.jsm +lib/%%APP_NAME%%/modules/FileUtils.jsm lib/%%APP_NAME%%/modules/ISO8601DateUtils.jsm +lib/%%APP_NAME%%/modules/LightweightThemeConsumer.jsm +lib/%%APP_NAME%%/modules/LightweightThemeManager.jsm +lib/%%APP_NAME%%/modules/Microformats.js +lib/%%APP_NAME%%/modules/NetUtil.jsm +lib/%%APP_NAME%%/modules/NetworkPrioritizer.jsm +lib/%%APP_NAME%%/modules/PlacesDBUtils.jsm lib/%%APP_NAME%%/modules/PluralForm.jsm -lib/%%APP_NAME%%/modules/JSON.jsm -lib/%%APP_NAME%%/modules/distribution.js -lib/%%APP_NAME%%/modules/debug.js +lib/%%APP_NAME%%/modules/SpatialNavigation.js +lib/%%APP_NAME%%/modules/WindowDraggingUtils.jsm lib/%%APP_NAME%%/modules/XPCOMUtils.jsm -lib/%%APP_NAME%%/modules/DownloadUtils.jsm +lib/%%APP_NAME%%/modules/ctypes.jsm +lib/%%APP_NAME%%/modules/debug.js +lib/%%APP_NAME%%/modules/distribution.js +lib/%%APP_NAME%%/modules/openLocationLastURL.jsm +lib/%%APP_NAME%%/modules/utils.js +lib/%%APP_NAME%%/mozilla-xremote-client +lib/%%APP_NAME%%/platform.ini +lib/%%APP_NAME%%/plugin-container +lib/%%APP_NAME%%/plugins/libnullplugin.so +lib/%%APP_NAME%%/removed-files lib/%%APP_NAME%%/res/EditorOverride.css lib/%%APP_NAME%%/res/arrow.gif lib/%%APP_NAME%%/res/arrowd.gif -lib/%%APP_NAME%%/res/broken-image.gif +lib/%%APP_NAME%%/res/broken-image.png lib/%%APP_NAME%%/res/charsetData.properties lib/%%APP_NAME%%/res/charsetalias.properties lib/%%APP_NAME%%/res/contenteditable.css @@ -164,7 +187,7 @@ lib/%%APP_NAME%%/res/html/folder.png lib/%%APP_NAME%%/res/langGroups.properties lib/%%APP_NAME%%/res/language.properties -lib/%%APP_NAME%%/res/loading-image.gif +lib/%%APP_NAME%%/res/loading-image.png lib/%%APP_NAME%%/res/mathml.css lib/%%APP_NAME%%/res/quirk.css lib/%%APP_NAME%%/res/svg.css @@ -195,35 +218,36 @@ lib/%%APP_NAME%%/searchplugins/creativecommons.xml lib/%%APP_NAME%%/searchplugins/eBay.xml lib/%%APP_NAME%%/searchplugins/google.xml -lib/%%APP_NAME%%/searchplugins/yahoo.xml lib/%%APP_NAME%%/searchplugins/wikipedia.xml +lib/%%APP_NAME%%/searchplugins/yahoo.xml +lib/%%APP_NAME%%/update.locale lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini @exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true -@dirrm lib/%%APP_NAME%%/chrome/icons/default -@dirrm lib/%%APP_NAME%%/chrome/icons -@dirrm lib/%%APP_NAME%%/chrome -@dirrm lib/%%APP_NAME%%/components -@dirrm lib/%%APP_NAME%%/defaults/autoconfig -@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/res/html +@dirrm lib/%%APP_NAME%%/res/fonts +@dirrm lib/%%APP_NAME%%/res/entityTables +@dirrm lib/%%APP_NAME%%/res/dtd +@dirrm lib/%%APP_NAME%%/res +@dirrm lib/%%APP_NAME%%/plugins +@dirrm lib/%%APP_NAME%%/modules +@dirrm lib/%%APP_NAME%%/icons +@dirrm lib/%%APP_NAME%%/greprefs +@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} +@dirrm lib/%%APP_NAME%%/extensions +@dirrm lib/%%APP_NAME%%/dictionaries @dirrm lib/%%APP_NAME%%/defaults/profile/chrome @dirrm lib/%%APP_NAME%%/defaults/profile +@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/defaults/autoconfig @dirrm lib/%%APP_NAME%%/defaults -@dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} -@dirrm lib/%%APP_NAME%%/extensions -@dirrm lib/%%APP_NAME%%/greprefs -@dirrm lib/%%APP_NAME%%/icons -@dirrm lib/%%APP_NAME%%/modules -@dirrm lib/%%APP_NAME%%/plugins -@dirrm lib/%%APP_NAME%%/res/dtd -@dirrm lib/%%APP_NAME%%/res/entityTables -@dirrm lib/%%APP_NAME%%/res/fonts -@dirrm lib/%%APP_NAME%%/res/html -@dirrm lib/%%APP_NAME%%/res -@dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/components +@dirrm lib/%%APP_NAME%%/chrome/icons/default +@dirrm lib/%%APP_NAME%%/chrome/icons +@dirrm lib/%%APP_NAME%%/chrome @dirrm lib/%%APP_NAME%% @dirrmtry share/applications Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Sun Jun 27 09:23:33 2010 (r337) +++ trunk/www/firefox-i18n/Makefile Sun Jun 27 10:08:44 2010 (r338) @@ -2,11 +2,11 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.37 2010/04/06 08:14:02 beat Exp $ +# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.38 2010/06/23 18:19:08 beat Exp $ # PORTNAME= firefox-i18n -PORTVERSION= 3.6.4 +PORTVERSION= 3.6.6 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Sun Jun 27 09:23:33 2010 (r337) +++ trunk/www/firefox-i18n/distinfo Sun Jun 27 10:08:44 2010 (r338) @@ -1,219 +1,219 @@ -MD5 (xpi/firefox-i18n-3.6.4/af.xpi) = 22aaeb65c0226e34174f8167fdf406a1 -SHA256 (xpi/firefox-i18n-3.6.4/af.xpi) = 975998ef3dc1944297f0c3f70738704cb1cdb6f79b3e8a0e565a15290f99c819 -SIZE (xpi/firefox-i18n-3.6.4/af.xpi) = 121613 -MD5 (xpi/firefox-i18n-3.6.4/ar.xpi) = 2dd800a9226fea4d5f3bcaa940853f5a -SHA256 (xpi/firefox-i18n-3.6.4/ar.xpi) = da192658bf25295a380d3864eae93aeba96fef5e37f59aae15ad1878df11fd69 -SIZE (xpi/firefox-i18n-3.6.4/ar.xpi) = 132157 -MD5 (xpi/firefox-i18n-3.6.4/as.xpi) = aa26ec1688090b30c7c9d73e23ef9525 -SHA256 (xpi/firefox-i18n-3.6.4/as.xpi) = c21ffcdbdde0a6c19576a111b18186eda5953c6390893355605437957dab8f32 -SIZE (xpi/firefox-i18n-3.6.4/as.xpi) = 134264 -MD5 (xpi/firefox-i18n-3.6.4/be.xpi) = dc8f71a76d43b5a3b4c0c3789bbe6268 -SHA256 (xpi/firefox-i18n-3.6.4/be.xpi) = 516f5c00a20bb2c8c38bb78b5964f817c47863307495e9f06fa6bae13a7621fc -SIZE (xpi/firefox-i18n-3.6.4/be.xpi) = 122231 -MD5 (xpi/firefox-i18n-3.6.4/bg.xpi) = 9fafcb751bd18f93e7ca697ef8a1087b -SHA256 (xpi/firefox-i18n-3.6.4/bg.xpi) = 829c69bb1b5a09083c5f681cb8412c0830717dca40376976e1a45eeb18e622dd -SIZE (xpi/firefox-i18n-3.6.4/bg.xpi) = 134077 -MD5 (xpi/firefox-i18n-3.6.4/bn-BD.xpi) = 8379ba79735a66dfd102c2a12992fc7f -SHA256 (xpi/firefox-i18n-3.6.4/bn-BD.xpi) = f74e17a5e1c1ea3354a3a98823fdd770ab9bbbe6c27ef952ad2d89046c4f559e -SIZE (xpi/firefox-i18n-3.6.4/bn-BD.xpi) = 141132 -MD5 (xpi/firefox-i18n-3.6.4/bn-IN.xpi) = 1c0a625fc1d4e30bfbc7f4c8408e532f -SHA256 (xpi/firefox-i18n-3.6.4/bn-IN.xpi) = e82d469c290115d3c66a16c51a167b87af3d8d0291c438b925f363701d3b10d7 -SIZE (xpi/firefox-i18n-3.6.4/bn-IN.xpi) = 159551 -MD5 (xpi/firefox-i18n-3.6.4/ca.xpi) = 138b5c9d5f5f8e4f5a52d964bcda2f0e -SHA256 (xpi/firefox-i18n-3.6.4/ca.xpi) = 80100ee61c8f60d597574c4658d60cb9acfc8a71e749ddba0500f1c211d9d3cd -SIZE (xpi/firefox-i18n-3.6.4/ca.xpi) = 127960 -MD5 (xpi/firefox-i18n-3.6.4/cs.xpi) = cc6729b3e5fd1aff8f6b1e6ca8e72c62 -SHA256 (xpi/firefox-i18n-3.6.4/cs.xpi) = dafc667def7e979176ff16f20bec0618e1d391e334cb52c25f6982414d532955 -SIZE (xpi/firefox-i18n-3.6.4/cs.xpi) = 126742 -MD5 (xpi/firefox-i18n-3.6.4/cy.xpi) = 585ede56f86e36bf8300c9f2848a9eac -SHA256 (xpi/firefox-i18n-3.6.4/cy.xpi) = 9680fd8ccc8fd0dd835a11a5550b5638d9c04fa925e1c25fc659d99a2b583892 -SIZE (xpi/firefox-i18n-3.6.4/cy.xpi) = 121978 -MD5 (xpi/firefox-i18n-3.6.4/da.xpi) = 8d32fb5e89420a56067e72e9843aa9f5 -SHA256 (xpi/firefox-i18n-3.6.4/da.xpi) = 253bf98e0772a8d46c92f47f5cff3dcb794f17be61424b924341c195b2431e5c -SIZE (xpi/firefox-i18n-3.6.4/da.xpi) = 125617 -MD5 (xpi/firefox-i18n-3.6.4/de.xpi) = 1a744bae95b72ce60f36514cb1e4081f -SHA256 (xpi/firefox-i18n-3.6.4/de.xpi) = f256cffe2c4bab6ff62843c37f986280ab8231771822f8b1934006b740af2c34 -SIZE (xpi/firefox-i18n-3.6.4/de.xpi) = 128971 -MD5 (xpi/firefox-i18n-3.6.4/el.xpi) = 022262ca04e272a57fff11bc3d81969f -SHA256 (xpi/firefox-i18n-3.6.4/el.xpi) = 9fe4e9789cc11325413d6213868575d4e9f2d965a7b2340e4b3f43aea93362ab -SIZE (xpi/firefox-i18n-3.6.4/el.xpi) = 135315 -MD5 (xpi/firefox-i18n-3.6.4/en-GB.xpi) = f544ee28dc296bb09c8c0469675435a4 -SHA256 (xpi/firefox-i18n-3.6.4/en-GB.xpi) = 3de36b5bdd27a398913a215957ef159dca27327161ed354cb541462af3964c68 -SIZE (xpi/firefox-i18n-3.6.4/en-GB.xpi) = 118908 -MD5 (xpi/firefox-i18n-3.6.4/eo.xpi) = 559759f2282227e0c93a89774f06390d -SHA256 (xpi/firefox-i18n-3.6.4/eo.xpi) = a3c0676ade64c70d034d04ee1b4d1b964074bf46f38cf7a545ca4aa1379be9c8 -SIZE (xpi/firefox-i18n-3.6.4/eo.xpi) = 121886 -MD5 (xpi/firefox-i18n-3.6.4/es-AR.xpi) = 437346469b4aee60e83b98a89e772ac3 -SHA256 (xpi/firefox-i18n-3.6.4/es-AR.xpi) = 305dafeaede3f87056334f57e9e48a77e17769b5c905c44a8d154fd3c0309c7d -SIZE (xpi/firefox-i18n-3.6.4/es-AR.xpi) = 127826 -MD5 (xpi/firefox-i18n-3.6.4/es-CL.xpi) = 37e93e7df3be2298f4032bba5ed4e37e -SHA256 (xpi/firefox-i18n-3.6.4/es-CL.xpi) = d4c452f7396f5eaf8b3925b00ae715f4459909b447457ff592259ad24d8e721a -SIZE (xpi/firefox-i18n-3.6.4/es-CL.xpi) = 129498 -MD5 (xpi/firefox-i18n-3.6.4/es-ES.xpi) = f49fd44a591d21588ff9802c350a4a50 -SHA256 (xpi/firefox-i18n-3.6.4/es-ES.xpi) = 24d168f8cc7229abcb1bcc901e5b2e826c9b67aeae69bc404150d3fa3d60c60e -SIZE (xpi/firefox-i18n-3.6.4/es-ES.xpi) = 108703 -MD5 (xpi/firefox-i18n-3.6.4/es-MX.xpi) = 217bfa8ce854492a55cc8e0db98f3838 -SHA256 (xpi/firefox-i18n-3.6.4/es-MX.xpi) = 9d86da6cc9547e0aaa8376bdb69e842221a01697374470b3376e747276f051e9 -SIZE (xpi/firefox-i18n-3.6.4/es-MX.xpi) = 127399 -MD5 (xpi/firefox-i18n-3.6.4/et.xpi) = b0b1b015d0812629075b9d028191d73c -SHA256 (xpi/firefox-i18n-3.6.4/et.xpi) = 8b47277bfb287d8f1dae4fd425e15ceba252366a6f861e319c1934faa544d544 -SIZE (xpi/firefox-i18n-3.6.4/et.xpi) = 127357 -MD5 (xpi/firefox-i18n-3.6.4/eu.xpi) = ab7f8fe90e062ed40b102052970ed9fb -SHA256 (xpi/firefox-i18n-3.6.4/eu.xpi) = 0148c5bd0abab6c34d573b7079c2a64ae6ded3854dba9f1cc58d32c3e35ad45c -SIZE (xpi/firefox-i18n-3.6.4/eu.xpi) = 121855 -MD5 (xpi/firefox-i18n-3.6.4/fa.xpi) = d65675e4a44d718a13454919272f7f6d -SHA256 (xpi/firefox-i18n-3.6.4/fa.xpi) = 1be9f79ee8b9feb6318e676e3747e1ba0918ece4abff5c613048f8d920d21326 -SIZE (xpi/firefox-i18n-3.6.4/fa.xpi) = 138481 -MD5 (xpi/firefox-i18n-3.6.4/fi.xpi) = ad2bcaebb9197ab2ce640e5cbd0f4521 -SHA256 (xpi/firefox-i18n-3.6.4/fi.xpi) = 974d30ae54e37a29118cda55891d0ed4c52677b74f1dab1af8fbfd26e825a0b0 -SIZE (xpi/firefox-i18n-3.6.4/fi.xpi) = 126793 -MD5 (xpi/firefox-i18n-3.6.4/fr.xpi) = 45b48f176b363be4bdbf502c56fa7cc9 -SHA256 (xpi/firefox-i18n-3.6.4/fr.xpi) = 61994a521dee3ee18e53adc46105bfece50bfa983c50f629a872846d36c8e70c -SIZE (xpi/firefox-i18n-3.6.4/fr.xpi) = 128982 -MD5 (xpi/firefox-i18n-3.6.4/fy-NL.xpi) = f79cb9e3ad9210c58fb6059a3d783bc7 -SHA256 (xpi/firefox-i18n-3.6.4/fy-NL.xpi) = 7f9f393cd8315bdca700f21cd01b2e3c2750d99a298c795324812707a7abb5e6 -SIZE (xpi/firefox-i18n-3.6.4/fy-NL.xpi) = 129280 -MD5 (xpi/firefox-i18n-3.6.4/ga-IE.xpi) = 90dff687a03716844afd25d4707e55f6 -SHA256 (xpi/firefox-i18n-3.6.4/ga-IE.xpi) = 74e72e9eef1e78504f1c14cc9fa58374dea5b28dde52ae58dd2a4262511a5390 -SIZE (xpi/firefox-i18n-3.6.4/ga-IE.xpi) = 127754 -MD5 (xpi/firefox-i18n-3.6.4/gl.xpi) = 06277c5069ce8ac2ef47752c8348cc00 -SHA256 (xpi/firefox-i18n-3.6.4/gl.xpi) = dce8f191c555fc2cc95760e9ff6a4d42fffed6c420f9a95b670ceef405955e20 -SIZE (xpi/firefox-i18n-3.6.4/gl.xpi) = 124810 -MD5 (xpi/firefox-i18n-3.6.4/gu-IN.xpi) = 923402d17fc2c5b3e09530fae7fa5d56 -SHA256 (xpi/firefox-i18n-3.6.4/gu-IN.xpi) = 0bc473f2c7e4f3890ea85f4ebc14ac16501dadf568a85ba2d43136881db1e465 -SIZE (xpi/firefox-i18n-3.6.4/gu-IN.xpi) = 145882 -MD5 (xpi/firefox-i18n-3.6.4/he.xpi) = 7a29dcc57dd0d3456cfd7780d5c5936a -SHA256 (xpi/firefox-i18n-3.6.4/he.xpi) = 397205d5f4d38b1012f19094ca7aec85bc3ff363a9a9f987f8d9d0472fe4ae51 -SIZE (xpi/firefox-i18n-3.6.4/he.xpi) = 123105 -MD5 (xpi/firefox-i18n-3.6.4/hi-IN.xpi) = b57b37b0370f58f7afcfde2e9c40b908 -SHA256 (xpi/firefox-i18n-3.6.4/hi-IN.xpi) = 2971fce00c2b75cbbf9396c05d8b340967727d4e1f5bff7e22df59538e99bfbd -SIZE (xpi/firefox-i18n-3.6.4/hi-IN.xpi) = 141471 -MD5 (xpi/firefox-i18n-3.6.4/hr.xpi) = 301909f212b7d6fbdf41cfa81f122c7f -SHA256 (xpi/firefox-i18n-3.6.4/hr.xpi) = af5d8ff2599fd87633d82e40624ba63c9f010f915bcc8cfbd905bf86e4e30a08 -SIZE (xpi/firefox-i18n-3.6.4/hr.xpi) = 127061 -MD5 (xpi/firefox-i18n-3.6.4/hu.xpi) = 86e2e529c9cb29b310e0ef1983ab28eb -SHA256 (xpi/firefox-i18n-3.6.4/hu.xpi) = 15666fd4162709b6469088c37dd68a775668770497b91467bd1927217bbf5d7a -SIZE (xpi/firefox-i18n-3.6.4/hu.xpi) = 131100 -MD5 (xpi/firefox-i18n-3.6.4/id.xpi) = e13dac3a1eb7bf3ee6c09dc13a131058 -SHA256 (xpi/firefox-i18n-3.6.4/id.xpi) = bcac2ebb777f994f3a077fbe5d1ed20c8cc4bf91bedb3ff282b6b7031ac652b8 -SIZE (xpi/firefox-i18n-3.6.4/id.xpi) = 103923 -MD5 (xpi/firefox-i18n-3.6.4/is.xpi) = 347d2be354c881da82d3de9d85f281c4 -SHA256 (xpi/firefox-i18n-3.6.4/is.xpi) = d8d78a02ee8ef8200d7627d842ca5d939feb97970f83e51ba01e8d55a7c1ae38 -SIZE (xpi/firefox-i18n-3.6.4/is.xpi) = 123335 -MD5 (xpi/firefox-i18n-3.6.4/it.xpi) = 765e60780baeb1b33100f02c30d97e08 -SHA256 (xpi/firefox-i18n-3.6.4/it.xpi) = 4fd36ff8594ba91196977bcd142dd22aea47653a14dd429ea8d01467483645b1 -SIZE (xpi/firefox-i18n-3.6.4/it.xpi) = 107943 -MD5 (xpi/firefox-i18n-3.6.4/ja.xpi) = c06585cdce4300021673c81931c7ee91 -SHA256 (xpi/firefox-i18n-3.6.4/ja.xpi) = 687bc6c30aaf49002a28d0553934895c671ad8a80cf37d1b5340b725e4102580 -SIZE (xpi/firefox-i18n-3.6.4/ja.xpi) = 137022 -MD5 (xpi/firefox-i18n-3.6.4/ka.xpi) = 6d2f981b9eb863bad6c7c2f9b3bd1ab8 -SHA256 (xpi/firefox-i18n-3.6.4/ka.xpi) = a5c0ef7cb82ac2742ff6183e4055d0ef48ac46dca1c5bab8d98ae58f2ccc6d63 -SIZE (xpi/firefox-i18n-3.6.4/ka.xpi) = 154142 -MD5 (xpi/firefox-i18n-3.6.4/kk.xpi) = edbd1bf9710fb7d77f2d13ade451df1f -SHA256 (xpi/firefox-i18n-3.6.4/kk.xpi) = 9a9abea4ce7c73609260f51cb7ffebe9ffa523446a8dfa082979ebc813eedcdc -SIZE (xpi/firefox-i18n-3.6.4/kk.xpi) = 137729 -MD5 (xpi/firefox-i18n-3.6.4/kn.xpi) = d49674ad69a32b820d626a778f8697db -SHA256 (xpi/firefox-i18n-3.6.4/kn.xpi) = 5162bdcd750367d5e6b05828b1d4254ce373d991c849ade54241a7c030f31766 -SIZE (xpi/firefox-i18n-3.6.4/kn.xpi) = 148431 -MD5 (xpi/firefox-i18n-3.6.4/ko.xpi) = ec296a56695f34d71c3ee4fb9f408c52 -SHA256 (xpi/firefox-i18n-3.6.4/ko.xpi) = 0cd23fec9d755fcb079efe7b27dfe5c8ee32634a9a322e77c3a7d1f5392c1cb3 -SIZE (xpi/firefox-i18n-3.6.4/ko.xpi) = 115665 -MD5 (xpi/firefox-i18n-3.6.4/ku.xpi) = 581d668bb15f163b298a00d8f28490ba -SHA256 (xpi/firefox-i18n-3.6.4/ku.xpi) = d154c16841bf61679b6c561b9f536b3bd99eda035025fb1cf2d2dcb0997562c8 -SIZE (xpi/firefox-i18n-3.6.4/ku.xpi) = 130347 -MD5 (xpi/firefox-i18n-3.6.4/lt.xpi) = 5fc0e62d7f12487e992809039b1f6d4f -SHA256 (xpi/firefox-i18n-3.6.4/lt.xpi) = d334606691791cd4c8013de2c757b9fe0f9cedfd7b1bfa9f6188a84f175a45cc -SIZE (xpi/firefox-i18n-3.6.4/lt.xpi) = 139735 -MD5 (xpi/firefox-i18n-3.6.4/lv.xpi) = 37d927b3b53e3d97301edab2d880cec2 -SHA256 (xpi/firefox-i18n-3.6.4/lv.xpi) = 165d794eaff4e487b625076b6be984252e076a6cbf18cbc15afdf6b149458359 -SIZE (xpi/firefox-i18n-3.6.4/lv.xpi) = 124805 -MD5 (xpi/firefox-i18n-3.6.4/mk.xpi) = e7c8186c4714ec3600d227d728959b3a -SHA256 (xpi/firefox-i18n-3.6.4/mk.xpi) = 7066967c52c64a1762b2a64dd0fc7c38dcb2b506c1459bb17b8b98467deb7129 -SIZE (xpi/firefox-i18n-3.6.4/mk.xpi) = 128301 -MD5 (xpi/firefox-i18n-3.6.4/ml.xpi) = fab60eeff6f9286a4c78ee76188aff8b -SHA256 (xpi/firefox-i18n-3.6.4/ml.xpi) = 79778b29aed213117dfa380d463ab0898eb4c6ece476446a3a93ad7f715dc957 -SIZE (xpi/firefox-i18n-3.6.4/ml.xpi) = 151863 -MD5 (xpi/firefox-i18n-3.6.4/mr.xpi) = 73b3029c6bbfb6ee33b18698240ef0c4 -SHA256 (xpi/firefox-i18n-3.6.4/mr.xpi) = f2eb5947814d6828e2ff418fb548abd35dc365475e1e7459a18d5766565c812b -SIZE (xpi/firefox-i18n-3.6.4/mr.xpi) = 140486 -MD5 (xpi/firefox-i18n-3.6.4/nb-NO.xpi) = 72970498fcc70a4c4c3b4c29a741c941 -SHA256 (xpi/firefox-i18n-3.6.4/nb-NO.xpi) = 28e6164f2468d67f150d863007fa7185e55a1d81b4f279065896c8e2b3cce86a -SIZE (xpi/firefox-i18n-3.6.4/nb-NO.xpi) = 124148 -MD5 (xpi/firefox-i18n-3.6.4/nl.xpi) = d6156741a4b1f962ac847d2336c20c87 -SHA256 (xpi/firefox-i18n-3.6.4/nl.xpi) = c75eb31bb5f97b3a6ad64cfa0ee8d0a77959be2c84c041481dd1182dad4c891d -SIZE (xpi/firefox-i18n-3.6.4/nl.xpi) = 126458 -MD5 (xpi/firefox-i18n-3.6.4/nn-NO.xpi) = 761f4d916ffc6febdd2c813896f85a11 -SHA256 (xpi/firefox-i18n-3.6.4/nn-NO.xpi) = 129f22bbd022cf7be760d0ec74a0749c9627f630829cc28da7ce950b47e4792f -SIZE (xpi/firefox-i18n-3.6.4/nn-NO.xpi) = 125106 -MD5 (xpi/firefox-i18n-3.6.4/oc.xpi) = a8c0337108c291e492b0cacc687fc5f9 -SHA256 (xpi/firefox-i18n-3.6.4/oc.xpi) = f941311eeabeec41acb7d369ad9e3bae8f576317368feca24a208688eb536699 -SIZE (xpi/firefox-i18n-3.6.4/oc.xpi) = 108304 -MD5 (xpi/firefox-i18n-3.6.4/or.xpi) = f2300dc0ffe6c8c008ea198f7252d914 -SHA256 (xpi/firefox-i18n-3.6.4/or.xpi) = 0b2a5a1db225b9d74a545bdb241701a7c275781ae72b77ab815761cf2d19fc94 -SIZE (xpi/firefox-i18n-3.6.4/or.xpi) = 142200 -MD5 (xpi/firefox-i18n-3.6.4/pa-IN.xpi) = 79676ea89176a93ab14910109d717d34 -SHA256 (xpi/firefox-i18n-3.6.4/pa-IN.xpi) = ed14e480e596e5989665fbd43df5479f6632713508f59a562f21c28486736251 -SIZE (xpi/firefox-i18n-3.6.4/pa-IN.xpi) = 141676 -MD5 (xpi/firefox-i18n-3.6.4/pl.xpi) = b21629ee6ad440db4b98bb3efed15d8e -SHA256 (xpi/firefox-i18n-3.6.4/pl.xpi) = d1c931ca74b34c3a2286be1987b3d563f69034782d8b50b67ab0bd36f868e865 -SIZE (xpi/firefox-i18n-3.6.4/pl.xpi) = 131047 -MD5 (xpi/firefox-i18n-3.6.4/pt-BR.xpi) = 4e2f74fe14f41c13f208481176c8350e -SHA256 (xpi/firefox-i18n-3.6.4/pt-BR.xpi) = fcb7b526ad34025c57ae70f322b3bfb162cb4502a6e1a49b79d7e235748bfd57 -SIZE (xpi/firefox-i18n-3.6.4/pt-BR.xpi) = 125406 -MD5 (xpi/firefox-i18n-3.6.4/pt-PT.xpi) = 37094501f3565a1a72cb338dce2af0cd -SHA256 (xpi/firefox-i18n-3.6.4/pt-PT.xpi) = 4735140691fd8c4c57e54e5904dc7c378fd07054ed95a89f643e771f244dd890 -SIZE (xpi/firefox-i18n-3.6.4/pt-PT.xpi) = 125384 -MD5 (xpi/firefox-i18n-3.6.4/rm.xpi) = 07d152671a49be7cb3b98c9155abe9d5 -SHA256 (xpi/firefox-i18n-3.6.4/rm.xpi) = 706098196a7c3e5235d5e49369dbc55c5931f3b5805e805201e7dc8cde1fffc8 -SIZE (xpi/firefox-i18n-3.6.4/rm.xpi) = 127454 -MD5 (xpi/firefox-i18n-3.6.4/ro.xpi) = 719319e9551dcb7b6bf2c7dfb40702f5 -SHA256 (xpi/firefox-i18n-3.6.4/ro.xpi) = f7e0994a973296ce248ca24637a6d865794022bf6e3b3c75a6a37e19f6107ad9 -SIZE (xpi/firefox-i18n-3.6.4/ro.xpi) = 128707 -MD5 (xpi/firefox-i18n-3.6.4/ru.xpi) = 4b61e956bb980bbd0862b2e27ae4d5ef -SHA256 (xpi/firefox-i18n-3.6.4/ru.xpi) = f66bf3230da9514829560e46fe94cc69bf7004d8a9a49a147387b90c2ac62165 -SIZE (xpi/firefox-i18n-3.6.4/ru.xpi) = 124878 -MD5 (xpi/firefox-i18n-3.6.4/si.xpi) = bb4b9e650a84e6f8967f05455652b7fd -SHA256 (xpi/firefox-i18n-3.6.4/si.xpi) = b4c623957c461b30de8b4c41c8293fba475fb922f73b004968133278c870e381 -SIZE (xpi/firefox-i18n-3.6.4/si.xpi) = 142187 -MD5 (xpi/firefox-i18n-3.6.4/sk.xpi) = 8f46443746d1c59b6c379aeae9824037 -SHA256 (xpi/firefox-i18n-3.6.4/sk.xpi) = 098343a2d2fdc3abbf1fbb92d53f939b5090037d2424e3b3a22094d11b36c410 -SIZE (xpi/firefox-i18n-3.6.4/sk.xpi) = 131157 -MD5 (xpi/firefox-i18n-3.6.4/sl.xpi) = f77a0a6d985048dd6817d26d82bebf3c -SHA256 (xpi/firefox-i18n-3.6.4/sl.xpi) = e749a8ea59baeb7f9fe2220be9d761cb96b88d00076fb83bbaac3bfb9e697cf5 -SIZE (xpi/firefox-i18n-3.6.4/sl.xpi) = 124314 -MD5 (xpi/firefox-i18n-3.6.4/sq.xpi) = 5eb7498a2e7a436ce5ce2bda70162107 -SHA256 (xpi/firefox-i18n-3.6.4/sq.xpi) = d59303e93faaf3c7bfd26cd1fc4f1b0a5fd726a4cfd0d1d95e67ec34d98ace32 -SIZE (xpi/firefox-i18n-3.6.4/sq.xpi) = 121308 -MD5 (xpi/firefox-i18n-3.6.4/sr.xpi) = 11ce88007581d4fa3f3ebfeb7a22951f -SHA256 (xpi/firefox-i18n-3.6.4/sr.xpi) = 2d6669ee6ca0116a12448584709b3a0de4100617ec2bd7c2ef4095505fbabb45 -SIZE (xpi/firefox-i18n-3.6.4/sr.xpi) = 136895 -MD5 (xpi/firefox-i18n-3.6.4/sv-SE.xpi) = ea1f73f761b26281121d83e02bdf9893 -SHA256 (xpi/firefox-i18n-3.6.4/sv-SE.xpi) = 6219d1b095ae616b6daa71fd1d92df598956fc32724adc4f0bda54531e05e634 -SIZE (xpi/firefox-i18n-3.6.4/sv-SE.xpi) = 128408 -MD5 (xpi/firefox-i18n-3.6.4/ta-LK.xpi) = b7842c3c39ed3f41da25349651f90227 -SHA256 (xpi/firefox-i18n-3.6.4/ta-LK.xpi) = 1cebf27dfb9ee661dae37ea80f0df957d3781c2ae0b843ee9aedf5ec8c138a2b -SIZE (xpi/firefox-i18n-3.6.4/ta-LK.xpi) = 149298 -MD5 (xpi/firefox-i18n-3.6.4/ta.xpi) = 07758711ab308c0881e9e228c0d427c0 -SHA256 (xpi/firefox-i18n-3.6.4/ta.xpi) = 9c69be4fd998bccbfd95f32b27ab5da328358e584f260c01320df37f5d63959f -SIZE (xpi/firefox-i18n-3.6.4/ta.xpi) = 136771 -MD5 (xpi/firefox-i18n-3.6.4/te.xpi) = 361a3b92c641667aad07b0da651e5beb -SHA256 (xpi/firefox-i18n-3.6.4/te.xpi) = 03043587e86dfec570c2d2ca7bb77ec6170a0c1912870dd4d2835ddcc38f1879 -SIZE (xpi/firefox-i18n-3.6.4/te.xpi) = 147444 -MD5 (xpi/firefox-i18n-3.6.4/th.xpi) = 12b41807b989625b851597edb2e6e08b -SHA256 (xpi/firefox-i18n-3.6.4/th.xpi) = 2e9e131b3103624bae4869e9987ec97297c01ce067416c81d63245058ae7f278 -SIZE (xpi/firefox-i18n-3.6.4/th.xpi) = 134404 -MD5 (xpi/firefox-i18n-3.6.4/tr.xpi) = bc78b09957e5c69b63e6ccc8ff3d5169 -SHA256 (xpi/firefox-i18n-3.6.4/tr.xpi) = e324763d2a4649c7dcc898493b272c24fb971e4b7d9f937083fecfa05e7251a3 -SIZE (xpi/firefox-i18n-3.6.4/tr.xpi) = 125379 -MD5 (xpi/firefox-i18n-3.6.4/uk.xpi) = 36a94a596db7583f5ed222ec5431fdfb -SHA256 (xpi/firefox-i18n-3.6.4/uk.xpi) = 19aa419c3c39c8b092703b15864b9287bc3b07231a702c66a2fb0132ac9d311e -SIZE (xpi/firefox-i18n-3.6.4/uk.xpi) = 143213 -MD5 (xpi/firefox-i18n-3.6.4/vi.xpi) = d45552dd0c8bbef1b95253dfb7024bec -SHA256 (xpi/firefox-i18n-3.6.4/vi.xpi) = b3beb05290bd8b3c7fcc559e29e4c4ef7ca268dbe0608e6761e4381c7b2bec6c -SIZE (xpi/firefox-i18n-3.6.4/vi.xpi) = 129030 -MD5 (xpi/firefox-i18n-3.6.4/zh-CN.xpi) = 7b38ea6ffed6db9d487ab278f06c1511 -SHA256 (xpi/firefox-i18n-3.6.4/zh-CN.xpi) = 641cd82a7ec518984a79b75b45e9270d2575a1047e8d6f9d852e74a9eb483e2c -SIZE (xpi/firefox-i18n-3.6.4/zh-CN.xpi) = 127125 -MD5 (xpi/firefox-i18n-3.6.4/zh-TW.xpi) = 9d14a6a8aacb0e032fc23bc96facafef -SHA256 (xpi/firefox-i18n-3.6.4/zh-TW.xpi) = 2704cc880a7dda4bb44e53a695d198350c4dd6aacf720b35224cfeb48932a7ae -SIZE (xpi/firefox-i18n-3.6.4/zh-TW.xpi) = 128404 +MD5 (xpi/firefox-i18n-3.6.6/af.xpi) = f9e4a5f1b559ce69d216d55948ff542a +SHA256 (xpi/firefox-i18n-3.6.6/af.xpi) = 3a935f5daf255feeda15efe3cf1d5c9c607aed886768c5990131bddbdbe372b4 +SIZE (xpi/firefox-i18n-3.6.6/af.xpi) = 121614 +MD5 (xpi/firefox-i18n-3.6.6/ar.xpi) = 168ce0acc4f920a6a49172a203a9ccd3 +SHA256 (xpi/firefox-i18n-3.6.6/ar.xpi) = 2ff249cec30ac965724ac77d16dd96afa906c5f9584b0f57b404b4c42e1d1757 +SIZE (xpi/firefox-i18n-3.6.6/ar.xpi) = 132175 +MD5 (xpi/firefox-i18n-3.6.6/as.xpi) = 3d3123f8955508e07ef6ab0656aa80bd +SHA256 (xpi/firefox-i18n-3.6.6/as.xpi) = 757abf7b41e1e727b239f985d07a3932c5625fd454a5cf1718c0189e7add7f16 +SIZE (xpi/firefox-i18n-3.6.6/as.xpi) = 134267 +MD5 (xpi/firefox-i18n-3.6.6/be.xpi) = 040aa1a75888d7e61e15383abd5903f3 +SHA256 (xpi/firefox-i18n-3.6.6/be.xpi) = 1be021d92f173feb2634d23e65eeb089eed347cbf2bc992a237fcdd1dcd71749 +SIZE (xpi/firefox-i18n-3.6.6/be.xpi) = 122231 +MD5 (xpi/firefox-i18n-3.6.6/bg.xpi) = 9b1da84623fa75d99900085f51d541ef +SHA256 (xpi/firefox-i18n-3.6.6/bg.xpi) = 3c01c792327cc9e321ca6233f31e87b34c5e19c508bbdaf0e36d76d754d66e28 +SIZE (xpi/firefox-i18n-3.6.6/bg.xpi) = 134110 +MD5 (xpi/firefox-i18n-3.6.6/bn-BD.xpi) = fd6d1cb1e04723d2e53f57a5f4e23711 +SHA256 (xpi/firefox-i18n-3.6.6/bn-BD.xpi) = 4becd21416703ca76aaf32178e5b7526f68bf182c4da9bc50572056cf1e88fc1 +SIZE (xpi/firefox-i18n-3.6.6/bn-BD.xpi) = 141170 +MD5 (xpi/firefox-i18n-3.6.6/bn-IN.xpi) = ea3b87325127bf3bac2cb9b279fb1078 +SHA256 (xpi/firefox-i18n-3.6.6/bn-IN.xpi) = 4614364b33bfe2da71524a0f89dd3d0b258700a8d0a2ea4c8ea993eb674010a9 +SIZE (xpi/firefox-i18n-3.6.6/bn-IN.xpi) = 159550 +MD5 (xpi/firefox-i18n-3.6.6/ca.xpi) = 61a61edc6f992f35b6021560b7a22558 +SHA256 (xpi/firefox-i18n-3.6.6/ca.xpi) = 1a520db24a905de05c50d2b792361da4ebfceb69ac7437a61caf06e2727d54be +SIZE (xpi/firefox-i18n-3.6.6/ca.xpi) = 127960 +MD5 (xpi/firefox-i18n-3.6.6/cs.xpi) = c15076e1cbcfa42b85de28e6664de03b +SHA256 (xpi/firefox-i18n-3.6.6/cs.xpi) = d54a6c93d4867d0e50e8d58ba5b48310f49556fd1955e7f0172960ac7e1258b4 +SIZE (xpi/firefox-i18n-3.6.6/cs.xpi) = 126770 +MD5 (xpi/firefox-i18n-3.6.6/cy.xpi) = 1515a450e8e53a3a91b44aea2b0aa3c4 +SHA256 (xpi/firefox-i18n-3.6.6/cy.xpi) = d663c39740e75747f98eab0cde55655bab66337215a38f82f35acce2265e80ea +SIZE (xpi/firefox-i18n-3.6.6/cy.xpi) = 121949 +MD5 (xpi/firefox-i18n-3.6.6/da.xpi) = 6542bf485b18d7270c718aba91a2c0fa +SHA256 (xpi/firefox-i18n-3.6.6/da.xpi) = 54f960c42d002146bc49d95d3544533ed023c29a8f42cdb608472f7ec304b156 +SIZE (xpi/firefox-i18n-3.6.6/da.xpi) = 125634 +MD5 (xpi/firefox-i18n-3.6.6/de.xpi) = 6d414ba8760833d97a52750fa3cf5f60 +SHA256 (xpi/firefox-i18n-3.6.6/de.xpi) = 19ee4cabaf2988a1da9fcc76765a1fe5fdc152c0bc11b4041635300c9be67432 +SIZE (xpi/firefox-i18n-3.6.6/de.xpi) = 128972 +MD5 (xpi/firefox-i18n-3.6.6/el.xpi) = fa63e637974763a1c4ef8ef480ed22f4 +SHA256 (xpi/firefox-i18n-3.6.6/el.xpi) = e22c6693eaa0c78ae21ef67a3ad855fe60f39763f0be36370c58c999633ab6ae +SIZE (xpi/firefox-i18n-3.6.6/el.xpi) = 135314 +MD5 (xpi/firefox-i18n-3.6.6/en-GB.xpi) = f70264478cb6c0c5adf818a1822b1297 +SHA256 (xpi/firefox-i18n-3.6.6/en-GB.xpi) = d1f111988b4428279a511689cd33513622422b01ff7af3084043c7c462f506c3 +SIZE (xpi/firefox-i18n-3.6.6/en-GB.xpi) = 118874 +MD5 (xpi/firefox-i18n-3.6.6/eo.xpi) = c5558378e2eb78582848deb158fe2198 +SHA256 (xpi/firefox-i18n-3.6.6/eo.xpi) = ab376e0c8b0b7903713011d0710bf80c88319f94359f7699a9d9c39d5e66803f +SIZE (xpi/firefox-i18n-3.6.6/eo.xpi) = 121887 +MD5 (xpi/firefox-i18n-3.6.6/es-AR.xpi) = f2d46c24aba32871a7afd86eea57525f +SHA256 (xpi/firefox-i18n-3.6.6/es-AR.xpi) = 048d2ced45f810e5fea489069d30009463805bb7f8e02f3b85a2867d92d6ebb2 +SIZE (xpi/firefox-i18n-3.6.6/es-AR.xpi) = 127801 +MD5 (xpi/firefox-i18n-3.6.6/es-CL.xpi) = 455c4cd960912c0a888427376f2f2d05 +SHA256 (xpi/firefox-i18n-3.6.6/es-CL.xpi) = 9954d24487fa67c0e36ac22ac54b5e03a21637d8c5a8e49f31382b2c4fae5383 +SIZE (xpi/firefox-i18n-3.6.6/es-CL.xpi) = 129468 +MD5 (xpi/firefox-i18n-3.6.6/es-ES.xpi) = 0c1a19c12e5ae7e813cd44a6f32a5691 +SHA256 (xpi/firefox-i18n-3.6.6/es-ES.xpi) = 227ddd47a13056af7ecf05e4b75f53303fed374f4dceeb7cbee2b272193ab373 +SIZE (xpi/firefox-i18n-3.6.6/es-ES.xpi) = 108701 +MD5 (xpi/firefox-i18n-3.6.6/es-MX.xpi) = 55db3216bc794ad13747f0962364cfa3 +SHA256 (xpi/firefox-i18n-3.6.6/es-MX.xpi) = 87d182c98b7edd86bb64c4b039ddc008cea39c8eedd9286de067e153d1279f09 +SIZE (xpi/firefox-i18n-3.6.6/es-MX.xpi) = 127400 +MD5 (xpi/firefox-i18n-3.6.6/et.xpi) = fe2232ed2e1caad9c19c783c8af8a201 +SHA256 (xpi/firefox-i18n-3.6.6/et.xpi) = 4ff7c25dc795f6fabbf2b89caede73892c6ea8583ffb442292497205b8cceb8f +SIZE (xpi/firefox-i18n-3.6.6/et.xpi) = 127356 +MD5 (xpi/firefox-i18n-3.6.6/eu.xpi) = aa7ccb254250e2c69675489d8e237103 +SHA256 (xpi/firefox-i18n-3.6.6/eu.xpi) = 2e42326298e6c913a3920a8a04d0327e46fcb7ee760bc9c30dd50e9aa10db143 +SIZE (xpi/firefox-i18n-3.6.6/eu.xpi) = 121864 +MD5 (xpi/firefox-i18n-3.6.6/fa.xpi) = 4e7fc47b95e9e1ac1da7b8955376bd39 +SHA256 (xpi/firefox-i18n-3.6.6/fa.xpi) = 4f8a7f2e7bc21208e705ac1341cef54045172f70a7c5b78c7411defc00788bdc +SIZE (xpi/firefox-i18n-3.6.6/fa.xpi) = 138510 +MD5 (xpi/firefox-i18n-3.6.6/fi.xpi) = 282a999ae6ef3f818d6742ec79b91834 +SHA256 (xpi/firefox-i18n-3.6.6/fi.xpi) = 5a2fd368769401d3217b2c49bbfaa88659a4b9b0c1117bc63290ffd1f5522926 +SIZE (xpi/firefox-i18n-3.6.6/fi.xpi) = 126821 +MD5 (xpi/firefox-i18n-3.6.6/fr.xpi) = 7773ea32471796015ec6541b56ab0176 +SHA256 (xpi/firefox-i18n-3.6.6/fr.xpi) = 9bf6902205ee89f3cb1470ba1284f7e8dec6392f1735dce403edcbd2831775bc +SIZE (xpi/firefox-i18n-3.6.6/fr.xpi) = 128960 +MD5 (xpi/firefox-i18n-3.6.6/fy-NL.xpi) = bd462e6e3921f04d9022f0777262c7c1 +SHA256 (xpi/firefox-i18n-3.6.6/fy-NL.xpi) = 0e3f1b5c1323589aada1f0b90b0a6c6b4b35e8d6b6ff16454e7bd1c9ea05fb87 +SIZE (xpi/firefox-i18n-3.6.6/fy-NL.xpi) = 129252 +MD5 (xpi/firefox-i18n-3.6.6/ga-IE.xpi) = d7ef6270bf69427f3d8a331ec86d0662 +SHA256 (xpi/firefox-i18n-3.6.6/ga-IE.xpi) = a262105e68eeb9026f3cf67c9fb66d088068df59dd9eaf5d978f556e57383e41 +SIZE (xpi/firefox-i18n-3.6.6/ga-IE.xpi) = 127782 +MD5 (xpi/firefox-i18n-3.6.6/gl.xpi) = c4adc854e4b5948b5ded173edbeb6151 +SHA256 (xpi/firefox-i18n-3.6.6/gl.xpi) = ad2603c232214098f12596d4848fff7b1d6ae50ec6ec07e8df72494c632e15d9 +SIZE (xpi/firefox-i18n-3.6.6/gl.xpi) = 124834 +MD5 (xpi/firefox-i18n-3.6.6/gu-IN.xpi) = 73bdae72559964da0ca4688e0dffc892 +SHA256 (xpi/firefox-i18n-3.6.6/gu-IN.xpi) = bf9c803cd2ef90367ef3cd53dc1c17a9ad92332fabe9e1da498537393ea1224e +SIZE (xpi/firefox-i18n-3.6.6/gu-IN.xpi) = 145882 +MD5 (xpi/firefox-i18n-3.6.6/he.xpi) = 8dc0fce3082c344cd37f3ef52e99cbf4 +SHA256 (xpi/firefox-i18n-3.6.6/he.xpi) = f50fc54ee80cf6c69fed23d65008465b2d76ac78c1b8f10b461b6bf21579118f +SIZE (xpi/firefox-i18n-3.6.6/he.xpi) = 123137 +MD5 (xpi/firefox-i18n-3.6.6/hi-IN.xpi) = ac31f5d486d3eb55395a72471388470e +SHA256 (xpi/firefox-i18n-3.6.6/hi-IN.xpi) = fd363ac286e5ee47d0af0f48d164eba37cbd0511f28b5a7053d73a36bf352303 +SIZE (xpi/firefox-i18n-3.6.6/hi-IN.xpi) = 141463 +MD5 (xpi/firefox-i18n-3.6.6/hr.xpi) = 3f2175428530ba64ff0c4a836f0ad315 +SHA256 (xpi/firefox-i18n-3.6.6/hr.xpi) = 55bc9e2f410701203cf97f0561a7793a294205b24a3676444c6a2f5edf5d7a6c +SIZE (xpi/firefox-i18n-3.6.6/hr.xpi) = 127060 +MD5 (xpi/firefox-i18n-3.6.6/hu.xpi) = 8ac9640d5171bfcd6659ae8a24049035 +SHA256 (xpi/firefox-i18n-3.6.6/hu.xpi) = 9180e7371794148ffd789a977f737a882e02a4fdfb791b81e959c0ea80faa79f +SIZE (xpi/firefox-i18n-3.6.6/hu.xpi) = 131099 +MD5 (xpi/firefox-i18n-3.6.6/id.xpi) = 6c13d4a58c006095f298359f15b631dc +SHA256 (xpi/firefox-i18n-3.6.6/id.xpi) = f9a47120c886dbb3612e973fef2ed3fcb53a340355d36eda8c4f0b9777edadaf +SIZE (xpi/firefox-i18n-3.6.6/id.xpi) = 103962 +MD5 (xpi/firefox-i18n-3.6.6/is.xpi) = f25d34957031b1a660c6b30c61a7fbe6 +SHA256 (xpi/firefox-i18n-3.6.6/is.xpi) = 1cd65e73e687cd9ab0cfe8cfa47848d9321ead8e566cf664b1498eb1ff336f7e +SIZE (xpi/firefox-i18n-3.6.6/is.xpi) = 123336 +MD5 (xpi/firefox-i18n-3.6.6/it.xpi) = d9035d32fcd8ef6b6e997996815ec9f6 +SHA256 (xpi/firefox-i18n-3.6.6/it.xpi) = 9441653a783b6e7c97f14899f71181286eef7542e255b534896d5d1dbec22773 +SIZE (xpi/firefox-i18n-3.6.6/it.xpi) = 107979 +MD5 (xpi/firefox-i18n-3.6.6/ja.xpi) = 346f35a3e283863904324b7037adb5d5 +SHA256 (xpi/firefox-i18n-3.6.6/ja.xpi) = ee75cb2eb4b13d28186b5fd693672ce23e707b79e2654d1e42122611e98b02e6 +SIZE (xpi/firefox-i18n-3.6.6/ja.xpi) = 137025 +MD5 (xpi/firefox-i18n-3.6.6/ka.xpi) = f3e9a1d2f1948a00058b588089bf7bad +SHA256 (xpi/firefox-i18n-3.6.6/ka.xpi) = 2a3e2afe1ba70e95953f633a372d72104f93cd61980d83b8f97e60692da00211 +SIZE (xpi/firefox-i18n-3.6.6/ka.xpi) = 154120 +MD5 (xpi/firefox-i18n-3.6.6/kk.xpi) = 625b1505c12adcd2c5df121f8196c393 +SHA256 (xpi/firefox-i18n-3.6.6/kk.xpi) = 54b1e490405152805abf4b9ca00f965f58326146e4db05ac8eae94ca406e3729 +SIZE (xpi/firefox-i18n-3.6.6/kk.xpi) = 137761 +MD5 (xpi/firefox-i18n-3.6.6/kn.xpi) = 7568190a1ece955bac5971f4e9c412f2 +SHA256 (xpi/firefox-i18n-3.6.6/kn.xpi) = fe58999d686fc44fd5c867226e266bee1911df7e2cc34a5695619ee8991e3e11 +SIZE (xpi/firefox-i18n-3.6.6/kn.xpi) = 148394 +MD5 (xpi/firefox-i18n-3.6.6/ko.xpi) = d1875a6682d3791aaaf83326bb259aaa +SHA256 (xpi/firefox-i18n-3.6.6/ko.xpi) = 6ca3cf97a1e64ed460edd747ff8fe84b8e942eee9498779518f50a7ebe7795fd +SIZE (xpi/firefox-i18n-3.6.6/ko.xpi) = 115666 +MD5 (xpi/firefox-i18n-3.6.6/ku.xpi) = 21979515498858fee2396173cf7d22ca +SHA256 (xpi/firefox-i18n-3.6.6/ku.xpi) = 3a7463d61f80c88ddee235eea213fd59907f483c7001198da95a3516326ea4d2 +SIZE (xpi/firefox-i18n-3.6.6/ku.xpi) = 130377 +MD5 (xpi/firefox-i18n-3.6.6/lt.xpi) = 539a306c1cb8c9c9d2140755e4618496 +SHA256 (xpi/firefox-i18n-3.6.6/lt.xpi) = 559c5ff8d2af85f6e4639d5ef583c081806ea57c9a141a1797809e48bca6b6c0 +SIZE (xpi/firefox-i18n-3.6.6/lt.xpi) = 139718 +MD5 (xpi/firefox-i18n-3.6.6/lv.xpi) = b8b7c93d88e623b4555746f5f11ae76b +SHA256 (xpi/firefox-i18n-3.6.6/lv.xpi) = 6baf0c7e9ad3dfdf7a88c6df0a97c9302e590b12fefd6b9cbab5f1ef353982e6 +SIZE (xpi/firefox-i18n-3.6.6/lv.xpi) = 124837 +MD5 (xpi/firefox-i18n-3.6.6/mk.xpi) = d39cc073cdbad6b104ac75afbee67699 +SHA256 (xpi/firefox-i18n-3.6.6/mk.xpi) = a5e3fbd5f91b4a2dafbabdac8f72289693c81b7e7d927ebb18d7d32f50767a32 +SIZE (xpi/firefox-i18n-3.6.6/mk.xpi) = 128267 +MD5 (xpi/firefox-i18n-3.6.6/ml.xpi) = 80698bf12b69b26dcbd8f930195ecd1c +SHA256 (xpi/firefox-i18n-3.6.6/ml.xpi) = e4347ebfd2f6c260832cd9435ac7edabd53aed5aa1c61d1ecf039e926da40f35 +SIZE (xpi/firefox-i18n-3.6.6/ml.xpi) = 151844 +MD5 (xpi/firefox-i18n-3.6.6/mr.xpi) = 32afdf54cfea213143365f9908565317 +SHA256 (xpi/firefox-i18n-3.6.6/mr.xpi) = dc083645b16ef98dd2c64bcdff11e09726387c923e0f06062d8e19337b0d67ef +SIZE (xpi/firefox-i18n-3.6.6/mr.xpi) = 140494 +MD5 (xpi/firefox-i18n-3.6.6/nb-NO.xpi) = af0d03c3a0d04a0712276e3e84b2c4c4 +SHA256 (xpi/firefox-i18n-3.6.6/nb-NO.xpi) = 454645b28a7d66a0a3f0d7b3960b52778e1ce2ada0e530a77e9b7705d1017c17 +SIZE (xpi/firefox-i18n-3.6.6/nb-NO.xpi) = 124161 +MD5 (xpi/firefox-i18n-3.6.6/nl.xpi) = 6f2339d9be9deb3ec947cfb3bf80009c +SHA256 (xpi/firefox-i18n-3.6.6/nl.xpi) = a9cd83e20f34d033d9fcba88b127ed075a6eafc49b806f51bc12dab74c17f849 +SIZE (xpi/firefox-i18n-3.6.6/nl.xpi) = 126456 +MD5 (xpi/firefox-i18n-3.6.6/nn-NO.xpi) = 5ec01017c1e29606166ae77c16c28706 +SHA256 (xpi/firefox-i18n-3.6.6/nn-NO.xpi) = fff6f66f59123f56a86e80b0dc439d799f406931e949ad5357dd6b9d77a8ce04 +SIZE (xpi/firefox-i18n-3.6.6/nn-NO.xpi) = 125132 +MD5 (xpi/firefox-i18n-3.6.6/oc.xpi) = ad9f8bd15b35e5571ddd43634571251d +SHA256 (xpi/firefox-i18n-3.6.6/oc.xpi) = 760be92e5699a1b1ceb38cc1a9dc4313589258de6bd15fc2bde575632c779b93 +SIZE (xpi/firefox-i18n-3.6.6/oc.xpi) = 108303 +MD5 (xpi/firefox-i18n-3.6.6/or.xpi) = 6c2adacc21152d35821f13ff810d642e +SHA256 (xpi/firefox-i18n-3.6.6/or.xpi) = 6c604bcc40b399f066ebb93f97c73edc3967768fb0207f7cb2cdb2e30006ea7d +SIZE (xpi/firefox-i18n-3.6.6/or.xpi) = 142167 +MD5 (xpi/firefox-i18n-3.6.6/pa-IN.xpi) = 56ef9f520d1704e4b67bfb94c714fbca +SHA256 (xpi/firefox-i18n-3.6.6/pa-IN.xpi) = 04c9d7679401e79cc95c544bcea9bd4d37e7a75e98abfee250b2df5ffe23f4f4 +SIZE (xpi/firefox-i18n-3.6.6/pa-IN.xpi) = 141722 +MD5 (xpi/firefox-i18n-3.6.6/pl.xpi) = 3768983ba5697b82fcf242f893b8f4e0 +SHA256 (xpi/firefox-i18n-3.6.6/pl.xpi) = ff52d1813dc1200dc119863776cf255fb8399c94d90304f58a41e2cc3b63d4e0 +SIZE (xpi/firefox-i18n-3.6.6/pl.xpi) = 131042 +MD5 (xpi/firefox-i18n-3.6.6/pt-BR.xpi) = 94cfb8b4270461c925b62cb31d6ab413 +SHA256 (xpi/firefox-i18n-3.6.6/pt-BR.xpi) = 8d2c6d20bd4fed8f176a5f6c8f36cba99c4ecb8873cd74df472c8ffd7b45dc14 +SIZE (xpi/firefox-i18n-3.6.6/pt-BR.xpi) = 125437 +MD5 (xpi/firefox-i18n-3.6.6/pt-PT.xpi) = 58d53d4720933b88975a117ed5db1f9e +SHA256 (xpi/firefox-i18n-3.6.6/pt-PT.xpi) = 447e31287ad95b7c71bcb6ffef48a638ddd1811be3fccf44f9dfad39c57a0e9a +SIZE (xpi/firefox-i18n-3.6.6/pt-PT.xpi) = 125423 +MD5 (xpi/firefox-i18n-3.6.6/rm.xpi) = 2e38acba4b18f69149d82dcfcbd00015 +SHA256 (xpi/firefox-i18n-3.6.6/rm.xpi) = 58dbabc3504da4da8f8de5af9253f5f9e4f35208beaeb91a8430d0e9ad77462d +SIZE (xpi/firefox-i18n-3.6.6/rm.xpi) = 127422 +MD5 (xpi/firefox-i18n-3.6.6/ro.xpi) = f8330b28bbedc54bfdd360dee86c3942 +SHA256 (xpi/firefox-i18n-3.6.6/ro.xpi) = bbd85f1bcab140eecd03d675e659dfa982aa1bd824ac33e1c0f51981affbb937 +SIZE (xpi/firefox-i18n-3.6.6/ro.xpi) = 128741 +MD5 (xpi/firefox-i18n-3.6.6/ru.xpi) = 6093939d1e0af65caa62b83b0802c6c4 +SHA256 (xpi/firefox-i18n-3.6.6/ru.xpi) = 7151aee63fa807315ee336703f536084ab9ab4421b8f3da1207d6d57029a1580 +SIZE (xpi/firefox-i18n-3.6.6/ru.xpi) = 124843 +MD5 (xpi/firefox-i18n-3.6.6/si.xpi) = 3475c77f5752ae257b62a98acc8bf33f +SHA256 (xpi/firefox-i18n-3.6.6/si.xpi) = d9a5b8dc3cdcab9e5a63f05d4d3c42ecd594aa89bc3849e6ff5be535c43f754a +SIZE (xpi/firefox-i18n-3.6.6/si.xpi) = 142188 +MD5 (xpi/firefox-i18n-3.6.6/sk.xpi) = 9703c131a221fd86324c441306093b59 +SHA256 (xpi/firefox-i18n-3.6.6/sk.xpi) = 90c8aabf6a6e2bf0f5d4cd68e2f2b9d03572b4503e9794044a0e066105d44b53 +SIZE (xpi/firefox-i18n-3.6.6/sk.xpi) = 131159 +MD5 (xpi/firefox-i18n-3.6.6/sl.xpi) = b7d4bac769c47b2e5c592403dcac67d3 +SHA256 (xpi/firefox-i18n-3.6.6/sl.xpi) = a6b700d1ffa33697717847d3a55b032a11a345c6d99e2172153d87972f703c5f +SIZE (xpi/firefox-i18n-3.6.6/sl.xpi) = 124294 +MD5 (xpi/firefox-i18n-3.6.6/sq.xpi) = a3f65119a3116bd452c83501ea73ac72 +SHA256 (xpi/firefox-i18n-3.6.6/sq.xpi) = b6a8f7f658e0d903f15b787a8a93d620f49a3f13e5b63260216e4bef4b7706c5 +SIZE (xpi/firefox-i18n-3.6.6/sq.xpi) = 121309 +MD5 (xpi/firefox-i18n-3.6.6/sr.xpi) = 7567710e2067b0af83c2e0e606bbff66 +SHA256 (xpi/firefox-i18n-3.6.6/sr.xpi) = 74e537476496b826be06375b9bdf89edcaa8b7e67c17396460862939a422ed37 +SIZE (xpi/firefox-i18n-3.6.6/sr.xpi) = 136932 +MD5 (xpi/firefox-i18n-3.6.6/sv-SE.xpi) = 8befa1570dec16b9234395fd337c3446 +SHA256 (xpi/firefox-i18n-3.6.6/sv-SE.xpi) = 7a0e37e64856e0ec2fe3b7e05d36cf50256512d71de17c9f9aa0594664cbdd56 +SIZE (xpi/firefox-i18n-3.6.6/sv-SE.xpi) = 128413 +MD5 (xpi/firefox-i18n-3.6.6/ta-LK.xpi) = 75ee04ebcf21fca9c0a2cb182d0d3f51 +SHA256 (xpi/firefox-i18n-3.6.6/ta-LK.xpi) = 61ffdfdc8cd7cbae9fb060ff07220f4348e2b5a7a30cead7a299cade4a2bde37 +SIZE (xpi/firefox-i18n-3.6.6/ta-LK.xpi) = 149293 +MD5 (xpi/firefox-i18n-3.6.6/ta.xpi) = f7ed0251a5fd63d8e1000fe430d227a4 +SHA256 (xpi/firefox-i18n-3.6.6/ta.xpi) = 8eb96d20e3eee4590a3004b35a441d3d62c8ee91c0733c504e7f1a1c9b95361e +SIZE (xpi/firefox-i18n-3.6.6/ta.xpi) = 136774 +MD5 (xpi/firefox-i18n-3.6.6/te.xpi) = 6545eab466948a5f8dc50e4bb8e9f8e0 +SHA256 (xpi/firefox-i18n-3.6.6/te.xpi) = c7632967ed65e4036a1acf01761187239c76eaa9bf5960e9adb184749bbbd0a8 +SIZE (xpi/firefox-i18n-3.6.6/te.xpi) = 147411 +MD5 (xpi/firefox-i18n-3.6.6/th.xpi) = bf28072e4d50ffaf8863bec34717a6cf +SHA256 (xpi/firefox-i18n-3.6.6/th.xpi) = dfd95c70ee3804e68d0861a8c1df52d90f4a926d2632fca27ac00bda6e33e85a +SIZE (xpi/firefox-i18n-3.6.6/th.xpi) = 134376 +MD5 (xpi/firefox-i18n-3.6.6/tr.xpi) = 370b76baa09c7d9c8ad0bf649f527127 +SHA256 (xpi/firefox-i18n-3.6.6/tr.xpi) = 1a185d27283e04c1c90ee957d01b037819ebb0e32078c7fdafd27bee4397e226 +SIZE (xpi/firefox-i18n-3.6.6/tr.xpi) = 125411 +MD5 (xpi/firefox-i18n-3.6.6/uk.xpi) = adf4715d236c0694ab55ec2b64b7c222 +SHA256 (xpi/firefox-i18n-3.6.6/uk.xpi) = 5e7d4bf46a2b829b97599e91166b593b4e525e1827d1349c052dff55c55feb24 +SIZE (xpi/firefox-i18n-3.6.6/uk.xpi) = 143244 +MD5 (xpi/firefox-i18n-3.6.6/vi.xpi) = 59c2926aa91c91320589552818f592cb +SHA256 (xpi/firefox-i18n-3.6.6/vi.xpi) = 53b08454907f1b8267537841c6a16e21b4b9528ff20265c338b3e3d878acdfe7 +SIZE (xpi/firefox-i18n-3.6.6/vi.xpi) = 129060 +MD5 (xpi/firefox-i18n-3.6.6/zh-CN.xpi) = 267b0a7d6fe39f486db53d5bbddcf1fe +SHA256 (xpi/firefox-i18n-3.6.6/zh-CN.xpi) = 07ea0b28fdcfbbd7556b212c602d6ca035de754eb5c59dcaf5dfce9047b2edb2 +SIZE (xpi/firefox-i18n-3.6.6/zh-CN.xpi) = 127100 +MD5 (xpi/firefox-i18n-3.6.6/zh-TW.xpi) = 0bbe40ffc14b87e119f74de26351c6aa +SHA256 (xpi/firefox-i18n-3.6.6/zh-TW.xpi) = 8592c84549d4278156844cb8d00930f7b6ca21a9d5eb4679c6f33e27282e0a5e +SIZE (xpi/firefox-i18n-3.6.6/zh-TW.xpi) = 128401 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Jun 27 09:23:33 2010 (r337) +++ trunk/www/firefox/Makefile Sun Jun 27 10:08:44 2010 (r338) @@ -2,11 +2,11 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox/Makefile,v 1.223 2010/04/06 08:14:01 beat Exp $ +# $FreeBSD: ports/www/firefox/Makefile,v 1.224 2010/06/23 18:19:08 beat Exp $ # PORTNAME= firefox -DISTVERSION= 3.6.4 +DISTVERSION= 3.6.6 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -39,7 +39,7 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[0,5,7].* +CONFLICTS= firefox-3.[0,5].* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Sun Jun 27 09:23:33 2010 (r337) +++ trunk/www/firefox/distinfo Sun Jun 27 10:08:44 2010 (r338) @@ -1,3 +1,3 @@ -MD5 (firefox-3.6.4.source.tar.bz2) = 66b1610362ed6009d66fe762645679a0 -SHA256 (firefox-3.6.4.source.tar.bz2) = fdea684a717c3eda111060994ead9deb33d0b77a11f0f15da0ebc138ca0b2ec8 -SIZE (firefox-3.6.4.source.tar.bz2) = 51082341 +MD5 (firefox-3.6.6.source.tar.bz2) = c9a071b31bb90d05edfb93117d0a7537 +SHA256 (firefox-3.6.6.source.tar.bz2) = 59b87271f940684f51cdd6becbcfdaf99a5a5880948ba07cefd07474c9ab06b3 +SIZE (firefox-3.6.6.source.tar.bz2) = 51076968 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Sun Jun 27 09:23:33 2010 (r337) +++ trunk/www/linux-firefox/Makefile Sun Jun 27 10:08:44 2010 (r338) @@ -2,11 +2,11 @@ # Date created: 2004-09-17 # Whom: voisine # -# $FreeBSD: ports/www/linux-firefox/Makefile,v 1.66 2010/03/28 06:44:52 dinoex Exp $ +# $FreeBSD: ports/www/linux-firefox/Makefile,v 1.67 2010/03/30 20:15:53 beat Exp $ # PORTNAME= firefox -PORTVERSION= 3.0.19 +PORTVERSION= 3.6.6 PORTEPOCH= 1 CATEGORIES= www MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}/linux-i686/en-US @@ -17,5 +17,7 @@ USE_LDCONFIG= yes USE_BZIP2= yes +USE_LINUX_APPS= dbusglib dbuslibs alsalib + .include "${.CURDIR}/../linux-seamonkey/Makefile.common" .include Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Sun Jun 27 09:23:33 2010 (r337) +++ trunk/www/linux-firefox/distinfo Sun Jun 27 10:08:44 2010 (r338) @@ -1,3 +1,3 @@ -MD5 (firefox-3.0.19.tar.bz2) = 563e56569a8bc1ab4bd864be41403256 -SHA256 (firefox-3.0.19.tar.bz2) = d8c49bddb7de713ea8b537ddb581ecc1eaceab7c71ce2bf82147efa67056e359 -SIZE (firefox-3.0.19.tar.bz2) = 9167549 +MD5 (firefox-3.6.6.tar.bz2) = 310db218fe439fee0d7ba51021b99e0e +SHA256 (firefox-3.6.6.tar.bz2) = 71236911bc783290799b8eb37dd3bc4c8b06c507d14ea0dd0375f9e66eac548c +SIZE (firefox-3.6.6.tar.bz2) = 10621895 Modified: trunk/www/linux-firefox/pkg-plist ============================================================================== --- trunk/www/linux-firefox/pkg-plist Sun Jun 27 09:23:33 2010 (r337) +++ trunk/www/linux-firefox/pkg-plist Sun Jun 27 10:08:44 2010 (r338) @@ -1,20 +1,12 @@ bin/%%APP_NAME%% share/applications/%%APP_NAME%%.desktop lib/%%APP_NAME%%/.autoreg +lib/%%APP_NAME%%/LICENSE +lib/%%APP_NAME%%/README.txt +lib/%%APP_NAME%%/Throbber-small.gif lib/%%APP_NAME%%/application.ini lib/%%APP_NAME%%/blocklist.xml lib/%%APP_NAME%%/browserconfig.properties -lib/%%APP_NAME%%/crashreporter -lib/%%APP_NAME%%/crashreporter.ini -lib/%%APP_NAME%%/crashreporter-override.ini -lib/%%APP_NAME%%/libjemalloc.so -lib/%%APP_NAME%%/libnssdbm3.so -lib/%%APP_NAME%%/libnssutil3.so -lib/%%APP_NAME%%/libsqlite3.so -lib/%%APP_NAME%%/libxul.so -lib/%%APP_NAME%%/platform.ini -lib/%%APP_NAME%%/Throbber-small.gif -lib/%%APP_NAME%%/README.txt lib/%%APP_NAME%%/chrome/browser.jar lib/%%APP_NAME%%/chrome/browser.manifest lib/%%APP_NAME%%/chrome/classic.jar @@ -35,14 +27,15 @@ lib/%%APP_NAME%%/components/FeedConverter.js lib/%%APP_NAME%%/components/FeedProcessor.js lib/%%APP_NAME%%/components/FeedWriter.js +lib/%%APP_NAME%%/components/GPSDGeolocationProvider.js +lib/%%APP_NAME%%/components/NetworkGeolocationProvider.js lib/%%APP_NAME%%/components/WebContentConverter.js -lib/%%APP_NAME%%/components/aboutRights.js -lib/%%APP_NAME%%/components/aboutRobots.js lib/%%APP_NAME%%/components/browser.xpt +lib/%%APP_NAME%%/components/components.list lib/%%APP_NAME%%/components/fuelApplication.js lib/%%APP_NAME%%/components/jsconsole-clhandler.js -lib/%%APP_NAME%%/components/libbrowserdirprovider.so lib/%%APP_NAME%%/components/libbrowsercomps.so +lib/%%APP_NAME%%/components/libbrowserdirprovider.so lib/%%APP_NAME%%/components/libdbusservice.so lib/%%APP_NAME%%/components/libimgicon.so lib/%%APP_NAME%%/components/libmozgnome.so @@ -58,14 +51,19 @@ lib/%%APP_NAME%%/components/nsDownloadManagerUI.js lib/%%APP_NAME%%/components/nsExtensionManager.js lib/%%APP_NAME%%/components/nsFilePicker.js +lib/%%APP_NAME%%/components/nsFormAutoComplete.js lib/%%APP_NAME%%/components/nsHandlerService.js lib/%%APP_NAME%%/components/nsHelperAppDlg.js +lib/%%APP_NAME%%/components/nsINIProcessor.js lib/%%APP_NAME%%/components/nsLivemarkService.js lib/%%APP_NAME%%/components/nsLoginInfo.js lib/%%APP_NAME%%/components/nsLoginManager.js lib/%%APP_NAME%%/components/nsLoginManagerPrompter.js lib/%%APP_NAME%%/components/nsMicrosummaryService.js +lib/%%APP_NAME%%/components/nsPlacesAutoComplete.js +lib/%%APP_NAME%%/components/nsPlacesDBFlush.js lib/%%APP_NAME%%/components/nsPlacesTransactionsService.js +lib/%%APP_NAME%%/components/nsPrivateBrowsingService.js lib/%%APP_NAME%%/components/nsProxyAutoConfig.js lib/%%APP_NAME%%/components/nsSafebrowsingApplication.js lib/%%APP_NAME%%/components/nsSearchService.js @@ -78,12 +76,18 @@ lib/%%APP_NAME%%/components/nsTryToClose.js lib/%%APP_NAME%%/components/nsURLFormatter.js lib/%%APP_NAME%%/components/nsUpdateService.js +lib/%%APP_NAME%%/components/nsUpdateServiceStub.js +lib/%%APP_NAME%%/components/nsUpdateTimerManager.js lib/%%APP_NAME%%/components/nsUrlClassifierLib.js lib/%%APP_NAME%%/components/nsUrlClassifierListManager.js lib/%%APP_NAME%%/components/nsWebHandlerApp.js lib/%%APP_NAME%%/components/pluginGlue.js lib/%%APP_NAME%%/components/storage-Legacy.js +lib/%%APP_NAME%%/components/storage-mozStorage.js lib/%%APP_NAME%%/components/txEXSLTRegExFunctions.js +lib/%%APP_NAME%%/crashreporter +lib/%%APP_NAME%%/crashreporter-override.ini +lib/%%APP_NAME%%/crashreporter.ini lib/%%APP_NAME%%/defaults/autoconfig/platform.js lib/%%APP_NAME%%/defaults/autoconfig/prefcalls.js lib/%%APP_NAME%%/defaults/pref/browser-prefs.js @@ -100,7 +104,9 @@ lib/%%APP_NAME%%/defaults/profile/prefs.js lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png lib/%%APP_NAME%%/firefox lib/%%APP_NAME%%/firefox-bin lib/%%APP_NAME%%/greprefs/all.js @@ -108,38 +114,55 @@ lib/%%APP_NAME%%/greprefs/xpinstall.js lib/%%APP_NAME%%/icons/document.png lib/%%APP_NAME%%/icons/mozicon128.png -lib/%%APP_NAME%%/icons/mozicon16.xpm -lib/%%APP_NAME%%/icons/mozicon50.xpm +lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/libfreebl3.chk lib/%%APP_NAME%%/libfreebl3.so lib/%%APP_NAME%%/libmozjs.so lib/%%APP_NAME%%/libnspr4.so lib/%%APP_NAME%%/libnss3.so lib/%%APP_NAME%%/libnssckbi.so +lib/%%APP_NAME%%/libnssdbm3.chk +lib/%%APP_NAME%%/libnssdbm3.so +lib/%%APP_NAME%%/libnssutil3.so lib/%%APP_NAME%%/libplc4.so lib/%%APP_NAME%%/libplds4.so lib/%%APP_NAME%%/libsmime3.so lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so +lib/%%APP_NAME%%/libsqlite3.so lib/%%APP_NAME%%/libssl3.so lib/%%APP_NAME%%/libxpcom.so -lib/%%APP_NAME%%/mozilla-xremote-client -lib/%%APP_NAME%%/old-homepage-default.properties -lib/%%APP_NAME%%/plugins/libnullplugin.so -lib/%%APP_NAME%%/removed-files -lib/%%APP_NAME%%/modules/utils.js -lib/%%APP_NAME%%/modules/Microformats.js +lib/%%APP_NAME%%/libxul.so +lib/%%APP_NAME%%/modules/CertUtils.jsm +lib/%%APP_NAME%%/modules/CrashSubmit.jsm +lib/%%APP_NAME%%/modules/DownloadLastDir.jsm +lib/%%APP_NAME%%/modules/DownloadUtils.jsm +lib/%%APP_NAME%%/modules/FileUtils.jsm lib/%%APP_NAME%%/modules/ISO8601DateUtils.jsm +lib/%%APP_NAME%%/modules/LightweightThemeConsumer.jsm +lib/%%APP_NAME%%/modules/LightweightThemeManager.jsm +lib/%%APP_NAME%%/modules/Microformats.js +lib/%%APP_NAME%%/modules/NetUtil.jsm +lib/%%APP_NAME%%/modules/NetworkPrioritizer.jsm +lib/%%APP_NAME%%/modules/PlacesDBUtils.jsm lib/%%APP_NAME%%/modules/PluralForm.jsm -lib/%%APP_NAME%%/modules/JSON.jsm -lib/%%APP_NAME%%/modules/distribution.js -lib/%%APP_NAME%%/modules/debug.js +lib/%%APP_NAME%%/modules/SpatialNavigation.js +lib/%%APP_NAME%%/modules/WindowDraggingUtils.jsm lib/%%APP_NAME%%/modules/XPCOMUtils.jsm -lib/%%APP_NAME%%/modules/DownloadUtils.jsm +lib/%%APP_NAME%%/modules/ctypes.jsm +lib/%%APP_NAME%%/modules/debug.js +lib/%%APP_NAME%%/modules/distribution.js +lib/%%APP_NAME%%/modules/openLocationLastURL.jsm +lib/%%APP_NAME%%/modules/utils.js +lib/%%APP_NAME%%/mozilla-xremote-client +lib/%%APP_NAME%%/platform.ini +lib/%%APP_NAME%%/plugin-container +lib/%%APP_NAME%%/plugins/libnullplugin.so +lib/%%APP_NAME%%/removed-files lib/%%APP_NAME%%/res/EditorOverride.css lib/%%APP_NAME%%/res/arrow.gif lib/%%APP_NAME%%/res/arrowd.gif -lib/%%APP_NAME%%/res/broken-image.gif +lib/%%APP_NAME%%/res/broken-image.png lib/%%APP_NAME%%/res/charsetData.properties lib/%%APP_NAME%%/res/charsetalias.properties lib/%%APP_NAME%%/res/contenteditable.css @@ -164,7 +187,7 @@ lib/%%APP_NAME%%/res/html/folder.png lib/%%APP_NAME%%/res/langGroups.properties lib/%%APP_NAME%%/res/language.properties -lib/%%APP_NAME%%/res/loading-image.gif +lib/%%APP_NAME%%/res/loading-image.png lib/%%APP_NAME%%/res/mathml.css lib/%%APP_NAME%%/res/quirk.css lib/%%APP_NAME%%/res/svg.css @@ -195,35 +218,36 @@ lib/%%APP_NAME%%/searchplugins/creativecommons.xml lib/%%APP_NAME%%/searchplugins/eBay.xml lib/%%APP_NAME%%/searchplugins/google.xml -lib/%%APP_NAME%%/searchplugins/yahoo.xml lib/%%APP_NAME%%/searchplugins/wikipedia.xml +lib/%%APP_NAME%%/searchplugins/yahoo.xml +lib/%%APP_NAME%%/update.locale lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini @exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true -@dirrm lib/%%APP_NAME%%/chrome/icons/default -@dirrm lib/%%APP_NAME%%/chrome/icons -@dirrm lib/%%APP_NAME%%/chrome -@dirrm lib/%%APP_NAME%%/components -@dirrm lib/%%APP_NAME%%/defaults/autoconfig -@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/res/html +@dirrm lib/%%APP_NAME%%/res/fonts +@dirrm lib/%%APP_NAME%%/res/entityTables +@dirrm lib/%%APP_NAME%%/res/dtd +@dirrm lib/%%APP_NAME%%/res +@dirrm lib/%%APP_NAME%%/plugins +@dirrm lib/%%APP_NAME%%/modules +@dirrm lib/%%APP_NAME%%/icons +@dirrm lib/%%APP_NAME%%/greprefs +@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} +@dirrm lib/%%APP_NAME%%/extensions +@dirrm lib/%%APP_NAME%%/dictionaries @dirrm lib/%%APP_NAME%%/defaults/profile/chrome @dirrm lib/%%APP_NAME%%/defaults/profile +@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/defaults/autoconfig @dirrm lib/%%APP_NAME%%/defaults -@dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} -@dirrm lib/%%APP_NAME%%/extensions -@dirrm lib/%%APP_NAME%%/greprefs -@dirrm lib/%%APP_NAME%%/icons -@dirrm lib/%%APP_NAME%%/modules -@dirrm lib/%%APP_NAME%%/plugins -@dirrm lib/%%APP_NAME%%/res/dtd -@dirrm lib/%%APP_NAME%%/res/entityTables -@dirrm lib/%%APP_NAME%%/res/fonts -@dirrm lib/%%APP_NAME%%/res/html -@dirrm lib/%%APP_NAME%%/res -@dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/components +@dirrm lib/%%APP_NAME%%/chrome/icons/default +@dirrm lib/%%APP_NAME%%/chrome/icons +@dirrm lib/%%APP_NAME%%/chrome @dirrm lib/%%APP_NAME%% @dirrmtry share/applications From owner-freebsd-gecko@FreeBSD.ORG Sun Jun 27 13:49:10 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04D42106564A for ; Sun, 27 Jun 2010 13:49:10 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id CDD3D8FC17 for ; Sun, 27 Jun 2010 13:49:08 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o5RDn7VF023449 for ; Sun, 27 Jun 2010 13:49:07 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o5RDn1Ca022009 for freebsd-gecko@freebsd.org; Sun, 27 Jun 2010 13:49:01 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 27 Jun 2010 13:49:01 GMT Message-Id: <201006271349.o5RDn1Ca022009@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r339 - branches/experimental/mail/linux-thunderbird trunk/mail/linux-thunderbird X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2010 13:49:10 -0000 Author: beat Date: Sun Jun 27 13:49:01 2010 New Revision: 339 Log: - Update to 3.1 Modified: branches/experimental/mail/linux-thunderbird/Makefile branches/experimental/mail/linux-thunderbird/distinfo branches/experimental/mail/linux-thunderbird/pkg-plist trunk/mail/linux-thunderbird/Makefile trunk/mail/linux-thunderbird/distinfo trunk/mail/linux-thunderbird/pkg-plist Modified: branches/experimental/mail/linux-thunderbird/Makefile ============================================================================== --- branches/experimental/mail/linux-thunderbird/Makefile Sun Jun 27 10:08:44 2010 (r338) +++ branches/experimental/mail/linux-thunderbird/Makefile Sun Jun 27 13:49:01 2010 (r339) @@ -2,16 +2,20 @@ # Date created: 17 April 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/linux-thunderbird/Makefile,v 1.27 2009/06/25 10:12:08 beat Exp $ +# $FreeBSD: ports/mail/linux-thunderbird/Makefile,v 1.30 2010/03/28 06:39:08 dinoex Exp $ # PORTNAME= thunderbird -PORTVERSION= 2.0.0.24 +PORTVERSION= 3.1 CATEGORIES= mail MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above +USE_BZIP2= yes + +USE_LINUX_APPS= dbusglib dbuslibs alsalib + .include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common" .include Modified: branches/experimental/mail/linux-thunderbird/distinfo ============================================================================== --- branches/experimental/mail/linux-thunderbird/distinfo Sun Jun 27 10:08:44 2010 (r338) +++ branches/experimental/mail/linux-thunderbird/distinfo Sun Jun 27 13:49:01 2010 (r339) @@ -1,3 +1,3 @@ -MD5 (thunderbird-2.0.0.24.tar.gz) = 39f58f71a0bfa820367b580e3d2f4b1e -SHA256 (thunderbird-2.0.0.24.tar.gz) = 7878672b499526598c8f2d97f19f49e0b1ac25caa50be385a8006e90f071cd6f -SIZE (thunderbird-2.0.0.24.tar.gz) = 11807027 +MD5 (thunderbird-3.1.tar.bz2) = 0baeb769f74cde972b7f22b09a453fbe +SHA256 (thunderbird-3.1.tar.bz2) = 7e146da089b47fd3401605d7e081662106202042e39743469ab46b30778fc6d2 +SIZE (thunderbird-3.1.tar.bz2) = 11446854 Modified: branches/experimental/mail/linux-thunderbird/pkg-plist ============================================================================== --- branches/experimental/mail/linux-thunderbird/pkg-plist Sun Jun 27 10:08:44 2010 (r338) +++ branches/experimental/mail/linux-thunderbird/pkg-plist Sun Jun 27 13:49:01 2010 (r339) @@ -1,27 +1,22 @@ bin/%%APP_NAME%% share/applications/%%APP_NAME%%.desktop -lib/%%APP_NAME%%/libnssdbm3.so -lib/%%APP_NAME%%/libnssutil3.so -lib/%%APP_NAME%%/libsqlite3.so -lib/%%APP_NAME%%/LICENSE.txt lib/%%APP_NAME%%/README.txt -lib/%%APP_NAME%%/chrome/US.jar +lib/%%APP_NAME%%/Throbber-small.gif +lib/%%APP_NAME%%/application.ini lib/%%APP_NAME%%/chrome/classic.jar lib/%%APP_NAME%%/chrome/classic.manifest lib/%%APP_NAME%%/chrome/comm.jar lib/%%APP_NAME%%/chrome/comm.manifest lib/%%APP_NAME%%/chrome/en-US.jar lib/%%APP_NAME%%/chrome/en-US.manifest -lib/%%APP_NAME%%/chrome/icons/default/abcardWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/abcardWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/default.xpm -lib/%%APP_NAME%%/chrome/icons/default/messengerWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/messengerWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/msgcomposeWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/msgcomposeWindow16.xpm -lib/%%APP_NAME%%/chrome/installed-chrome.txt +lib/%%APP_NAME%%/chrome/gloda.jar +lib/%%APP_NAME%%/chrome/gloda.manifest +lib/%%APP_NAME%%/chrome/icons/default/default16.png +lib/%%APP_NAME%%/chrome/icons/default/default22.png +lib/%%APP_NAME%%/chrome/icons/default/default24.png +lib/%%APP_NAME%%/chrome/icons/default/default256.png +lib/%%APP_NAME%%/chrome/icons/default/default32.png +lib/%%APP_NAME%%/chrome/icons/default/default48.png lib/%%APP_NAME%%/chrome/messenger.jar lib/%%APP_NAME%%/chrome/messenger.manifest lib/%%APP_NAME%%/chrome/newsblog.jar @@ -31,182 +26,72 @@ lib/%%APP_NAME%%/chrome/toolkit.jar lib/%%APP_NAME%%/chrome/toolkit.manifest lib/%%APP_NAME%%/components/FeedProcessor.js -lib/%%APP_NAME%%/components/accessibility-atk.xpt -lib/%%APP_NAME%%/components/accessibility.xpt -lib/%%APP_NAME%%/components/addrbook.xpt -lib/%%APP_NAME%%/components/alerts.xpt -lib/%%APP_NAME%%/components/appshell.xpt -lib/%%APP_NAME%%/components/appstartup.xpt -lib/%%APP_NAME%%/components/autocomplete.xpt -lib/%%APP_NAME%%/components/autoconfig.xpt -lib/%%APP_NAME%%/components/bookmarks.xpt -lib/%%APP_NAME%%/components/caps.xpt -lib/%%APP_NAME%%/components/chardet.xpt -lib/%%APP_NAME%%/components/chrome.xpt -lib/%%APP_NAME%%/components/commandhandler.xpt -lib/%%APP_NAME%%/components/commandlines.xpt -lib/%%APP_NAME%%/components/composer.xpt -lib/%%APP_NAME%%/components/content_base.xpt -lib/%%APP_NAME%%/components/content_html.xpt -lib/%%APP_NAME%%/components/content_htmldoc.xpt -lib/%%APP_NAME%%/components/content_xmldoc.xpt -lib/%%APP_NAME%%/components/content_xslt.xpt -lib/%%APP_NAME%%/components/content_xtf.xpt -lib/%%APP_NAME%%/components/docshell.xpt -lib/%%APP_NAME%%/components/dom.xpt -lib/%%APP_NAME%%/components/dom_base.xpt -lib/%%APP_NAME%%/components/dom_canvas.xpt -lib/%%APP_NAME%%/components/dom_core.xpt -lib/%%APP_NAME%%/components/dom_css.xpt -lib/%%APP_NAME%%/components/dom_events.xpt -lib/%%APP_NAME%%/components/dom_html.xpt -lib/%%APP_NAME%%/components/dom_loadsave.xpt -lib/%%APP_NAME%%/components/dom_range.xpt -lib/%%APP_NAME%%/components/dom_sidebar.xpt -lib/%%APP_NAME%%/components/dom_storage.xpt -lib/%%APP_NAME%%/components/dom_stylesheets.xpt -lib/%%APP_NAME%%/components/dom_traversal.xpt -lib/%%APP_NAME%%/components/dom_views.xpt -lib/%%APP_NAME%%/components/dom_xbl.xpt -lib/%%APP_NAME%%/components/dom_xpath.xpt -lib/%%APP_NAME%%/components/dom_xul.xpt -lib/%%APP_NAME%%/components/downloads.xpt -lib/%%APP_NAME%%/components/editor.xpt -lib/%%APP_NAME%%/components/embed_base.xpt -lib/%%APP_NAME%%/components/extensions.xpt -lib/%%APP_NAME%%/components/exthandler.xpt -lib/%%APP_NAME%%/components/fastfind.xpt -lib/%%APP_NAME%%/components/feeds.xpt -lib/%%APP_NAME%%/components/filepicker.xpt -lib/%%APP_NAME%%/components/find.xpt -lib/%%APP_NAME%%/components/gfx.xpt -lib/%%APP_NAME%%/components/history.xpt -lib/%%APP_NAME%%/components/htmlparser.xpt -lib/%%APP_NAME%%/components/imglib2.xpt -lib/%%APP_NAME%%/components/impComm4xMail.xpt -lib/%%APP_NAME%%/components/import.xpt -lib/%%APP_NAME%%/components/inspector.xpt -lib/%%APP_NAME%%/components/intl.xpt -lib/%%APP_NAME%%/components/jar.xpt +lib/%%APP_NAME%%/components/GPSDGeolocationProvider.js +lib/%%APP_NAME%%/components/NetworkGeolocationProvider.js +lib/%%APP_NAME%%/components/aboutRights.js +lib/%%APP_NAME%%/components/components.list +lib/%%APP_NAME%%/components/glautocomp.js lib/%%APP_NAME%%/components/jsconsole-clhandler.js -lib/%%APP_NAME%%/components/jsconsole.xpt -lib/%%APP_NAME%%/components/jsdservice.xpt -lib/%%APP_NAME%%/components/layout_base.xpt -lib/%%APP_NAME%%/components/layout_printing.xpt -lib/%%APP_NAME%%/components/layout_xul.xpt -lib/%%APP_NAME%%/components/layout_xul_tree.xpt -lib/%%APP_NAME%%/components/libjar50.so +lib/%%APP_NAME%%/components/jsmimeemitter.js +lib/%%APP_NAME%%/components/libdbusservice.so +lib/%%APP_NAME%%/components/libimgicon.so lib/%%APP_NAME%%/components/libjsd.so lib/%%APP_NAME%%/components/libmozgnome.so -lib/%%APP_NAME%%/components/libmyspell.so -lib/%%APP_NAME%%/components/libspellchecker.so lib/%%APP_NAME%%/components/libxpinstall.so -lib/%%APP_NAME%%/components/locale.xpt -lib/%%APP_NAME%%/components/lwbrk.xpt -lib/%%APP_NAME%%/components/mailnews.xpt -lib/%%APP_NAME%%/components/mailprofilemigration.xpt -lib/%%APP_NAME%%/components/mailview.xpt +lib/%%APP_NAME%%/components/mail.xpt +lib/%%APP_NAME%%/components/mailContentHandler.js lib/%%APP_NAME%%/components/mdn-service.js -lib/%%APP_NAME%%/components/mime.xpt -lib/%%APP_NAME%%/components/mimetype.xpt -lib/%%APP_NAME%%/components/mozbrwsr.xpt -lib/%%APP_NAME%%/components/mozfind.xpt -lib/%%APP_NAME%%/components/mozgnome.xpt -lib/%%APP_NAME%%/components/mozldap.xpt -lib/%%APP_NAME%%/components/msgbase.xpt -lib/%%APP_NAME%%/components/msgcompose.xpt -lib/%%APP_NAME%%/components/msgdb.xpt -lib/%%APP_NAME%%/components/msgimap.xpt -lib/%%APP_NAME%%/components/msglocal.xpt -lib/%%APP_NAME%%/components/msgnews.xpt -lib/%%APP_NAME%%/components/msgsearch.xpt -lib/%%APP_NAME%%/components/msgsmime.xpt -lib/%%APP_NAME%%/components/necko.xpt -lib/%%APP_NAME%%/components/necko_about.xpt -lib/%%APP_NAME%%/components/necko_cache.xpt -lib/%%APP_NAME%%/components/necko_cookie.xpt -lib/%%APP_NAME%%/components/necko_data.xpt -lib/%%APP_NAME%%/components/necko_dns.xpt -lib/%%APP_NAME%%/components/necko_file.xpt -lib/%%APP_NAME%%/components/necko_ftp.xpt -lib/%%APP_NAME%%/components/necko_http.xpt -lib/%%APP_NAME%%/components/necko_res.xpt -lib/%%APP_NAME%%/components/necko_socket.xpt -lib/%%APP_NAME%%/components/necko_strconv.xpt -lib/%%APP_NAME%%/components/necko_viewsource.xpt +lib/%%APP_NAME%%/components/msgAsyncPrompter.js lib/%%APP_NAME%%/components/newsblog.js +lib/%%APP_NAME%%/components/nsAbAutoCompleteMyDomain.js +lib/%%APP_NAME%%/components/nsAbAutoCompleteSearch.js lib/%%APP_NAME%%/components/nsAbLDAPAttributeMap.js -lib/%%APP_NAME%%/components/nsCloseAllWindows.js -lib/%%APP_NAME%%/components/nsComposerCmdLineHandler.js +lib/%%APP_NAME%%/components/nsActivity.js +lib/%%APP_NAME%%/components/nsActivityManager.js +lib/%%APP_NAME%%/components/nsActivityManagerUI.js +lib/%%APP_NAME%%/components/nsAddonRepository.js +lib/%%APP_NAME%%/components/nsBadCertHandler.js +lib/%%APP_NAME%%/components/nsBlocklistService.js +lib/%%APP_NAME%%/components/nsContentDispatchChooser.js +lib/%%APP_NAME%%/components/nsContentPrefService.js lib/%%APP_NAME%%/components/nsDefaultCLH.js +lib/%%APP_NAME%%/components/nsDownloadManagerUI.js lib/%%APP_NAME%%/components/nsExtensionManager.js lib/%%APP_NAME%%/components/nsFilePicker.js +lib/%%APP_NAME%%/components/nsFormAutoComplete.js +lib/%%APP_NAME%%/components/nsHandlerService.js lib/%%APP_NAME%%/components/nsHelperAppDlg.js -lib/%%APP_NAME%%/components/nsInterfaceInfoToIDL.js -lib/%%APP_NAME%%/components/nsLDAPPrefsService.js +lib/%%APP_NAME%%/components/nsINIProcessor.js +lib/%%APP_NAME%%/components/nsLDAPProtocolHandler.js +lib/%%APP_NAME%%/components/nsLoginInfo.js +lib/%%APP_NAME%%/components/nsLoginManager.js +lib/%%APP_NAME%%/components/nsLoginManagerPrompter.js lib/%%APP_NAME%%/components/nsMailDefaultHandler.js +lib/%%APP_NAME%%/components/nsMailNewsCommandLineHandler.js +lib/%%APP_NAME%%/components/nsMsgTraitService.js lib/%%APP_NAME%%/components/nsPhishingProtectionApplication.js -lib/%%APP_NAME%%/components/nsProgressDialog.js lib/%%APP_NAME%%/components/nsProxyAutoConfig.js +lib/%%APP_NAME%%/components/nsSMTPProtocolHandler.js lib/%%APP_NAME%%/components/nsSetDefaultMail.js +lib/%%APP_NAME%%/components/nsTryToClose.js lib/%%APP_NAME%%/components/nsURLFormatter.js lib/%%APP_NAME%%/components/nsUpdateService.js +lib/%%APP_NAME%%/components/nsUpdateServiceStub.js +lib/%%APP_NAME%%/components/nsUpdateTimerManager.js lib/%%APP_NAME%%/components/nsUrlClassifierLib.js lib/%%APP_NAME%%/components/nsUrlClassifierListManager.js -lib/%%APP_NAME%%/components/nsUrlClassifierTable.js +lib/%%APP_NAME%%/components/nsWebHandlerApp.js lib/%%APP_NAME%%/components/offlineStartup.js -lib/%%APP_NAME%%/components/pipboot.xpt -lib/%%APP_NAME%%/components/pipnss.xpt -lib/%%APP_NAME%%/components/pippki.xpt -lib/%%APP_NAME%%/components/pref.xpt -lib/%%APP_NAME%%/components/prefetch.xpt -lib/%%APP_NAME%%/components/profile.xpt -lib/%%APP_NAME%%/components/progressDlg.xpt -lib/%%APP_NAME%%/components/proxyObjInst.xpt -lib/%%APP_NAME%%/components/rdf.xpt -lib/%%APP_NAME%%/components/saxparser.xpt -lib/%%APP_NAME%%/components/shellservice.xpt -lib/%%APP_NAME%%/components/shistory.xpt -lib/%%APP_NAME%%/components/signonviewer.xpt +lib/%%APP_NAME%%/components/pluginGlue.js lib/%%APP_NAME%%/components/smime-service.js -lib/%%APP_NAME%%/components/spellchecker.xpt -lib/%%APP_NAME%%/components/storage.xpt -lib/%%APP_NAME%%/components/toolkitprofile.xpt -lib/%%APP_NAME%%/components/toolkitremote.xpt -lib/%%APP_NAME%%/components/txmgr.xpt -lib/%%APP_NAME%%/components/txtsvc.xpt -lib/%%APP_NAME%%/components/uconv.xpt -lib/%%APP_NAME%%/components/unicharutil.xpt -lib/%%APP_NAME%%/components/update.xpt -lib/%%APP_NAME%%/components/uriloader.xpt -lib/%%APP_NAME%%/components/url-classifier.xpt -lib/%%APP_NAME%%/components/urlformatter.xpt -lib/%%APP_NAME%%/components/wallet.xpt -lib/%%APP_NAME%%/components/walleteditor.xpt -lib/%%APP_NAME%%/components/walletpreview.xpt -lib/%%APP_NAME%%/components/webBrowser_core.xpt -lib/%%APP_NAME%%/components/webbrowserpersist.xpt -lib/%%APP_NAME%%/components/webshell_idls.xpt -lib/%%APP_NAME%%/components/websrvcs.xpt -lib/%%APP_NAME%%/components/widget.xpt -lib/%%APP_NAME%%/components/windowds.xpt -lib/%%APP_NAME%%/components/windowwatcher.xpt -lib/%%APP_NAME%%/components/xpautocomplete.xpt -lib/%%APP_NAME%%/components/xpcom_base.xpt -lib/%%APP_NAME%%/components/xpcom_components.xpt -lib/%%APP_NAME%%/components/xpcom_ds.xpt -lib/%%APP_NAME%%/components/xpcom_io.xpt -lib/%%APP_NAME%%/components/xpcom_obsolete.xpt -lib/%%APP_NAME%%/components/xpcom_threads.xpt -lib/%%APP_NAME%%/components/xpcom_xpti.xpt -lib/%%APP_NAME%%/components/xpconnect.xpt -lib/%%APP_NAME%%/components/xpinstall.xpt -lib/%%APP_NAME%%/components/xulapp.xpt -lib/%%APP_NAME%%/components/xuldoc.xpt -lib/%%APP_NAME%%/components/xultmpl.xpt +lib/%%APP_NAME%%/components/steelApplication.js +lib/%%APP_NAME%%/components/storage-Legacy.js +lib/%%APP_NAME%%/components/storage-mozStorage.js +lib/%%APP_NAME%%/components/txEXSLTRegExFunctions.js +lib/%%APP_NAME%%/crashreporter +lib/%%APP_NAME%%/crashreporter.ini lib/%%APP_NAME%%/defaults/autoconfig/platform.js lib/%%APP_NAME%%/defaults/autoconfig/prefcalls.js -lib/%%APP_NAME%%/defaults/messenger/US/mailViews.dat lib/%%APP_NAME%%/defaults/messenger/mailViews.dat lib/%%APP_NAME%%/defaults/pref/all-l10n.js lib/%%APP_NAME%%/defaults/pref/all-thunderbird.js @@ -216,83 +101,148 @@ lib/%%APP_NAME%%/defaults/pref/mdn.js lib/%%APP_NAME%%/defaults/pref/smime.js lib/%%APP_NAME%%/defaults/pref/thunderbird-branding.js -lib/%%APP_NAME%%/defaults/profile/US/localstore.rdf -lib/%%APP_NAME%%/defaults/profile/US/mimeTypes.rdf lib/%%APP_NAME%%/defaults/profile/localstore.rdf lib/%%APP_NAME%%/defaults/profile/mimeTypes.rdf lib/%%APP_NAME%%/defaults/profile/prefs.js -lib/%%APP_NAME%%/defaults/wallet/DistinguishedSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/FieldSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/PositionalSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/SchemaConcat.tbl -lib/%%APP_NAME%%/defaults/wallet/SchemaStrings.tbl -lib/%%APP_NAME%%/defaults/wallet/StateSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/VcardSchema.tbl -lib/%%APP_NAME%%/dependentlibs.list lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/chrome.manifest -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/libqfaservices.so -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/qfaservices.xpt -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback/XTalkback.ad -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback/master.ini -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback/talkback -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback/talkback.so -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png lib/%%APP_NAME%%/greprefs/all.js lib/%%APP_NAME%%/greprefs/security-prefs.js lib/%%APP_NAME%%/greprefs/xpinstall.js -lib/%%APP_NAME%%/icons/mozicon16.xpm -lib/%%APP_NAME%%/icons/mozicon50.xpm -lib/%%APP_NAME%%/init.d/README +lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/isp/SpamAssassin.sfd lib/%%APP_NAME%%/isp/SpamPal.sfd -lib/%%APP_NAME%%/isp/en-US/gmail.rdf lib/%%APP_NAME%%/isp/movemail.rdf lib/%%APP_NAME%%/isp/rss.rdf lib/%%APP_NAME%%/libfreebl3.chk lib/%%APP_NAME%%/libfreebl3.so -lib/%%APP_NAME%%/libldap50.so +lib/%%APP_NAME%%/libldap60.so +lib/%%APP_NAME%%/libldif60.so lib/%%APP_NAME%%/libmozjs.so lib/%%APP_NAME%%/libnspr4.so lib/%%APP_NAME%%/libnss3.so lib/%%APP_NAME%%/libnssckbi.so +lib/%%APP_NAME%%/libnssdbm3.chk +lib/%%APP_NAME%%/libnssdbm3.so +lib/%%APP_NAME%%/libnssutil3.so lib/%%APP_NAME%%/libplc4.so lib/%%APP_NAME%%/libplds4.so -lib/%%APP_NAME%%/libprldap50.so +lib/%%APP_NAME%%/libprldap60.so lib/%%APP_NAME%%/libsmime3.so lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so +lib/%%APP_NAME%%/libsqlite3.so lib/%%APP_NAME%%/libssl3.so lib/%%APP_NAME%%/libxpcom.so -lib/%%APP_NAME%%/libxpcom_compat.so lib/%%APP_NAME%%/libxpcom_core.so -lib/%%APP_NAME%%/libxpistub.so -lib/%%APP_NAME%%/license.html -lib/%%APP_NAME%%/mozilla-installer-bin +lib/%%APP_NAME%%/modules/CertUtils.jsm +lib/%%APP_NAME%%/modules/CrashSubmit.jsm +lib/%%APP_NAME%%/modules/DownloadLastDir.jsm +lib/%%APP_NAME%%/modules/DownloadUtils.jsm +lib/%%APP_NAME%%/modules/FileUtils.jsm +lib/%%APP_NAME%%/modules/IOUtils.js +lib/%%APP_NAME%%/modules/ISO8601DateUtils.jsm +lib/%%APP_NAME%%/modules/LightweightThemeConsumer.jsm +lib/%%APP_NAME%%/modules/LightweightThemeManager.jsm +lib/%%APP_NAME%%/modules/MailConsts.js +lib/%%APP_NAME%%/modules/MailUtils.js +lib/%%APP_NAME%%/modules/Microformats.js +lib/%%APP_NAME%%/modules/MsgHdrSyntheticView.js +lib/%%APP_NAME%%/modules/NetUtil.jsm +lib/%%APP_NAME%%/modules/PluralForm.jsm +lib/%%APP_NAME%%/modules/SearchIntegration.js +lib/%%APP_NAME%%/modules/SpatialNavigation.js +lib/%%APP_NAME%%/modules/StringBundle.js +lib/%%APP_NAME%%/modules/WindowDraggingUtils.jsm +lib/%%APP_NAME%%/modules/XPCOMUtils.jsm +lib/%%APP_NAME%%/modules/activity/activityModules.js +lib/%%APP_NAME%%/modules/activity/alertHook.js +lib/%%APP_NAME%%/modules/activity/autosync.js +lib/%%APP_NAME%%/modules/activity/glodaIndexer.js +lib/%%APP_NAME%%/modules/activity/moveCopy.js +lib/%%APP_NAME%%/modules/activity/pop3Download.js +lib/%%APP_NAME%%/modules/activity/sendLater.js +lib/%%APP_NAME%%/modules/appIdleManager.js +lib/%%APP_NAME%%/modules/attachmentChecker.js +lib/%%APP_NAME%%/modules/ctypes.jsm +lib/%%APP_NAME%%/modules/dbViewWrapper.js +lib/%%APP_NAME%%/modules/debug.js +lib/%%APP_NAME%%/modules/errUtils.js +lib/%%APP_NAME%%/modules/folderUtils.jsm +lib/%%APP_NAME%%/modules/gloda/collection.js +lib/%%APP_NAME%%/modules/gloda/connotent.js +lib/%%APP_NAME%%/modules/gloda/databind.js +lib/%%APP_NAME%%/modules/gloda/datamodel.js +lib/%%APP_NAME%%/modules/gloda/datastore.js +lib/%%APP_NAME%%/modules/gloda/dbview.js +lib/%%APP_NAME%%/modules/gloda/everybody.js +lib/%%APP_NAME%%/modules/gloda/explattr.js +lib/%%APP_NAME%%/modules/gloda/facet.js +lib/%%APP_NAME%%/modules/gloda/fundattr.js +lib/%%APP_NAME%%/modules/gloda/gloda.js +lib/%%APP_NAME%%/modules/gloda/index_ab.js +lib/%%APP_NAME%%/modules/gloda/index_msg.js +lib/%%APP_NAME%%/modules/gloda/indexer.js +lib/%%APP_NAME%%/modules/gloda/log4moz.js +lib/%%APP_NAME%%/modules/gloda/mimeTypeCategories.js +lib/%%APP_NAME%%/modules/gloda/mimemsg.js +lib/%%APP_NAME%%/modules/gloda/msg_search.js +lib/%%APP_NAME%%/modules/gloda/noun_freetag.js +lib/%%APP_NAME%%/modules/gloda/noun_mimetype.js +lib/%%APP_NAME%%/modules/gloda/noun_tag.js +lib/%%APP_NAME%%/modules/gloda/public.js +lib/%%APP_NAME%%/modules/gloda/query.js +lib/%%APP_NAME%%/modules/gloda/suffixtree.js +lib/%%APP_NAME%%/modules/gloda/utils.js +lib/%%APP_NAME%%/modules/iteratorUtils.jsm +lib/%%APP_NAME%%/modules/jsTreeSelection.js +lib/%%APP_NAME%%/modules/mailMigrator.js +lib/%%APP_NAME%%/modules/mailViewManager.js +lib/%%APP_NAME%%/modules/mailnewsMigrator.js +lib/%%APP_NAME%%/modules/quickFilterManager.js +lib/%%APP_NAME%%/modules/searchSpec.js +lib/%%APP_NAME%%/modules/sessionStoreManager.js +lib/%%APP_NAME%%/modules/templateUtils.js +lib/%%APP_NAME%%/modules/traceHelper.js +lib/%%APP_NAME%%/modules/virtualFolderWrapper.js lib/%%APP_NAME%%/mozilla-xremote-client +lib/%%APP_NAME%%/platform.ini lib/%%APP_NAME%%/removed-files lib/%%APP_NAME%%/res/EditorOverride.css -lib/%%APP_NAME%%/res/broken-image.gif +lib/%%APP_NAME%%/res/arrow.gif +lib/%%APP_NAME%%/res/arrowd.gif +lib/%%APP_NAME%%/res/broken-image.png lib/%%APP_NAME%%/res/charsetData.properties lib/%%APP_NAME%%/res/charsetalias.properties +lib/%%APP_NAME%%/res/contenteditable.css +lib/%%APP_NAME%%/res/designmode.css +lib/%%APP_NAME%%/res/dtd/mathml.dtd lib/%%APP_NAME%%/res/dtd/xhtml11.dtd lib/%%APP_NAME%%/res/entityTables/html40Latin1.properties lib/%%APP_NAME%%/res/entityTables/html40Special.properties lib/%%APP_NAME%%/res/entityTables/html40Symbols.properties lib/%%APP_NAME%%/res/entityTables/htmlEntityVersions.properties +lib/%%APP_NAME%%/res/entityTables/mathml20.properties lib/%%APP_NAME%%/res/entityTables/transliterate.properties -lib/%%APP_NAME%%/res/fonts/fontEncoding.properties -lib/%%APP_NAME%%/res/fonts/pangoFontEncoding.properties +lib/%%APP_NAME%%/res/fonts/mathfont.properties +lib/%%APP_NAME%%/res/fonts/mathfontSTIXNonUnicode.properties +lib/%%APP_NAME%%/res/fonts/mathfontSTIXSize1.properties +lib/%%APP_NAME%%/res/fonts/mathfontStandardSymbolsL.properties +lib/%%APP_NAME%%/res/fonts/mathfontUnicode.properties lib/%%APP_NAME%%/res/forms.css lib/%%APP_NAME%%/res/grabber.gif lib/%%APP_NAME%%/res/hiddenWindow.html lib/%%APP_NAME%%/res/html.css +lib/%%APP_NAME%%/res/html/folder.png lib/%%APP_NAME%%/res/langGroups.properties lib/%%APP_NAME%%/res/language.properties +lib/%%APP_NAME%%/res/loading-image.png +lib/%%APP_NAME%%/res/mathml.css lib/%%APP_NAME%%/res/quirk.css -lib/%%APP_NAME%%/res/sample.unixpsfonts.properties +lib/%%APP_NAME%%/res/svg.css lib/%%APP_NAME%%/res/table-add-column-after-active.gif lib/%%APP_NAME%%/res/table-add-column-after-hover.gif lib/%%APP_NAME%%/res/table-add-column-after.gif @@ -313,36 +263,33 @@ lib/%%APP_NAME%%/res/table-remove-row.gif lib/%%APP_NAME%%/res/ua.css lib/%%APP_NAME%%/res/unixcharset.properties +lib/%%APP_NAME%%/res/viewsource.css lib/%%APP_NAME%%/run-mozilla.sh lib/%%APP_NAME%%/thunderbird lib/%%APP_NAME%%/thunderbird-bin +lib/%%APP_NAME%%/update.locale lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini -lib/%%APP_NAME%%/xpicleanup @exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true +@dirrm lib/%%APP_NAME%%/res/html @dirrm lib/%%APP_NAME%%/res/fonts @dirrm lib/%%APP_NAME%%/res/entityTables @dirrm lib/%%APP_NAME%%/res/dtd @dirrm lib/%%APP_NAME%%/res -@dirrm lib/%%APP_NAME%%/isp/en-US +@dirrm lib/%%APP_NAME%%/modules/gloda +@dirrm lib/%%APP_NAME%%/modules/activity +@dirrm lib/%%APP_NAME%%/modules @dirrm lib/%%APP_NAME%%/isp -@dirrm lib/%%APP_NAME%%/init.d @dirrm lib/%%APP_NAME%%/icons @dirrm lib/%%APP_NAME%%/greprefs @dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} -@dirrm lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback -@dirrm lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components -@dirrm lib/%%APP_NAME%%/extensions/talkback@mozilla.org @dirrm lib/%%APP_NAME%%/extensions @dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/defaults/wallet -@dirrm lib/%%APP_NAME%%/defaults/profile/US @dirrm lib/%%APP_NAME%%/defaults/profile @dirrm lib/%%APP_NAME%%/defaults/pref -@dirrm lib/%%APP_NAME%%/defaults/messenger/US @dirrm lib/%%APP_NAME%%/defaults/messenger @dirrm lib/%%APP_NAME%%/defaults/autoconfig @dirrm lib/%%APP_NAME%%/defaults Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Sun Jun 27 10:08:44 2010 (r338) +++ trunk/mail/linux-thunderbird/Makefile Sun Jun 27 13:49:01 2010 (r339) @@ -2,16 +2,20 @@ # Date created: 17 April 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/linux-thunderbird/Makefile,v 1.27 2009/06/25 10:12:08 beat Exp $ +# $FreeBSD: ports/mail/linux-thunderbird/Makefile,v 1.30 2010/03/28 06:39:08 dinoex Exp $ # PORTNAME= thunderbird -PORTVERSION= 2.0.0.24 +PORTVERSION= 3.1 CATEGORIES= mail MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above +USE_BZIP2= yes + +USE_LINUX_APPS= dbusglib dbuslibs alsalib + .include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common" .include Modified: trunk/mail/linux-thunderbird/distinfo ============================================================================== --- trunk/mail/linux-thunderbird/distinfo Sun Jun 27 10:08:44 2010 (r338) +++ trunk/mail/linux-thunderbird/distinfo Sun Jun 27 13:49:01 2010 (r339) @@ -1,3 +1,3 @@ -MD5 (thunderbird-2.0.0.24.tar.gz) = 39f58f71a0bfa820367b580e3d2f4b1e -SHA256 (thunderbird-2.0.0.24.tar.gz) = 7878672b499526598c8f2d97f19f49e0b1ac25caa50be385a8006e90f071cd6f -SIZE (thunderbird-2.0.0.24.tar.gz) = 11807027 +MD5 (thunderbird-3.1.tar.bz2) = 0baeb769f74cde972b7f22b09a453fbe +SHA256 (thunderbird-3.1.tar.bz2) = 7e146da089b47fd3401605d7e081662106202042e39743469ab46b30778fc6d2 +SIZE (thunderbird-3.1.tar.bz2) = 11446854 Modified: trunk/mail/linux-thunderbird/pkg-plist ============================================================================== --- trunk/mail/linux-thunderbird/pkg-plist Sun Jun 27 10:08:44 2010 (r338) +++ trunk/mail/linux-thunderbird/pkg-plist Sun Jun 27 13:49:01 2010 (r339) @@ -1,27 +1,22 @@ bin/%%APP_NAME%% share/applications/%%APP_NAME%%.desktop -lib/%%APP_NAME%%/libnssdbm3.so -lib/%%APP_NAME%%/libnssutil3.so -lib/%%APP_NAME%%/libsqlite3.so -lib/%%APP_NAME%%/LICENSE.txt lib/%%APP_NAME%%/README.txt -lib/%%APP_NAME%%/chrome/US.jar +lib/%%APP_NAME%%/Throbber-small.gif +lib/%%APP_NAME%%/application.ini lib/%%APP_NAME%%/chrome/classic.jar lib/%%APP_NAME%%/chrome/classic.manifest lib/%%APP_NAME%%/chrome/comm.jar lib/%%APP_NAME%%/chrome/comm.manifest lib/%%APP_NAME%%/chrome/en-US.jar lib/%%APP_NAME%%/chrome/en-US.manifest -lib/%%APP_NAME%%/chrome/icons/default/abcardWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/abcardWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/default.xpm -lib/%%APP_NAME%%/chrome/icons/default/messengerWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/messengerWindow16.xpm -lib/%%APP_NAME%%/chrome/icons/default/msgcomposeWindow.xpm -lib/%%APP_NAME%%/chrome/icons/default/msgcomposeWindow16.xpm -lib/%%APP_NAME%%/chrome/installed-chrome.txt +lib/%%APP_NAME%%/chrome/gloda.jar +lib/%%APP_NAME%%/chrome/gloda.manifest +lib/%%APP_NAME%%/chrome/icons/default/default16.png +lib/%%APP_NAME%%/chrome/icons/default/default22.png +lib/%%APP_NAME%%/chrome/icons/default/default24.png +lib/%%APP_NAME%%/chrome/icons/default/default256.png +lib/%%APP_NAME%%/chrome/icons/default/default32.png +lib/%%APP_NAME%%/chrome/icons/default/default48.png lib/%%APP_NAME%%/chrome/messenger.jar lib/%%APP_NAME%%/chrome/messenger.manifest lib/%%APP_NAME%%/chrome/newsblog.jar @@ -31,182 +26,72 @@ lib/%%APP_NAME%%/chrome/toolkit.jar lib/%%APP_NAME%%/chrome/toolkit.manifest lib/%%APP_NAME%%/components/FeedProcessor.js -lib/%%APP_NAME%%/components/accessibility-atk.xpt -lib/%%APP_NAME%%/components/accessibility.xpt -lib/%%APP_NAME%%/components/addrbook.xpt -lib/%%APP_NAME%%/components/alerts.xpt -lib/%%APP_NAME%%/components/appshell.xpt -lib/%%APP_NAME%%/components/appstartup.xpt -lib/%%APP_NAME%%/components/autocomplete.xpt -lib/%%APP_NAME%%/components/autoconfig.xpt -lib/%%APP_NAME%%/components/bookmarks.xpt -lib/%%APP_NAME%%/components/caps.xpt -lib/%%APP_NAME%%/components/chardet.xpt -lib/%%APP_NAME%%/components/chrome.xpt -lib/%%APP_NAME%%/components/commandhandler.xpt -lib/%%APP_NAME%%/components/commandlines.xpt -lib/%%APP_NAME%%/components/composer.xpt -lib/%%APP_NAME%%/components/content_base.xpt -lib/%%APP_NAME%%/components/content_html.xpt -lib/%%APP_NAME%%/components/content_htmldoc.xpt -lib/%%APP_NAME%%/components/content_xmldoc.xpt -lib/%%APP_NAME%%/components/content_xslt.xpt -lib/%%APP_NAME%%/components/content_xtf.xpt -lib/%%APP_NAME%%/components/docshell.xpt -lib/%%APP_NAME%%/components/dom.xpt -lib/%%APP_NAME%%/components/dom_base.xpt -lib/%%APP_NAME%%/components/dom_canvas.xpt -lib/%%APP_NAME%%/components/dom_core.xpt -lib/%%APP_NAME%%/components/dom_css.xpt -lib/%%APP_NAME%%/components/dom_events.xpt -lib/%%APP_NAME%%/components/dom_html.xpt -lib/%%APP_NAME%%/components/dom_loadsave.xpt -lib/%%APP_NAME%%/components/dom_range.xpt -lib/%%APP_NAME%%/components/dom_sidebar.xpt -lib/%%APP_NAME%%/components/dom_storage.xpt -lib/%%APP_NAME%%/components/dom_stylesheets.xpt -lib/%%APP_NAME%%/components/dom_traversal.xpt -lib/%%APP_NAME%%/components/dom_views.xpt -lib/%%APP_NAME%%/components/dom_xbl.xpt -lib/%%APP_NAME%%/components/dom_xpath.xpt -lib/%%APP_NAME%%/components/dom_xul.xpt -lib/%%APP_NAME%%/components/downloads.xpt -lib/%%APP_NAME%%/components/editor.xpt -lib/%%APP_NAME%%/components/embed_base.xpt -lib/%%APP_NAME%%/components/extensions.xpt -lib/%%APP_NAME%%/components/exthandler.xpt -lib/%%APP_NAME%%/components/fastfind.xpt -lib/%%APP_NAME%%/components/feeds.xpt -lib/%%APP_NAME%%/components/filepicker.xpt -lib/%%APP_NAME%%/components/find.xpt -lib/%%APP_NAME%%/components/gfx.xpt -lib/%%APP_NAME%%/components/history.xpt -lib/%%APP_NAME%%/components/htmlparser.xpt -lib/%%APP_NAME%%/components/imglib2.xpt -lib/%%APP_NAME%%/components/impComm4xMail.xpt -lib/%%APP_NAME%%/components/import.xpt -lib/%%APP_NAME%%/components/inspector.xpt -lib/%%APP_NAME%%/components/intl.xpt -lib/%%APP_NAME%%/components/jar.xpt +lib/%%APP_NAME%%/components/GPSDGeolocationProvider.js +lib/%%APP_NAME%%/components/NetworkGeolocationProvider.js +lib/%%APP_NAME%%/components/aboutRights.js +lib/%%APP_NAME%%/components/components.list +lib/%%APP_NAME%%/components/glautocomp.js lib/%%APP_NAME%%/components/jsconsole-clhandler.js -lib/%%APP_NAME%%/components/jsconsole.xpt -lib/%%APP_NAME%%/components/jsdservice.xpt -lib/%%APP_NAME%%/components/layout_base.xpt -lib/%%APP_NAME%%/components/layout_printing.xpt -lib/%%APP_NAME%%/components/layout_xul.xpt -lib/%%APP_NAME%%/components/layout_xul_tree.xpt -lib/%%APP_NAME%%/components/libjar50.so +lib/%%APP_NAME%%/components/jsmimeemitter.js +lib/%%APP_NAME%%/components/libdbusservice.so +lib/%%APP_NAME%%/components/libimgicon.so lib/%%APP_NAME%%/components/libjsd.so lib/%%APP_NAME%%/components/libmozgnome.so -lib/%%APP_NAME%%/components/libmyspell.so -lib/%%APP_NAME%%/components/libspellchecker.so lib/%%APP_NAME%%/components/libxpinstall.so -lib/%%APP_NAME%%/components/locale.xpt -lib/%%APP_NAME%%/components/lwbrk.xpt -lib/%%APP_NAME%%/components/mailnews.xpt -lib/%%APP_NAME%%/components/mailprofilemigration.xpt -lib/%%APP_NAME%%/components/mailview.xpt +lib/%%APP_NAME%%/components/mail.xpt +lib/%%APP_NAME%%/components/mailContentHandler.js lib/%%APP_NAME%%/components/mdn-service.js -lib/%%APP_NAME%%/components/mime.xpt -lib/%%APP_NAME%%/components/mimetype.xpt -lib/%%APP_NAME%%/components/mozbrwsr.xpt -lib/%%APP_NAME%%/components/mozfind.xpt -lib/%%APP_NAME%%/components/mozgnome.xpt -lib/%%APP_NAME%%/components/mozldap.xpt -lib/%%APP_NAME%%/components/msgbase.xpt -lib/%%APP_NAME%%/components/msgcompose.xpt -lib/%%APP_NAME%%/components/msgdb.xpt -lib/%%APP_NAME%%/components/msgimap.xpt -lib/%%APP_NAME%%/components/msglocal.xpt -lib/%%APP_NAME%%/components/msgnews.xpt -lib/%%APP_NAME%%/components/msgsearch.xpt -lib/%%APP_NAME%%/components/msgsmime.xpt -lib/%%APP_NAME%%/components/necko.xpt -lib/%%APP_NAME%%/components/necko_about.xpt -lib/%%APP_NAME%%/components/necko_cache.xpt -lib/%%APP_NAME%%/components/necko_cookie.xpt -lib/%%APP_NAME%%/components/necko_data.xpt -lib/%%APP_NAME%%/components/necko_dns.xpt -lib/%%APP_NAME%%/components/necko_file.xpt -lib/%%APP_NAME%%/components/necko_ftp.xpt -lib/%%APP_NAME%%/components/necko_http.xpt -lib/%%APP_NAME%%/components/necko_res.xpt -lib/%%APP_NAME%%/components/necko_socket.xpt -lib/%%APP_NAME%%/components/necko_strconv.xpt -lib/%%APP_NAME%%/components/necko_viewsource.xpt +lib/%%APP_NAME%%/components/msgAsyncPrompter.js lib/%%APP_NAME%%/components/newsblog.js +lib/%%APP_NAME%%/components/nsAbAutoCompleteMyDomain.js +lib/%%APP_NAME%%/components/nsAbAutoCompleteSearch.js lib/%%APP_NAME%%/components/nsAbLDAPAttributeMap.js -lib/%%APP_NAME%%/components/nsCloseAllWindows.js -lib/%%APP_NAME%%/components/nsComposerCmdLineHandler.js +lib/%%APP_NAME%%/components/nsActivity.js +lib/%%APP_NAME%%/components/nsActivityManager.js +lib/%%APP_NAME%%/components/nsActivityManagerUI.js +lib/%%APP_NAME%%/components/nsAddonRepository.js +lib/%%APP_NAME%%/components/nsBadCertHandler.js +lib/%%APP_NAME%%/components/nsBlocklistService.js +lib/%%APP_NAME%%/components/nsContentDispatchChooser.js +lib/%%APP_NAME%%/components/nsContentPrefService.js lib/%%APP_NAME%%/components/nsDefaultCLH.js +lib/%%APP_NAME%%/components/nsDownloadManagerUI.js lib/%%APP_NAME%%/components/nsExtensionManager.js lib/%%APP_NAME%%/components/nsFilePicker.js +lib/%%APP_NAME%%/components/nsFormAutoComplete.js +lib/%%APP_NAME%%/components/nsHandlerService.js lib/%%APP_NAME%%/components/nsHelperAppDlg.js -lib/%%APP_NAME%%/components/nsInterfaceInfoToIDL.js -lib/%%APP_NAME%%/components/nsLDAPPrefsService.js +lib/%%APP_NAME%%/components/nsINIProcessor.js +lib/%%APP_NAME%%/components/nsLDAPProtocolHandler.js +lib/%%APP_NAME%%/components/nsLoginInfo.js +lib/%%APP_NAME%%/components/nsLoginManager.js +lib/%%APP_NAME%%/components/nsLoginManagerPrompter.js lib/%%APP_NAME%%/components/nsMailDefaultHandler.js +lib/%%APP_NAME%%/components/nsMailNewsCommandLineHandler.js +lib/%%APP_NAME%%/components/nsMsgTraitService.js lib/%%APP_NAME%%/components/nsPhishingProtectionApplication.js -lib/%%APP_NAME%%/components/nsProgressDialog.js lib/%%APP_NAME%%/components/nsProxyAutoConfig.js +lib/%%APP_NAME%%/components/nsSMTPProtocolHandler.js lib/%%APP_NAME%%/components/nsSetDefaultMail.js +lib/%%APP_NAME%%/components/nsTryToClose.js lib/%%APP_NAME%%/components/nsURLFormatter.js lib/%%APP_NAME%%/components/nsUpdateService.js +lib/%%APP_NAME%%/components/nsUpdateServiceStub.js +lib/%%APP_NAME%%/components/nsUpdateTimerManager.js lib/%%APP_NAME%%/components/nsUrlClassifierLib.js lib/%%APP_NAME%%/components/nsUrlClassifierListManager.js -lib/%%APP_NAME%%/components/nsUrlClassifierTable.js +lib/%%APP_NAME%%/components/nsWebHandlerApp.js lib/%%APP_NAME%%/components/offlineStartup.js -lib/%%APP_NAME%%/components/pipboot.xpt -lib/%%APP_NAME%%/components/pipnss.xpt -lib/%%APP_NAME%%/components/pippki.xpt -lib/%%APP_NAME%%/components/pref.xpt -lib/%%APP_NAME%%/components/prefetch.xpt -lib/%%APP_NAME%%/components/profile.xpt -lib/%%APP_NAME%%/components/progressDlg.xpt -lib/%%APP_NAME%%/components/proxyObjInst.xpt -lib/%%APP_NAME%%/components/rdf.xpt -lib/%%APP_NAME%%/components/saxparser.xpt -lib/%%APP_NAME%%/components/shellservice.xpt -lib/%%APP_NAME%%/components/shistory.xpt -lib/%%APP_NAME%%/components/signonviewer.xpt +lib/%%APP_NAME%%/components/pluginGlue.js lib/%%APP_NAME%%/components/smime-service.js -lib/%%APP_NAME%%/components/spellchecker.xpt -lib/%%APP_NAME%%/components/storage.xpt -lib/%%APP_NAME%%/components/toolkitprofile.xpt -lib/%%APP_NAME%%/components/toolkitremote.xpt -lib/%%APP_NAME%%/components/txmgr.xpt -lib/%%APP_NAME%%/components/txtsvc.xpt -lib/%%APP_NAME%%/components/uconv.xpt -lib/%%APP_NAME%%/components/unicharutil.xpt -lib/%%APP_NAME%%/components/update.xpt -lib/%%APP_NAME%%/components/uriloader.xpt -lib/%%APP_NAME%%/components/url-classifier.xpt -lib/%%APP_NAME%%/components/urlformatter.xpt -lib/%%APP_NAME%%/components/wallet.xpt -lib/%%APP_NAME%%/components/walleteditor.xpt -lib/%%APP_NAME%%/components/walletpreview.xpt -lib/%%APP_NAME%%/components/webBrowser_core.xpt -lib/%%APP_NAME%%/components/webbrowserpersist.xpt -lib/%%APP_NAME%%/components/webshell_idls.xpt -lib/%%APP_NAME%%/components/websrvcs.xpt -lib/%%APP_NAME%%/components/widget.xpt -lib/%%APP_NAME%%/components/windowds.xpt -lib/%%APP_NAME%%/components/windowwatcher.xpt -lib/%%APP_NAME%%/components/xpautocomplete.xpt -lib/%%APP_NAME%%/components/xpcom_base.xpt -lib/%%APP_NAME%%/components/xpcom_components.xpt -lib/%%APP_NAME%%/components/xpcom_ds.xpt -lib/%%APP_NAME%%/components/xpcom_io.xpt -lib/%%APP_NAME%%/components/xpcom_obsolete.xpt -lib/%%APP_NAME%%/components/xpcom_threads.xpt -lib/%%APP_NAME%%/components/xpcom_xpti.xpt -lib/%%APP_NAME%%/components/xpconnect.xpt -lib/%%APP_NAME%%/components/xpinstall.xpt -lib/%%APP_NAME%%/components/xulapp.xpt -lib/%%APP_NAME%%/components/xuldoc.xpt -lib/%%APP_NAME%%/components/xultmpl.xpt +lib/%%APP_NAME%%/components/steelApplication.js +lib/%%APP_NAME%%/components/storage-Legacy.js +lib/%%APP_NAME%%/components/storage-mozStorage.js +lib/%%APP_NAME%%/components/txEXSLTRegExFunctions.js +lib/%%APP_NAME%%/crashreporter +lib/%%APP_NAME%%/crashreporter.ini lib/%%APP_NAME%%/defaults/autoconfig/platform.js lib/%%APP_NAME%%/defaults/autoconfig/prefcalls.js -lib/%%APP_NAME%%/defaults/messenger/US/mailViews.dat lib/%%APP_NAME%%/defaults/messenger/mailViews.dat lib/%%APP_NAME%%/defaults/pref/all-l10n.js lib/%%APP_NAME%%/defaults/pref/all-thunderbird.js @@ -216,83 +101,148 @@ lib/%%APP_NAME%%/defaults/pref/mdn.js lib/%%APP_NAME%%/defaults/pref/smime.js lib/%%APP_NAME%%/defaults/pref/thunderbird-branding.js -lib/%%APP_NAME%%/defaults/profile/US/localstore.rdf -lib/%%APP_NAME%%/defaults/profile/US/mimeTypes.rdf lib/%%APP_NAME%%/defaults/profile/localstore.rdf lib/%%APP_NAME%%/defaults/profile/mimeTypes.rdf lib/%%APP_NAME%%/defaults/profile/prefs.js -lib/%%APP_NAME%%/defaults/wallet/DistinguishedSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/FieldSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/PositionalSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/SchemaConcat.tbl -lib/%%APP_NAME%%/defaults/wallet/SchemaStrings.tbl -lib/%%APP_NAME%%/defaults/wallet/StateSchema.tbl -lib/%%APP_NAME%%/defaults/wallet/VcardSchema.tbl -lib/%%APP_NAME%%/dependentlibs.list lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/chrome.manifest -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/libqfaservices.so -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/qfaservices.xpt -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback/XTalkback.ad -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback/master.ini -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback/talkback -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback/talkback.so -lib/%%APP_NAME%%/extensions/talkback@mozilla.org/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png lib/%%APP_NAME%%/greprefs/all.js lib/%%APP_NAME%%/greprefs/security-prefs.js lib/%%APP_NAME%%/greprefs/xpinstall.js -lib/%%APP_NAME%%/icons/mozicon16.xpm -lib/%%APP_NAME%%/icons/mozicon50.xpm -lib/%%APP_NAME%%/init.d/README +lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/isp/SpamAssassin.sfd lib/%%APP_NAME%%/isp/SpamPal.sfd -lib/%%APP_NAME%%/isp/en-US/gmail.rdf lib/%%APP_NAME%%/isp/movemail.rdf lib/%%APP_NAME%%/isp/rss.rdf lib/%%APP_NAME%%/libfreebl3.chk lib/%%APP_NAME%%/libfreebl3.so -lib/%%APP_NAME%%/libldap50.so +lib/%%APP_NAME%%/libldap60.so +lib/%%APP_NAME%%/libldif60.so lib/%%APP_NAME%%/libmozjs.so lib/%%APP_NAME%%/libnspr4.so lib/%%APP_NAME%%/libnss3.so lib/%%APP_NAME%%/libnssckbi.so +lib/%%APP_NAME%%/libnssdbm3.chk +lib/%%APP_NAME%%/libnssdbm3.so +lib/%%APP_NAME%%/libnssutil3.so lib/%%APP_NAME%%/libplc4.so lib/%%APP_NAME%%/libplds4.so -lib/%%APP_NAME%%/libprldap50.so +lib/%%APP_NAME%%/libprldap60.so lib/%%APP_NAME%%/libsmime3.so lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so +lib/%%APP_NAME%%/libsqlite3.so lib/%%APP_NAME%%/libssl3.so lib/%%APP_NAME%%/libxpcom.so -lib/%%APP_NAME%%/libxpcom_compat.so lib/%%APP_NAME%%/libxpcom_core.so -lib/%%APP_NAME%%/libxpistub.so -lib/%%APP_NAME%%/license.html -lib/%%APP_NAME%%/mozilla-installer-bin +lib/%%APP_NAME%%/modules/CertUtils.jsm +lib/%%APP_NAME%%/modules/CrashSubmit.jsm +lib/%%APP_NAME%%/modules/DownloadLastDir.jsm +lib/%%APP_NAME%%/modules/DownloadUtils.jsm +lib/%%APP_NAME%%/modules/FileUtils.jsm +lib/%%APP_NAME%%/modules/IOUtils.js +lib/%%APP_NAME%%/modules/ISO8601DateUtils.jsm +lib/%%APP_NAME%%/modules/LightweightThemeConsumer.jsm +lib/%%APP_NAME%%/modules/LightweightThemeManager.jsm +lib/%%APP_NAME%%/modules/MailConsts.js +lib/%%APP_NAME%%/modules/MailUtils.js +lib/%%APP_NAME%%/modules/Microformats.js +lib/%%APP_NAME%%/modules/MsgHdrSyntheticView.js +lib/%%APP_NAME%%/modules/NetUtil.jsm +lib/%%APP_NAME%%/modules/PluralForm.jsm +lib/%%APP_NAME%%/modules/SearchIntegration.js +lib/%%APP_NAME%%/modules/SpatialNavigation.js +lib/%%APP_NAME%%/modules/StringBundle.js +lib/%%APP_NAME%%/modules/WindowDraggingUtils.jsm +lib/%%APP_NAME%%/modules/XPCOMUtils.jsm +lib/%%APP_NAME%%/modules/activity/activityModules.js +lib/%%APP_NAME%%/modules/activity/alertHook.js +lib/%%APP_NAME%%/modules/activity/autosync.js +lib/%%APP_NAME%%/modules/activity/glodaIndexer.js +lib/%%APP_NAME%%/modules/activity/moveCopy.js +lib/%%APP_NAME%%/modules/activity/pop3Download.js +lib/%%APP_NAME%%/modules/activity/sendLater.js +lib/%%APP_NAME%%/modules/appIdleManager.js +lib/%%APP_NAME%%/modules/attachmentChecker.js +lib/%%APP_NAME%%/modules/ctypes.jsm +lib/%%APP_NAME%%/modules/dbViewWrapper.js +lib/%%APP_NAME%%/modules/debug.js +lib/%%APP_NAME%%/modules/errUtils.js +lib/%%APP_NAME%%/modules/folderUtils.jsm +lib/%%APP_NAME%%/modules/gloda/collection.js +lib/%%APP_NAME%%/modules/gloda/connotent.js +lib/%%APP_NAME%%/modules/gloda/databind.js +lib/%%APP_NAME%%/modules/gloda/datamodel.js +lib/%%APP_NAME%%/modules/gloda/datastore.js +lib/%%APP_NAME%%/modules/gloda/dbview.js +lib/%%APP_NAME%%/modules/gloda/everybody.js +lib/%%APP_NAME%%/modules/gloda/explattr.js +lib/%%APP_NAME%%/modules/gloda/facet.js +lib/%%APP_NAME%%/modules/gloda/fundattr.js +lib/%%APP_NAME%%/modules/gloda/gloda.js +lib/%%APP_NAME%%/modules/gloda/index_ab.js +lib/%%APP_NAME%%/modules/gloda/index_msg.js +lib/%%APP_NAME%%/modules/gloda/indexer.js +lib/%%APP_NAME%%/modules/gloda/log4moz.js +lib/%%APP_NAME%%/modules/gloda/mimeTypeCategories.js +lib/%%APP_NAME%%/modules/gloda/mimemsg.js +lib/%%APP_NAME%%/modules/gloda/msg_search.js +lib/%%APP_NAME%%/modules/gloda/noun_freetag.js +lib/%%APP_NAME%%/modules/gloda/noun_mimetype.js +lib/%%APP_NAME%%/modules/gloda/noun_tag.js +lib/%%APP_NAME%%/modules/gloda/public.js +lib/%%APP_NAME%%/modules/gloda/query.js +lib/%%APP_NAME%%/modules/gloda/suffixtree.js +lib/%%APP_NAME%%/modules/gloda/utils.js +lib/%%APP_NAME%%/modules/iteratorUtils.jsm +lib/%%APP_NAME%%/modules/jsTreeSelection.js +lib/%%APP_NAME%%/modules/mailMigrator.js +lib/%%APP_NAME%%/modules/mailViewManager.js +lib/%%APP_NAME%%/modules/mailnewsMigrator.js +lib/%%APP_NAME%%/modules/quickFilterManager.js +lib/%%APP_NAME%%/modules/searchSpec.js +lib/%%APP_NAME%%/modules/sessionStoreManager.js +lib/%%APP_NAME%%/modules/templateUtils.js +lib/%%APP_NAME%%/modules/traceHelper.js +lib/%%APP_NAME%%/modules/virtualFolderWrapper.js lib/%%APP_NAME%%/mozilla-xremote-client +lib/%%APP_NAME%%/platform.ini lib/%%APP_NAME%%/removed-files lib/%%APP_NAME%%/res/EditorOverride.css -lib/%%APP_NAME%%/res/broken-image.gif +lib/%%APP_NAME%%/res/arrow.gif +lib/%%APP_NAME%%/res/arrowd.gif +lib/%%APP_NAME%%/res/broken-image.png lib/%%APP_NAME%%/res/charsetData.properties lib/%%APP_NAME%%/res/charsetalias.properties +lib/%%APP_NAME%%/res/contenteditable.css +lib/%%APP_NAME%%/res/designmode.css +lib/%%APP_NAME%%/res/dtd/mathml.dtd lib/%%APP_NAME%%/res/dtd/xhtml11.dtd lib/%%APP_NAME%%/res/entityTables/html40Latin1.properties lib/%%APP_NAME%%/res/entityTables/html40Special.properties lib/%%APP_NAME%%/res/entityTables/html40Symbols.properties lib/%%APP_NAME%%/res/entityTables/htmlEntityVersions.properties +lib/%%APP_NAME%%/res/entityTables/mathml20.properties lib/%%APP_NAME%%/res/entityTables/transliterate.properties -lib/%%APP_NAME%%/res/fonts/fontEncoding.properties -lib/%%APP_NAME%%/res/fonts/pangoFontEncoding.properties +lib/%%APP_NAME%%/res/fonts/mathfont.properties +lib/%%APP_NAME%%/res/fonts/mathfontSTIXNonUnicode.properties +lib/%%APP_NAME%%/res/fonts/mathfontSTIXSize1.properties +lib/%%APP_NAME%%/res/fonts/mathfontStandardSymbolsL.properties +lib/%%APP_NAME%%/res/fonts/mathfontUnicode.properties lib/%%APP_NAME%%/res/forms.css lib/%%APP_NAME%%/res/grabber.gif lib/%%APP_NAME%%/res/hiddenWindow.html lib/%%APP_NAME%%/res/html.css +lib/%%APP_NAME%%/res/html/folder.png lib/%%APP_NAME%%/res/langGroups.properties lib/%%APP_NAME%%/res/language.properties +lib/%%APP_NAME%%/res/loading-image.png +lib/%%APP_NAME%%/res/mathml.css lib/%%APP_NAME%%/res/quirk.css -lib/%%APP_NAME%%/res/sample.unixpsfonts.properties +lib/%%APP_NAME%%/res/svg.css lib/%%APP_NAME%%/res/table-add-column-after-active.gif lib/%%APP_NAME%%/res/table-add-column-after-hover.gif lib/%%APP_NAME%%/res/table-add-column-after.gif @@ -313,36 +263,33 @@ lib/%%APP_NAME%%/res/table-remove-row.gif lib/%%APP_NAME%%/res/ua.css lib/%%APP_NAME%%/res/unixcharset.properties +lib/%%APP_NAME%%/res/viewsource.css lib/%%APP_NAME%%/run-mozilla.sh lib/%%APP_NAME%%/thunderbird lib/%%APP_NAME%%/thunderbird-bin +lib/%%APP_NAME%%/update.locale lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini -lib/%%APP_NAME%%/xpicleanup @exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true +@dirrm lib/%%APP_NAME%%/res/html @dirrm lib/%%APP_NAME%%/res/fonts @dirrm lib/%%APP_NAME%%/res/entityTables @dirrm lib/%%APP_NAME%%/res/dtd @dirrm lib/%%APP_NAME%%/res -@dirrm lib/%%APP_NAME%%/isp/en-US +@dirrm lib/%%APP_NAME%%/modules/gloda +@dirrm lib/%%APP_NAME%%/modules/activity +@dirrm lib/%%APP_NAME%%/modules @dirrm lib/%%APP_NAME%%/isp -@dirrm lib/%%APP_NAME%%/init.d @dirrm lib/%%APP_NAME%%/icons @dirrm lib/%%APP_NAME%%/greprefs @dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} -@dirrm lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components/talkback -@dirrm lib/%%APP_NAME%%/extensions/talkback@mozilla.org/components -@dirrm lib/%%APP_NAME%%/extensions/talkback@mozilla.org @dirrm lib/%%APP_NAME%%/extensions @dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/defaults/wallet -@dirrm lib/%%APP_NAME%%/defaults/profile/US @dirrm lib/%%APP_NAME%%/defaults/profile @dirrm lib/%%APP_NAME%%/defaults/pref -@dirrm lib/%%APP_NAME%%/defaults/messenger/US @dirrm lib/%%APP_NAME%%/defaults/messenger @dirrm lib/%%APP_NAME%%/defaults/autoconfig @dirrm lib/%%APP_NAME%%/defaults From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 28 08:29:43 2010 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1DBA106564A for ; Mon, 28 Jun 2010 08:29:43 +0000 (UTC) (envelope-from jupengfei@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7C7188FC0C for ; Mon, 28 Jun 2010 08:29:43 +0000 (UTC) Received: by vws13 with SMTP id 13so7256963vws.13 for ; Mon, 28 Jun 2010 01:29:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=VMDtXGxYN8up/MKqVlJRD6fGbKrxgkIjREQlXUGZStc=; b=qE2fHs56M4iMUq0lxY4csO+Vwr6TUvZhSRx2lVD6q1sl7JC/WL3uI+V/rH77CO9K4k Z/jecbUkaX+cLR7rntW1PPrlb3s2YhMmD+EA1OMBCRfVTozxGybVpik+eN4ttml/60g0 Zw9IBkcf52MXVaFBHMAXbCvTMRflD3JPON/2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Re+8FQVkKdxBhL483wMEaw3yPVqOzsA90PnnSIOkT6FLiH7j2OnEOceRiTu8toQNAh 8WnazLt1H9qwc1TgsFBLQJ1viqAEq7fRL+mTxZz0h8jQZH1guTCbxU1/0H98XPzlSkRl EoiiLknoMGpEIHmjWMBOayxDsbawitHRBxNd4= MIME-Version: 1.0 Received: by 10.229.242.68 with SMTP id lh4mr2329327qcb.227.1277712403427; Mon, 28 Jun 2010 01:06:43 -0700 (PDT) Received: by 10.229.3.148 with HTTP; Mon, 28 Jun 2010 01:06:43 -0700 (PDT) Date: Mon, 28 Jun 2010 16:06:43 +0800 Message-ID: From: Pengfei Ju To: gecko@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Now mail/thunderbird3-i18n can not work with mail/thunderbird3 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 08:29:43 -0000 Hi, all: Now mail/thunderbird3-i18n can not work with mail/thunderbird3. or mail/thunderbird3 can not work with mail/thunderbird-i18n. -- Ju Pengfei From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 28 09:02:01 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C762106564A for ; Mon, 28 Jun 2010 09:02:01 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id D241B8FC14 for ; Mon, 28 Jun 2010 09:02:00 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o5S91xQv096371 for ; Mon, 28 Jun 2010 09:01:59 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o5S91sQm095898 for freebsd-gecko@freebsd.org; Mon, 28 Jun 2010 09:01:54 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 28 Jun 2010 09:01:54 GMT Message-Id: <201006280901.o5S91sQm095898@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r340 - branches/experimental/mail/thunderbird3-i18n trunk/mail/thunderbird3-i18n X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 09:02:01 -0000 Author: beat Date: Mon Jun 28 09:01:54 2010 New Revision: 340 Log: - Fix language packs with new thunderbird3 installation path - Bump PORTREVISION Reported by: Pengfei Ju Modified: branches/experimental/mail/thunderbird3-i18n/Makefile trunk/mail/thunderbird3-i18n/Makefile Modified: branches/experimental/mail/thunderbird3-i18n/Makefile ============================================================================== --- branches/experimental/mail/thunderbird3-i18n/Makefile Sun Jun 27 13:49:01 2010 (r339) +++ branches/experimental/mail/thunderbird3-i18n/Makefile Mon Jun 28 09:01:54 2010 (r340) @@ -2,11 +2,12 @@ # Date created: 29 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.35 2010/03/02 12:12:58 beat Exp $ +# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.37 2010/06/20 15:17:08 beat Exp $ # PORTNAME= thunderbird3-i18n PORTVERSION= 3.0.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -21,7 +22,7 @@ .endif NO_BUILD= yes -USE_XPI= *thunderbird-3.0* +USE_XPI= *thunderbird* THUNDERBIRD_I18N_ALL= af ar be bg bn-BD ca cs da de el en-GB es-AR es-ES et \ eu fi fr fy-NL ga-IE gl he hu id is it ja ka ko lt \ Modified: trunk/mail/thunderbird3-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird3-i18n/Makefile Sun Jun 27 13:49:01 2010 (r339) +++ trunk/mail/thunderbird3-i18n/Makefile Mon Jun 28 09:01:54 2010 (r340) @@ -2,11 +2,12 @@ # Date created: 29 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.35 2010/03/02 12:12:58 beat Exp $ +# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.37 2010/06/20 15:17:08 beat Exp $ # PORTNAME= thunderbird3-i18n PORTVERSION= 3.0.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -21,7 +22,7 @@ .endif NO_BUILD= yes -USE_XPI= *thunderbird-3.0* +USE_XPI= *thunderbird* THUNDERBIRD_I18N_ALL= af ar be bg bn-BD ca cs da de el en-GB es-AR es-ES et \ eu fi fr fy-NL ga-IE gl he hu id is it ja ka ko lt \ From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 28 09:08:57 2010 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1A6A1065670 for ; Mon, 28 Jun 2010 09:08:57 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 4461B8FC13 for ; Mon, 28 Jun 2010 09:08:56 +0000 (UTC) Received: from daedalus.network.local (gprs05.swisscom-mobile.ch [193.247.250.5]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o5S98sc3002407 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Mon, 28 Jun 2010 09:08:55 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4C2866F5.2000004@FreeBSD.org> Date: Mon, 28 Jun 2010 11:10:13 +0200 From: Beat Gaetzi User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.10) Gecko/20100626 Lightning/1.0b1 Thunderbird/3.0.5 MIME-Version: 1.0 To: Pengfei Ju References: In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gecko@FreeBSD.org Subject: Re: Now mail/thunderbird3-i18n can not work with mail/thunderbird3 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 09:08:57 -0000 Hi, On 28.06.2010 10:06, Pengfei Ju wrote: > Hi, all: > > Now mail/thunderbird3-i18n can not work with mail/thunderbird3. I've committed a fix for this a few minutes ago. Sorry for the breakage! > mail/thunderbird3 can not work with mail/thunderbird-i18n. mail/thunderbird-i18n is obsolete and will be updated together with mail/thunderbird to 3.1 soon. Thanks for the report! Beat From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 28 11:06:52 2010 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAB151065677 for ; Mon, 28 Jun 2010 11:06:52 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A90158FC12 for ; Mon, 28 Jun 2010 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5SB6qed086513 for ; Mon, 28 Jun 2010 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5SB6qmv086511 for freebsd-gecko@FreeBSD.org; Mon, 28 Jun 2010 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 Jun 2010 11:06:52 GMT Message-Id: <201006281106.o5SB6qmv086511@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 11:06:52 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/146414 gecko cannot install www/mplayer-plugin on freeBSD 7.3 o ports/134121 gecko www/firefox3-devel packaging errors o ports/103529 gecko www/seamonkey: enable SVG and Pango font rendering sup 3 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 28 11:07:10 2010 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF32F1065677 for ; Mon, 28 Jun 2010 11:07:10 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE4CA8FC0A for ; Mon, 28 Jun 2010 11:07:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5SB7Awf086783 for ; Mon, 28 Jun 2010 11:07:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5SB7ANT086781 for gecko@FreeBSD.org; Mon, 28 Jun 2010 11:07:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 Jun 2010 11:07:10 GMT Message-Id: <201006281107.o5SB7ANT086781@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 11:07:11 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/148104 gecko [NEW PORT] www/libxul: Mozilla runtime package that ca o ports/147818 gecko www/libxul installs directories with incorrect permiss o ports/147817 gecko www/firefox35 installs directories with incorrect perm o ports/147717 gecko mail/lightning 0.9.3 does not upgrade (using portupgra o ports/146231 gecko [feature request] www/firefox: use port libs o ports/144734 gecko www/firefox: Firefox-3.6 doesn't terminate it's proces o ports/144145 gecko www/firefox: Firefox 3.6 does not allow any https-conn o ports/144078 gecko www/firefox: firefox-3.6,1 https connections stall o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order o ports/142807 gecko www/firefox35-i18n does not depend on www/firefox35 o ports/142736 gecko [PATCH]www/firefox3*: unbreak with recent versions of 11 problems total. From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 29 09:22:51 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 460191065672 for ; Tue, 29 Jun 2010 09:22:51 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id D683C8FC0C for ; Tue, 29 Jun 2010 09:22:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o5T9Mnp6044103 for ; Tue, 29 Jun 2010 09:22:49 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o5T9MixW043678 for freebsd-gecko@freebsd.org; Tue, 29 Jun 2010 09:22:44 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 29 Jun 2010 09:22:44 GMT Message-Id: <201006290922.o5T9MixW043678@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r341 - trunk/deskutils/lightning X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2010 09:22:51 -0000 Author: beat Date: Tue Jun 29 09:22:43 2010 New Revision: 341 Log: - Set DISTVERSION to 1.0. This prevent us from bumping PORTEPOCH once lightning 1.0 is released. Modified: trunk/deskutils/lightning/Makefile Modified: trunk/deskutils/lightning/Makefile ============================================================================== --- trunk/deskutils/lightning/Makefile Mon Jun 28 09:01:54 2010 (r340) +++ trunk/deskutils/lightning/Makefile Tue Jun 29 09:22:43 2010 (r341) @@ -6,11 +6,11 @@ # PORTNAME= lightning -DISTVERSION= 1.0b1 +DISTVERSION= 1.0 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} -MASTER_SITE_SUBDIR= calendar/${PORTNAME}/releases/${DISTVERSION}/source -DISTNAME= ${PORTNAME}-sunbird-${DISTVERSION}.source +MASTER_SITE_SUBDIR= calendar/${PORTNAME}/releases/${DISTVERSION}b1/source +DISTNAME= ${PORTNAME}-sunbird-${DISTVERSION}b1.source MAINTAINER= gecko@FreeBSD.org COMMENT= An integrated calendar for Thunderbird and SeaMonkey From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 29 14:07:07 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39DD2106566C for ; Tue, 29 Jun 2010 14:07:07 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id DA1A48FC18 for ; Tue, 29 Jun 2010 14:07:06 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o5TE75d2089896 for ; Tue, 29 Jun 2010 14:07:05 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o5TE70A9089437 for freebsd-gecko@freebsd.org; Tue, 29 Jun 2010 14:07:00 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 29 Jun 2010 14:07:00 GMT Message-Id: <201006291407.o5TE70A9089437@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r342 - branches/experimental/mail/thunderbird/files trunk/mail/thunderbird/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2010 14:07:07 -0000 Author: beat Date: Tue Jun 29 14:07:00 2010 New Revision: 342 Log: - Add patch to fix startup with certain plugins installed (like lightning 1.0b2) Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=551152 Added: branches/experimental/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp trunk/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Added: branches/experimental/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Tue Jun 29 14:07:00 2010 (r342) @@ -0,0 +1,23 @@ +--- mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp.orig ++++ mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp +@@ -629,16 +629,17 @@ IndexOfDirectoryOfFile(nsISupportsArray* aSearchPath, nsILocalFile* aFile) + NS_ASSERTION(count, "broken search path! bad count"); + for(PRUint32 i = 0; i < count; i++) + { +- nsCOMPtr current; ++ nsCOMPtr current, normalized; + aSearchPath->QueryElementAt(i, NS_GET_IID(nsIFile), + getter_AddRefs(current)); + NS_ASSERTION(current, "broken search path! bad element"); + // nsIFile::Equals basically compares path strings so normalize + // before the comparison. + parent->Normalize(); +- current->Normalize(); ++ current->Clone(getter_AddRefs(normalized)); ++ normalized->Normalize(); + PRBool same; +- if (NS_SUCCEEDED(parent->Equals(current, &same)) && same) ++ if (NS_SUCCEEDED(parent->Equals(normalized, &same)) && same) + return (int) i; + } + } Added: trunk/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptinfo-src-xptiInterfaceInfoManager.cpp Tue Jun 29 14:07:00 2010 (r342) @@ -0,0 +1,23 @@ +--- mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp.orig ++++ mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp +@@ -629,16 +629,17 @@ IndexOfDirectoryOfFile(nsISupportsArray* aSearchPath, nsILocalFile* aFile) + NS_ASSERTION(count, "broken search path! bad count"); + for(PRUint32 i = 0; i < count; i++) + { +- nsCOMPtr current; ++ nsCOMPtr current, normalized; + aSearchPath->QueryElementAt(i, NS_GET_IID(nsIFile), + getter_AddRefs(current)); + NS_ASSERTION(current, "broken search path! bad element"); + // nsIFile::Equals basically compares path strings so normalize + // before the comparison. + parent->Normalize(); +- current->Normalize(); ++ current->Clone(getter_AddRefs(normalized)); ++ normalized->Normalize(); + PRBool same; +- if (NS_SUCCEEDED(parent->Equals(current, &same)) && same) ++ if (NS_SUCCEEDED(parent->Equals(normalized, &same)) && same) + return (int) i; + } + } From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 29 21:33:38 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17177106566B for ; Tue, 29 Jun 2010 21:33:38 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 793458FC1D for ; Tue, 29 Jun 2010 21:33:36 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o5TLXZFK023598 for ; Tue, 29 Jun 2010 21:33:35 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o5TLXTf9022021 for freebsd-gecko@freebsd.org; Tue, 29 Jun 2010 21:33:29 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 29 Jun 2010 21:33:29 GMT Message-Id: <201006292133.o5TLXTf9022021@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r343 - in branches/experimental/devel/nspr: . files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2010 21:33:38 -0000 Author: beat Date: Tue Jun 29 21:33:29 2010 New Revision: 343 Log: - Provide PR_STATIC_ASSERT in prtypes.h. Firefox 3.7 Alpha 5 requires this although the official nspr release does not include PR_STATIC_ASSERT in prtypes.h but the bundled one does. - While I'm here update to 4.8.4 Added: branches/experimental/devel/nspr/files/patch-..-pr-include-prtypes.h Modified: branches/experimental/devel/nspr/Makefile branches/experimental/devel/nspr/distinfo branches/experimental/devel/nspr/files/patch-..::pr::src::pthreads::ptio.c branches/experimental/devel/nspr/files/patch-tests branches/experimental/devel/nspr/files/patch-warnings branches/experimental/devel/nspr/pkg-plist Modified: branches/experimental/devel/nspr/Makefile ============================================================================== --- branches/experimental/devel/nspr/Makefile Tue Jun 29 14:07:00 2010 (r342) +++ branches/experimental/devel/nspr/Makefile Tue Jun 29 21:33:29 2010 (r343) @@ -2,11 +2,11 @@ # Date created: 18 December 2001 # Whom: Maxim Sobolev # -# $FreeBSD: ports/devel/nspr/Makefile,v 1.36 2008/04/03 16:50:42 ahze Exp $ +# $FreeBSD: ports/devel/nspr/Makefile,v 1.39 2009/11/11 05:36:52 mi Exp $ # $MCom: ports-experimental/devel/nspr/Makefile,v 1.6 2008/03/12 13:06:56 ahze Exp $ PORTNAME= nspr -DISTVERSION= 4.8.2 +DISTVERSION= 4.8.4 CATEGORIES= devel #MASTER_SITES= LOCAL/ahze MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -19,6 +19,7 @@ USE_LDCONFIG= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT=../configure CONFIGURE_ARGS= --disable-debug \ @@ -43,12 +44,21 @@ ${MKDIR} ${PREFIX}/include/nspr ${TAR} -C ${WRKSRC}/dist/include --dereference -cf - . | \ ${TAR} -C ${PREFIX}/include -xf - + ${FIND} ${PREFIX}/include/nspr | \ + ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} + ${FIND} ${PREFIX}/include/nspr -type d | \ + ${XARGS} ${CHMOD} 0755 + ${FIND} ${PREFIX}/include/nspr -type f | \ + ${XARGS} ${CHMOD} ${SHAREMODE} ${TAR} -C ${WRKSRC}/dist/lib --dereference -cf - . | \ ${TAR} -C ${PREFIX}/lib -xf - ${INSTALL_SCRIPT} ${WRKSRC}/config/nspr-config ${PREFIX}/bin ${MKDIR} ${PREFIX}/libdata/pkgconfig ${INSTALL_DATA} ${WRKSRC}/config/nspr.pc ${PREFIX}/libdata/pkgconfig .for lib in ${LIBS} + ${STRIP_CMD} ${PREFIX}/lib/${lib} + ${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/lib/${lib} + ${CHMOD} ${BINMODE} ${PREFIX}/lib/${lib} ${LN} -sf ${lib} ${PREFIX}/lib/${lib:R} .endfor @@ -69,6 +79,8 @@ test: libtests prtests +#regression-test: test + #.if defined(PACKAGE_BUILDING) #post-build: test #.else Modified: branches/experimental/devel/nspr/distinfo ============================================================================== --- branches/experimental/devel/nspr/distinfo Tue Jun 29 14:07:00 2010 (r342) +++ branches/experimental/devel/nspr/distinfo Tue Jun 29 21:33:29 2010 (r343) @@ -1,3 +1,3 @@ -MD5 (nspr-4.8.2.tar.gz) = 2a6fbfa56c9760ed3651d527272249c7 -SHA256 (nspr-4.8.2.tar.gz) = 23ec182a42eec4b6df01f3c02c632ed9f7e004d6c320d048d5fe24054d319bce -SIZE (nspr-4.8.2.tar.gz) = 1232677 +MD5 (nspr-4.8.4.tar.gz) = a85bdbe1eb646aa32c785a37d8e3a2f5 +SHA256 (nspr-4.8.4.tar.gz) = 8c119a1702acf7568e5de887e84b34470a929639ee5a89271df2ba57a31f6746 +SIZE (nspr-4.8.4.tar.gz) = 1196103 Added: branches/experimental/devel/nspr/files/patch-..-pr-include-prtypes.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/devel/nspr/files/patch-..-pr-include-prtypes.h Tue Jun 29 21:33:29 2010 (r343) @@ -0,0 +1,17 @@ +--- ../pr/include/prtypes.h.orig 2010-06-29 23:09:47.000000000 +0200 ++++ ../pr/include/prtypes.h 2010-06-29 23:10:18.000000000 +0200 +@@ -519,6 +519,14 @@ + /********* ????????????? End Fix me ?????????????????????????????? *****/ + #endif /* NO_NSPR_10_SUPPORT */ + ++/* ++** Compile-time assert. "condition" must be a constant expression. ++** The macro can be used only in places where an "extern" declaration is ++** allowed. ++*/ ++#define PR_STATIC_ASSERT(condition) \ ++ extern void pr_static_assert(int arg[(condition) ? 1 : -1]) ++ + PR_END_EXTERN_C + + #endif /* prtypes_h___ */ Modified: branches/experimental/devel/nspr/files/patch-..::pr::src::pthreads::ptio.c ============================================================================== --- branches/experimental/devel/nspr/files/patch-..::pr::src::pthreads::ptio.c Tue Jun 29 14:07:00 2010 (r342) +++ branches/experimental/devel/nspr/files/patch-..::pr::src::pthreads::ptio.c Tue Jun 29 21:33:29 2010 (r343) @@ -1,6 +1,15 @@ ---- ../pr/src/pthreads/ptio.c.orig Mon Feb 2 10:41:43 2004 -+++ ../pr/src/pthreads/ptio.c Mon Feb 2 10:44:49 2004 -@@ -3470,6 +3470,17 @@ +--- ../pr/src/pthreads/ptio.c 2009-05-09 23:07:02.000000000 -0400 ++++ ../pr/src/pthreads/ptio.c 2009-11-04 15:24:47.000000000 -0500 +@@ -1168,7 +1168,7 @@ + osfd = socket(AF_INET6, SOCK_STREAM, 0); + if (osfd != -1) { + int on; +- int optlen = sizeof(on); ++ socklen_t optlen = sizeof(on); + if (getsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, + &on, &optlen) == 0) { + _pr_ipv6_v6only_on_by_default = on; +@@ -3495,6 +3495,17 @@ &on, sizeof(on)); } #endif @@ -18,3 +27,20 @@ fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE); if (fd == NULL) close(osfd); } +@@ -3758,7 +3769,7 @@ + * We use these variables to figure out how much time has + * elapsed and how much of the timeout still remains. + */ +- PRIntervalTime start, elapsed, remaining; ++ PRIntervalTime start = 0, elapsed, remaining; + + if (pt_TestAbort()) return -1; + +@@ -4927,6 +4938,7 @@ + + if (timeout == PR_INTERVAL_NO_TIMEOUT) { + tvp = NULL; ++ start = 0; /* Not needed, but shuts down a warning */ + } else { + tv.tv_sec = (PRInt32)PR_IntervalToSeconds(timeout); + tv.tv_usec = (PRInt32)PR_IntervalToMicroseconds( Modified: branches/experimental/devel/nspr/files/patch-tests ============================================================================== --- branches/experimental/devel/nspr/files/patch-tests Tue Jun 29 14:07:00 2010 (r342) +++ branches/experimental/devel/nspr/files/patch-tests Tue Jun 29 21:33:29 2010 (r343) @@ -19,7 +19,7 @@ PR_fprintf(err, "\tConcurrency: %d\n", concurrency); PR_fprintf(err, "\tNumber of threads: %d\n", threads); - PR_fprintf(err, "\tThread sleep: %d\n", child_sleep); -+ PR_fprintf(err, "\tThread sleep: %ld\n", (long)child_sleep); ++ PR_fprintf(err, "\tThread sleep: %d\n", (int)child_sleep); PR_fprintf(err, "\tMain sleep: %d\n", main_sleep); PR_fprintf(err, "\tCleanup will %sbe called\n\n", (cleanup) ? "" : "NOT "); --- ../pr/tests/cvar.c Sun Apr 25 11:01:02 2004 @@ -87,6 +87,13 @@ printf("Accepting connection at port %hu\n", PR_ntohs(addr.inet.port)); --- ../pr/tests/mbcs.c Sun Apr 25 11:01:02 2004 +++ ../pr/tests/mbcs.c Tue Jul 12 01:34:26 2005 +@@ -87,5 +87,5 @@ + ** Traverse directory + */ +-static void TraverseDirectory( unsigned char *dir ) ++static void TraverseDirectory(const char *dir) + { + PRDir *cwd; @@ -93,5 +93,4 @@ PRFileInfo info; PRStatus rc; @@ -264,47 +271,74 @@ + @$(ECHO) "END `date`" --- ../pr/tests/instrumt.c Sun Apr 25 11:01:02 2004 +++ ../pr/tests/instrumt.c Mon Jul 25 20:45:54 2005 -@@ -83,5 +83,5 @@ +@@ -69,4 +69,5 @@ + + #include ++#define DEBUG + #include + #include +@@ -83,5 +84,4 @@ #define SMALL_TRACE_BUFSIZE ( 60 * 1024 ) - -+#define DEBUG typedef enum { -@@ -114,5 +114,4 @@ +@@ -111,8 +111,8 @@ + static void ListCounters(void) + { ++#if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS) + PR_DEFINE_COUNTER( qh ); PR_DEFINE_COUNTER( rh ); const char *qn, *rn, *dn; - const char **qname = &qn, **rname = &rn, **desc = &dn; PRUint32 tCtr; -@@ -126,5 +125,5 @@ +@@ -125,6 +125,6 @@ + while ( rh != NULL ) { - PR_GET_COUNTER_NAME_FROM_HANDLE( rh, qname, rname, desc ); +- PR_GET_COUNTER_NAME_FROM_HANDLE( rh, qname, rname, desc ); - tCtr = PR_GET_COUNTER(tCtr, rh); ++ PR_GET_COUNTER_NAME_FROM_HANDLE( rh, &qn, &rn, &dn ); + PR_GET_COUNTER(tCtr, rh); PR_LOG( lm, msgLevel, ( "QName: %s RName: %s Desc: %s Value: %ld\n", -@@ -142,5 +141,4 @@ +@@ -134,13 +134,13 @@ + PR_FIND_NEXT_COUNTER_QNAME(qh, qh); + } +- return; ++#endif + } /* end ListCounters() */ + + static void ListTraces(void) + { ++#if defined(DEBUG) || defined(FORCE_NSPR_TRACE) + PR_DEFINE_TRACE( qh ); PR_DEFINE_TRACE( rh ); const char *qn, *rn, *dn; - const char **qname = &qn, **rname = &rn, **desc = &dn; PR_INIT_TRACE_HANDLE( qh, NULL ); -@@ -221,6 +219,4 @@ - PRThread *t1, *t2, *t3, *t4; - PRIntn i = 0; -- PR_DEFINE_COUNTER( tc ); -- PR_DEFINE_COUNTER( zCounter ); +@@ -152,5 +152,5 @@ + while ( rh != NULL ) + { +- PR_GET_TRACE_NAME_FROM_HANDLE( rh, qname, rname, desc ); ++ PR_GET_TRACE_NAME_FROM_HANDLE( rh, &qn, &rn, &dn ); + PR_LOG( lm, msgLevel, + ( "QName: %s RName: %s Desc: %s", +@@ -160,5 +160,5 @@ + PR_FIND_NEXT_TRACE_QNAME(qh, qh); + } +- return; ++#endif + } /* end ListCounters() */ - PR_LOG( lm, msgLevel, -@@ -359,7 +355,5 @@ +@@ -359,5 +359,5 @@ static void TraceTest( void ) { - PRInt32 i; ++ PRIntn i = 0; PRInt32 size; -- PR_DEFINE_TRACE( th ); - PRThread *t1, *t2; - + PR_DEFINE_TRACE( th ); --- ../pr/tests/layer.c Fri Apr 29 18:46:05 2005 +++ ../pr/tests/layer.c Mon Jul 25 20:53:03 2005 @@ -78,5 +78,8 @@ @@ -389,8 +423,15 @@ - PRInt32 rv; fprintf(stderr,"PR_GetConnectStatus succeeded, expected to fail\n"); failed_already = 1; ---- ../pr/tests/nblayer.c Sun Apr 25 11:01:02 2004 -+++ ../pr/tests/nblayer.c Mon Jul 25 21:02:17 2005 +--- ../pr/tests/nblayer.c 2009-02-23 00:00:44.000000000 -0500 ++++ ../pr/tests/nblayer.c 2009-11-04 16:22:00.000000000 -0500 +@@ -332,5 +332,5 @@ + PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags) + { +- PRInt16 my_flags, new_flags; ++ PRInt16 my_flags = -1, new_flags; + PRFilePrivate *mine = (PRFilePrivate*)fd->secret; + if (0 != (PR_POLL_READ & in_flags)) @@ -375,5 +375,5 @@ { PRStatus rv; @@ -398,6 +439,20 @@ + PRFileDesc *newfd; PRFileDesc *newstack; PRFilePrivate *newsecret; +@@ -461,4 +461,6 @@ + return mine->rcvreq; /* << -- that's it! */ + default: ++ PR_ASSERT(!"How did I get this mine->rcvstate?"); ++ rv = -1; + break; + } +@@ -517,4 +517,6 @@ + return mine->xmtreq; /* <<-- That's the one! */ + default: ++ PR_ASSERT(!"How did I get this mine->xmtstate?"); ++ rv = -1; + break; + } --- ../pr/tests/obsints.c Sun Apr 25 11:01:02 2004 +++ ../pr/tests/obsints.c Mon Jul 25 21:04:56 2005 @@ -58,4 +58,7 @@ @@ -511,30 +566,37 @@ + DPRINTF(("SemaContextSwitch: created %s thread = %p\n", (scope2 == PR_GLOBAL_THREAD ? "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD"), ---- ../pr/tests/prpoll.c Fri Apr 29 18:46:05 2005 -+++ ../pr/tests/prpoll.c Mon Jul 25 21:07:40 2005 -@@ -70,5 +70,5 @@ +--- ../pr/tests/prpoll.c 2009-05-06 01:40:39.000000000 -0400 ++++ ../pr/tests/prpoll.c 2009-11-04 16:31:54.000000000 -0500 +@@ -72,5 +72,5 @@ clientThreadFunc(void *arg) { - PRUint16 port = (PRUint16) arg; + PRUint16 port = (PRUint16)(uintptr_t)arg; PRFileDesc *sock; PRNetAddr addr; -@@ -229,5 +229,5 @@ +@@ -106,5 +106,5 @@ + PROsfd sd; + struct sockaddr_in saddr; +- PRIntn saddr_len; ++ socklen_t saddr_len; + PRUint16 listenPort3; + PRFileDesc *socket_poll_fd; +@@ -232,5 +232,5 @@ clientThread = PR_CreateThread(PR_USER_THREAD, - clientThreadFunc, (void *) listenPort1, + clientThreadFunc, (void *)(uintptr_t)listenPort1, PR_PRIORITY_NORMAL, PR_LOCAL_THREAD, PR_UNJOINABLE_THREAD, 0); -@@ -238,5 +238,5 @@ +@@ -241,5 +241,5 @@ clientThread = PR_CreateThread(PR_USER_THREAD, - clientThreadFunc, (void *) listenPort2, + clientThreadFunc, (void *)(uintptr_t)listenPort2, PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_UNJOINABLE_THREAD, 0); -@@ -247,5 +247,5 @@ +@@ -250,5 +250,5 @@ clientThread = PR_CreateThread(PR_USER_THREAD, - clientThreadFunc, (void *) listenPort3, @@ -574,17 +636,17 @@ - PRIntn i; printf("%4.4d--\n", size ); ---- ../pr/tests/sel_spd.c Fri Apr 29 17:02:55 2005 -+++ ../pr/tests/sel_spd.c Mon Jul 25 21:20:29 2005 +--- ../pr/tests/sel_spd.c 2009-05-06 01:40:39.000000000 -0400 ++++ ../pr/tests/sel_spd.c 2009-11-04 16:34:14.000000000 -0500 @@ -48,4 +48,7 @@ #include #include +#if defined(XP_UNIX) || defined(XP_OS2_EMX) +# include /* getopt(3) */ +#endif - - #ifdef XP_MAC -@@ -63,14 +66,14 @@ + #ifdef SYMBIAN + #include +@@ -55,14 +58,14 @@ typedef struct timer_slot_t { - unsigned long d_connect; @@ -606,10 +668,10 @@ +static int _iterations = 5; +static int _client_data = 8192; - #if defined(XP_MAC) -@@ -81,10 +84,9 @@ + #ifdef SYMBIAN +@@ -73,10 +76,9 @@ * buffer. - */ + */ -static long _server_data = (8*1024); -static long _threads_max = 10, _threads = 10; +static int _server_data = (8*1024); @@ -621,7 +683,14 @@ +static int _threads_max = 10, _threads = 10; static int verbose=0; -@@ -514,10 +516,10 @@ +@@ -134,5 +136,5 @@ + PRThread *thread; + int *id = (int *)arg_id; +- PRFileDesc *sock; ++ PRFileDesc *sock = NULL; + PRSocketOptionData sockopt; + PRNetAddr sa; +@@ -502,10 +504,10 @@ { int index; - unsigned long tot_connect = 0; @@ -753,14 +822,14 @@ } --- ../pr/tests/cvar2.c Sun Apr 25 11:01:02 2004 +++ ../pr/tests/cvar2.c Mon Jul 25 20:37:10 2005 -@@ -134,5 +134,5 @@ +@@ -128,5 +128,5 @@ PR_Lock(info->lock); if (*info->tcount == 0) { - DPRINTF(("PrivateCondVarThread: thread 0x%lx waiting on cvar = 0x%lx\n", + DPRINTF(("PrivateCondVarThread: thread %p waiting on cvar = %p\n", PR_GetCurrentThread(), info->cvar)); PR_WaitCondVar(info->cvar, info->timeout); -@@ -147,6 +147,6 @@ +@@ -141,6 +141,6 @@ (*info->exitcount)++; PR_NotifyCondVar(info->exitcvar); -DPRINTF(("PrivateCondVarThread: thread 0x%lx notified exitcvar = 0x%lx cnt = %ld\n", @@ -769,49 +838,49 @@ + PR_GetCurrentThread(), info->exitcvar,(int)(*info->exitcount))); PR_Unlock(info->exitlock); } -@@ -196,5 +196,5 @@ +@@ -190,5 +190,5 @@ CondVarTestSUU(void *_arg) { - PRInt32 arg = (PRInt32)_arg; + PRInt32 arg = (PRInt32)(intptr_t)_arg; PRInt32 index, loops; threadinfo *list; -@@ -228,5 +228,5 @@ +@@ -222,5 +222,5 @@ PR_LOCAL_THREAD); index++; - DPRINTF(("CondVarTestSUU: created thread 0x%lx\n",list[index].thread)); + DPRINTF(("CondVarTestSUU: created thread %p\n",list[index].thread)); } -@@ -238,5 +238,5 @@ +@@ -232,5 +232,5 @@ PR_NotifyCondVar(list[index].cvar); PR_Unlock(list[index].lock); - DPRINTF(("PrivateCondVarThread: thread 0x%lx notified cvar = 0x%lx\n", + DPRINTF(("PrivateCondVarThread: thread %p notified cvar = %p\n", PR_GetCurrentThread(), list[index].cvar)); } -@@ -266,5 +266,5 @@ +@@ -260,5 +260,5 @@ CondVarTestSUK(void *_arg) { - PRInt32 arg = (PRInt32)_arg; + PRInt32 arg = (PRInt32)(intptr_t)_arg; PRInt32 index, loops; threadinfo *list; -@@ -340,5 +340,5 @@ +@@ -334,5 +334,5 @@ CondVarTestPUU(void *_arg) { - PRInt32 arg = (PRInt32)_arg; + PRInt32 arg = (PRInt32)(intptr_t)_arg; PRInt32 index, loops; threadinfo *list; -@@ -375,5 +375,5 @@ +@@ -369,5 +369,5 @@ PR_LOCAL_THREAD); - DPRINTF(("CondVarTestPUU: created thread 0x%lx\n",list[index].thread)); + DPRINTF(("CondVarTestPUU: created thread %p\n",list[index].thread)); index++; tcount++; -@@ -393,6 +393,6 @@ +@@ -387,6 +387,6 @@ /* Wait for threads to finish */ while(exitcount < arg) { -DPRINTF(("CondVarTestPUU: thread 0x%lx waiting on exitcvar = 0x%lx cnt = %ld\n", @@ -820,49 +889,56 @@ + PR_GetCurrentThread(), exitcvar, (int)exitcount)); PR_WaitCondVar(exitcvar, PR_SecondsToInterval(60)); } -@@ -404,5 +404,5 @@ +@@ -398,5 +398,5 @@ /* Join all the threads */ for(index=0; index<(arg); index++) { - DPRINTF(("CondVarTestPUU: joining thread 0x%lx\n",list[index].thread)); + DPRINTF(("CondVarTestPUU: joining thread %p\n",list[index].thread)); PR_JoinThread(list[index].thread); if (list[index].internal) { -@@ -426,5 +426,5 @@ +@@ -420,5 +420,5 @@ CondVarTestPUK(void *_arg) { - PRInt32 arg = (PRInt32)_arg; + PRInt32 arg = (PRInt32)(intptr_t)_arg; PRInt32 index, loops; threadinfo *list; -@@ -507,5 +507,5 @@ +@@ -501,5 +501,5 @@ CondVarTest(void *_arg) { - PRInt32 arg = (PRInt32)_arg; + PRInt32 arg = (PRInt32)(intptr_t)_arg; PRInt32 index, loops; threadinfo *list; -@@ -640,5 +640,5 @@ +@@ -634,5 +634,5 @@ CondVarTimeoutTest(void *_arg) { - PRInt32 arg = (PRInt32)_arg; + PRInt32 arg = (PRInt32)(intptr_t)_arg; PRInt32 index, loops; threadinfo *list; -@@ -751,5 +751,5 @@ +@@ -745,5 +745,5 @@ CondVarMixedTest(void *_arg) { - PRInt32 arg = (PRInt32)_arg; + PRInt32 arg = (PRInt32)(intptr_t)_arg; PRInt32 index, loops; threadinfo *list; -@@ -912,5 +912,5 @@ +@@ -835,5 +835,5 @@ + + PR_Lock(list[index].lock); +- *list[index].tcount++; ++ list[index].tcount++; + PR_NotifyCondVar(list[index].cvar); + PR_Unlock(list[index].lock); +@@ -906,5 +906,5 @@ start = PR_IntervalNow(); - (*func)((void *)arg); + (*func)((void *)(intptr_t)arg); stop = PR_IntervalNow(); -@@ -975,5 +975,5 @@ +@@ -965,5 +965,5 @@ for (threads = default_threads; threads < default_threads*5; threads+=default_threads) { - printf("\n%ld Thread tests\n", threads); @@ -871,23 +947,41 @@ Measure(CondVarTestSUK, threads, "Condvar simple test shared UK"); --- ../pr/tests/io_timeout.c Sun Apr 25 11:01:02 2004 +++ ../pr/tests/io_timeout.c Mon Jul 25 20:50:40 2005 -@@ -56,3 +56,5 @@ +@@ -55,9 +55,11 @@ + #include "plgetopt.h" +#include #include +#include #include "nspr.h" -@@ -66,3 +68,3 @@ + #define NUM_THREADS 1 -#define BASE_PORT 8000 +#define BASE_PORT 38011 #define DEFAULT_ACCEPT_TIMEOUT 2 -@@ -78,3 +80,3 @@ + +@@ -71,5 +73,5 @@ + PRIntn failed_already = 0; -PRIntn debug_mode = 0; +PRIntn debug_mode = 1; -@@ -131,3 +133,8 @@ + #define LOCAL_SCOPE_STRING "LOCAL scope" +@@ -87,5 +89,5 @@ + PRStatus rv; + PRThreadScope tscope; +- char *scope_str; ++ const char *scope_str; + + +@@ -106,4 +108,5 @@ + default: + PR_ASSERT(!"Invalid thread scope"); ++ scope_str = NULL; + break; + } +@@ -124,5 +127,10 @@ + if (rv == PR_FAILURE) { if (debug_mode) - printf("unable to bind\n"); + printf("unable to bind to %d: %s\n", @@ -897,7 +991,9 @@ + exit(0); + } failed_already=1; -@@ -153,4 +160,5 @@ + goto dead; +@@ -146,6 +154,7 @@ + if (PR_GetError() == PR_IO_TIMEOUT_ERROR) { if (debug_mode) { - printf("PR_Accept() timeout worked!\n"); - printf("TEST PASSED! PR_Accept() returned error %d\n", @@ -905,9 +1001,25 @@ + "TEST PASSED! PR_Accept() returned error " + "PR_IO_TIMEOUT_ERROR (%ld)\n", PR_IO_TIMEOUT_ERROR); ---- ../pr/tests/socket.c Sun Apr 25 11:01:02 2004 -+++ ../pr/tests/socket.c Mon Jul 25 22:14:47 2005 -@@ -219,5 +219,7 @@ + } +--- ../pr/tests/socket.c 2009-05-06 01:40:39.000000000 -0400 ++++ ../pr/tests/socket.c 2009-11-04 16:45:41.000000000 -0500 +@@ -132,11 +132,13 @@ + + static PRInt32 num_tcp_clients = NUM_TCP_CLIENTS; +-static PRInt32 num_udp_clients = NUM_UDP_CLIENTS; + static PRInt32 num_transmitfile_clients = NUM_TRANSMITFILE_CLIENTS; + static PRInt32 num_tcp_connections_per_client = NUM_TCP_CONNECTIONS_PER_CLIENT; + static PRInt32 tcp_mesg_size = TCP_MESG_SIZE; + static PRInt32 num_tcp_mesgs_per_connection = NUM_TCP_MESGS_PER_CONNECTION; ++#if defined(SYMBIAN) && !defined(__WINSCW__) ++static PRInt32 num_udp_clients = NUM_UDP_CLIENTS; + static PRInt32 num_udp_datagrams_per_client = NUM_UDP_DATAGRAMS_PER_CLIENT; + static PRInt32 udp_datagram_size = UDP_DGRAM_SIZE; ++#endif + + static PRInt32 thread_count; +@@ -210,5 +212,7 @@ int bytes; int offset = 0; +#ifdef WINNT @@ -915,7 +1027,7 @@ +#endif PRIntervalTime timeout = PR_INTERVAL_NO_TIMEOUT; -@@ -226,10 +228,12 @@ +@@ -217,10 +221,12 @@ for (rem=len; rem; offset += bytes, rem -= bytes) { - DPRINTF(("thread = 0x%lx: calling PR_Recv, bytes = %d\n", @@ -930,7 +1042,7 @@ + DPRINTF(("thread = %p: returning from PR_Recv, bytes = %d\n", PR_GetCurrentThread(), bytes)); if (bytes < 0) { -@@ -262,9 +266,9 @@ +@@ -253,9 +259,9 @@ for (rem=len; rem; offset += bytes, rem -= bytes) { - DPRINTF(("thread = 0x%lx: calling PR_Send, bytes = %d\n", @@ -942,112 +1054,118 @@ + DPRINTF(("thread = %p: returning from PR_Send, bytes = %d\n", PR_GetCurrentThread(), bytes)); if (bytes <= 0) -@@ -314,5 +318,5 @@ - fprintf(stderr,"prsocket_test: ERROR - PR_Shutdown\n"); +@@ -308,5 +314,5 @@ } + #endif - DPRINTF(("Serve_Client [0x%lx]: inbuf[0] = 0x%lx\n",PR_GetCurrentThread(), + DPRINTF(("Serve_Client [%p]: inbuf[0] = %d\n",PR_GetCurrentThread(), (*((int *) in_buf->data)))); if (writen(sockfd, in_buf->data, bytes) < bytes) { -@@ -453,5 +457,5 @@ +@@ -447,5 +453,5 @@ } - DPRINTF(("TCP_Server: PR_BIND netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n", + DPRINTF(("TCP_Server: PR_BIND netaddr.inet.ip = 0x%x, netaddr.inet.port = %d\n", netaddr.inet.ip, netaddr.inet.port)); if (PR_SetNetAddr(PR_IpAddrLoopback, client_domain, -@@ -495,5 +499,5 @@ +@@ -489,5 +495,5 @@ t = create_new_thread(PR_USER_THREAD, - Serve_Client, (void *)scp, + Serve_Client, (void *)scp, PR_PRIORITY_NORMAL, PR_LOCAL_THREAD, -@@ -505,5 +509,5 @@ +@@ -499,5 +505,5 @@ goto exit; } - DPRINTF(("TCP_Server: Created Serve_Client = 0x%lx\n", t)); + DPRINTF(("TCP_Server: Created Serve_Client = %p\n", t)); } -@@ -521,5 +525,5 @@ +@@ -515,7 +521,8 @@ PR_Notify(sp->exit_mon); PR_ExitMonitor(sp->exit_mon); - DPRINTF(("TCP_Server [0x%lx] exiting\n", PR_GetCurrentThread())); + DPRINTF(("TCP_Server [%p] exiting\n", PR_GetCurrentThread())); } -@@ -579,5 +583,5 @@ ++#if defined(SYMBIAN) && !defined(__WINSCW__) + /* + * UDP Server +@@ -573,5 +580,5 @@ } - DPRINTF(("PR_Bind: UDP Server netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n", + DPRINTF(("PR_Bind: UDP Server netaddr.inet.ip = 0x%x, netaddr.inet.port = %d\n", netaddr.inet.ip, netaddr.inet.port)); /* -@@ -617,5 +621,5 @@ +@@ -611,5 +618,5 @@ memset(&netaddr, 0 , sizeof(netaddr)); for (i = 0; i < (num_udp_clients * num_udp_datagrams_per_client); i++) { - DPRINTF(("UDP_Server: calling PR_RecvFrom client - ip = 0x%lx, port = %d bytes = %d inbuf = 0x%lx, inbuf[0] = 0x%lx\n", + DPRINTF(("UDP_Server: calling PR_RecvFrom client - ip = 0x%x, port = %d bytes = %d inbuf = %p, inbuf[0] = 0x%x\n", netaddr.inet.ip, netaddr.inet.port, bytes, in_buf->data, in_buf->data[0])); -@@ -623,5 +627,5 @@ +@@ -617,5 +624,5 @@ rv = PR_RecvFrom(sockfd, in_buf->data, bytes, 0, &netaddr, PR_INTERVAL_NO_TIMEOUT); - DPRINTF(("UDP_Server: PR_RecvFrom client - ip = 0x%lx, port = %d bytes = %d inbuf = 0x%lx, inbuf[0] = 0x%lx\n", + DPRINTF(("UDP_Server: PR_RecvFrom client - ip = 0x%x, port = %d bytes = %d inbuf = %p, inbuf[0] = 0x%x\n", netaddr.inet.ip, netaddr.inet.port, rv, in_buf->data, in_buf->data[0])); -@@ -646,5 +650,5 @@ +@@ -640,6 +647,7 @@ PR_Notify(sp->exit_mon); PR_ExitMonitor(sp->exit_mon); - DPRINTF(("UDP_Server [0x%x] exiting\n", PR_GetCurrentThread())); + DPRINTF(("UDP_Server [%p] exiting\n", PR_GetCurrentThread())); } ++#endif /* defined(SYMBIAN) && !defined(__WINSCW__) */ -@@ -689,5 +693,5 @@ - } + /* +@@ -684,5 +692,5 @@ if (PR_Connect(sockfd, &netaddr,PR_INTERVAL_NO_TIMEOUT) < 0){ -- fprintf(stderr, "PR_Connect failed: (%ld, %ld)\n", -+ fprintf(stderr, "PR_Connect failed: (%d, %d)\n", - PR_GetError(), PR_GetOSError()); + fprintf(stderr, "PR_Connect failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; -@@ -698,5 +702,5 @@ + return; +@@ -692,5 +700,5 @@ * fill in random data */ - memset(out_buf->data, ((PRInt32) (&netaddr)) + i + j, bytes); + memset(out_buf->data, ((intptr_t)(&netaddr)) + i + j, bytes); /* * write to server -@@ -711,5 +715,5 @@ +@@ -705,5 +713,5 @@ return; } - DPRINTF(("TCP Client [0x%lx]: out_buf = 0x%lx out_buf[0] = 0x%lx\n", + DPRINTF(("TCP Client [%p]: out_buf = %p out_buf[0] = 0x%x\n", PR_GetCurrentThread(), out_buf, (*((int *) out_buf->data)))); if (readn(sockfd, in_buf->data, bytes) < bytes) { -@@ -748,5 +752,5 @@ +@@ -745,11 +753,12 @@ PR_Notify(cp->exit_mon); PR_ExitMonitor(cp->exit_mon); - DPRINTF(("TCP_Client [0x%x] exiting\n", PR_GetCurrentThread())); + DPRINTF(("TCP_Client [%p] exiting\n", PR_GetCurrentThread())); } -@@ -754,5 +758,5 @@ ++#if defined(SYMBIAN) && !defined(__WINSCW__) + /* * UDP_Client * Client Thread - * Create a socket and bind an address + * Create a socket and bind an address * Communicate with the server at the address specified in the argument. * Fill in a buffer, write data to server, read it back and check -@@ -812,5 +816,5 @@ +@@ -809,5 +818,5 @@ } - DPRINTF(("PR_Bind: UDP Client netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n", + DPRINTF(("PR_Bind: UDP Client netaddr.inet.ip = 0x%x, netaddr.inet.port = %d\n", netaddr.inet.ip, netaddr.inet.port)); -@@ -829,7 +833,7 @@ +@@ -826,7 +835,7 @@ * fill in random data */ - DPRINTF(("UDP_Client [0x%lx]: out_buf = 0x%lx bytes = 0x%lx\n", @@ -1057,26 +1175,27 @@ + memset(out_buf->data, ((intptr_t)(&netaddr)) + i, bytes); /* * write to server -@@ -844,5 +848,5 @@ +@@ -841,5 +850,5 @@ return; } - DPRINTF(("UDP_Client [0x%lx]: out_buf = 0x%lx out_buf[0] = 0x%lx\n", + DPRINTF(("UDP_Client [%p]: out_buf = %p out_buf[0] = 0x%x\n", PR_GetCurrentThread(), out_buf, (*((int *) out_buf->data)))); if (cp->udp_connect) -@@ -855,5 +859,5 @@ +@@ -852,5 +861,5 @@ return; } - DPRINTF(("UDP_Client [0x%lx]: in_buf = 0x%lx in_buf[0] = 0x%lx\n", + DPRINTF(("UDP_Client [%p]: in_buf = %p in_buf[0] = 0x%x\n", PR_GetCurrentThread(), in_buf, (*((int *) in_buf->data)))); /* -@@ -880,10 +884,10 @@ +@@ -877,10 +886,11 @@ PR_ExitMonitor(cp->exit_mon); PR_DELETE(cp); - DPRINTF(("UDP_Client [0x%x] exiting\n", PR_GetCurrentThread())); + DPRINTF(("UDP_Client [%p] exiting\n", PR_GetCurrentThread())); } ++#endif /* defined(SYMBIAN) && !defined(__WINSCW__) */ /* * TCP_Socket_Client_Server_Test - concurrent server test @@ -1084,28 +1203,28 @@ + * * One server and several clients are started * Each client connects to the server and sends a chunk of data -@@ -937,5 +941,5 @@ +@@ -934,5 +944,5 @@ sparamp->datalen = datalen; t = PR_CreateThread(PR_USER_THREAD, - TCP_Server, (void *)sparamp, + TCP_Server, (void *)sparamp, PR_PRIORITY_NORMAL, PR_LOCAL_THREAD, -@@ -947,5 +951,5 @@ +@@ -944,5 +954,5 @@ return -1; } - DPRINTF(("Created TCP server = 0x%lx\n", t)); + DPRINTF(("Created TCP server = %p\n", t)); thread_count++; -@@ -981,5 +985,5 @@ +@@ -978,5 +988,5 @@ return -1; } - DPRINTF(("Created TCP client = 0x%lx\n", t)); + DPRINTF(("Created TCP client = %p\n", t)); thread_count++; } -@@ -991,7 +995,7 @@ +@@ -988,7 +998,7 @@ PR_ExitMonitor(mon2); printf("%30s","TCP_Socket_Client_Server_Test:"); - printf("%2ld Server %2ld Clients %2ld connections_per_client\n",1l, @@ -1115,21 +1234,24 @@ + printf("%30s %2d messages_per_connection %4d bytes_per_message\n",":", num_tcp_mesgs_per_connection, tcp_mesg_size); -@@ -1001,5 +1005,5 @@ +@@ -996,7 +1006,8 @@ + } + ++#if defined(SYMBIAN) && !defined(__WINSCW__) /* * UDP_Socket_Client_Server_Test - iterative server test - * + * * One server and several clients are started * Each client connects to the server and sends a chunk of data -@@ -1055,5 +1059,5 @@ +@@ -1052,5 +1063,5 @@ DPRINTF(("Creating UDP server")); t = PR_CreateThread(PR_USER_THREAD, - UDP_Server, (void *)sparamp, + UDP_Server, (void *)sparamp, PR_PRIORITY_NORMAL, PR_LOCAL_THREAD, -@@ -1121,6 +1125,6 @@ +@@ -1113,10 +1124,11 @@ PR_ExitMonitor(mon2); printf("%30s","UDP_Socket_Client_Server_Test: "); - printf("%2ld Server %2ld Clients\n",1l, num_udp_clients); @@ -1138,91 +1260,110 @@ + printf("%30s %2d datagrams_per_client %4d bytes_per_datagram\n",":", num_udp_datagrams_per_client, udp_datagram_size); -@@ -1477,5 +1481,5 @@ + return 0; + } ++#endif /* defined(SYMBIAN) && !defined(__WINSCW__) */ + + static PRFileDesc *small_file_fd, *large_file_fd; +@@ -1470,5 +1482,5 @@ PR_Notify(cp->exit_mon); PR_ExitMonitor(cp->exit_mon); - DPRINTF(("TransmitFile_Client [0x%lx] exiting\n", PR_GetCurrentThread())); + DPRINTF(("TransmitFile_Client [%p] exiting\n", PR_GetCurrentThread())); } -@@ -1519,5 +1523,5 @@ - if (bytes != (SMALL_FILE_SIZE+ SMALL_FILE_HEADER_SIZE)) { +@@ -1513,5 +1525,5 @@ + fprintf(stderr, + "prsocet_test: PR_TransmitFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); + failed_already=1; + } +@@ -1521,5 +1533,5 @@ + fprintf(stderr, + "prsocket_test: PR_TransmitFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); + failed_already=1; + } +@@ -1549,5 +1561,5 @@ fprintf(stderr, -- "prsocet_test: PR_TransmitFile failed: (%ld, %ld)\n", -+ "prsocet_test: PR_TransmitFile failed: (%d, %d)\n", - PR_GetError(), PR_GetOSError()); + "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; -@@ -1555,5 +1559,5 @@ - slen, bytes); + } +@@ -1573,5 +1585,5 @@ fprintf(stderr, -- "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", -+ "prsocket_test: PR_SendFile failed: (%d, %d)\n", - PR_GetError(), PR_GetOSError()); + "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; -@@ -1579,5 +1583,5 @@ - slen, bytes); + } +@@ -1595,5 +1607,5 @@ fprintf(stderr, -- "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", -+ "prsocket_test: PR_SendFile failed: (%d, %d)\n", - PR_GetError(), PR_GetOSError()); + "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; -@@ -1601,5 +1605,5 @@ - slen, bytes); + } +@@ -1617,5 +1629,5 @@ fprintf(stderr, -- "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", -+ "prsocket_test: PR_SendFile failed: (%d, %d)\n", - PR_GetError(), PR_GetOSError()); + "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; -@@ -1623,5 +1627,5 @@ - slen, bytes); + } +@@ -1639,5 +1651,5 @@ fprintf(stderr, -- "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", -+ "prsocket_test: PR_SendFile failed: (%d, %d)\n", - PR_GetError(), PR_GetOSError()); + "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; -@@ -1645,5 +1649,5 @@ - slen, bytes); + } +@@ -1661,5 +1673,5 @@ fprintf(stderr, -- "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", -+ "prsocket_test: PR_SendFile failed: (%d, %d)\n", - PR_GetError(), PR_GetOSError()); + "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; -@@ -1667,5 +1671,5 @@ - slen, bytes); + } +@@ -1683,5 +1695,5 @@ fprintf(stderr, -- "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", -+ "prsocket_test: PR_SendFile failed: (%d, %d)\n", - PR_GetError(), PR_GetOSError()); + "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; -@@ -1689,5 +1693,5 @@ - slen, bytes); + } +@@ -1707,5 +1719,5 @@ fprintf(stderr, -- "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", -+ "prsocket_test: PR_SendFile failed: (%d, %d)\n", - PR_GetError(), PR_GetOSError()); + "prsocket_test: PR_SendFile failed: (%ld, %ld)\n", +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; -@@ -1788,5 +1792,5 @@ + } +@@ -1781,5 +1793,5 @@ } - DPRINTF(("TCP_Server: PR_BIND netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n", + DPRINTF(("TCP_Server: PR_BIND netaddr.inet.ip = 0x%x, netaddr.inet.port = %d\n", netaddr.inet.ip, netaddr.inet.port)); tcp_server_addr.inet.family = netaddr.inet.family; -@@ -1843,5 +1847,5 @@ +@@ -1836,5 +1848,5 @@ t[i] = PR_CreateThread(PR_USER_THREAD, - Serve_TransmitFile_Client, (void *)scp, + Serve_TransmitFile_Client, (void *)scp, PR_PRIORITY_NORMAL, PR_LOCAL_THREAD, -@@ -1854,5 +1858,5 @@ +@@ -1847,5 +1859,5 @@ goto exit; } - DPRINTF(("TransmitFile_Server: Created Serve_TransmitFile_Client = 0x%lx\n", t)); + DPRINTF(("TransmitFile_Server: Created Serve_TransmitFile_Client = %p\n", t)); } -@@ -1882,10 +1886,10 @@ +@@ -1875,10 +1887,10 @@ PR_Notify(sp->exit_mon); PR_ExitMonitor(sp->exit_mon); - DPRINTF(("TransmitFile_Server [0x%lx] exiting\n", PR_GetCurrentThread())); @@ -1236,41 +1377,41 @@ + * */ static PRInt32 -@@ -2020,5 +2024,5 @@ - if (bytes <= 0) { - fprintf(stderr, -- "prsocket_test failed to write to file %s: (%ld, %ld)\n", -+ "prsocket_test failed to write to file %s: (%d, %d)\n", +@@ -2015,5 +2027,5 @@ + "prsocket_test failed to write to file %s: (%ld, %ld)\n", LARGE_FILE_NAME, - PR_GetError(), PR_GetOSError()); -@@ -2101,5 +2105,5 @@ +- PR_GetError(), PR_GetOSError()); ++ (long)PR_GetError(), (long)PR_GetOSError()); + failed_already=1; + rv = -1; +@@ -2094,5 +2106,5 @@ sparamp->datalen = datalen; t = PR_CreateThread(PR_USER_THREAD, - TransmitFile_Server, (void *)sparamp, + TransmitFile_Server, (void *)sparamp, PR_PRIORITY_NORMAL, PR_LOCAL_THREAD, -@@ -2112,5 +2116,5 @@ +@@ -2105,5 +2117,5 @@ goto done; } - DPRINTF(("Created TCP server = 0x%x\n", t)); + DPRINTF(("Created TCP server = %p\n", t)); thread_count++; -@@ -2149,5 +2153,5 @@ +@@ -2142,5 +2154,5 @@ goto done; } - DPRINTF(("Created TransmitFile client = 0x%lx\n", t)); + DPRINTF(("Created TransmitFile client = %p\n", t)); thread_count++; } -@@ -2179,5 +2183,5 @@ - } +@@ -2173,5 +2185,5 @@ if ((PR_RmDir(TEST_DIR)) == PR_FAILURE) { -- fprintf(stderr,"prsocket_test failed to rmdir %s: (%ld, %ld)\n", -+ fprintf(stderr,"prsocket_test failed to rmdir %s: (%d, %d)\n", - TEST_DIR, PR_GetError(), PR_GetOSError()); + fprintf(stderr,"prsocket_test failed to rmdir %s: (%ld, %ld)\n", +- TEST_DIR, PR_GetError(), PR_GetOSError()); ++ TEST_DIR, (long)PR_GetError(), (long)PR_GetOSError()); failed_already=1; + } --- ../pr/tests/sprintf.c Sun Apr 25 11:01:02 2004 +++ ../pr/tests/sprintf.c Mon Jul 25 22:21:32 2005 @@ -162,5 +162,5 @@ @@ -1439,30 +1580,37 @@ - extern int optind; #endif #if defined(XP_UNIX) || defined(XP_OS2_EMX) ---- ../pr/tests/thrpool_server.c Sun Apr 25 11:01:02 2004 -+++ ../pr/tests/thrpool_server.c Mon Jul 25 22:38:33 2005 -@@ -363,5 +363,5 @@ +--- ../pr/tests/thrpool_server.c 2009-05-06 01:40:39.000000000 -0400 ++++ ../pr/tests/thrpool_server.c 2009-11-04 16:53:49.000000000 -0500 +@@ -351,5 +351,5 @@ DPRINTF(( - "TCP_Server: PR_BIND netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n", + "TCP_Server: PR_BIND netaddr.inet.ip = 0x%x, netaddr.inet.port = %d\n", netaddr.inet.ip, netaddr.inet.port)); -@@ -496,5 +496,5 @@ +@@ -363,5 +363,5 @@ + sp->iod.timeout = PR_SecondsToInterval(60); + sp->datalen = tcp_mesg_size; +- sp->exit_mon = sc_mon; ++ sp->exit_mon = NULL; + sp->job_counterp = &job_counter; + sp->conn_counter = 0; +@@ -486,5 +486,5 @@ PR_ASSERT(NULL != jobp); - DPRINTF(("TCP_Server: Created Serve_Client = 0x%lx\n", jobp)); + DPRINTF(("TCP_Server: Created Serve_Client = %p\n", jobp)); /* -@@ -513,5 +513,5 @@ +@@ -503,5 +503,5 @@ PR_ASSERT(NULL != jobp); - DPRINTF(("TCP_Server: Created print_stats timer job = 0x%lx\n", jobp)); + DPRINTF(("TCP_Server: Created print_stats timer job = %p\n", jobp)); exit: -@@ -530,7 +530,7 @@ +@@ -520,7 +520,7 @@ PR_DestroyMonitor(sp->exit_mon); printf("%30s","TCP_Socket_Client_Server_Test:"); - printf("%2ld Server %2ld Clients %2ld connections_per_client\n",1l, @@ -1551,9 +1699,23 @@ + iterations, count); } ---- ../pr/tests/thruput.c Sun Apr 25 11:01:02 2004 -+++ ../pr/tests/thruput.c Mon Jul 25 22:44:16 2005 -@@ -407,4 +407,5 @@ +--- ../pr/tests/thruput.c.orig 2009-02-23 00:00:45.000000000 -0500 ++++ ../pr/tests/thruput.c 2009-11-04 16:56:33.000000000 -0500 +@@ -99,5 +99,5 @@ + PRStatus rv; + PRFileDesc *xport; +- PRInt32 bytes, sampled; ++ PRInt32 bytes, sampled = -1; + PRIntervalTime now, interval; + PRBool do_display = PR_FALSE; +@@ -208,5 +208,5 @@ + static void PR_CALLBACK Servette(void *arg) + { +- PRInt32 bytes, sampled; ++ PRInt32 bytes, sampled = -1; + PRIntervalTime now, interval; + PRBool do_display = PR_FALSE; +@@ -405,4 +405,5 @@ else Client(server_name); + return 0; @@ -1843,3 +2005,47 @@ #endif PRIntn failed_already=0; +--- ../pr/tests/cltsrv.c 2009-05-06 01:40:38.000000000 -0400 ++++ ../pr/tests/cltsrv.c 2009-11-04 15:34:25.000000000 -0500 +@@ -920,5 +920,5 @@ + PRUintn index; + PRBool boolean; +- CSClient_t *client; ++ CSClient_t *client = NULL; + PRStatus rv, joinStatus; + CSServer_t *server = NULL; +--- ../pr/tests/parsetm.c 2009-05-11 18:23:19.000000000 -0400 ++++ ../pr/tests/parsetm.c 2009-11-04 16:27:29.000000000 -0500 +@@ -64,6 +64,6 @@ + /* Print day of the week, month, day, hour, minute, and second */ + if (debug_mode) printf("%s %s %ld %02ld:%02ld:%02ld ", +- dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday, +- et->tm_hour, et->tm_min, et->tm_sec); ++ dayOfWeek[et->tm_wday], month[et->tm_month], (long)et->tm_mday, ++ (long)et->tm_hour, (long)et->tm_min, (long)et->tm_sec); + + /* Print time zone */ +@@ -80,4 +80,4 @@ + minOffset = (totalOffset % 3600) / 60; + if (debug_mode) +- printf("%s%02ld%02ld ", sign, hourOffset, minOffset); ++ printf("%s%02ld%02ld ", sign, (long)hourOffset, (long)minOffset); + } +--- ../pr/tests/provider.c 2009-05-06 01:40:39.000000000 -0400 ++++ ../pr/tests/provider.c 2009-11-04 16:29:30.000000000 -0500 +@@ -1082,5 +1082,5 @@ + PRUintn index; + PRBool boolean; +- CSClient_t *client; ++ CSClient_t *client = NULL; + PRStatus rv, joinStatus; + CSServer_t *server = NULL; +--- ../pr/tests/switch.c 2009-05-06 01:40:39.000000000 -0400 ++++ ../pr/tests/switch.c 2009-11-04 16:48:07.000000000 -0500 +@@ -113,5 +113,5 @@ + PRBool help = PR_FALSE; + PRUintn concurrency = 1; +- Shared *shared, *link; ++ Shared *shared = NULL, *link; + PRIntervalTime timein, timeout; + PRThreadScope thread_scope = PR_LOCAL_THREAD; Modified: branches/experimental/devel/nspr/files/patch-warnings ============================================================================== --- branches/experimental/devel/nspr/files/patch-warnings Tue Jun 29 14:07:00 2010 (r342) +++ branches/experimental/devel/nspr/files/patch-warnings Tue Jun 29 21:33:29 2010 (r343) @@ -55,3 +55,71 @@ +#define PR_FIND_NEXT_COUNTER_QNAME(next,handle) #endif +--- ../pr/src/io/prprf.c 2008-05-31 11:10:17.000000000 -0400 ++++ ../pr/src/io/prprf.c 2009-11-04 14:27:19.000000000 -0500 +@@ -698,5 +698,5 @@ + int rv, i; + struct NumArg* nas = NULL; +- struct NumArg* nap; ++ struct NumArg* nap = NULL; + struct NumArg nasArray[ NAS_DEFAULT_NUM ]; + char pattern[20]; +--- ../pr/src/io/prscanf.c 2005-08-05 18:44:06.000000000 -0400 ++++ ../pr/src/io/prscanf.c 2009-11-04 14:31:24.000000000 -0500 +@@ -230,5 +230,5 @@ + { + char buf[FMAX + 1], *p; +- int ch; ++ int ch = -1; + static const char digits[] = "0123456789abcdefABCDEF"; + PRBool seenDigit = PR_FALSE; +@@ -340,5 +340,5 @@ + { + char buf[FMAX + 1], *p; +- int ch; ++ int ch = -1; + PRBool seenDigit = PR_FALSE; + +--- ../pr/src/misc/pralarm.c 2009-05-06 01:40:37.000000000 -0400 ++++ ../pr/src/misc/pralarm.c 2009-11-04 14:34:27.000000000 -0500 +@@ -134,5 +134,5 @@ + while (why != abort) + { +- PRIntervalTime pause; ++ PRIntervalTime pause = 0; + + PR_Lock(alarm->lock); +--- ../pr/src/misc/prdtoa.c 2009-10-05 18:58:41.000000000 -0400 ++++ ../pr/src/misc/prdtoa.c 2009-11-04 14:36:24.000000000 -0500 +@@ -2765,5 +2765,5 @@ + */ + +- int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, ++ int bbits, b2, b5, be, dig, i, ieps, ilim = -1, ilim0, ilim1 = -1, + j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, + spec_case, try_quick; +--- ../pr/src/misc/prenv.c 2009-05-06 01:40:37.000000000 -0400 ++++ ../pr/src/misc/prenv.c 2009-11-04 15:02:32.000000000 -0500 +@@ -94,5 +94,10 @@ + + _PR_LOCK_ENV(); +- result = _PR_MD_PUT_ENV(string); ++ /* ++ * putenv() does not modify the contents, but allows ++ * the caller to modify it later. So, it is Ok to ++ * drop the const-ness here... ++ */ ++ result = _PR_MD_PUT_ENV((char *)string); + _PR_UNLOCK_ENV(); + return (result)? PR_FAILURE : PR_SUCCESS; +--- ../pr/src/misc/prtpool.c 2005-04-28 18:37:25.000000000 -0400 ++++ ../pr/src/misc/prtpool.c 2009-11-04 15:08:05.000000000 -0500 +@@ -314,6 +314,6 @@ + int rv; + PRCList *qp, *nextqp; +-PRPollDesc *pollfds; +-PRJob **polljobs; ++PRPollDesc *pollfds = NULL; ++PRJob **polljobs = NULL; + int poll_timeout; + PRIntervalTime now; Modified: branches/experimental/devel/nspr/pkg-plist ============================================================================== --- branches/experimental/devel/nspr/pkg-plist Tue Jun 29 14:07:00 2010 (r342) +++ branches/experimental/devel/nspr/pkg-plist Tue Jun 29 21:33:29 2010 (r343) @@ -42,7 +42,6 @@ include/nspr/plerror.h include/nspr/plgetopt.h include/nspr/plhash.h -include/nspr/plresolv.h include/nspr/plstr.h include/nspr/pratom.h include/nspr/prbit.h