Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 04:17:06 -0700 (PDT)
From:      Yoichi ASAI <yatt@msc.biglobe.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30023: Update port: japanese/mozilla-jlp
Message-ID:  <200108241117.f7OBH6w11124@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         30023
>Category:       ports
>Synopsis:       Update port: japanese/mozilla-jlp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 04:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yoichi ASAI
>Release:        FreeBSD 4.4-RC
>Organization:
>Environment:
>Description:
Update port: japanese/mozilla
Though JLP is still RC2, I send update coz I cannot stand long BROKEN state.

>How-To-Repeat:

>Fix:
diff -urN mozilla-jlp.orig/Makefile mozilla-jlp/Makefile
--- mozilla-jlp.orig/Makefile	Sat Jul 14 17:11:49 2001
+++ mozilla-jlp/Makefile	Wed Aug 15 21:20:58 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mozilla
-PORTVERSION=	0.9.2
+PORTVERSION=	0.9.3
 PORTEPOCH=	1
 CATEGORIES=	japanese www
 MASTER_SITES=	http://www.mozilla.gr.jp/jlp/ \
@@ -33,8 +33,8 @@
 .else
 MOZILLA_PORT=	${PORTSDIR}/www/mozilla
 .endif
-JLP_SRC=	${PORTNAME}${PORTVERSION}-langjajp.xpi \
-		${PORTNAME}${PORTVERSION}-regjp.xpi
+JLP_SRC=	${PORTNAME}${PORTVERSION}-langjajp-RC2.xpi \
+		${PORTNAME}${PORTVERSION}-regjp-RC2.xpi
 
 .include <bsd.port.pre.mk>
 
@@ -53,7 +53,6 @@
 
 post-extract:
 	${MKDIR} ${WRKSRC}/defaults/pref
-	${CP} ${FILESDIR}/all.js ${WRKSRC}/defaults/pref
 	${CP} ${FILESDIR}/unix.js ${WRKSRC}/defaults/pref
 
 post-patch:
@@ -71,10 +70,7 @@
 	${MV} -f user-skins.rdf user-skins.rdf.orig; \
 	${MV} -f installed-chrome.txt installed-chrome.txt.orig)
 	(cd ${PREFIX}/lib/mozilla/defaults/pref; \
-	${MV} -f all.js all.js.orig; ${MV} -f unix.js unix.js.orig)
-	(cd ${PREFIX}/lib/mozilla/defaults/profile; \
-	${MV} -f bookmarks.html bookmarks.html.orig; \
-	${MV} -f search.rdf search.rdf.orig)
+	${MV} -f unix.js unix.js.orig)
 	(cd ${PREFIX}/lib/mozilla/searchplugins; \
 	${MV} -f google.gif google.gif.orig; \
 	${MV} -f google.src google.src.orig)
@@ -86,9 +82,6 @@
 	${TAR} -xf - -C ${PREFIX}/lib/mozilla/searchplugins
 	(cd ${WRKSRC}; ${TAR} -cf - chrome defaults) | \
 	${TAR} -xf - -C ${PREFIX}/lib/mozilla
