diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-01-14 08:13:05 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-01-14 08:13:05 +0000 |
commit | e8abd6b7fc48c6d752e2d09a5dc81ed5ed3df32f (patch) | |
tree | 66fd6f2071357657cfe07b982667da3193ddde68 /chinese | |
parent | Update to 2003.01.10. (diff) |
Add chinput3, an GB2312, BIG5 input server.
PR: ports/36568
Submitted by: Statue <statue@softwareliberty.org>
Notes
Notes:
svn path=/head/; revision=73109
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/chinput3/Makefile | 20 | ||||
-rw-r--r-- | chinese/chinput3/distinfo | 1 | ||||
-rw-r--r-- | chinese/chinput3/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/chinput3/pkg-descr | 7 | ||||
-rw-r--r-- | chinese/chinput3/pkg-plist | 31 |
6 files changed, 61 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index c00b2db4fbb5..a9bcd2bf52cf 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -23,6 +23,7 @@ SUBDIR += celvis SUBDIR += chinput SUBDIR += chinput2 + SUBDIR += chinput3 SUBDIR += chitex SUBDIR += cle_base SUBDIR += cless diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile new file mode 100644 index 000000000000..2545358c1b68 --- /dev/null +++ b/chinese/chinput3/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: chinput3 +# Date created: 03/31/2002 +# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= chinput +PORTVERSION= 3.0.2 +CATEGORIES= chinese x11 +MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/chinput3/ +DISTNAME= zh-${PORTNAME}-${PORTVERSION}fix3 + +MAINTAINER= statue@freebsd.sinica.edu.tw + +USE_XLIB= yes +USE_IMLIB= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}fix3 + +.include <bsd.port.mk> diff --git a/chinese/chinput3/distinfo b/chinese/chinput3/distinfo new file mode 100644 index 000000000000..030c0bf2ba21 --- /dev/null +++ b/chinese/chinput3/distinfo @@ -0,0 +1 @@ +MD5 (zh-chinput-3.0.2fix3.tar.gz) = c09bc675ff4a4cce6928372f502e203b diff --git a/chinese/chinput3/pkg-comment b/chinese/chinput3/pkg-comment new file mode 100644 index 000000000000..448a521d8421 --- /dev/null +++ b/chinese/chinput3/pkg-comment @@ -0,0 +1 @@ +Chinese GB2312,BIG5 code input server diff --git a/chinese/chinput3/pkg-descr b/chinese/chinput3/pkg-descr new file mode 100644 index 000000000000..38698c4ef801 --- /dev/null +++ b/chinese/chinput3/pkg-descr @@ -0,0 +1,7 @@ +Ported from Chinput3 on Linux platform . + +Chinese GB,BIG5 code input server. + +WWW: http://www.opencjk.org/~yumj/ + +Porting Author: cjaker@263.net diff --git a/chinese/chinput3/pkg-plist b/chinese/chinput3/pkg-plist new file mode 100644 index 000000000000..780ac2a060f2 --- /dev/null +++ b/chinese/chinput3/pkg-plist @@ -0,0 +1,31 @@ +bin/chinput +bin/kpengine +bin/zwincontrol +lib/Chinput/Chinput.ad +lib/Chinput/hzbig5.dat +lib/Chinput/hzgb.dat +lib/Chinput/im/libimm_server.so +lib/Chinput/im/libimmclient.a +lib/Chinput/im/cce_pinyin.so +lib/Chinput/im/cce_hzinput.so +lib/Chinput/im/TL_hzinput.so +lib/Chinput/im/sys-gb.tab +lib/Chinput/im/sys-big5.tab +lib/Chinput/im/bin/cin2tab +lib/Chinput/im/bin/txt2tab +lib/Chinput/im/bin/tab2txt +lib/Chinput/im/cce/pinyin.map +lib/Chinput/im/cce/sysphrase.tab +lib/Chinput/im/cce/usrphrase.tab +lib/Chinput/im/gb/sp.tab +lib/Chinput/im/gb/WuBi.tab +lib/Chinput/im/gb/CCDOSPY.tab +lib/Chinput/im/gbk/gbkpy_mb.tab +lib/Chinput/im/tl_sysphrase.gb.bin +share/locale/zh_CN/LC_MESSAGES/zwincontrol.mo +@dirrm lib/Chinput/im/gbk +@dirrm lib/Chinput/im/gb +@dirrm lib/Chinput/im/cce +@dirrm lib/Chinput/im/bin +@dirrm lib/Chinput/im +@dirrm lib/Chinput |