mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b215d940f4
Submitted by: Keith Jang <jtjang@gcn.net.tw> Update xcin to xcin-2.5.1 after repo copied. Old xcin will be dropped out after few months. xcin is a Chinese INput application in X, well support in both Traditional Chinese(Big5) and Simplified Chinese(GB) charsets. New version of xcin support standard XIM too. You can activate one xcin-XIM server, meanwhile, use different locale configuration to input Big5/GB words at the different sessions. This port is current version of xcin, code rewritten by Tung-Han Hsieh <thhsieh@linux.org.tw>. WWW: http://xcin.linux.org.tw/ Porting to FreeBSD by Yung-Jen Hung <winard@ms11.url.com.tw> & Keith Jang <jtjang@gcn.net.tw>.
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
--- src/xcinrc.in.orig Fri Sep 3 01:17:52 1999
|
|
+++ src/xcinrc.in Fri Sep 3 01:18:29 1999
|
|
@@ -86,8 +86,8 @@
|
|
(define bimsphone
|
|
'((SETKEY 6)
|
|
(MODULE "bimsphone")
|
|
- (TSI_FNAME "tsi.db")
|
|
- (YIN_FNAME "yin.db")
|
|
+ (TSI_FNAME "/usr/local/share/tabe/tsiyin/tsi.db")
|
|
+ (YIN_FNAME "/usr/local/share/tabe/tsiyin/yin.db")
|
|
(KEYMAP 0))) ; 0: 零壹, 1: 倚天, 2: 許氏
|
|
|
|
(define cj
|