-	(cd ${PREFIX}/lib/mozilla/defaults/profile; \
-	${CP} -p JP/bookmarks.html bookmarks.html; \
-	${CP} -p JP/search.rdf search.rdf)
 	(cd ${PREFIX}/lib/mozilla/chrome; \
 	${CP} installed-chrome.txt.orig installed-chrome.txt; \
 	${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt)
diff -urN mozilla-jlp.orig/distinfo mozilla-jlp/distinfo
--- mozilla-jlp.orig/distinfo	Sat Jul 14 17:11:49 2001
+++ mozilla-jlp/distinfo	Wed Aug 15 21:21:01 2001
@@ -1,2 +1,2 @@
-MD5 (mozilla0.9.2-langjajp.xpi) = d302c11889422629dd3bf70a3737d6a4
-MD5 (mozilla0.9.2-regjp.xpi) = 6201bbedac5d2a41d72e936a7cd29511
+MD5 (mozilla0.9.3-langjajp-RC2.xpi) = 9ff219001fd140fbef292514bcfafaed
+MD5 (mozilla0.9.3-regjp-RC2.xpi) = 6106ef7c0d8423a5cfa2c3157e79d2e2
diff -urN mozilla-jlp.orig/files/all.js mozilla-jlp/files/all.js
--- mozilla-jlp.orig/files/all.js	Sat Jul 14 17:11:49 2001
+++ mozilla-jlp/files/all.js	Thu Jan  1 09:00:00 1970
@@ -1,540 +0,0 @@
-/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
- *
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is mozilla.org code.
- *
- * The Initial Developer of the Original Code is Netscape
- * Communications Corporation.  Portions created by Netscape are
- * Copyright (C) 1998 Netscape Communications Corporation. All
- * Rights Reserved.
- *
- * Contributor(s):
- */
-
-// SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
-//  The first character after a period must be alphabetic.
-
-pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
-
-pref("keyword.URL", "http://keyword.netscape.com/keyword/");
-pref("keyword.enabled", true);
-pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
-pref("general.useragent.misc", "rv:0.9.2");
-
-pref("general.startup.browser",             true);
-pref("general.startup.mail",                false);
-pref("general.startup.news",                false);
-pref("general.startup.editor",              false);
-pref("general.startup.compose",             false);
-pref("general.startup.addressbook",         false);
-
-pref("general.open_location.last_url",      "");
-pref("general.open_location.last_window_choice", 0);
-
-// 0 = blank, 1 = home (browser.startup.homepage), 2 = last
-pref("browser.startup.page",                1);
-pref("browser.startup.homepage",	   "chrome://navigator-region/locale/region.properties");
-// "browser.startup.homepage_override" was for 4.x
-pref("browser.startup.homepage_override.1", true);
-pref("browser.startup.autoload_homepage",   true);
-
-pref("browser.cache.disk_cache_size",       50000);
-pref("browser.cache.enable",                true);
-pref("browser.cache.disk.enable",           true);
-pref("browser.cache.memory_cache_size",     4096);
-pref("browser.cache.disk_cache_ssl",        false);
-// 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
-pref("browser.cache.check_doc_frequency",   3);
-
-pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
-pref("browser.display.use_document_colors", true);
-pref("browser.display.use_system_colors",   false);
-pref("browser.display.foreground_color",    "#000000");
-pref("browser.display.background_color",    "#FFFFFF");
-pref("browser.anchor_color",                "#0000EE");
-pref("browser.visited_color",               "#551A8B");
-pref("browser.underline_anchors",           true);
-
-pref("browser.display.use_focus_colors",    false);
-pref("browser.display.focus_background_color", "#117722");
-pref("browser.display.focus_text_color",     "#ffffff");
-pref("browser.display.focus_ring_width",     1);
-pref("browser.display.focus_ring_on_anything", false);
-
-pref("browser.chrome.toolbar_tips",         true);
-pref("browser.chrome.toolbar_style",        2);
-
-pref("browser.toolbars.showbutton.bookmarks", true);
-pref("browser.toolbars.showbutton.go",      false);
-pref("browser.toolbars.showbutton.home",    true);
-pref("browser.toolbars.showbutton.mynetscape", true);
-pref("browser.toolbars.showbutton.net2phone", true);
-pref("browser.toolbars.showbutton.print",   true);
-pref("browser.toolbars.showbutton.search",  true);
-
-pref("browser.helperApps.alwaysAsk.force",  false);
-
-pref("accessibility.browsewithcaret", false);
-pref("accessibility.usetexttospeech", "");
-pref("accessibility.usebrailledisplay", "");
-pref("accessibility.accesskeycausesactivation", true);
-
-// Dialog modality issues
-pref("browser.prefWindowModal", true);
-pref("browser.show_about_as_stupid_modal_window", false);
-
-pref("browser.download.progressDnldDialog.keepAlive", false); // keep the dnload progress dialog up after dnload is complete
-
-// various default search settings
-pref("browser.search.defaulturl", "chrome://navigator-region/locale/region.properties");
-pref("browser.search.opensidebarsearchpanel", true);
-pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
-pref("browser.search.mode", 0);
-pref("browser.search.powermode", 0);
-pref("browser.urlbar.autocomplete.enabled", true);
-pref("browser.urlbar.clickSelectsAll",false);
-
-pref("browser.history.last_page_visited", "");
-pref("browser.history_expire_days", 9);
-pref("browser.sessionhistory.max_entries", 50);
-
-// Translation service
-pref("browser.translation.service", "http://cgi.netscape.com/cgi-bin/translate.cgi?AlisUI=simple_frames/ns_home&AlisTargetURI=");
-pref("browser.translation.serviceDomain", "teletranslator.com");
-  
-// Platform for Internet Content Selection
-pref("browser.PICS.ratings_enabled", false);
-pref("browser.PICS.pages_must_be_rated", false);
-pref("browser.PICS.disable_for_this_session", false);
-pref("browser.PICS.reenable_for_this_session", false);
-pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
-pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
-
-pref("browser.target_new_blocked", false);
-
-// loading and rendering of framesets and iframes
-pref("browser.frames.enabled", true);
-
-// form submission
-pref("browser.forms.submit.backwards_compatible", true);
-
-// view source
-pref("view_source.syntax_highlight", true);
-
-// gfx widgets
-pref("nglayout.widget.mode", 2);
-pref("nglayout.widget.gfxscrollbars", true);
-
-// use nsViewManager2
-pref("nglayout.view.useViewManager2", true);
-
-// css2 hover pref
-pref("nglayout.events.showHierarchicalHover", false);
-
-// whether or not to use xbl form controls
-pref("nglayout.debug.enable_xbl_forms", false);
-
-// Smart Browsing prefs
-pref("browser.related.enabled", true);
-pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
-pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
-pref("browser.related.disabledForDomains", "");
-pref("browser.goBrowsing.enabled", true);
-
-//Internet Search
-pref("browser.search.defaultenginename", "chrome://navigator/locale/navigator.properties");
-
-// Default Capability Preferences: Security-Critical! 
-// Editing these may create a security risk - be sure you know what you're doing
-//pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
-
-pref("capability.policy.default.DOMException.code", "allAccess");
-pref("capability.policy.default.DOMException.message", "allAccess");
-pref("capability.policy.default.DOMException.name", "allAccess");
-pref("capability.policy.default.DOMException.result", "allAccess");
-pref("capability.policy.default.DOMException.toString", "allAccess");
-
-pref("capability.policy.default.History.back", "allAccess");
-pref("capability.policy.default.History.current", "UniversalBrowserRead");
-pref("capability.policy.default.History.forward", "allAccess");
-pref("capability.policy.default.History.go", "allAccess");
-pref("capability.policy.default.History.item", "UniversalBrowserRead");
-pref("capability.policy.default.History.length", "UniversalBrowserRead");
-pref("capability.policy.default.History.next", "UniversalBrowserRead");
-pref("capability.policy.default.History.previous", "UniversalBrowserRead");
-pref("capability.policy.default.History.toString", "UniversalBrowserRead");
-
-pref("capability.policy.default.HTMLDocument.close", "allAccess");
-pref("capability.policy.default.HTMLDocument.open", "allAccess");
-pref("capability.policy.default.HTMLDocument.write", "allAccess");
-pref("capability.policy.default.HTMLDocument.writeln", "allAccess");
-
-pref("capability.policy.default.Location.hash.set", "allAccess");
-pref("capability.policy.default.Location.host.set", "allAccess");
-pref("capability.policy.default.Location.hostname.set", "allAccess");
-pref("capability.policy.default.Location.href.set", "allAccess");
-pref("capability.policy.default.Location.pathname.set", "allAccess");
-pref("capability.policy.default.Location.port.set", "allAccess");
-pref("capability.policy.default.Location.protocol.set", "allAccess");
-pref("capability.policy.default.Location.reload", "allAccess");
-pref("capability.policy.default.Location.replace", "allAccess");
-pref("capability.policy.default.Location.search.set", "allAccess");
-
-pref("capability.policy.default.Navigator.preference", "allAccess");
-pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
-pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
-
-pref("capability.policy.default.Window.blur", "allAccess");
-pref("capability.policy.default.Window.close", "allAccess");
-pref("capability.policy.default.Window.closed", "allAccess");
-pref("capability.policy.default.Window.Components", "allAccess");
-pref("capability.policy.default.Window.document", "allAccess");
-pref("capability.policy.default.Window.focus", "allAccess");
-pref("capability.policy.default.Window.history", "allAccess");
-pref("capability.policy.default.Window.location", "allAccess");
-// window.openDialog is insecure and must be made inaccessible from web scripts - see bug 56009
-pref("capability.policy.default.Window.openDialog", "noAccess");
-pref("capability.policy.default.Window.self", "allAccess");
-pref("capability.policy.default.Window.window", "allAccess");
-
-// Restrictions on the DOM for mail/news - see bug 66938
-pref("capability.policy.mailnews.DOMException.toString", "noAccess");;
-pref("capability.policy.mailnews.HTMLAnchorElement.hash", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.host", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.hostname", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.href", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.pathname", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.port", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.protocol", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.search", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.text", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.getAttribute", "noAccess");
-pref("capability.policy.mailnews.HTMLAnchorElement.attributes", "noAccess");
-pref("capability.policy.mailnews.HTMLDocument.location", "noAccess");
-pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
-pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
-pref("capability.policy.mailnews.Text.nodeValue", "noAccess");
-pref("capability.policy.mailnews.Text.data", "noAccess");
-pref("capability.policy.mailnews.Text.substringData", "noAccess");
-pref("capability.policy.mailnews.CDATASection.nodeValue", "noAccess");
-pref("capability.policy.mailnews.CDATASection.data", "noAccess");
-pref("capability.policy.mailnews.CDATASection.substringData", "noAccess");
-pref("capability.policy.mailnews.Range.toString", "noAccess");
-pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
-pref("capability.policy.mailnews.Window.name.set", "noAccess");
-pref("capability.policy.mailnews.Window.location", "noAccess");
-
-pref("javascript.enabled",                  true);
-pref("javascript.allow.mailnews",           false);
-pref("javascript.options.strict",           false);
-
-// advanced prefs
-pref("advanced.always_load_images",         true);
-pref("security.enable_java",                 true);
-pref("css.allow",                           true);
-pref("advanced.mailftp",                    false);
-pref("image.animation_mode",                "normal");
-
-pref("offline.startup_state",            0);
-pref("offline.send.unsent_messages",            0);
-pref("offline.download.download_messages",  0);
-pref("offline.prompt_synch_on_exit",            true);
-pref("offline.news.download.use_days",          0);
-
-// If there is ever a security firedrill that requires
-// us to block certian ports global, this is the pref 
-// to use.  Is is a comma delimited list of port numbers
-// for example:
-//   pref("network.security.ports.banned", "1,2,3,4,5");
-// prevents necko connecting to ports 1-5 unless the protocol
-// overrides.
-
-pref("network.hosts.smtp_server",           "mail");
-pref("network.hosts.pop_server",            "mail");
-pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
-
-// <ruslan>
-pref("network.http.version", "1.1");	  // default
-// pref("network.http.version", "1.0");   // uncomment this out in case of problems
-// pref("network.http.version", "0.9");   // it'll work too if you're crazy
-// keep-alive option is effectively obsolete. Nevertheless it'll work with
-// some older 1.0 servers:
-
-pref("network.http.keep-alive", true); // set it to false in case of problems
-pref("network.http.proxy.keep-alive", true );
-pref("network.http.keep-alive.timeout", 300);
-
-pref("network.http.max-connections", 16);
-pref("network.http.max-connections-per-server", 8);
-pref("network.http.keep-alive.max-connections", 20); // max connections to be kept alive
-pref("network.http.keep-alive.max-connections-per-server", 8);
-
-pref("network.http.connect.timeout",  30);	// in seconds
-pref("network.http.request.timeout", 120);	// in seconds
-
-// Headers
-pref("network.http.accept.default", "text/xml, application/xml, application/xhtml+xml, text/html;q=0.9, image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1");
-
-pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
-
-// Enable http compression: comment this out in case of problems with 1.1
-pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity");
-
-pref("network.http.pipelining"      , false);
-pref("network.http.proxy.pipelining", false);
-
-// Always pipeling the very first request:  this will only work when you are
-// absolutely sure the the site or proxy you are browsing to/through support
-// pipelining; the default behavior will be that the browser will first make
-// a normal, non-pipelined request, then  examine  and remember the responce
-// and only the subsequent requests to that site will be pipeline
-pref("network.http.pipelining.firstrequest", false);
-
-// Max number of requests in the pipeline
-pref("network.http.pipelining.maxrequests" , 4);
-
-pref("network.http.proxy.ssl.connect",true);
-// </ruslan>
-
-// until the directory view has an owner
-// necko will produce html -- dougt
-pref("network.dir.generate_html", true);
-
-// sspitzer:  change this back to "news" when we get to beta.
-// for now, set this to news.mozilla.org because you can only
-// post to the server specified by this pref.
-pref("network.hosts.nntp_server",           "news.mozilla.org");
-
-pref("network.hosts.socks_server",          "");
-pref("network.hosts.socks_serverport",      1080);
-pref("network.hosts.socks_conf",            "");
-pref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
-pref("network.image.warnAboutImages",       false);
-pref("network.proxy.autoconfig_url",        "");
-pref("network.proxy.type",                  0);
-pref("network.proxy.ftp",                   "");
-pref("network.proxy.ftp_port",              0);
-pref("network.proxy.gopher",                "");
-pref("network.proxy.gopher_port",           0);
-pref("network.proxy.news",                  "");
-pref("network.proxy.news_port",             0);
-pref("network.proxy.http",                  "");
-pref("network.proxy.http_port",             0);
-pref("network.proxy.wais",                  "");
-pref("network.proxy.wais_port",             0);
-pref("network.proxy.ssl",                   "");
-pref("network.proxy.ssl_port",              0);
-pref("network.proxy.socks",                 "");
-pref("network.proxy.socks_port",            0);
-pref("network.proxy.no_proxies_on",         "");
-pref("network.online",                      true); //online/offline
-pref("network.accept_cookies",              0);     // 0 = Always, 1 = warn, 2 = never
-pref("network.foreign_cookies",             0); // 0 = Accept, 1 = Don't accept
-pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
-pref("network.cookie.warnAboutCookies",     false);
-pref("signon.rememberSignons",              true);
-pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
-pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
-pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
-pref("wallet.captureForms",                 true);
-pref("wallet.notified",                     false);
-pref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
-pref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
-pref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
-pref("wallet.version",                      "1");
-pref("wallet.enabled",                      true);
-pref("wallet.crypto",                       false);
-pref("wallet.namePanel.hide",               false);
-pref("wallet.addressPanel.hide",            false);
-pref("wallet.phonePanel.hide",              false);
-pref("wallet.creditPanel.hide",             false);
-pref("wallet.employPanel.hide",             false);
-pref("wallet.miscPanel.hide",               false);
-pref("imageblocker.enabled",                true);
-pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
-pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
-pref("intl.collationOption",                "chrome://navigator/locale/navigator.properties");
-pref("intl.menuitems.alwaysappendacceskeys","chrome://navigator/locale/navigator.properties");
-pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
-pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
-pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
-pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
-pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
-pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
-pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
-pref("intl.charsetmenu.browser.cache",      "");
-pref("intl.charsetmenu.mailview.cache",     "");
-pref("intl.charsetmenu.composer.cache",     "");
-pref("intl.charsetmenu.browser.cache.size", 5);
-pref("intl.charset.detector",                "chrome://navigator/locale/navigator.properties");
-pref("intl.charset.default",                "chrome://navigator/locale/navigator.properties");
-
-pref("font.default", "serif");
-pref("font.size.variable.ar", 16);
-pref("font.size.fixed.ar", 13);
-
-pref("font.size.variable.el", 16);
-pref("font.size.fixed.el", 13);
-
-pref("font.size.variable.he", 16);
-pref("font.size.fixed.he", 13);
-
-pref("font.size.variable.ja", 14);
-pref("font.size.fixed.ja", 14);
-
-pref("font.size.variable.ko", 16);
-pref("font.size.fixed.ko", 16);
-
-pref("font.size.variable.th", 16);
-pref("font.size.fixed.th", 13);
-
-pref("font.size.variable.tr", 16);
-pref("font.size.fixed.tr", 13);
-
-pref("font.size.variable.x-baltic", 16);
-pref("font.size.fixed.x-baltic", 13);
-
-pref("font.size.variable.x-central-euro", 16);
-pref("font.size.fixed.x-central-euro", 13);
-
-pref("font.size.variable.x-cyrillic", 16);
-pref("font.size.fixed.x-cyrillic", 13);
-
-pref("font.size.variable.x-unicode", 16);
-pref("font.size.fixed.x-unicode", 13);
-
-pref("font.size.variable.x-western", 14);
-pref("font.size.fixed.x-western", 13);
-
-pref("font.size.variable.zh-CN", 16);
-pref("font.size.fixed.zh-CN", 16);
-
-pref("font.size.variable.zh-TW", 16);
-pref("font.size.fixed.zh-TW", 16);
-
-// -- folders (Mac: these are binary aliases.)
-localDefPref("mail.signature_file",             "");
-localDefPref("mail.directory",                  "");
-
-pref("images.dither", "auto");
-localDefPref("news.directory",                  "");
-localDefPref("security.directory",              "");
-
-pref("autoupdate.enabled",              true);
-
-pref("silentdownload.enabled",    true);
-pref("silentdownload.directory",  "");
-pref("silentdownload.range",      3000);
-pref("silentdownload.interval",  10000);
-
-pref("browser.editor.disabled", false);
-
-pref("spellchecker.dictionary", "");
-
-pref("signed.applets.codebase_principal_support", false);
-pref("security.checkloaduri", true);
-pref("security.xpconnect.plugin.unrestricted", true);
-
-// Modifier key prefs: default to Windows settings,
-// menu access key = alt, accelerator key = control.
-pref("ui.key.accelKey", 17);
-pref("ui.key.menuAccessKey", 18);
-pref("ui.key.menuAccessKeyFocuses", false);
-pref("ui.key.saveLink.shift", true); // true = shift, false = meta
-
-// Middle-mouse handling
-pref("middlemouse.paste", false);
-pref("middlemouse.openNewWindow", true);
-pref("middlemouse.contentLoadURL", false);
-pref("middlemouse.scrollbarPosition", false);
-
-// Clipboard behavior
-pref("clipboard.autocopy", false);
-
-// 0=lines, 1=pages, 2=history , 3=text size
-pref("mousewheel.withnokey.action",0);
-pref("mousewheel.withnokey.numlines",1);	
-pref("mousewheel.withnokey.sysnumlines",true);
-pref("mousewheel.withcontrolkey.action",0);
-pref("mousewheel.withcontrolkey.numlines",1);
-pref("mousewheel.withcontrolkey.sysnumlines",true);
-pref("mousewheel.withshiftkey.action",0);
-pref("mousewheel.withshiftkey.numlines",1);
-pref("mousewheel.withshiftkey.sysnumlines",false);
-pref("mousewheel.withaltkey.action",2);
-pref("mousewheel.withaltkey.numlines",1);
-pref("mousewheel.withaltkey.sysnumlines",false);
-
-pref("profile.confirm_automigration",true);
-
-// Customizable toolbar stuff
-pref("custtoolbar.personal_toolbar_folder", "");
-
-pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
-pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
-
-pref("prefs.converted-to-utf8",false);
-// --------------------------------------------------
-// IBMBIDI 
-// --------------------------------------------------
-//
-// ------------------
-//  Text Direction
-// ------------------
-// 1 = directionLTRBidi *
-// 2 = directionRTLBidi
-pref("bidi.direction", 1);
-// ------------------
-//  Text Type
-// ------------------
-// 1 = charsettexttypeBidi *
-// 2 = logicaltexttypeBidi
-// 3 = visualtexttypeBidi
-pref("bidi.texttype", 1);
-// ------------------
-//  Controls Text Mode
-// ------------------
-// 1 = logicalcontrolstextmodeBidiCmd
-// 2 = visiualcontrolstextmodeBidi
-// 3 = containercontrolstextmodeBidi *
-pref("bidi.controlstextmode", 1);
-// ------------------
-//  Clipboard Text Mode
-// ------------------
-//  1 = logicalclipboardtextmodeBidi
-// 2 = visiualclipboardtextmodeBidi
-// 3 = sourceclipboardtextmodeBidi *
-pref("bidi.clipboardtextmode", 3);
-// ------------------
-//  Numeral Style
-// ------------------
-// 1 = regularcontextnumeralBidi *
-// 2 = hindicontextnumeralBidi
-// 3 = arabicnumeralBidi
-// 4 = hindinumeralBidi
-pref("bidi.numeral", 1);
-// ------------------
-//  Support Mode
-// ------------------
-// 1 = mozillaBidisupport *
-// 2 = OsBidisupport
-// 3 = disableBidisupport
-pref("bidi.support", 1);
-// ------------------
-//  Charset Mode
-// ------------------
-// 1 = doccharactersetBidi *
-// 2 = defaultcharactersetBidi
-pref("bidi.characterset", 1);
-
-
-pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
diff -urN mozilla-jlp.orig/files/installed-chrome.txt mozilla-jlp/files/installed-chrome.txt
--- mozilla-jlp.orig/files/installed-chrome.txt	Sat Jul 14 17:11:49 2001
+++ mozilla-jlp/files/installed-chrome.txt	Mon Aug 13 11:40:15 2001
@@ -10,6 +10,7 @@
 locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/pipnss/
 locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/pippki/
 locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/content-packs/
+locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/chatzilla/
 locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/global-platform/
 locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/communicator-platform/
 locale,install,url,jar:resource:/chrome/JP.jar!/locale/JP/global-region/
diff -urN mozilla-jlp.orig/files/unix.js mozilla-jlp/files/unix.js
--- mozilla-jlp.orig/files/unix.js	Sat Jul 14 17:11:49 2001
+++ mozilla-jlp/files/unix.js	Mon Aug 13 11:41:39 2001
@@ -28,8 +28,8 @@
 pref("mail.check_new_mail", true);
 pref("browser.display.screen_resolution", 0); // System setting
 pref("browser.startup.license_accepted", "");
-pref("browser.cache.memory_cache_size", 4096);
-pref("browser.cache.disk_cache_size", 50000);
+pref("browser.cache.memory.capacity", 4096);
+pref("browser.cache.disk.capacity", 50000);
 pref("browser.ncols", 0);
 pref("browser.installcmap", false);
 pref("browser.drag_out_of_frame_style", 1);
@@ -51,6 +51,8 @@
 // Clipboard behavior
 pref("clipboard.autocopy", true);
 
+pref("browser.urlbar.clickSelectsAll", false);
+
 // autocomplete keyboard grab workaround
 pref("autocomplete.grab_during_popup", true);
 pref("autocomplete.ungrab_during_mode_switch", true);
@@ -58,6 +60,9 @@
 // Most Unix people think modal pref windows are stupid:
 pref("browser.prefWindowModal", false);
 
+// turn off scrollbar snapping
+pref("slider.snapMultiplier", 0);
+
 // Unix only
 pref("mail.use_movemail", true);
 pref("mail.use_builtin_movemail", true);
@@ -140,24 +145,72 @@
 
 // zh-TW
 
+pref("font.default", "serif");
+pref("font.size.variable.ar", 16);
+pref("font.size.fixed.ar", 12);
+
+pref("font.size.variable.el", 16);
+pref("font.size.fixed.el", 12);
+
+pref("font.size.variable.he", 16);
+pref("font.size.fixed.he", 12);
+
+pref("font.size.variable.ja", 14);
+pref("font.size.fixed.ja", 14);
+
+pref("font.size.variable.ko", 16);
+pref("font.size.fixed.ko", 16);
+
+pref("font.size.variable.th", 16);
+pref("font.size.fixed.th", 12);
+
+pref("font.size.variable.tr", 16);
+pref("font.size.fixed.tr", 12);
+
+pref("font.size.variable.x-baltic", 16);
+pref("font.size.fixed.x-baltic", 12);
+
+pref("font.size.variable.x-central-euro", 16);
+pref("font.size.fixed.x-central-euro", 12);
+
+pref("font.size.variable.x-cyrillic", 16);
+pref("font.size.fixed.x-cyrillic", 12);
+
+pref("font.size.variable.x-unicode", 16);
+pref("font.size.fixed.x-unicode", 12);
+
+pref("font.size.variable.x-western", 14);
+pref("font.size.fixed.x-western", 12);
+
+pref("font.size.variable.zh-CN", 16);
+pref("font.size.fixed.zh-CN", 16);
+
+pref("font.size.variable.zh-TW", 16);
+pref("font.size.fixed.zh-TW", 16);
+
 // below a certian pixel size scaled fonts produce poor results
 pref("font.scale.outline.min",      6);
 pref("font.scale.bitmap.min",       12);
 pref("font.scale.bitmap.undersize", 80);
 pref("font.scale.bitmap.oversize",  120);
 
-pref("font.scale.outline.min.ja",      10);
-pref("font.scale.bitmap.min.ja",       14);
+pref("font.scale.outline.min.ja",      8);
+pref("font.scale.bitmap.min.ja",       8);
 pref("font.scale.bitmap.undersize.ja", 80);
 pref("font.scale.bitmap.oversize.ja",  120);
 
+pref("font.scale.outline.min.ko",      10);
+pref("font.scale.bitmap.min.ko",       16);
+pref("font.scale.bitmap.undersize.ko", 80);
+pref("font.scale.bitmap.oversize.ko",  120);
+
 pref("font.scale.outline.min.zh-CN",      10);
-pref("font.scale.bitmap.min.zh-CN",       14);
+pref("font.scale.bitmap.min.zh-CN",       16);
 pref("font.scale.bitmap.undersize.zh-CN", 80);
 pref("font.scale.bitmap.oversize.zh-CN",  120);
 
 pref("font.scale.outline.min.zh-TW",      10);
-pref("font.scale.bitmap.min.zh-TW",       14);
+pref("font.scale.bitmap.min.zh-TW",       16);
 pref("font.scale.bitmap.undersize.zh-TW", 80);
 pref("font.scale.bitmap.oversize.zh-TW",  120);
 
diff -urN mozilla-jlp.orig/pkg-plist mozilla-jlp/pkg-plist
--- mozilla-jlp.orig/pkg-plist	Sat Jul 14 17:11:49 2001
+++ mozilla-jlp/pkg-plist	Mon Aug 13 12:19:09 2001
@@ -4,10 +4,7 @@
 @exec mv %D/lib/mozilla/chrome/all-skins.rdf %D/lib/mozilla/chrome/all-skins.rdf.orig
 @exec mv %D/lib/mozilla/chrome/user-skins.rdf %D/lib/mozilla/chrome/user-skins.rdf.orig
 @exec mv %D/lib/mozilla/chrome/installed-chrome.txt %D/lib/mozilla/chrome/installed-chrome.txt.orig
-@exec mv %D/lib/mozilla/defaults/pref/all.js %D/lib/mozilla/defaults/pref/all.js.orig
 @exec mv %D/lib/mozilla/defaults/pref/unix.js %D/lib/mozilla/defaults/pref/unix.js.orig
-@exec mv %D/lib/mozilla/defaults/profile/bookmarks.html %D/lib/mozilla/defaults/profile/bookmarks.html.orig
-@exec mv %D/lib/mozilla/defaults/profile/search.rdf %D/lib/mozilla/defaults/profile/search.rdf.orig
 @exec mv %D/lib/mozilla/searchplugins/google.gif %D/lib/mozilla/searchplugins/google.gif.orig
 @exec mv %D/lib/mozilla/searchplugins/google.src %D/lib/mozilla/searchplugins/google.src.orig
 bin/mozilla
@@ -22,7 +19,6 @@
 lib/mozilla/chrome/ja-win.jar
 lib/mozilla/chrome/user-locales.rdf
 lib/mozilla/chrome/user-skins.rdf
-lib/mozilla/defaults/pref/all.js
 lib/mozilla/defaults/pref/unix.js
 lib/mozilla/defaults/profile/JP/chrome/userChrome.css
 lib/mozilla/defaults/profile/JP/chrome/userContent.css
@@ -31,8 +27,6 @@
 lib/mozilla/defaults/profile/JP/mimeTypes.rdf
 lib/mozilla/defaults/profile/JP/panels.rdf
 lib/mozilla/defaults/profile/JP/search.rdf
-lib/mozilla/defaults/profile/bookmarks.html
-lib/mozilla/defaults/profile/search.rdf
 lib/mozilla/searchplugins/AllAboutJapan.png
 lib/mozilla/searchplugins/AllAboutJapan.src
 lib/mozilla/searchplugins/BiglobeSearch.png
@@ -100,10 +94,7 @@
 @unexec mv %D/lib/mozilla/chrome/all-skins.rdf.orig %D/lib/mozilla/chrome/all-skins.rdf
 @unexec mv %D/lib/mozilla/chrome/user-skins.rdf.orig %D/lib/mozilla/chrome/user-skins.rdf
 @unexec mv %D/lib/mozilla/chrome/installed-chrome.txt.orig %D/lib/mozilla/chrome/installed-chrome.txt
-@unexec mv %D/lib/mozilla/defaults/pref/all.js.orig %D/lib/mozilla/defaults/pref/all.js
 @unexec mv %D/lib/mozilla/defaults/pref/unix.js.orig %D/lib/mozilla/defaults/pref/unix.js
-@unexec mv %D/lib/mozilla/defaults/profile/bookmarks.html.orig %D/lib/mozilla/defaults/profile/bookmarks.html
-@unexec mv %D/lib/mozilla/defaults/profile/search.rdf.orig %D/lib/mozilla/defaults/profile/search.rdf
 @unexec mv %D/lib/mozilla/searchplugins/google.gif.orig %D/lib/mozilla/searchplugins/google.gif
 @unexec mv %D/lib/mozilla/searchplugins/google.src.orig %D/lib/mozilla/searchplugins/google.src
 @dirrm lib/mozilla/defaults/profile/JP/chrome

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108241117.f7OBH6w11124>