Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2002 23:18:22 +0800
From:      piaip <piaip@csie.ntu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38948: update port: chinese/mozilla-tclp ps font change (override 38947)
Message-ID:  <20020606231822.A7652@ntucst.csie.ntu.edu.tw>

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

>Number:         38948
>Category:       ports
>Synopsis:       chinese/mozilla-tclp ps font change(override 38947)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 06 08:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Teh Lin
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
Mozilla L10N: Traditional Chinese
>Environment:
System: FreeBSD pita20.org.tw 4.4-RELEASE FreeBSD 4.4-RELEASE #5: Mon Oct 22 15:46:52 CST 2001 root@pita20.org.tw:/usr/src/sys/compile/pita20 i386
>Description:
update port: chinese/mozilla-tclp ps font change (override 38947)
>How-To-Repeat:
>Fix:
diff -Nur mozilla-tclp.orig/files/unix.js mozilla-tclp/files/unix.js
--- mozilla-tclp.orig/files/unix.js	Fri Jun  7 23:11:31 2002
+++ mozilla-tclp/files/unix.js	Fri Jun  7 22:15:34 2002
@@ -222,6 +222,7 @@
 // below a certian pixel size outline scaled fonts produce poor results
 pref("font.scale.outline.min",      6);
 
+// Anti-alias
 // below a certian pixel size anti-aliased bitmat scaled fonts 
 // produce poor results
 pref("font.scale.aa_bitmap.enable", true);
@@ -332,7 +333,13 @@
 pref("print.postscript.nativefont.x-user-def", "");
 pref("print.postscript.nativefont.x-western", "");
 pref("print.postscript.nativefont.zh-CN", "");
+// Printing 
 // Change lines below to your local system fonts
 // Check http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html
 pref("print.postscript.nativecode.zh-TW", "big5");
-pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H");
+// pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H");
+pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-ETen-B5-H");
+
+// XIM Settings:
+//  Uncomment this line if your XIM not working
+ //pref("xim.input_style", "over-the-spot")
diff -Nur mozilla-tclp.orig/files/user.js mozilla-tclp/files/user.js
--- mozilla-tclp.orig/files/user.js	Fri Jun  7 23:11:31 2002
+++ mozilla-tclp/files/user.js	Fri Jun  7 22:15:59 2002
@@ -30,4 +30,5 @@
 //  Change lines below to your local system fonts
 //  Check http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html
  // user_pref("print.postscript.nativecode.zh-TW", "big5");
- // user_pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H");
+ // user_pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-ETen-B5-H");
+ // // user_pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H");
diff -Nur mozilla-tclp.orig/pkg-message mozilla-tclp/pkg-message
--- mozilla-tclp.orig/pkg-message	Sat May 18 17:14:23 2002
+++ mozilla-tclp/pkg-message	Fri Jun  7 21:41:18 2002
@@ -1,9 +1,9 @@
 ***********************************************************************
-Edit the file "${HOME}/.mozilla/${USER}/*.slt/user.js"
-     or "/usr/X11R6/lib/mozilla/defaults/pref/unix.js"
- to change XIM settings (if not working),
- Anti-Alias settings, and Printing settings.
+Edit the file "${HOME}/.mozilla/${USER}/*.slt/user.js" (per user)
+     or "/usr/X11R6/lib/mozilla/defaults/pref/unix.js" (for all)
+     to change XIM settings (if not working),
+     Anti-Alias settings, and Printing settings.
 If need printing, go /usr/ports/chinese/arphicttf to make WANT_GS6=yes
- Then go /usr/ports/chinese/ghostscript6 to make all install
+     then go /usr/ports/chinese/ghostscript6 to make all install
 For detail: http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html
 ***********************************************************************
>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?20020606231822.A7652>