diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-17 23:15:47 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-17 23:15:47 +0800 |
commit | d0011614e18c346f3814845cbb9da0a226a8215d (patch) | |
tree | b4c8a3ef5a6a6e2599ba5e90e7a061a47e1e89c8 | |
parent | acf74cf2541ff74e42b23c61739e168fcb0d7e03 (diff) | |
download | freebsd-ports-gnome-d0011614e18c346f3814845cbb9da0a226a8215d.tar.gz freebsd-ports-gnome-d0011614e18c346f3814845cbb9da0a226a8215d.tar.zst freebsd-ports-gnome-d0011614e18c346f3814845cbb9da0a226a8215d.zip |
- Tell users how to use XIM after install these ports
- Fix description for xemacs to reflect the reality
-rw-r--r-- | chinese/xemacs/Makefile | 3 | ||||
-rw-r--r-- | chinese/xemacs/pkg-descr | 2 | ||||
-rw-r--r-- | chinese/xemacs/pkg-message | 8 | ||||
-rw-r--r-- | chinese/xemacs21/pkg-message | 3 |
4 files changed, 11 insertions, 5 deletions
diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index 3176d77c782a..1162a6d557db 100644 --- a/chinese/xemacs/Makefile +++ b/chinese/xemacs/Makefile @@ -17,8 +17,7 @@ COMMENT= XEmacs text editor version 20, with XIM support and Big5 settings LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= xcin2.5:${PORTSDIR}/chinese/xcin \ - ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf USE_GMAKE= yes USE_XPM= yes diff --git a/chinese/xemacs/pkg-descr b/chinese/xemacs/pkg-descr index f28462f29873..679d2d430d4e 100644 --- a/chinese/xemacs/pkg-descr +++ b/chinese/xemacs/pkg-descr @@ -1,7 +1,7 @@ See /usr/ports/editors/xemacs20/pkg/DESCR for details. :) This port adds XIM support to XEmacs, thus you can use X input server -like xcin to input Chinese. It also comes with Chinese Big5 settings, +to input Chinese. It also comes with Chinese Big5 settings, including Big5-localized menus and buffer-file support. The Big5-localized menus are contributed by diff --git a/chinese/xemacs/pkg-message b/chinese/xemacs/pkg-message index dafcdd65478b..60ab513ea2d0 100644 --- a/chinese/xemacs/pkg-message +++ b/chinese/xemacs/pkg-message @@ -3,6 +3,10 @@ Now you have installed zh-XEmacs, do the following: cp /usr/local/lib/xemacs-20.4/etc/app-defaults/zh_TW.Big5/Emacs ~/Emacs cp /usr/local/lib/xemacs-20.4/etc/app-defaults/zh_TW.Big5/sample.emacs ~/.emacs -To use XIM, execute xcin2.5 first, set BOTH LANG and LC_CTYPE to zh_TW.Big5, -then execute xemacs. You should be able to input Chinese now. +Change Emacs.inputMethod to the input method you are using, say oxim/gcin/scim +in ~/Emacs. + +To use XIM, run any input method like oxim/gcin/scim first, set BOTH LANG +and LC_CTYPE to zh_TW.Big5, then execute xemacs. You should be able to +input Chinese now. --- diff --git a/chinese/xemacs21/pkg-message b/chinese/xemacs21/pkg-message index 2797b22310ff..5c7cac44dfaa 100644 --- a/chinese/xemacs21/pkg-message +++ b/chinese/xemacs21/pkg-message @@ -3,6 +3,9 @@ Now you have installed zh-XEmacs, do the following: cp /usr/local/lib/xemacs-21.1.14/etc/app-defaults/zh_TW.Big5/Emacs ~/Emacs cp /usr/local/lib/xemacs-21.1.14/etc/app-defaults/zh_TW.Big5/sample.emacs ~/.emacs +Change Emacs.inputMethod to the input method you are using, say oxim/gcin/scim +in ~/Emacs. + To use XIM, run any input method like oxim/gcin/scim first, set BOTH LANG and LC_CTYPE to zh_TW.Big5, then execute xemacs. You should be able to input Chinese now. |