diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-08 04:08:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-08 04:08:21 +0000 |
commit | 5725283d6a1d5b6a381e19b9c06fa3fec1614b4c (patch) | |
tree | 07f9e0b4fd04f002ce7ec58d39f563e0060a01d0 /chinese | |
parent | 2d2ecb295a23270193f40d6bd6ceb3a58b138f57 (diff) | |
download | ports-5725283d6a1d5b6a381e19b9c06fa3fec1614b4c.tar.gz ports-5725283d6a1d5b6a381e19b9c06fa3fec1614b4c.zip |
Remove the chinese/cce port, which has security holes and is no longer
under development.
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=86561
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/cce/Makefile | 42 | ||||
-rw-r--r-- | chinese/cce/distinfo | 2 | ||||
-rw-r--r-- | chinese/cce/files/patch-config.FreeBSD | 16 | ||||
-rw-r--r-- | chinese/cce/files/patch-inputs::hzinput.h | 11 | ||||
-rw-r--r-- | chinese/cce/files/patch-src::cce.cfg | 43 | ||||
-rw-r--r-- | chinese/cce/pkg-descr | 6 | ||||
-rw-r--r-- | chinese/cce/pkg-plist | 26 |
8 files changed, 0 insertions, 147 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index a637df24ee32..c76b281f835f 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -18,7 +18,6 @@ SUBDIR += bind8 SUBDIR += bitchx SUBDIR += c2t - SUBDIR += cce SUBDIR += cdict5 SUBDIR += celvis SUBDIR += chinput diff --git a/chinese/cce/Makefile b/chinese/cce/Makefile deleted file mode 100644 index 3a2a98c96004..000000000000 --- a/chinese/cce/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: cce -# Date created: 10 Mar 2001 -# Whom: Shen Chuan-Hsing -# -# $FreeBSD$ -# - -PORTNAME= cce -PORTVERSION= 0.36 -CATEGORIES= chinese -MASTER_SITES= http://programmer.lib.sjtu.edu.cn/cce/ \ - ftp://freebsd.sinica.edu.tw/pub/statue/cce/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-05052000 - -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= cce-0.36_security.ukai-lin-fok.patch.gz -PATCH_DIST_ARGS= -d ${WRKSRC} -p1 - -MAINTAINER= statue@freebsd.sinica.edu.tw -COMMENT= GB Chinese console - -FORBIDDEN= "Buffer overflows yielding uid root" - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_REINPLACE= yes -REINPLACE_ARGS= # empty -ONLY_FOR_ARCHS= i386 - -MAN1= cce.1 - -pre-configure: - (cd ${WRKSRC} && ${LN} -fs Makefile.FreeBSD Makefile ) - -.include <bsd.port.pre.mk> -post-patch: -.if ${OSVERSION} > 500012 -.for i in src/key.c src/main.c src/term.c src/vc.c src/vga.c - ${REINPLACE_CMD} "s,machine/console.h>,sys/consio.h>@#include <sys/fbio.h>@#include <sys/kbio.h>@," ${WRKSRC}/${i}| tr '@' '\n' > ${WRKSRC}/${i}.bakk && \ - ${MV} ${WRKSRC}/${i}.bakk ${WRKSRC}/${i} -.endfor -.endif -.include <bsd.port.post.mk> diff --git a/chinese/cce/distinfo b/chinese/cce/distinfo deleted file mode 100644 index 8791db8e1046..000000000000 --- a/chinese/cce/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cce-0.36-05052000.tar.gz) = 994f4bb42e6cdd833e235b52f28018dc -MD5 (cce-0.36_security.ukai-lin-fok.patch.gz) = 16e695c266e36ff6d320615531403874 diff --git a/chinese/cce/files/patch-config.FreeBSD b/chinese/cce/files/patch-config.FreeBSD deleted file mode 100644 index a5d2ebb15b2a..000000000000 --- a/chinese/cce/files/patch-config.FreeBSD +++ /dev/null @@ -1,16 +0,0 @@ ---- config.FreeBSD.orig Sun Sep 5 06:36:36 1999 -+++ config.FreeBSD Fri Apr 19 22:53:55 2002 -@@ -1,9 +1,9 @@ - INCDIR = ../include - TOPDIR = --BINDIR = $(TOPDIR)/usr/bin --LIBDIR = $(TOPDIR)/usr/lib/cce --MANDIR = $(TOPDIR)/usr/share/man/man1 --FONTDIR = $(TOPDIR)/usr/lib/cce -+BINDIR = $(TOPDIR)/usr/local/bin -+LIBDIR = $(TOPDIR)/usr/local/lib/cce -+MANDIR = $(TOPDIR)/usr/local/man/man1 -+FONTDIR = $(TOPDIR)/usr/local/lib/cce - CCECFG = cce.cfg - - OPTS = -DHAS_MOUSE -DCONFIG_NAME=\"$(LIBDIR)/$(CCECFG)\" -I$(INCDIR) \ diff --git a/chinese/cce/files/patch-inputs::hzinput.h b/chinese/cce/files/patch-inputs::hzinput.h deleted file mode 100644 index 734eaec27c4d..000000000000 --- a/chinese/cce/files/patch-inputs::hzinput.h +++ /dev/null @@ -1,11 +0,0 @@ ---- inputs/hzinput.h.orig Mon Nov 25 18:00:10 2002 -+++ inputs/hzinput.h Mon Nov 25 17:59:37 2002 -@@ -86,7 +86,7 @@ - } hz_input_table; - - /************ private functions *******************/ --void InputAreaOutput(int x, u_char *string, int fg, int bg); -+/*void InputAreaOutput(int x, u_char *string, int fg, int bg);*/ - void FindMatchKey(void); - void FillMatchChars(int j); - void FillAssociateChars(int index); diff --git a/chinese/cce/files/patch-src::cce.cfg b/chinese/cce/files/patch-src::cce.cfg deleted file mode 100644 index 0850bf0edbf0..000000000000 --- a/chinese/cce/files/patch-src::cce.cfg +++ /dev/null @@ -1,43 +0,0 @@ ---- src/cce.cfg.orig Sun Feb 18 23:00:32 2001 -+++ src/cce.cfg Sun Feb 18 23:01:01 2001 -@@ -24,14 +24,14 @@ - # - # - gb: Font -- /usr/lib/cce/8x16.bin -- /usr/lib/cce/gb16fs.bin -+ /usr/local/lib/cce/8x16.bin -+ /usr/local/lib/cce/gb16fs.bin - big5: -- /usr/lib/cce/8x16.bin -- /usr/lib/cce/taipei16.bin -+ /usr/local/lib/cce/8x16.bin -+ /usr/local/lib/cce/taipei16.bin - jis: -- /usr/lib/cce/7x14rk.bin -- /usr/lib/cce/k14.bin -+ /usr/local/lib/cce/7x14rk.bin -+ /usr/local/lib/cce/k14.bin - - * Input Methods - # Ctrl+Alt+0 PinYin Input Method -@@ -39,8 +39,8 @@ - # Ctrl+Alt+1-8 you can define below - # - gb: InputMethod -- /usr/lib/cce/pinyin.tab -- /usr/lib/cce/wubi.tab -+ /usr/local/lib/cce/pinyin.tab -+ /usr/local/lib/cce/wubi.tab - - big5: - -@@ -134,7 +134,7 @@ - zh_TW.big5: - ISO8859-1 BIG5.HKU-0 - --zh_CN.ugb: Coding -+zh_CN.EUC: Coding - ISO8859-1 GB2312.1980-0 GB - - ko_KR.euc: diff --git a/chinese/cce/pkg-descr b/chinese/cce/pkg-descr deleted file mode 100644 index 46b2e64c9b33..000000000000 --- a/chinese/cce/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Console Chinese Environment - display Chinese (GB) on console -CCE is a Console Chinese Environment like WZCE, yact & chdrv that -lets you display and input Chinese (GB) at the console. Input -methods include PinYin, WuBi, ShuangPin and ZiranMa. - -WWW: http://programmer.lib.sjtu.edu.cn/cce/cce.html diff --git a/chinese/cce/pkg-plist b/chinese/cce/pkg-plist deleted file mode 100644 index 24fc9aca55df..000000000000 --- a/chinese/cce/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/cce -lib/cce/8x16.bin -lib/cce/bdf2bin -lib/cce/cce.cfg -lib/cce/cin2tab -lib/cce/gb16fs.bin -lib/cce/pinyin.map -lib/cce/pinyin.tab -lib/cce/pinyin.tab.lx -lib/cce/pinyin.tab.phr -lib/cce/sharefont -lib/cce/shuangpin.tab -lib/cce/shuangpin.tab.lx -lib/cce/shuangpin.tab.phr -lib/cce/sysphrase.tab -lib/cce/tab2cin -lib/cce/tab2txt -lib/cce/txt2tab -lib/cce/usrphrase.tab -lib/cce/wubi.tab -lib/cce/wubi.tab.lx -lib/cce/wubi.tab.phr -lib/cce/ziranma.tab -lib/cce/ziranma.tab.lx -lib/cce/ziranma.tab.phr -@dirrm lib/cce |