diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-23 01:44:04 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-23 01:44:04 +0000 |
commit | 74ccd0e677a71669aac4f35ba407138e90662222 (patch) | |
tree | 19cbb37e0f4ce5a96ba87b1f0c851fc06dd1d855 | |
parent | a42eb593cbb802f7757dca0dd964af4ab4dc3eb1 (diff) |
Notes
-rw-r--r-- | japanese/mozilla-jlp-devel/Makefile | 5 | ||||
-rw-r--r-- | japanese/mozilla-jlp-devel/distinfo | 2 | ||||
-rw-r--r-- | japanese/mozilla-jlp-devel/files/installed-chrome.txt | 2 | ||||
-rw-r--r-- | japanese/mozilla-jlp-devel/files/mozilla.sh | 2 | ||||
-rw-r--r-- | japanese/mozilla-jlp-devel/files/unix.js | 11 | ||||
-rw-r--r-- | japanese/mozilla-jlp-devel/pkg-descr | 2 |
6 files changed, 15 insertions, 9 deletions
diff --git a/japanese/mozilla-jlp-devel/Makefile b/japanese/mozilla-jlp-devel/Makefile index 669f2e571072..380eb858659c 100644 --- a/japanese/mozilla-jlp-devel/Makefile +++ b/japanese/mozilla-jlp-devel/Makefile @@ -6,14 +6,14 @@ # PORTNAME= mozilla -PORTVERSION= 1.3b +PORTVERSION= 1.4b PORTREVISION?= 0 #PORTEPOCH= 1 CATEGORIES= japanese www MASTER_SITES= http://plaza25.mbn.or.jp/~snip/jlp/ #MASTER_SITE_SUBDIR= jlpmoz PKGNAMESUFFIX= -jlp -DISTNAME= ${PORTNAME}${PORTVERSION}-jajppack-tm0.2 +DISTNAME= ${PORTNAME}${PORTVERSION}-jajppack-tm0.1 EXTRACT_SUFX= .xpi MAINTAINER= yatt@luna2.org @@ -50,6 +50,7 @@ post-extract: do-build: ${SED} -e "s^%%PREFIX%%^${PREFIX}^g" \ + -e "s^%%LOCALBASE%%^${LOCALBASE}^g" \ -e "s^%%LOCALENAME%%^${LOCALENAME}^g" \ -e "s^%%LIBXPG4%%^${LIBXPG4}^g" \ -e "s^%%MOZILLA%%^${MOZILLA}^g" \ diff --git a/japanese/mozilla-jlp-devel/distinfo b/japanese/mozilla-jlp-devel/distinfo index 796062467cf4..fecdd4d423a6 100644 --- a/japanese/mozilla-jlp-devel/distinfo +++ b/japanese/mozilla-jlp-devel/distinfo @@ -1 +1 @@ -MD5 (mozilla1.3b-jajppack-tm0.2.xpi) = 8b27178c96e48a20eb92ad6a94421aa9 +MD5 (mozilla1.4b-jajppack-tm0.1.xpi) = aeb1457346bd55e4fc8037e0ae7a93d6 diff --git a/japanese/mozilla-jlp-devel/files/installed-chrome.txt b/japanese/mozilla-jlp-devel/files/installed-chrome.txt index ae74cc8eb94d..54d12e9951e4 100644 --- a/japanese/mozilla-jlp-devel/files/installed-chrome.txt +++ b/japanese/mozilla-jlp-devel/files/installed-chrome.txt @@ -4,6 +4,7 @@ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/editor/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/navigator/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/necko/ +locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/p3p/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/cookie/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/wallet/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/pipnss/ @@ -12,6 +13,7 @@ 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/help/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/mozldap/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/forms/ +locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/forms/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/autoconfig/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-smime/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-mdn/ diff --git a/japanese/mozilla-jlp-devel/files/mozilla.sh b/japanese/mozilla-jlp-devel/files/mozilla.sh index a8c5e4d8c78d..93205ea8f917 100644 --- a/japanese/mozilla-jlp-devel/files/mozilla.sh +++ b/japanese/mozilla-jlp-devel/files/mozilla.sh @@ -2,6 +2,8 @@ LANG=%%LOCALENAME%%; export LANG %%LIBXPG4%% +#XMODIFIERS=@im=kinput2; export XMODIFIERS +#LD_PRELOAD=%%LOCALBASE%%/lib/libflashplayer.so.1; export LD_PRELOAD MOZILLA_DIR="%%PREFIX%%/lib/%%MOZILLA%%" MOZILLA_EXEC="mozilla" diff --git a/japanese/mozilla-jlp-devel/files/unix.js b/japanese/mozilla-jlp-devel/files/unix.js index ae7592361387..24e0a6ec4b2a 100644 --- a/japanese/mozilla-jlp-devel/files/unix.js +++ b/japanese/mozilla-jlp-devel/files/unix.js @@ -44,8 +44,6 @@ pref("network.hosts.pop_server", "pop"); pref("mail.check_new_mail", true); pref("browser.display.screen_resolution", 0); // System setting pref("browser.startup.license_accepted", ""); -pref("browser.cache.memory.capacity", 4096); -pref("browser.cache.disk.capacity", 50000); pref("browser.drag_out_of_frame_style", 1); pref("mail.signature_file", "~/.signature"); pref("mail.default_fcc", "~/nsmail/Sent"); @@ -72,6 +70,9 @@ pref("browser.urlbar.clickSelectsAll", false); // Leave this at the default, 7, to match mozilla1.0-era user expectations. // pref("accessibility.tabfocus", 1); +// Beep instead of playing sound in Linux, at least until nsISound is fixed: +pref("accessibility.typeaheadfind.soundURL", "beep"); + // override double-click word selection behavior. pref("layout.word_select.stop_at_punctuation", false); @@ -86,7 +87,6 @@ pref("browser.prefWindowModal", false); pref("slider.snapMultiplier", 0); // Unix only -pref("mail.use_movemail", true); pref("mail.use_builtin_movemail", true); pref("mail.movemail_program", ""); pref("mail.movemail_warn", false); @@ -105,7 +105,7 @@ pref("applications.rlogin_with_user", "xterm -e rlogin %h -l %u"); pref("applications.tmp_dir", "/tmp"); // On Solaris/IRIX, this should be "lp" pref("print.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}"); -pref("print.printer_list", ""); // list of printers, seperated by spaces +pref("print.printer_list", ""); // list of printers, separated by spaces pref("print.print_reversed", false); pref("print.print_color", true); pref("print.print_landscape", false); @@ -240,9 +240,10 @@ pref("font.embedded_bitmaps.max", 1000000); pref("font.scale.tt_bitmap.dark_text.min", 64); pref("font.scale.tt_bitmap.dark_text.gain", "0.8"); // sample prefs for TrueType font dirs -//pref("font.directory.truetype.1", "/u/sam/tt_font"); +//pref("font.directory.truetype.1", "/u/sam/tt_font1"); //pref("font.directory.truetype.2", "/u/sam/tt_font2"); //pref("font.directory.truetype.3", "/u/sam/tt_font3"); +pref("font.FreeType2.printing", true); // below a certian pixel size anti-aliased bitmat scaled fonts // produce poor results diff --git a/japanese/mozilla-jlp-devel/pkg-descr b/japanese/mozilla-jlp-devel/pkg-descr index c2afe58c3a48..3f2a103fbb2c 100644 --- a/japanese/mozilla-jlp-devel/pkg-descr +++ b/japanese/mozilla-jlp-devel/pkg-descr @@ -8,4 +8,4 @@ Latest JLPs maintained by Hidehiro Kozawa. WWW: http://www.mozilla.gr.jp/jlp/ - Yoichi ASAI -yatt@msc.biglobe.ne.jp +yatt@luna2.org |