From 7e10771ac278afa02625d9bb127ccd94a9428975 Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Sat, 23 Nov 2002 15:18:23 +0000 Subject: Unbroken this ports and update to Korean Lanaguage Pack for Mozilla 1.1. Many parts are borrowed from japanese/mozilla-jlp. --- korean/mozilla-klp/Makefile | 54 ++-- korean/mozilla-klp/distinfo | 2 +- korean/mozilla-klp/files/all.js | 398 -------------------------- korean/mozilla-klp/files/installed-chrome.txt | 22 ++ korean/mozilla-klp/files/mozilla.noxpg4 | 6 - korean/mozilla-klp/files/mozilla.sh | 7 + korean/mozilla-klp/files/mozilla.xpg4 | 7 - korean/mozilla-klp/pkg-descr | 2 +- korean/mozilla-klp/pkg-message | 10 + korean/mozilla-klp/pkg-plist | 61 ++-- 10 files changed, 101 insertions(+), 468 deletions(-) delete mode 100644 korean/mozilla-klp/files/all.js delete mode 100644 korean/mozilla-klp/files/mozilla.noxpg4 create mode 100644 korean/mozilla-klp/files/mozilla.sh delete mode 100644 korean/mozilla-klp/files/mozilla.xpg4 create mode 100644 korean/mozilla-klp/pkg-message (limited to 'korean') diff --git a/korean/mozilla-klp/Makefile b/korean/mozilla-klp/Makefile index 3eea146e3f53..2faa43a0ded1 100644 --- a/korean/mozilla-klp/Makefile +++ b/korean/mozilla-klp/Makefile @@ -6,21 +6,18 @@ # PORTNAME= mozilla -PORTVERSION= 0.8.${KLP_DATE} +PORTVERSION= 1.1 CATEGORIES= korean www -MASTER_SITES= http://www.kr.FreeBSD.org/~cjh/freetime/mozilla/mozilla-ko/archive/m0.8/ +MASTER_SITES= http://www.mozilla.pe.kr/archive/m1.1/ PKGNAMESUFFIX= -klp -DISTNAME= ${KLP_SRC} +DISTNAME= langkokr +DIST_SUBDIR= mozilla-klp EXTRACT_SUFX= .xpi -EXTRACT_ONLY= ${KLP_SRC}${EXTRACT_SUFX} MAINTAINER= cjh@FreeBSD.org -BROKEN= "out of sync with mozilla" - BUILD_DEPENDS= ${X11BASE}/lib/mozilla/regxpcom:${PORTSDIR}/www/mozilla -RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla \ - ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf +RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla WRKSRC= ${WRKDIR}/bin @@ -28,42 +25,40 @@ USE_X_PREFIX= yes USE_ZIP= yes EXTRACT_BEFORE_ARGS= -qo -KLP_DATE= 20010219 -KLP_SRC= langkokr-${KLP_DATE} - .include -.if ${OSVERSION} >= 400020 -MOZILLA_SH= mozilla.noxpg4 +.if ${OSVERSION} >= 450002 +LOCALENAME= ko_KR.eucKR +.elif ${OSVERSION} >= 400020 +LOCALENAME= ko_KR.EUC .else -MOZILLA_SH= mozilla.xpg4 +LOCALENAME= ko_KR.EUC +LIBXPG4= LD_PRELOAD=/usr/lib/libxpg4.so.2; export LD_PRELOAD .endif post-extract: ${MKDIR} ${WRKSRC}/defaults/pref - ${CP} ${FILESDIR}/all.js ${WRKSRC}/defaults/pref ${CP} ${FILESDIR}/unix.js ${WRKSRC}/defaults/pref -post-patch: - find ${WRKSRC} -name '*.orig' | xargs ${RM} - do-build: - ${SED} -e "s;@PREFIX@;${PREFIX};g" \ - ${FILESDIR}/${MOZILLA_SH} > ${WRKDIR}/mozilla + ${SED} -e "s^@PREFIX@^${PREFIX}^g" \ + -e "s^@LOCALENAME@^${LOCALENAME}^g" \ + -e "s^@LIBXPG4@^${LIBXPG4}^g" \ + ${FILESDIR}/mozilla.sh > ${WRKDIR}/mozilla do-install: (cd ${PREFIX}/lib/mozilla/chrome; \ - ${MV} all-locales.rdf all-locales.rdf.orig; \ - ${MV} all-packages.rdf all-packages.rdf.orig; \ - ${MV} all-skins.rdf all-skins.rdf.orig; \ - ${MV} user-locales.rdf user-locales.rdf.orig; \ - ${MV} user-skins.rdf user-skins.rdf.orig; \ - ${MV} installed-chrome.txt installed-chrome.txt.orig) + ${MV} -f chrome.rdf chrome.rdf.orig; \ + ${MV} -f installed-chrome.txt installed-chrome.txt.orig) (cd ${PREFIX}/lib/mozilla/defaults/pref; \ - ${MV} all.js all.js.orig; ${MV} unix.js unix.js.orig) - ${MV} ${PREFIX}/bin/mozilla ${PREFIX}/bin/mozilla.orig + ${MV} -f unix.js unix.js.orig) + (cd ${PREFIX}/lib/mozilla/components; \ + ${MV} -f xpti.dat ../xpti.dat.orig) + ${MV} -f ${PREFIX}/bin/mozilla ${PREFIX}/bin/mozilla.orig ${INSTALL_SCRIPT} ${WRKDIR}/mozilla ${PREFIX}/bin - (cd ${WRKSRC}; ${TAR} -cf - chrome defaults searchplugins) | \ + (cd ${WRKSRC}/searchplugins; ${TAR} -cf - *) | \ + ${TAR} -xf - -C ${PREFIX}/lib/mozilla/searchplugins + (cd ${WRKSRC}; ${TAR} -cf - chrome defaults) | \ ${TAR} -xf - -C ${PREFIX}/lib/mozilla (cd ${PREFIX}/lib/mozilla/chrome; \ ${CP} installed-chrome.txt.orig installed-chrome.txt; \ @@ -71,5 +66,6 @@ do-install: (cd ${PREFIX}/lib/mozilla; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) + @${CAT} ${PKGMESSAGE} .include diff --git a/korean/mozilla-klp/distinfo b/korean/mozilla-klp/distinfo index 112d05dfafc7..a8b0f235e2a7 100644 --- a/korean/mozilla-klp/distinfo +++ b/korean/mozilla-klp/distinfo @@ -1 +1 @@ -MD5 (langkokr-20010219.xpi) = 9ab2642320f2c408cff18f7943637448 +MD5 (mozilla-klp/langkokr.xpi) = 7b70174c8d3f5471acedadfd8025d259 diff --git a/korean/mozilla-klp/files/all.js b/korean/mozilla-klp/files/all.js deleted file mode 100644 index a0a12917ea93..000000000000 --- a/korean/mozilla-klp/files/all.js +++ /dev/null @@ -1,398 +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", "0.8"); - -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", ""); - -// 0 = blank, 1 = home (browser.startup.homepage), 2 = last -pref("browser.startup.page", 1); -pref("browser.startup.homepage", "chrome://navigator/locale/navigator.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", 7680); -pref("browser.cache.enable", true); -pref("browser.cache.disk.enable", true); -pref("browser.cache.memory_cache_size", 1024); -pref("browser.cache.disk_cache_ssl", false); -pref("browser.cache.check_doc_frequency", 0); - -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",true); -pref("browser.display.foreground_color", "#000000"); -pref("browser.display.background_color", "#C0C0C0"); -pref("browser.anchor_color", "#0000EE"); -pref("browser.visited_color", "#551A8B"); -pref("browser.underline_anchors", true); - -pref("browser.chrome.toolbar_tips", true); -pref("browser.chrome.toolbar_style", 2); - -pref("browser.toolbars.showbutton.bookmarks", false); -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); - -// 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/locale/navigator.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); - -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); - -// 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); - -// 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.write", "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.current.read", "UniversalBrowserRead"); -pref("capability.policy.default.history.next.read", "UniversalBrowserRead"); -pref("capability.policy.default.history.previous.read", "UniversalBrowserRead"); -pref("capability.policy.default.history.item.read", "UniversalBrowserRead"); - -pref("capability.policy.default.location.hash.write", "allAccess"); -pref("capability.policy.default.location.host.write", "allAccess"); -pref("capability.policy.default.location.hostname.write", "allAccess"); -pref("capability.policy.default.location.href.write", "allAccess"); -pref("capability.policy.default.location.pathname.write", "allAccess"); -pref("capability.policy.default.location.port.write", "allAccess"); -pref("capability.policy.default.location.protocol.write", "allAccess"); -pref("capability.policy.default.location.search.write", "allAccess"); - -pref("capability.policy.default.navigator.preference.read", "UniversalPreferencesRead"); -pref("capability.policy.default.navigator.preference.write", "UniversalPreferencesWrite"); - -pref("capability.policy.default.windowinternal.close", "allAccess"); -pref("capability.policy.default.windowinternal.location.write", "allAccess"); - -pref("capability.policy.mailnews.sites", "mailbox: imap: news: pop: pop3:"); - -pref("capability.policy.mailnews.domexception.tostring", "noAccess"); -pref("capability.policy.mailnews.htmldocument.domain", "noAccess"); -pref("capability.policy.mailnews.htmldocument.url", "noAccess"); -pref("capability.policy.mailnews.nsdocument.location", "noAccess"); -pref("capability.policy.mailnews.window.name.write", "noAccess"); -pref("capability.policy.mailnews.windowinternal.location", "noAccess"); - -// window.openDialog is insecure and must be made inaccessible from web scripts - see bug 56009 -pref("capability.policy.default.windowinternal.opendialog", "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.prompt_synch_on_exit", true); -pref("offline.news.download.use_days", 0); - -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 - -// -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", 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 - -// 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); -// - -// 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.sendRefererHeader", 2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well -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("imageblocker.enabled", true); -pref("intl.accept_languages", "chrome://navigator/locale/navigator.properties"); -pref("intl.accept_charsets", "iso-8859-1,*,utf-8"); -pref("intl.collationKeyAsCodePoint", false); - -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", "sans-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", 12); -pref("font.size.fixed.ko", 12); - -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); - -// 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); - -pref("browser.throbber.url","chrome://navigator/locale/navigator.properties"); - -// Korean configuration -pref("intl.accept_languages", "ko,en"); -pref("intl.accept_charsets", "euc-kr,iso-8859-1,*,utf-8"); -pref("intl.charset.default", "euc-kr"); -pref("intl.charsetmenu.browser.static", "euc-kr"); diff --git a/korean/mozilla-klp/files/installed-chrome.txt b/korean/mozilla-klp/files/installed-chrome.txt index 50091fe0a2d5..f57884d14434 100644 --- a/korean/mozilla-klp/files/installed-chrome.txt +++ b/korean/mozilla-klp/files/installed-chrome.txt @@ -3,4 +3,26 @@ locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/communicator/ locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/messenger/ locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/editor/ locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/navigator/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/necko/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/cookie/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/wallet/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/pipnss/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/pippki/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/content-packs/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/help/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/mozldap/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/forms/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/messenger-smime/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/chatzilla/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/venkman/ +locale,install,url,jar:resource:/chrome/ko-KR.jar!/locale/ko-KR/inspector/ +locale,install,url,jar:resource:/chrome/ko_unix.jar!/locale/ko-KR/global-platform/ +locale,install,url,jar:resource:/chrome/ko_unix.jar!/locale/ko-KR/communicator-platform/ +locale,install,url,jar:resource:/chrome/ko_unix.jar!/locale/ko-KR/navigator-platform/ +locale,install,url,jar:resource:/chrome/KR.jar!/locale/JP/global-region/ +locale,install,url,jar:resource:/chrome/KR.jar!/locale/JP/communicator-region/ +locale,install,url,jar:resource:/chrome/KR.jar!/locale/JP/editor-region/ +locale,install,url,jar:resource:/chrome/KR.jar!/locale/JP/messenger-region/ +locale,install,url,jar:resource:/chrome/KR.jar!/locale/JP/navigator-region/ locale,install,select,ko-KR +locale,install,select,KR diff --git a/korean/mozilla-klp/files/mozilla.noxpg4 b/korean/mozilla-klp/files/mozilla.noxpg4 deleted file mode 100644 index 952820ceddb0..000000000000 --- a/korean/mozilla-klp/files/mozilla.noxpg4 +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -LANG=ko_KR.EUC; export LANG - -cd @PREFIX@/lib/mozilla -exec ./mozilla "$@" diff --git a/korean/mozilla-klp/files/mozilla.sh b/korean/mozilla-klp/files/mozilla.sh new file mode 100644 index 000000000000..7e183ce1f581 --- /dev/null +++ b/korean/mozilla-klp/files/mozilla.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +LANG=@LOCALENAME@; export LANG +@LIBXPG4@ + +cd @PREFIX@/lib/mozilla +exec ./mozilla "$@" diff --git a/korean/mozilla-klp/files/mozilla.xpg4 b/korean/mozilla-klp/files/mozilla.xpg4 deleted file mode 100644 index ab2d6f9486ab..000000000000 --- a/korean/mozilla-klp/files/mozilla.xpg4 +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -LANG=ko_KR.EUC; export LANG -LD_PRELOAD=/usr/lib/libxpg4.so.2; export LD_PRELOAD - -cd @PREFIX@/lib/mozilla -exec ./mozilla "$@" diff --git a/korean/mozilla-klp/pkg-descr b/korean/mozilla-klp/pkg-descr index a23d84b9a75b..730d199605f9 100644 --- a/korean/mozilla-klp/pkg-descr +++ b/korean/mozilla-klp/pkg-descr @@ -4,7 +4,7 @@ performance and portability. Mozilla Korean Language Pack provides Korean localized resource for Mozilla. -WWW: http://www.kr.FreeBSD.org/~cjh/freetime/mozilla/mozilla-ko/ +WWW: http://www.mozilla.pe.kr/ -- CHOI Junho diff --git a/korean/mozilla-klp/pkg-message b/korean/mozilla-klp/pkg-message new file mode 100644 index 000000000000..f4f59973c40a --- /dev/null +++ b/korean/mozilla-klp/pkg-message @@ -0,0 +1,10 @@ +******************************** +If your XIM wouldn't work propery, try to make a file + +"${HOME}/.mozilla/${USER}/*.slt/user.js" + +with below content; +-- +user_pref("xim.input_style", "over-the-spot") +-- +******************************** diff --git a/korean/mozilla-klp/pkg-plist b/korean/mozilla-klp/pkg-plist index d2b629457388..ef30d4101ae9 100644 --- a/korean/mozilla-klp/pkg-plist +++ b/korean/mozilla-klp/pkg-plist @@ -1,36 +1,45 @@ @exec mv %D/bin/mozilla %D/bin/mozilla.orig -@exec mv %D/lib/mozilla/chrome/all-locales.rdf %D/lib/mozilla/chrome/all-locales.rdf.orig -@exec mv %D/lib/mozilla/chrome/all-packages.rdf %D/lib/mozilla/chrome/all-packages.rdf.orig -@exec mv %D/lib/mozilla/chrome/all-skins.rdf %D/lib/mozilla/chrome/all-skins.rdf.orig -@exec mv %D/lib/mozilla/chrome/user-locales.rdf %D/lib/mozilla/chrome/user-locales.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/chrome.rdf %D/lib/mozilla/chrome/chrome.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/components/xpti.dat %D/lib/mozilla/xpti.dat.orig bin/mozilla -lib/mozilla/chrome/all-locales.rdf -lib/mozilla/chrome/all-packages.rdf -lib/mozilla/chrome/all-skins.rdf +lib/mozilla/chrome/KR.jar +lib/mozilla/chrome/chrome.rdf lib/mozilla/chrome/installed-chrome.txt lib/mozilla/chrome/ko-KR.jar -lib/mozilla/chrome/user-locales.rdf -lib/mozilla/chrome/user-skins.rdf -lib/mozilla/defaults/pref/all.js +lib/mozilla/chrome/ko_mac.jar +lib/mozilla/chrome/ko_unix.jar +lib/mozilla/chrome/ko_win.jar +lib/mozilla/components/xpti.dat lib/mozilla/defaults/pref/unix.js -lib/mozilla/defaults/profile/ko-KR/bookmarks.html -lib/mozilla/defaults/profile/ko-KR/localstore.rdf -lib/mozilla/defaults/profile/ko-KR/mimeTypes.rdf -lib/mozilla/defaults/profile/ko-KR/panels.rdf -lib/mozilla/defaults/profile/ko-KR/search.rdf -lib/mozilla/searchplugins/google-kr.gif -lib/mozilla/searchplugins/google-kr.src +lib/mozilla/defaults/profile/KR/chrome/userChrome-example.css +lib/mozilla/defaults/profile/KR/chrome/userContent-example.css +lib/mozilla/defaults/profile/KR/bookmarks.html +lib/mozilla/defaults/profile/KR/localstore.rdf +lib/mozilla/defaults/profile/KR/mimeTypes.rdf +lib/mozilla/defaults/profile/KR/panels.rdf +lib/mozilla/defaults/profile/KR/search.rdf +lib/mozilla/searchplugins/bugzilla.gif +lib/mozilla/searchplugins/bugzilla.src +lib/mozilla/searchplugins/dmoz.gif +lib/mozilla/searchplugins/dmoz.src +lib/mozilla/searchplugins/google.gif +lib/mozilla/searchplugins/google.src +lib/mozilla/searchplugins/google_en.gif +lib/mozilla/searchplugins/google_en.src +lib/mozilla/searchplugins/google_ko.gif +lib/mozilla/searchplugins/google_ko.src +lib/mozilla/searchplugins/lxrmozilla.gif +lib/mozilla/searchplugins/lxrmozilla.src +lib/mozilla/searchplugins/mozilla.gif +lib/mozilla/searchplugins/mozilla.src +lib/mozilla/searchplugins/NetscapeSearch.gif +lib/mozilla/searchplugins/NetscapeSearch.src @unexec mv %D/bin/mozilla.orig %D/bin/mozilla -@unexec mv %D/lib/mozilla/chrome/all-locales.rdf.orig %D/lib/mozilla/chrome/all-locales.rdf -@unexec mv %D/lib/mozilla/chrome/all-packages.rdf.orig %D/lib/mozilla/chrome/all-packages.rdf -@unexec mv %D/lib/mozilla/chrome/all-skins.rdf.orig %D/lib/mozilla/chrome/all-skins.rdf -@unexec mv %D/lib/mozilla/chrome/user-locales.rdf.orig %D/lib/mozilla/chrome/user-locales.rdf -@unexec mv %D/lib/mozilla/chrome/user-skins.rdf.orig %D/lib/mozilla/chrome/user-skins.rdf +@unexec mv %D/lib/mozilla/chrome/chrome.rdf.orig %D/lib/mozilla/chrome/chrome.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 -@dirrm lib/mozilla/defaults/profile/ko-KR +@unexec mv %D/lib/mozilla/xpti.dat.orig %D/lib/mozilla/components/xpti.dat +@dirrm lib/mozilla/defaults/profile/KR/chrome +@dirrm lib/mozilla/defaults/profile/KR -- cgit v1.2.3