diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-26 11:03:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-26 11:03:08 +0000 |
commit | 9807f7489fc78de262bf073ecf190086776fc561 (patch) | |
tree | 4d04ff2834955c1b0d9c46897b84911f2458fad3 /chinese/cce | |
parent | c3d4f6d084c878dccb3168fde2af713064b50aa1 (diff) | |
download | ports-9807f7489fc78de262bf073ecf190086776fc561.tar.gz ports-9807f7489fc78de262bf073ecf190086776fc561.zip |
Notes
Diffstat (limited to 'chinese/cce')
-rw-r--r-- | chinese/cce/Makefile | 25 | ||||
-rw-r--r-- | chinese/cce/distinfo | 2 | ||||
-rw-r--r-- | chinese/cce/files/patch-src::cce.cfg | 19 | ||||
-rw-r--r-- | chinese/cce/pkg-descr | 6 | ||||
-rw-r--r-- | chinese/cce/pkg-plist | 46 |
5 files changed, 98 insertions, 0 deletions
diff --git a/chinese/cce/Makefile b/chinese/cce/Makefile new file mode 100644 index 000000000000..3d9633422386 --- /dev/null +++ b/chinese/cce/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: cce +# Date created: 8 Oct 2003 +# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= cce +PORTVERSION= 0.51 +CATEGORIES= chinese +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cce2k +DISTNAME= ${PORTNAME}-${PORTVERSION}-02132004-dist +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@freebsd.org +COMMENT= Console CJK Environment + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +ONLY_FOR_ARCHS= i386 +HAS_CONFIGURE= yes + +MAN1= cce.1 cceconv.1 + +.include <bsd.port.mk> diff --git a/chinese/cce/distinfo b/chinese/cce/distinfo new file mode 100644 index 000000000000..4fc5c7f4be06 --- /dev/null +++ b/chinese/cce/distinfo @@ -0,0 +1,2 @@ +MD5 (cce-0.51-02132004-dist.tgz) = 3f3cadb0daed1f67771982459c42cfea +SIZE (cce-0.51-02132004-dist.tgz) = 7130658 diff --git a/chinese/cce/files/patch-src::cce.cfg b/chinese/cce/files/patch-src::cce.cfg new file mode 100644 index 000000000000..a54f89e4ad8a --- /dev/null +++ b/chinese/cce/files/patch-src::cce.cfg @@ -0,0 +1,19 @@ +--- src/cce.cfg.orig Wed Nov 12 12:16:42 2003 ++++ src/cce.cfg Thu Jan 15 17:45:49 2004 +@@ -286,14 +286,14 @@ + # For Linux, CCE will try to use gpm mouse server first + # For FreeBSD, CCE will try to use moused server first(Mousesystems) + Mouse: +- PS2 ++ MouseSystems + # Mouse baud rate + MouseBaud: + 1200 + # Mouse device file name + # For FreeBSD, please change to /dev/sysmouse (virtual mouse driver) + MouseDev: +- /dev/mouse ++ /dev/sysmouse + + # Use hard scroll HardScroll No longer supported + #HardScroll: diff --git a/chinese/cce/pkg-descr b/chinese/cce/pkg-descr new file mode 100644 index 000000000000..24ae37746a39 --- /dev/null +++ b/chinese/cce/pkg-descr @@ -0,0 +1,6 @@ +Console CJK Environment let you display and input Chinese/Japanese/Korean +under Linux/FreeBSD console, it works both in VGA mode and frame buffer +mode. Input methods include PinYin WuBi ShuangPin Ziranma CangJie Zhuyin +Dayi YingHan, totally around 40. + +WWW: http://sourceforge.net/projects/cce2k/ diff --git a/chinese/cce/pkg-plist b/chinese/cce/pkg-plist new file mode 100644 index 000000000000..49bd3116562d --- /dev/null +++ b/chinese/cce/pkg-plist @@ -0,0 +1,46 @@ +bin/cce +bin/cceb5 +bin/cceconv +bin/ccegbk +bin/ccejis +bin/cceksc +share/cce/8x16.bin +share/cce/all/ciyin.tab +share/cce/all/ciyingb.tab +share/cce/all/intcode.tab +share/cce/all/zhiyin.tab +share/cce/all/zhiyin.tab.usr +share/cce/bdf2bin +share/cce/big5/array30.tab +share/cce/big5/big5.lx +share/cce/big5/cj.tab +share/cce/big5/dayi.tab +share/cce/big5/kc16.bin +share/cce/big5/liu5.tab +share/cce/big5/simplex.tab +share/cce/cce.cfg +share/cce/cceconv.tab +share/cce/cin2tab +share/cce/gb/ZiRanMa.tab +share/cce/gb/gb.lx +share/cce/gb/gb16fs.bin +share/cce/gbk/ebf.tab +share/cce/gbk/gbk-winpy.tab +share/cce/gbk/gbk16.bin +share/cce/gbk/nqwb.tab +share/cce/jis/8x16rk.bin +share/cce/jis/jis.lx +share/cce/jis/jiskan16.bin +share/cce/jis/kana.tab +share/cce/jis/tut.tab +share/cce/ksc/HANGUL.tab +share/cce/ksc/HANJA.tab +share/cce/ksc/hanglm16.bin +share/cce/ksc/ksc.lx +@dirrm share/cce/all +@dirrm share/cce/big5 +@dirrm share/cce/gb +@dirrm share/cce/gbk +@dirrm share/cce/jis +@dirrm share/cce/ksc +@dirrm share/cce |