Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 04:06:48 -0800 (PST)
From:      yatt@msc.biglobe.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22392: New port: japanese/mozilla-jlp
Message-ID:  <20001029120648.C338137B479@hub.freebsd.org>

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

>Number:         22392
>Category:       ports
>Synopsis:       New 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:   Sun Oct 29 04:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yoichi ASAI
>Release:        FreeBSD 5.0-CURRENT
>Organization:
Personal
>Environment:
>Description:
New port: japanese/mozilla-jlp
This port Japanizes Mozilla GUI.

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mozilla-jlp
#	mozilla-jlp/files
#	mozilla-jlp/files/mozilla.xpg4
#	mozilla-jlp/files/mozilla.noxpg4
#	mozilla-jlp/files/installed-chrome.txt
#	mozilla-jlp/files/all.js
#	mozilla-jlp/files/unix.js
#	mozilla-jlp/distinfo
#	mozilla-jlp/Makefile
#	mozilla-jlp/pkg-comment
#	mozilla-jlp/pkg-descr
#	mozilla-jlp/pkg-plist
#
echo c - mozilla-jlp
mkdir -p mozilla-jlp > /dev/null 2>&1
echo c - mozilla-jlp/files
mkdir -p mozilla-jlp/files > /dev/null 2>&1
echo x - mozilla-jlp/files/mozilla.xpg4
sed 's/^X//' >mozilla-jlp/files/mozilla.xpg4 << 'END-of-mozilla-jlp/files/mozilla.xpg4'
X#!/bin/sh
X
XLANG=ja_JP.EUC; export LANG
XLD_PRELOAD=/usr/lib/libxpg4.so.2; export LD_PRELOAD
X
Xcd @PREFIX@/lib/mozilla
Xexec ./mozilla "$@"
END-of-mozilla-jlp/files/mozilla.xpg4
echo x - mozilla-jlp/files/mozilla.noxpg4
sed 's/^X//' >mozilla-jlp/files/mozilla.noxpg4 << 'END-of-mozilla-jlp/files/mozilla.noxpg4'
X#!/bin/sh
X
XLANG=ja_JP.EUC; export LANG
X
Xcd @PREFIX@/lib/mozilla
Xexec ./mozilla "$@"
END-of-mozilla-jlp/files/mozilla.noxpg4
echo x - mozilla-jlp/files/installed-chrome.txt
sed 's/^X//' >mozilla-jlp/files/installed-chrome.txt << 'END-of-mozilla-jlp/files/installed-chrome.txt'
Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/global/
Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/communicator/
Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger/
Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/editor/
Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/navigator/
Xlocale,install,select,ja-JP
END-of-mozilla-jlp/files/installed-chrome.txt
echo x - mozilla-jlp/files/all.js
sed 's/^X//' >mozilla-jlp/files/all.js << 'END-of-mozilla-jlp/files/all.js'
X/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
X *
X * The contents of this file are subject to the Netscape Public
X * License Version 1.1 (the "License"); you may not use this file
X * except in compliance with the License. You may obtain a copy of
X * the License at http://www.mozilla.org/NPL/
X *
X * Software distributed under the License is distributed on an "AS
X * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
X * implied. See the License for the specific language governing
X * rights and limitations under the License.
X *
X * The Original Code is mozilla.org code.
X *
X * The Initial Developer of the Original Code is Netscape
X * Communications Corporation.  Portions created by Netscape are
X * Copyright (C) 1998 Netscape Communications Corporation. All
X * Rights Reserved.
X *
X * Contributor(s): 
X */
X
X// SYNTAX HINTS:  dashes are delimiters.  Use underscores instead. 
X//  The first character after a period must be alphabetic.
X
Xpref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
X
Xpref("keyword.URL", "http://keyword.netscape.com/keyword/");
Xpref("keyword.enabled", false);
Xpref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
Xpref("general.useragent.misc", "m18");
X
Xpref("general.startup.browser",             true);
Xpref("general.startup.mail",                false);
Xpref("general.startup.news",                false);
Xpref("general.startup.editor",              false);
Xpref("general.startup.compose",             false);
Xpref("general.startup.addressbook",         false);
X
Xpref("general.always_load_images",          true);
Xpref("general.always_load_movies",          true);
Xpref("general.always_load_sounds",          true);
Xpref("general.title_tips",                  true);
X
Xpref("general.help_source.site",            1); // 0 = Netscape, 1 = installed, 2 = custom
Xpref("general.help_source.url",             "");
X
Xpref("general.fullcircle_enable",           true);
Xpref("general.fullcircle_collect_ns_data",  false);
X
Xpref("browser.enable_style_sheets",         true);
X// 0 = blank, 1 = home (browser.startup.homepage), 2 = last
Xpref("browser.startup.page",                1);     
Xpref("browser.startup.homepage",	   "chrome://navigator/locale/navigator.properties");
X// "browser.startup.homepage_override" was for 4.x
Xpref("browser.startup.homepage_override.1", true);
Xpref("browser.startup.autoload_homepage",   true);
Xpref("browser.startup.agreed_to_licence",   false);
Xpref("browser.startup.license_version",     0);
Xpref("browser.startup.default_window",      1); // start up browser
Xpref("browser.cache.disk_cache_size",       7680);
Xpref("browser.cache.enable",                true);
Xpref("browser.cache.disk.enable",                true);
Xpref("browser.cache.memory_cache_size",     1024);
Xpref("browser.cache.disk_cache_ssl",        false);
Xpref("browser.display.foreground_color",    "#000000");
Xpref("browser.display.background_color",    "#C0C0C0");
Xpref("browser.anchor_color",                "#0000EE");
Xpref("browser.visited_color",               "#551A8B");
Xpref("browser.chrome.show_directory_buttons",   true);
Xpref("browser.chrome.toolbar_style",        2);
Xpref("browser.chrome.advanced_toolbar",     false);
Xpref("browser.chrome.show_toolbar",         true);
Xpref("browser.chrome.show_status_bar",      true);
Xpref("browser.chrome.show_url_bar",         true);
Xpref("browser.chrome.show_security_bar",    true);
Xpref("browser.chrome.button_style",         0);
X
Xpref("browser.toolbars.showbutton.bookmarks", false);
Xpref("browser.toolbars.showbutton.go",      false);
Xpref("browser.toolbars.showbutton.home",    true);
Xpref("browser.toolbars.showbutton.mynetscape", true);
Xpref("browser.toolbars.showbutton.net2phone", true);
Xpref("browser.toolbars.showbutton.print",   true);
Xpref("browser.toolbars.showbutton.search",  true);
X
Xpref("browser.background_option",           0); // DEFAULT_BACKGROUND
Xpref("browser.link_expiration",             9);
Xpref("browser.cache.check_doc_frequency",   0);
X
Xpref("browser.delay_images",                false);
Xpref("browser.underline_anchors",           true);
Xpref("browser.never_expire",                false);
Xpref("browser.display_while_loading",       true);
Xpref("browser.custom_link_color",           false);
Xpref("browser.custom_visited_color",        false);
Xpref("browser.custom_text_color",           false);
Xpref("browser.display.use_document_colors", true);
Xpref("browser.ldapfile_location",       "");
Xpref("browser.print_background",            false);
Xpref("browser.prefs_window.modeless",       false);
Xpref("browser.prefs_window_rect",           "-1,-1,-1,-1");
Xpref("browser.find_window_rect",            "-1,-1,-1,-1");
Xpref("browser.bookmark_window_rect",        "-1,-1,-1,-1");
Xpref("browser.download_window_rect",        "-1,-1,-1,-1");
Xpref("browser.wfe.ignore_def_check",false);
Xpref("browser.display.wfe.use_windows_colors",true);
Xpref("browser.startup_mode",1);
X
X// Dialog modality issues
Xpref("browser.prefWindowModal", true);
Xpref("browser.show_about_as_stupid_modal_window", false);
X
X// various default search settings
Xpref("browser.search.defaulturl", "chrome://navigator/locale/navigator.properties");
Xpref("browser.search.opensidebarsearchpanel", true);
Xpref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
Xpref("browser.search.mode", 0);
Xpref("browser.search.powermode", 0);
Xpref("browser.search.use_double_clicks", false);
Xpref("browser.urlbar.autocomplete.enabled", true);
Xpref("browser.urlbar.clickSelectsAll",false);
X
XlocalDefPref("browser.bookmark_location",       "");
XlocalDefPref("browser.addressbook_location",    "");
XlocalDefPref("browser.socksfile_location",      "");
XlocalDefPref("browser.ldapfile_location",       "");
X
Xpref("browser.history.last_page_visited", "");
X
Xpref("browser.url_history.URL_1", "");
Xpref("browser.url_history.URL_2", "");
Xpref("browser.url_history.URL_3", "");
Xpref("browser.url_history.URL_4", "");
Xpref("browser.url_history.URL_5", "");
Xpref("browser.url_history.URL_6", "");
Xpref("browser.url_history.URL_7", "");
Xpref("browser.url_history.URL_8", "");
Xpref("browser.url_history.URL_9", "");
Xpref("browser.url_history.URL_10", "");
Xpref("browser.url_history.URL_11", "");
Xpref("browser.url_history.URL_12", "");
Xpref("browser.url_history.URL_13", "");
Xpref("browser.url_history.URL_14", "");
Xpref("browser.url_history.URL_15", "");
X
Xpref("browser.uriloader", true); // turn new uri loading on by default
X
Xpref("browser.personal_toolbar_button.min_chars", 15);
Xpref("browser.personal_toolbar_button.max_chars", 30);
X
Xpref("browser.PICS.ratings_enabled", false);
Xpref("browser.PICS.pages_must_be_rated", false);
Xpref("browser.PICS.disable_for_this_session", false);
Xpref("browser.PICS.reenable_for_this_session", false);
Xpref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
Xpref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
X
X// gfx widgets
Xpref("nglayout.widget.mode", 2);
Xpref("nglayout.widget.gfxscrollbars", true);
X
X// use nsViewManager2
Xpref("nglayout.view.useViewManager2", true);
X
X// css2 hover pref
Xpref("nglayout.events.showHierarchicalHover", false);
X
X// Smart Browsing prefs
Xpref("browser.related.enabled", true);
Xpref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
Xpref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
Xpref("browser.related.detailsProvider", "http://cgi.netscape.com/cgi-bin/rlcgi.cgi?URL=");
Xpref("browser.related.disabledForDomains", "");
Xpref("browser.goBrowsing.enabled", true);
X
X
X// The NavCenter preferences
XlocalDefPref("browser.navcenter.dockstyle", 1); // 1 = left, 2 = right, 3 = top, 4 = bottom
XlocalDefPref("browser.navcenter.docked.tree.visible", false);
XlocalDefPref("browser.navcenter.docked.selector.visible", true);
XlocalDefPref("browser.navcenter.docked.tree.width", 250); // Percent of parent window consumed by docked nav center
XlocalDefPref("browser.navcenter.floating.rect", "20, 20, 400, 600"); // Window dimensions when floating
X
Xpref("capability.policy.default.barprop.visible.write", "UniversalBrowserWrite");
X
Xpref("capability.policy.default.history.current.read", "UniversalBrowserRead");
Xpref("capability.policy.default.history.next.read", "UniversalBrowserRead");
Xpref("capability.policy.default.history.previous.read", "UniversalBrowserRead");
Xpref("capability.policy.default.history.item.read", "UniversalBrowserRead");
X
Xpref("capability.policy.default.navigator.preference.read", "UniversalPreferencesRead");
Xpref("capability.policy.default.navigator.preference.write", "UniversalPreferencesWrite");
Xpref("capability.policy.default.windowinternal.location.write", "allAccess");
X
X
XlocalDefPref("ghist.expires.pos",          4);
XlocalDefPref("ghist.expires.width",        1400);
XlocalDefPref("ghist.firstvisit.pos",       2);
XlocalDefPref("ghist.firstvisit.width",     1400);
XlocalDefPref("ghist.lastvisit.pos",        3);
XlocalDefPref("ghist.lastvisit.width",      1400);
XlocalDefPref("ghist.location.pos",         1);
XlocalDefPref("ghist.location.width",       2400);
Xpref("ghist.show_value",           0);
Xpref("ghist.sort_descending",      false);
Xpref("ghist.sortby",               3);  // eGH_LastDateSort
XlocalDefPref("ghist.title.pos",            0);
XlocalDefPref("ghist.title.width",          2400);
XlocalDefPref("ghist.visiblecolumns",       6);
XlocalDefPref("ghist.visitcount.pos",       5);
XlocalDefPref("ghist.visitcount.width",     1000);
XlocalDefPref("ghist.window_rect",          "0,0,0,0");
X
Xpref("javascript.enabled",                  true);
Xpref("javascript.allow.mailnews",           false);
Xpref("javascript.allow.signing",            true);
Xpref("javascript.reflect_preferences",      false);     // for PE
X//pref("javascript.options.strict",           true);
X
X// advanced prefs
Xpref("advanced.always_load_images",         true);
Xpref("security.enable_java",                 true);
Xpref("css.allow",                           true);
Xpref("advanced.mailftp",                    false);
X
Xpref("offline.startup_state",            0);
Xpref("offline.send.unsent_messages",            0);
Xpref("offline.prompt_synch_on_exit",            true);
Xpref("offline.news.download.use_days",          0);
X
Xpref("network.dnsAttempt",              0);
Xpref("network.tcptimeout",                  0);         // use default
Xpref("network.tcpbufsize",                  0);         //
Xpref("network.use_async_dns",               true);
Xpref("network.dnsCacheExpiration",          900); // in seconds
Xpref("network.enableUrlMatch",              true);
Xpref("network.max_connections",             4);
Xpref("network.speed_over_ui",               true);
Xpref("network.file_sort_method",            0);     // NAME 0, TYPE 1, SIZE 2, DATE 3
Xpref("network.ftp.passive",		    true);
Xpref("network.hosts.smtp_server",           "mail");
Xpref("network.hosts.pop_server",            "mail");
Xpref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
X
X// <ruslan>
Xpref("network.http.version", "1.1");	  // default
X// pref("network.http.version", "1.0");   // uncomment this out in case of problems
X// pref("network.http.version", "0.9");   // it'll work too if you're crazy
X// keep-alive option is effectively obsolete. Nevertheless it'll work with
X// some older 1.0 servers:
X
Xpref("network.http.keep-alive", true); // set it to false in case of problems
Xpref("network.http.proxy.keep-alive", true );
Xpref("network.http.keep-alive.timeout", 300);
X
Xpref("network.http.max-connections",  8);
Xpref("network.http.keep-alive.max-connections", 20); // max connections to be kept alive
Xpref("network.http.keep-alive.max-connections-per-server", 8);
X
Xpref("network.http.connect.timeout",  30);	// in seconds
Xpref("network.http.request.timeout", 120);	// in seconds
X
X// Enable http compression: comment this out in case of problems with 1.1
Xpref("network.http.accept-encoding" ,"gzip,deflate,compress,identity");
X
Xpref("network.http.pipelining"      , false);
Xpref("network.http.proxy.pipelining", false);
X
X// Always pipeling the very first request:  this will only work when you are
X// absolutely sure the the site or proxy you are browsing to/through support
X// pipelining; the default behavior will be that the browser will first make
X// a normal, non-pipelined request, then  examine  and remember the responce
X// and only the subsequent requests to that site will be pipeline
Xpref("network.http.pipelining.firstrequest", false);
X
X// Max number of requests in the pipeline
Xpref("network.http.pipelining.maxrequests" , 4);
X
Xpref("network.http.proxy.ssl.connect",true);
X// </ruslan>
X
X// sspitzer:  change this back to "news" when we get to beta.
X// for now, set this to news.mozilla.org because you can only
X// post to the server specified by this pref.
Xpref("network.hosts.nntp_server",           "news.mozilla.org");
X
Xpref("network.hosts.socks_server",          "");
Xpref("network.hosts.socks_serverport",      1080);
Xpref("network.hosts.socks_conf",            "");
Xpref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
Xpref("network.image.warnAboutImages",       false);
Xpref("network.proxy.autoconfig_url",        "");
Xpref("network.proxy.type",                  0);
Xpref("network.proxy.ftp",                   "");
Xpref("network.proxy.ftp_port",              0);
Xpref("network.proxy.gopher",                "");
Xpref("network.proxy.gopher_port",           0);
Xpref("network.proxy.news",                  "");
Xpref("network.proxy.news_port",             0);
Xpref("network.proxy.http",                  "");
Xpref("network.proxy.http_port",             0);
Xpref("network.proxy.wais",                  "");
Xpref("network.proxy.wais_port",             0);
Xpref("network.proxy.ssl",                   "");
Xpref("network.proxy.ssl_port",              0);
Xpref("network.proxy.socks",                 "");
Xpref("network.proxy.socks_port",            0);
Xpref("network.proxy.no_proxies_on",         "");
Xpref("network.online",                      true); //online/offline
Xpref("network.prompt_at_startup",           false);//Ask me
Xpref("network.accept_cookies",              0);     // 0 = Always, 1 = warn, 2 = never
Xpref("network.foreign_cookies",             0); // 0 = Accept, 1 = Don't accept
Xpref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
Xpref("network.cookie.warnAboutCookies",     false);
Xpref("signon.rememberSignons",              true);
Xpref("network.sendRefererHeader",           2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
Xpref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
Xpref("network.padPacURL",                   ""); // The proxy autodiscovery url
Xpref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
Xpref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
Xpref("wallet.captureForms",                 true);
Xpref("wallet.notified",                     false);
Xpref("wallet.fetchPatches",                 false);
Xpref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
Xpref("wallet.TutorialFromPrefs",            "chrome://navigator/locale/navigator.properties");
Xpref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
Xpref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
Xpref("wallet.version",                      "1");
Xpref("wallet.enabled",                      true);
Xpref("wallet.crypto",                       false);
Xpref("imageblocker.enabled",                true);
Xpref("messages.new_window",                 true); // ML obsolete; use mailnews.message_in_thread_window
Xpref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
Xpref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
Xpref("intl.collationKeyAsCodePoint",        false);
X
Xpref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
Xpref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
Xpref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
Xpref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
Xpref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
Xpref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
Xpref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
Xpref("intl.charsetmenu.browser.cache",      "");
Xpref("intl.charsetmenu.mailview.cache",     "");
Xpref("intl.charsetmenu.composer.cache",     "");
Xpref("intl.charsetmenu.browser.cache.size", 5);
Xpref("intl.charset.detector",                "chrome://navigator/locale/navigator.properties");
Xpref("intl.charset.default",                "chrome://navigator/locale/navigator.properties");
X
Xpref("font.default", "sans-serif");
Xpref("font.size.variable.ar", 16);
Xpref("font.size.fixed.ar", 13);
X
Xpref("font.size.variable.el", 16);
Xpref("font.size.fixed.el", 13);
X
Xpref("font.size.variable.he", 16);
Xpref("font.size.fixed.he", 13);
X
Xpref("font.size.variable.ja", 14);
Xpref("font.size.fixed.ja", 14);
X
Xpref("font.size.variable.ko", 16);
Xpref("font.size.fixed.ko", 16);
X
Xpref("font.size.variable.th", 16);
Xpref("font.size.fixed.th", 13);
X
Xpref("font.size.variable.tr", 16);
Xpref("font.size.fixed.tr", 13);
X
Xpref("font.size.variable.x-baltic", 16);
Xpref("font.size.fixed.x-baltic", 13);
X
Xpref("font.size.variable.x-central-euro", 16);
Xpref("font.size.fixed.x-central-euro", 13);
X
Xpref("font.size.variable.x-cyrillic", 16);
Xpref("font.size.fixed.x-cyrillic", 13);
X
Xpref("font.size.variable.x-unicode", 16);
Xpref("font.size.fixed.x-unicode", 13);
X
Xpref("font.size.variable.x-western", 14);
Xpref("font.size.fixed.x-western", 14);
X
Xpref("font.size.variable.zh-CN", 16);
Xpref("font.size.fixed.zh-CN", 16);
X
Xpref("font.size.variable.zh-TW", 16);
Xpref("font.size.fixed.zh-TW", 16);
X
Xpref("browser.enable_webfonts",                 true);
Xpref("browser.display.use_document_fonts",      1); // 0 = never, 1 = quick, 2 = always
X
X// -- folders (Mac: these are binary aliases.)
XlocalDefPref("browser.download_directory",      "");
XlocalDefPref("mail.signature_file",             "");
XlocalDefPref("mail.directory",                  "");
XlocalDefPref("mail.cc_file",                    "");
XlocalDefPref("news.cc_file",                    "");
X
Xpref("news.fancy_listing",      true);      // obsolete
Xpref("browser.wfe.show_value", 1);
Xpref("browser.blink_allowed", true);
Xpref("images.dither", "auto");
Xpref("images.incremental_display", true);
Xpref("network.wfe.use_async_dns", true);
Xpref("network.wfe.tcp_connect_timeout",0);
XlocalDefPref("news.directory",                  "");
XlocalDefPref("security.directory",              "");
X
Xpref("autoupdate.enabled",              true);
Xpref("autoupdate.confirm_install",				false);
Xpref("autoupdate.unsigned_jar_support",  false);
X
Xpref("silentdownload.enabled",    true);
Xpref("silentdownload.directory",  "");
Xpref("silentdownload.range",      3000);
Xpref("silentdownload.interval",  10000);
X
X
Xpref("imap.io.mac.logging", false);
X
Xpref("browser.editor.disabled", false);
X
Xpref("SpellChecker.DefaultLanguage", 0);
Xpref("SpellChecker.DefaultDialect", 0);
X
Xpref("mime.table.allow_add", true);
Xpref("mime.table.allow_edit", true);
Xpref("mime.table.allow_remove", true);
X
Xpref("signed.applets.codebase_principal_support", false);
Xpref("security.checkloaduri", true);
Xpref("security.xpconnect.plugin.unrestricted", true);
X
X// Modifier key prefs: default to Windows settings,
X// menu access key = alt, accelerator key = control.
Xpref("ui.key.accelKey", 17);
Xpref("ui.key.menuAccessKey", 18);
Xpref("ui.key.menuAccessKeyFocuses", false);
X
X// Middle-mouse handling
Xpref("middlemouse.paste", false);
Xpref("middlemouse.openNewWindow", false);
X
X// Clipboard behavior
Xpref("clipboard.autocopy", false);
X
X/* 0=lines, 1=pages, 2=history , 3=text size */
Xpref("mousewheel.withnokey.action",0);
Xpref("mousewheel.withnokey.numlines",1);	
Xpref("mousewheel.withnokey.sysnumlines",true);
Xpref("mousewheel.withcontrolkey.action",0);
Xpref("mousewheel.withcontrolkey.numlines",1);
Xpref("mousewheel.withcontrolkey.sysnumlines",true);
Xpref("mousewheel.withshiftkey.action",0);
Xpref("mousewheel.withshiftkey.numlines",1);
Xpref("mousewheel.withshiftkey.sysnumlines",false);
Xpref("mousewheel.withaltkey.action",2);
Xpref("mousewheel.withaltkey.numlines",1);
Xpref("mousewheel.withaltkey.sysnumlines",false);
X
Xpref("middlemouse.scrollbarPosition", false);
X
Xpref("profile.confirm_automigration",true);
X
X// Customizable toolbar stuff
Xpref("custtoolbar.personal_toolbar_folder", "");
Xpref("custtoolbar.has_toolbar_folder", true);
Xpref("custtoolbar.Browser.Navigation_Toolbar.position", 0);
Xpref("custtoolbar.Browser.Navigation_Toolbar.showing", true);
Xpref("custtoolbar.Browser.Navigation_Toolbar.open", true);
Xpref("custtoolbar.Browser.Location_Toolbar.position", 1);
Xpref("custtoolbar.Browser.Location_Toolbar.showing", true);
Xpref("custtoolbar.Browser.Location_Toolbar.open", true);
Xpref("custtoolbar.Browser.Personal_Toolbar.position", 2);
Xpref("custtoolbar.Browser.Personal_Toolbar.showing", true);
Xpref("custtoolbar.Browser.Personal_Toolbar.open", true);
Xpref("custtoolbar.Messenger.Navigation_Toolbar.position", 0);
Xpref("custtoolbar.Messenger.Navigation_Toolbar.showing", true);
Xpref("custtoolbar.Messenger.Navigation_Toolbar.open", true);
Xpref("custtoolbar.Messenger.Location_Toolbar.position", 1);
Xpref("custtoolbar.Messenger.Location_Toolbar.showing", true);
Xpref("custtoolbar.Messenger.Location_Toolbar.open", true);
Xpref("custtoolbar.Messages.Navigation_Toolbar.position", 0);
Xpref("custtoolbar.Messages.Navigation_Toolbar.showing", true);
Xpref("custtoolbar.Messages.Navigation_Toolbar.open", true);
Xpref("custtoolbar.Messages.Location_Toolbar.position", 1);
Xpref("custtoolbar.Messages.Location_Toolbar.showing", true);
Xpref("custtoolbar.Messages.Location_Toolbar.open", true);
Xpref("custtoolbar.Folders.Navigation_Toolbar.position", 0);
Xpref("custtoolbar.Folders.Navigation_Toolbar.showing", true);
Xpref("custtoolbar.Folders.Navigation_Toolbar.open", true);
Xpref("custtoolbar.Folders.Location_Toolbar.position", 1);
Xpref("custtoolbar.Folders.Location_Toolbar.showing", true);
Xpref("custtoolbar.Folders.Location_Toolbar.open", true);
Xpref("custtoolbar.Address_Book.Address_Book_Toolbar.position", 0);
Xpref("custtoolbar.Address_Book.Address_Book_Toolbar.showing", true);
Xpref("custtoolbar.Address_Book.Address_Book_Toolbar.open", true);
Xpref("custtoolbar.Compose_Message.Message_Toolbar.position", 0);
Xpref("custtoolbar.Compose_Message.Message_Toolbar.showing", true);
Xpref("custtoolbar.Compose_Message.Message_Toolbar.open", true);
Xpref("custtoolbar.Composer.Composition_Toolbar.position", 0);
Xpref("custtoolbar.Composer.Composition_Toolbar.showing", true);
Xpref("custtoolbar.Composer.Composition_Toolbar.open", true);
Xpref("custtoolbar.Composer.Formatting_Toolbar.position", 1);
Xpref("custtoolbar.Composer.Formatting_Toolbar.showing", true);
Xpref("custtoolbar.Composer.Formatting_Toolbar.open", true);
X
Xpref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
Xpref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
X
Xpref("prefs.converted-to-utf8",false);
X
Xpref("browser.throbber.url","chrome://navigator/locale/navigator.properties");
END-of-mozilla-jlp/files/all.js
echo x - mozilla-jlp/files/unix.js
sed 's/^X//' >mozilla-jlp/files/unix.js << 'END-of-mozilla-jlp/files/unix.js'
X/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
X *
X * The contents of this file are subject to the Netscape Public
X * License Version 1.1 (the "License"); you may not use this file
X * except in compliance with the License. You may obtain a copy of
X * the License at http://www.mozilla.org/NPL/
X *
X * Software distributed under the License is distributed on an "AS
X * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
X * implied. See the License for the specific language governing
X * rights and limitations under the License.
X *
X * The Original Code is mozilla.org code.
X *
X * The Initial Developer of the Original Code is Netscape
X * Communications Corporation.  Portions created by Netscape are
X * Copyright (C) 1998 Netscape Communications Corporation. All
X * Rights Reserved.
X *
X * Contributor(s): 
X */
X
X// The other platforms roll this all into "toolbar mode".
Xpref("browser.chrome.toolbar_tips", true);
Xpref("browser.chrome.show_menubar", true);
X
Xpref("mail.empty_trash", false);
X
X// Handled differently under Mac/Windows
Xpref("network.hosts.smtp_server", "localhost");
Xpref("network.hosts.pop_server", "pop");
Xpref("mail.check_new_mail", true);
Xpref("mail.sort_by", 0);
Xpref("news.sort_by", 0);
Xpref("browser.startup.license_accepted", "");
Xpref("browser.cache.memory_cache_size", 3000);
Xpref("browser.cache.disk_cache_size", 5000);
Xpref("browser.ncols", 0);
Xpref("browser.installcmap", false);
Xpref("mail.signature_file", "~/.signature");
Xpref("mail.default_fcc", "~/nsmail/Sent");
Xpref("news.default_fcc", "~/nsmail/Sent");
Xpref("mailnews.reply_with_extra_lines", 0);
Xpref("browser.startup.default_window", 0);
Xpref("security.warn_accept_cookie", false);
Xpref("editor.disable_spell_checker", false);
Xpref("editor.dont_lock_spell_files", true);
Xpref("editor.singleLine.pasteNewlines", 0);
X
X// Middle-mouse handling
Xpref("middlemouse.paste", true);
Xpref("middlemouse.openNewWindow", true);
Xpref("middlemouse.scrollbarPosition", true);
X
X// Clipboard behavior
Xpref("clipboard.autocopy", true);
X
X// Instead of "delay_images"
Xpref("browser.autoload_images", true);
X
X// Most Unix people think modal pref windows are stupid:
Xpref("browser.prefWindowModal", false);
X
X// Unix only
Xpref("mail.use_movemail", true);
Xpref("mail.use_builtin_movemail", true);
Xpref("mail.movemail_program", "");
Xpref("mail.movemail_warn", false);
Xpref("mail.sash_geometry", "");
Xpref("news.cache_xover", false);
Xpref("news.show_first_unread", false);
Xpref("news.sash_geometry", "");
Xpref("helpers.global_mime_types_file", "/usr/local/lib/netscape/mime.types");
Xpref("helpers.global_mailcap_file", "/usr/local/lib/netscape/mailcap");
Xpref("helpers.private_mime_types_file", "~/.mime.types");
Xpref("helpers.private_mailcap_file", "~/.mailcap");
Xpref("applications.telnet", "xterm -e telnet %h %p");
Xpref("applications.tn3270", "xterm -e tn3270 %h");
Xpref("applications.rlogin", "xterm -e rlogin %h");
Xpref("applications.rlogin_with_user", "xterm -e rlogin %h -l %u");
Xpref("applications.tmp_dir", "/tmp");
X// On Solaris/IRIX, this should be "lp"
Xpref("print.print_command", "lpr");
Xpref("print.print_reversed", false);
Xpref("print.print_color", true);
Xpref("print.print_landscape", false);
Xpref("print.print_paper_size", 0);
X
X// Not sure what this one does...
Xpref("browser.fancy_ftp", true);
X
X// Fortezza stuff
Xpref("fortezza.toggle", 1);
Xpref("fortezza.timeout", 30);
X
X
X// font names
X
X// ar
X
Xpref("font.name.serif.el", "misc-fixed-iso8859-7");
Xpref("font.name.sans-serif.el", "misc-fixed-iso8859-7");
Xpref("font.name.monospace.el", "misc-fixed-iso8859-7");
X
Xpref("font.name.serif.he", "misc-fixed-iso8859-8");
Xpref("font.name.sans-serif.he", "misc-fixed-iso8859-8");
Xpref("font.name.monospace.he", "misc-fixed-iso8859-8");
X
Xpref("font.name.serif.ja", "ms-pgothic-jisx0208.1983-0");
Xpref("font.name.sans-serif.ja", "ms-pgothic-jisx0208.1983-0");
Xpref("font.name.monospace.ja", "ms-gothic-jisx0208.1983-0");
X
Xpref("font.name.serif.ko", "daewoo-mincho-ksc5601.1987-0");
Xpref("font.name.sans-serif.ko", "daewoo-mincho-ksc5601.1987-0");
Xpref("font.name.monospace.ko", "daewoo-mincho-ksc5601.1987-0");
X
X// th
X
Xpref("font.name.serif.tr", "adobe-times-iso8859-9");
Xpref("font.name.sans-serif.tr", "adobe-helvetica-iso8859-9");
Xpref("font.name.monospace.tr", "adobe-courier-iso8859-9");
X
Xpref("font.name.serif.x-baltic", "b&h-lucidux serif-iso8859-4");
Xpref("font.name.sans-serif.x-baltic", "b&h-lucidux sans-iso8859-4");
Xpref("font.name.monospace.x-baltic", "b&h-lucidux mono-iso8859-4");
X
Xpref("font.name.serif.x-central-euro", "adobe-times-iso8859-2");
Xpref("font.name.sans-serif.x-central-euro", "adobe-helvetica-iso8859-2");
Xpref("font.name.monospace.x-central-euro", "adobe-courier-iso8859-2");
X
Xpref("font.name.serif.x-cyrillic", "cronyx-times-koi8-r");
Xpref("font.name.sans-serif.x-cyrillic", "cronyx-helvetica-koi8-r");
Xpref("font.name.monospace.x-cyrillic", "cronyx-courier-koi8-r");
X
Xpref("font.name.serif.x-unicode", "adobe-times-iso8859-1");
Xpref("font.name.sans-serif.x-unicode", "adobe-helvetica-iso8859-1");
Xpref("font.name.monospace.x-unicode", "adobe-courier-iso8859-1");
X
Xpref("font.name.serif.x-user-def", "adobe-times-iso8859-1");
Xpref("font.name.sans-serif.x-user-def", "adobe-helvetica-iso8859-1");
Xpref("font.name.monospace.x-user-def", "adobe-courier-iso8859-1");
X
Xpref("font.name.serif.x-western", "adobe-times-iso8859-1");
Xpref("font.name.sans-serif.x-western", "adobe-helvetica-iso8859-1");
Xpref("font.name.monospace.x-western", "ms-gothic-iso8859-1");
X
Xpref("font.name.serif.zh-CN", "isas-song ti-gb2312.1980-0");
Xpref("font.name.sans-serif.zh-CN", "isas-song ti-gb2312.1980-0");
Xpref("font.name.monospace.zh-CN", "isas-song ti-gb2312.1980-0");
X
X// zh-TW
X
X
X// minimum font sizes
X
Xpref("font.min-size.variable.ja", 8);
Xpref("font.min-size.fixed.ja", 8);
X
Xpref("font.min-size.variable.ko", 16);
Xpref("font.min-size.fixed.ko", 16);
X
Xpref("font.min-size.variable.zh-CN", 16);
Xpref("font.min-size.fixed.zh-CN", 16);
X
Xpref("font.min-size.variable.zh-TW", 16);
Xpref("font.min-size.fixed.zh-TW", 16);
X
X// ps font
Xpref("print.psnativecode.ja", "euc-jp");
Xpref("print.psnativefont.ja", "Ryumin-Light-EUC-H");
X
Xpref("mail.signature_date", 0);
X
X// Outliner column defaults
Xpref("mail.threadpane.messagepane_height", 400);
X
Xpref("taskbar.x", -1);
Xpref("taskbar.y", -1);
Xpref("taskbar.floating", false);
Xpref("taskbar.horizontal", false);
Xpref("taskbar.ontop", false);
Xpref("taskbar.button_style", -1);
X
END-of-mozilla-jlp/files/unix.js
echo x - mozilla-jlp/distinfo
sed 's/^X//' >mozilla-jlp/distinfo << 'END-of-mozilla-jlp/distinfo'
XMD5 (M18-langjajp.xpi) = 20de4c7d800dbd58347798321603fc40
END-of-mozilla-jlp/distinfo
echo x - mozilla-jlp/Makefile
sed 's/^X//' >mozilla-jlp/Makefile << 'END-of-mozilla-jlp/Makefile'
X# New ports collection makefile for:	ja-mozilla
X# Date created:		02 Jul 2000
X# Whom:			Yoichi ASAI <yatt@msc.biglobe.ne.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mozilla
XPORTVERSION= 	M18
XCATEGORIES=	japanese www
XMASTER_SITES=	http://www.mozilla.gr.jp/jlp/ \
X		http://mozilla.inmel.net/
XPKGNAMESUFFIX=	-jlp
XDISTNAME=	${PORTVERSION}-langjajp
XEXTRACT_SUFX=	.xpi
X
XMAINTAINER=	yatt@msc.biglobe.ne.jp
X
XBUILD_DEPENDS=	${X11BASE}/lib/mozilla/regxpcom:${PORTSDIR}/www/mozilla
XRUN_DEPENDS=	mozilla:${PORTSDIR}/www/mozilla \
X		${PKG_DBDIR}/ja-netscape-fonts-1.0:${PORTSDIR}/japanese/netscape-fonts
X
XWRKSRC=		${WRKDIR}/bin
X
XUSE_X_PREFIX=	yes
XUSE_ZIP=	yes
XEXTRACT_BEFORE_ARGS=	-qo
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} >= 400020
XMOZILLA_SH=	mozilla.noxpg4
X.else
XMOZILLA_SH=	mozilla.xpg4
X.endif
X
Xpost-extract:
X	${CHMOD} 755 ${WRKSRC}/defaults/profile/ja-JP
X	${CHMOD} 755 ${WRKSRC}/searchplugins/*
X	${MKDIR} ${WRKSRC}/defaults/pref
X	${CP} ${FILESDIR}/all.js ${WRKSRC}/defaults/pref
X	${CP} ${FILESDIR}/unix.js ${WRKSRC}/defaults/pref
X
Xdo-build:
X	${SED} -e "s;@PREFIX@;${PREFIX};g" \
X	${FILESDIR}/${MOZILLA_SH} > ${WRKDIR}/mozilla
X
Xdo-install:
X	(cd ${PREFIX}/lib/mozilla/chrome; \
X	${MV} all-locales.rdf all-locales.rdf.orig; \
X	${MV} user-locales.rdf user-locales.rdf.orig; \
X	${MV} installed-chrome.txt installed-chrome.txt.orig)
X	(cd ${PREFIX}/lib/mozilla/defaults/pref; \
X	${MV} all.js all.js.orig; ${MV} unix.js unix.js.orig)
X	${MV} ${PREFIX}/bin/mozilla ${PREFIX}/bin/mozilla.orig
X	${INSTALL_SCRIPT} ${WRKDIR}/mozilla ${PREFIX}/bin
X	(cd ${WRKSRC}; ${TAR} -cf - chrome defaults searchplugins) | \
X	${TAR} -xf - -C ${PREFIX}/lib/mozilla
X	(cd ${PREFIX}/lib/mozilla/chrome; \
X	${CP} installed-chrome.txt.orig installed-chrome.txt; \
X	${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt)
X	(cd ${PREFIX}/lib/mozilla; \
X	${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
X	${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
X
X.include <bsd.port.post.mk>
END-of-mozilla-jlp/Makefile
echo x - mozilla-jlp/pkg-comment
sed 's/^X//' >mozilla-jlp/pkg-comment << 'END-of-mozilla-jlp/pkg-comment'
XMozilla Japanese Language Pack (JLP)
END-of-mozilla-jlp/pkg-comment
echo x - mozilla-jlp/pkg-descr
sed 's/^X//' >mozilla-jlp/pkg-descr << 'END-of-mozilla-jlp/pkg-descr'
XMozilla is an open-source web browser, designed for standards compliance,
Xperformance and portability.
X
XMozilla Japanese Language Pack (JLP) Japanizes Mozilla GUI, which is
Xprovided by "Kazu" Yamamoto and Ryoichi Furukawa.
X
XWWW: http://www.mozilla.gr.jp/jlp/
X
X- Yoichi ASAI
Xyatt@msc.biglobe.ne.jp
END-of-mozilla-jlp/pkg-descr
echo x - mozilla-jlp/pkg-plist
sed 's/^X//' >mozilla-jlp/pkg-plist << 'END-of-mozilla-jlp/pkg-plist'
X@exec mv %D/bin/mozilla %D/bin/mozilla.orig
X@exec mv %D/lib/mozilla/chrome/all-locales.rdf %D/lib/mozilla/chrome/all-locales.rdf.orig
X@exec mv %D/lib/mozilla/chrome/user-locales.rdf %D/lib/mozilla/chrome/user-locales.rdf.orig
X@exec mv %D/lib/mozilla/chrome/installed-chrome.txt %D/lib/mozilla/chrome/installed-chrome.txt.orig
X@exec mv %D/lib/mozilla/defaults/pref/all.js %D/lib/mozilla/defaults/pref/all.js.orig
X@exec mv %D/lib/mozilla/defaults/pref/unix.js %D/lib/mozilla/defaults/pref/unix.js.orig
Xbin/mozilla
Xlib/mozilla/chrome/all-locales.rdf
Xlib/mozilla/chrome/installed-chrome.txt
Xlib/mozilla/chrome/user-locales.rdf
Xlib/mozilla/chrome/ja-JP.jar
Xlib/mozilla/defaults/profile/ja-JP/bookmarks.html
Xlib/mozilla/defaults/profile/ja-JP/localstore.rdf
Xlib/mozilla/defaults/profile/ja-JP/mimeTypes.rdf
Xlib/mozilla/defaults/profile/ja-JP/panels.rdf
Xlib/mozilla/defaults/profile/ja-JP/search.rdf
Xlib/mozilla/defaults/pref/all.js
Xlib/mozilla/defaults/pref/unix.js
Xlib/mozilla/searchplugins/Bugzilla-ja-Summary.png
Xlib/mozilla/searchplugins/Bugzilla-ja-Summary.src
Xlib/mozilla/searchplugins/Bugzilla-Summary.png
Xlib/mozilla/searchplugins/Bugzilla-Summary.src
Xlib/mozilla/searchplugins/Fresheye_Japan.gif
Xlib/mozilla/searchplugins/Fresheye_Japan.src
Xlib/mozilla/searchplugins/MozillaGrJp.png
Xlib/mozilla/searchplugins/MozillaGrJp.src
Xlib/mozilla/searchplugins/Netscape_Japan.gif
Xlib/mozilla/searchplugins/Netscape_Japan.src
X@unexec mv %D/bin/mozilla.orig %D/bin/mozilla
X@unexec mv %D/lib/mozilla/chrome/all-locales.rdf.orig %D/lib/mozilla/chrome/all-locales.rdf
X@unexec mv %D/lib/mozilla/chrome/user-locales.rdf.orig %D/lib/mozilla/chrome/user-locales.rdf
X@unexec mv %D/lib/mozilla/chrome/installed-chrome.txt.orig %D/lib/mozilla/chrome/installed-chrome.txt
X@unexec mv %D/lib/mozilla/defaults/pref/all.js.orig %D/lib/mozilla/defaults/pref/all.js
X@unexec mv %D/lib/mozilla/defaults/pref/unix.js.orig %D/lib/mozilla/defaults/pref/unix.js
X@dirrm lib/mozilla/defaults/profile/ja-JP
END-of-mozilla-jlp/pkg-plist
exit



>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?20001029120648.C338137B479>