File: control

package info (click to toggle)
wnn 4.2-10
  • links: PTS
  • area: main
  • in suites: slink
  • size: 13,672 kB
  • ctags: 8,999
  • sloc: ansic: 85,573; makefile: 209; sh: 119; cpp: 87
file content (79 lines) | stat: -rw-r--r-- 2,827 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: wnn
Section: utils
Priority: optional
Maintainer: Keita Maehara <maehara@debian.org>
Standards-Version: 2.4.1.2

Package: wnn
Architecture: any
Depends: wnn-common, ${shlibs:Depends}
Description: Japanese input system
 Wnn is a network-extensible Kana-to-Kanji conversion system and was
 jointly developed and released by the Software Research Group of
 Kyoto University Research Institute for Mathematical Science, OMRON
 Corporation and Astec, Inc.

Package: cwnn
Architecture: any
Depends: wnn-common, ${shlibs:Depends}
Description: Chinese input system
 cWnn is an integrated Chinese input system running on Unix
 workstation. It supports a wide range of input methods, satisfying
 the needs of the Chinese users from all over the world, including
 P.R.China and Taiwan. cWnn is capable of carrying out Hanzi
 conversion from an arbitrary Pinyin or Zhuyin sequence, hence
 improving the speed of Pinyin/Zhuyin input.

Package: kwnn
Architecture: any
Depends: wnn-common, ${shlibs:Depends}
Description: Korean input system
 kWnn is an integrated Korean input system running on Unix
 workstation. It supports a wide range of input methods, satisfying
 the needs of the Korean users from all over the world.

Package: wnn-common
Architecture: any
Description: Files shared among wnn, cwnn and kwnn
 This package contains files that is needed by three wnn packages
 (wnn, cwnn and kwnn).

Package: wnn-dev
Section: devel
Architecture: any
Description: Header files and static libraries for Wnn
 This package contains the header files and static libraries for
 Wnn. Install this package if you wish to develop your own Wnn client
 programs.

Package: cwnn-dev
Section: devel
Architecture: any
Description: Header files and static library for cWnn
 This package contains the header files and static library for
 cWnn. Install this package if you wish to develop your own cWnn
 client programs.

Package: kwnn-dev
Section: devel
Architecture: any
Description: Header files and static library for kWnn
 This package contains the header files and static library for
 kWnn. Install this package if you wish to develop your own kWnn
 client programs.

Package: xwnmo
Section: x11
Architecture: any
Depends: ${shlibs:Depends}, wnn
Description: X Input Manager
 XWNMO - Input Manager for XIM (X Input Method)
 XJUTIL - Dictionary Utility Manager (called by XWNMO)
 .
 XWNMO is a input manager offers multi-language input to XIM library
 of X11R5 and X11R6. In case of X11R5, the protocol between XWNMO and
 XIM library is specified by Xsi Protocol. The Xsi Protocol adopts
 Back-End method, because Back-End method is a perfect synchronous
 communication, so problem of lost key doesn't occur. In case of
 X11R6, it is specified by XIM Protocol. The XIM Protocol is a X
 Consortium Standard. XWNMO support only back-end method.