1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.4b.

This commit is contained in:
Kiriyama Kazuhiko 2003-05-23 01:44:04 +00:00
parent a42eb593cb
commit 74ccd0e677
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81769
6 changed files with 15 additions and 9 deletions

View File

@ -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" \

View File

@ -1 +1 @@
MD5 (mozilla1.3b-jajppack-tm0.2.xpi) = 8b27178c96e48a20eb92ad6a94421aa9
MD5 (mozilla1.4b-jajppack-tm0.1.xpi) = aeb1457346bd55e4fc8037e0ae7a93d6

View File

@ -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/

View File

@ -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"

View File

@ -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

View File

@ -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