diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-29 17:29:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-29 17:29:45 +0000 |
commit | 769b1b4ce8742e9d2df6cf34957cf5dcb6c008ac (patch) | |
tree | 5ddd9e64f76dee7600291386ae7255267f12a2f4 /japanese/mozilla-jlp | |
parent | 84bd9bca23a681cd2d9de2f262382cdbb601f119 (diff) |
Notes
Diffstat (limited to 'japanese/mozilla-jlp')
-rw-r--r-- | japanese/mozilla-jlp/Makefile | 7 | ||||
-rw-r--r-- | japanese/mozilla-jlp/distinfo | 2 | ||||
-rw-r--r-- | japanese/mozilla-jlp/files/installed-chrome.txt | 1 | ||||
-rw-r--r-- | japanese/mozilla-jlp/files/unix.js | 4 |
4 files changed, 9 insertions, 5 deletions
diff --git a/japanese/mozilla-jlp/Makefile b/japanese/mozilla-jlp/Makefile index e3b03f4243ba..92e907622b2c 100644 --- a/japanese/mozilla-jlp/Makefile +++ b/japanese/mozilla-jlp/Makefile @@ -6,15 +6,16 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.9 +PORTVERSION= 1.0.rc1 #PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= japanese www -MASTER_SITES= http://www.ash.ne.jp/~mal/mozilla/ \ +MASTER_SITES= http://prdownloads.sourceforge.net/jlpmoz/ \ + http://www.ash.ne.jp/~mal/mozilla/ \ http://dev.jp/ \ http://www.mozilla.gr.jp/jlp/ PKGNAMESUFFIX= -jlp -DISTNAME= ${PORTNAME}${PORTVERSION}-jajppack-v1.0 +DISTNAME= ${PORTNAME}1.0rc1-jajppack-v0.1 EXTRACT_SUFX= .xpi MAINTAINER= yatt@msc.biglobe.ne.jp diff --git a/japanese/mozilla-jlp/distinfo b/japanese/mozilla-jlp/distinfo index 0efa90f62cd1..28fe09ea92c8 100644 --- a/japanese/mozilla-jlp/distinfo +++ b/japanese/mozilla-jlp/distinfo @@ -1 +1 @@ -MD5 (mozilla0.9.9-jajppack-v1.0.xpi) = 8cd6c2c6da0cc76189c9302b529c9df4 +MD5 (mozilla1.0rc1-jajppack-v0.1.xpi) = e63f98c10966185b8b7c6c756d618f57 diff --git a/japanese/mozilla-jlp/files/installed-chrome.txt b/japanese/mozilla-jlp/files/installed-chrome.txt index 785aea0b1a5c..f41ad39feced 100644 --- a/japanese/mozilla-jlp/files/installed-chrome.txt +++ b/japanese/mozilla-jlp/files/installed-chrome.txt @@ -13,6 +13,7 @@ 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/messenger-smime/ +locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-mdn/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/chatzilla/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/venkman/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/inspector/ diff --git a/japanese/mozilla-jlp/files/unix.js b/japanese/mozilla-jlp/files/unix.js index 804b07a7b2e1..97507a481c50 100644 --- a/japanese/mozilla-jlp/files/unix.js +++ b/japanese/mozilla-jlp/files/unix.js @@ -115,7 +115,6 @@ pref("print.print_edge_left", 4); // 1/100 of an inch pref("print.print_edge_right", 4); // 1/100 of an inch pref("print.print_edge_bottom", 4); // 1/100 of an inch - // print_extra_margin enables platforms to specify an extra gap or margin // around the content of the page for Print Preview only pref("print.print_extra_margin", 0); // twips @@ -359,4 +358,7 @@ pref("print.postscript.nativefont.zh-CN", ""); pref("print.postscript.nativefont.zh-TW", ""); pref("mail.signature_date", 0); + +// until bug #130581 is fixed, we need to override this on linux +pref("mail.compose.max_recycled_windows", 0); // EOF. |