aboutsummaryrefslogtreecommitdiff
path: root/chinese/xcin
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-03-01 18:21:59 +0000
committerClive Lin <clive@FreeBSD.org>2001-03-01 18:21:59 +0000
commit30c7bdac13f7f2456929ea053114933fde66f543 (patch)
tree150e03d9157ca6a660edfcd175f5058c8510b66a /chinese/xcin
parent0a76f31a598848b8958e58421684a68efb362fd3 (diff)
downloadports-30c7bdac13f7f2456929ea053114933fde66f543.tar.gz
ports-30c7bdac13f7f2456929ea053114933fde66f543.zip
Say bye-bye to chinese/aterm, chinese/xa+cv, chinese/xcin.
Thanks for serving Chinese people for such a long time, it's time to retire. Reason for aterm retiring: chinese/rxvt-* and chinese/crxvt Reason for xcin and xa+cv retiring: Now most favored X applications, like gtk12 based or QT based even motif based, could just work happily with xcin25, chinput and chinput2. For people who wants to know what's aterm, xa+cv, and xcin, here's brief introduction for remembrance: Aterm and xcin use their own protocol to input Chinese (big5 actually) words. Xa+cv is a hacky wrapper for X applications to hook "xcin protocol."
Notes
Notes: svn path=/head/; revision=38944
Diffstat (limited to 'chinese/xcin')
-rw-r--r--chinese/xcin/Makefile30
-rw-r--r--chinese/xcin/distinfo1
-rw-r--r--chinese/xcin/files/patch-aa11
-rw-r--r--chinese/xcin/files/patch-ab34
-rw-r--r--chinese/xcin/files/patch-af27
-rw-r--r--chinese/xcin/files/patch-ag11
-rw-r--r--chinese/xcin/pkg-comment1
-rw-r--r--chinese/xcin/pkg-descr14
-rw-r--r--chinese/xcin/pkg-plist47
9 files changed, 0 insertions, 176 deletions
diff --git a/chinese/xcin/Makefile b/chinese/xcin/Makefile
deleted file mode 100644
index 5d94d2f2a60a..000000000000
--- a/chinese/xcin/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: xcin
-# Date created: Nov 28 ,1997
-# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xcin
-PORTVERSION= 2.3.04.3
-CATEGORIES= chinese
-MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/old/ \
- ftp://ftp.ncu.edu.tw/OS/Linux/Chinese/xcin/xcin/ \
- ftp://linux.cis.nctu.edu.tw/packages/chinese/X/xcin/xcin/
-DISTNAME= xcin-2.3.04-3
-
-MAINTAINER= yssu@CCCA.NCTU.edu.tw
-
-RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts
-
-BROKEN= "Non-I18N-aware old-fashioned application no more supported"
-
-NO_LATEST_LINK= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix="${X11BASE}" --os=FreeBSD --no-menu
-
-MAN1= xcin.1 cin2tab.1
-
-.include <bsd.port.mk>
diff --git a/chinese/xcin/distinfo b/chinese/xcin/distinfo
deleted file mode 100644
index 002461bb8b20..000000000000
--- a/chinese/xcin/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xcin-2.3.04-3.tar.gz) = 737a6ea93237b12903c3088a06730c63
diff --git a/chinese/xcin/files/patch-aa b/chinese/xcin/files/patch-aa
deleted file mode 100644
index 7881d25d574f..000000000000
--- a/chinese/xcin/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- script/configure.menu.orig Fri Dec 11 09:49:43 1998
-+++ script/configure.menu Sat Oct 9 17:36:25 1999
-@@ -266,7 +266,7 @@
- {
- PATH_XCIN_PREFIX=$1
- PATH_XCIN_BIN=$PATH_XCIN_PREFIX/bin
-- PATH_XCIN_DIR=$PATH_XCIN_PREFIX/lib/xcin
-+ PATH_XCIN_DIR=$PATH_XCIN_PREFIX/lib/X11/xcin
- PATH_XCIN_MAN=$PATH_XCIN_PREFIX/man
- }
-
diff --git a/chinese/xcin/files/patch-ab b/chinese/xcin/files/patch-ab
deleted file mode 100644
index d43a3c001c5f..000000000000
--- a/chinese/xcin/files/patch-ab
+++ /dev/null
@@ -1,34 +0,0 @@
---- script/Makefile.in.orig Sun Apr 2 10:53:27 2000
-+++ script/Makefile.in Sun Apr 2 10:53:50 2000
-@@ -16,16 +16,16 @@
-
-
- make_xcin:
-- (cd src; make all)
-+ (cd src; gmake all)
-
- make_inptab:
-- (cd input_tab; make all)
-+ (cd input_tab; gmake all)
-
- install_xcin: make_xcin
-- (cd src; make install)
-+ (cd src; gmake install)
-
- install_inptab: make_inptab
-- (cd input_tab; make install)
-+ (cd input_tab; gmake install)
-
- install_doc:
- (cd doc; make install)
---- input_tab/Makefile.in.orig Sun Apr 2 10:53:57 2000
-+++ input_tab/Makefile.in Sun Apr 2 10:54:05 2000
-@@ -12,7 +12,7 @@
-
-
- cin2tab:
-- (cd ../src; make cin2tab)
-+ (cd ../src; gmake cin2tab)
- ln -s ../src/cin2tab .
-
- %.tab: %.cin cin2tab
diff --git a/chinese/xcin/files/patch-af b/chinese/xcin/files/patch-af
deleted file mode 100644
index 8791e8ec265b..000000000000
--- a/chinese/xcin/files/patch-af
+++ /dev/null
@@ -1,27 +0,0 @@
---- src/Makefile.in.org Fri Sep 10 19:54:58 1999
-+++ src/Makefile.in Fri Sep 10 19:55:52 1999
-@@ -149,7 +149,7 @@
-
- install_xcin: xcin $(KBMS) $(INPUT0) tsintab
- if [ ! -d $(PATH_XCIN_BIN) ]; then $(INSTALL_DIR) $(PATH_XCIN_BIN); fi
-- $(INSTALL) xcin $(PATH_XCIN_BIN)
-+ $(INSTALL_PROGRAM) xcin $(PATH_XCIN_BIN)
- echo $(PATH_XCIN_BIN)/xcin >> filelist
-
- if [ ! -d $(PATH_XCIN_DIR) ]; then $(INSTALL_DIR) $(PATH_XCIN_DIR); fi
-@@ -159,13 +159,13 @@
-
- install_cin2tab: cin2tab
- if [ ! -d $(PATH_XCIN_DIR) ]; then $(INSTALL_DIR) $(PATH_XCIN_DIR); fi
-- $(INSTALL) cin2tab $(PATH_XCIN_DIR)
-+ $(INSTALL_PROGRAM) cin2tab $(PATH_XCIN_DIR)
- echo $(PATH_XCIN_DIR)/cin2tab >> filelist
-
- install_tsintools: tsintools
- if [ ! -d $(PATH_XCIN_DIR) ]; then $(INSTALL_DIR) $(PATH_XCIN_DIR); fi
- for f in $(TSINTOOLS); do\
-- $(INSTALL) $$f $(PATH_XCIN_DIR); echo $(PATH_XCIN_DIR)/$$f >> filelist;\
-+ $(INSTALL_PROGRAM) $$f $(PATH_XCIN_DIR); echo $(PATH_XCIN_DIR)/$$f >> filelist;\
- done
-
- install_tsintabsrc:
diff --git a/chinese/xcin/files/patch-ag b/chinese/xcin/files/patch-ag
deleted file mode 100644
index 6aefebdcf1d3..000000000000
--- a/chinese/xcin/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- script/config.status.orig Sat Sep 16 10:38:05 2000
-+++ script/config.status Sat Sep 16 10:38:21 2000
-@@ -14,7 +14,7 @@
- PATH_XCIN_DIR=/usr/local/lib/xcin
- PATH_XCIN_MAN=/usr/local/man
-
--OPT_XCIN_CFONT=-twmoe-kai-medium-r-normal--24-240-75-75-c-240-big5-1
-+OPT_XCIN_CFONT=-twmoe-kai-medium-r-normal--24-240-75-75-c-240-big5-0
- OPT_XCIN_EFONT=12x24
- OPT_UTIL_CIN2TAB=yes
- OPT_UTIL_TSINTOOLS=yes
diff --git a/chinese/xcin/pkg-comment b/chinese/xcin/pkg-comment
deleted file mode 100644
index e10f0f1209eb..000000000000
--- a/chinese/xcin/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A chinese input utility in X
diff --git a/chinese/xcin/pkg-descr b/chinese/xcin/pkg-descr
deleted file mode 100644
index bcb29198e732..000000000000
--- a/chinese/xcin/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Thanks to Mr. Edward Der-Hua Liu and others who developed the xcin
-system. With the wonderful program, we can do a lot of operations with
-Chinese under the X Window System in the UN*X world. As time goes on,
-more and more people use it, and more and more comments appear. The
-package hs been upgraded with time but it seems that the install process
-is not convenient and self-consistent. These confuse a lot of people,
-especially for new users in the UN*X world. We often see the `Big FAQs'
-about xcin such as `how can I install the Chinese fonts' or `the cj2cin
-command not found' or `the crxvt terminal is too big!!' or something
-appears in the newsgroup again and again. In fact, such problems are
-easy to remedy. Because I really like this program and feel that I may
-do something to improve this package, I try my best to re-write the
-Makefiles and auto-configuration programs of this package to try to
-solve these troubles. This comes the `xcin-2.3' project.
diff --git a/chinese/xcin/pkg-plist b/chinese/xcin/pkg-plist
deleted file mode 100644
index 449e0880462c..000000000000
--- a/chinese/xcin/pkg-plist
+++ /dev/null
@@ -1,47 +0,0 @@
-bin/xcin
-lib/X11/xcin/array30.cin
-lib/X11/xcin/array30.tab
-lib/X11/xcin/array30.tab.phr
-lib/X11/xcin/array30.tab.quick
-lib/X11/xcin/array30.tab.rev
-lib/X11/xcin/cin2tab
-lib/X11/xcin/cj.cin
-lib/X11/xcin/cj.tab
-lib/X11/xcin/cj.tab.rev
-lib/X11/xcin/et.kbm
-lib/X11/xcin/et26.kbm
-lib/X11/xcin/hsu.kbm
-lib/X11/xcin/lphrase
-lib/X11/xcin/pho.sel1st
-lib/X11/xcin/pho.tab
-lib/X11/xcin/phone.cin
-lib/X11/xcin/phone.tab
-lib/X11/xcin/phone.tab.rev
-lib/X11/xcin/phs_out
-lib/X11/xcin/pin2tsin
-lib/X11/xcin/pinyin.cin
-lib/X11/xcin/pinyin.tab
-lib/X11/xcin/pinyin.tab.rev
-lib/X11/xcin/sample.phs.out
-lib/X11/xcin/tsa2d
-lib/X11/xcin/tsa2rel
-lib/X11/xcin/tsd2a
-lib/X11/xcin/tsin
-lib/X11/xcin/tsin.idx
-lib/X11/xcin/tsin.rel
-lib/X11/xcin/tsin.rel.src
-lib/X11/xcin/tsin.src
-lib/X11/xcin/tsin_pin.map
-lib/X11/xcin/voca.box
-lib/X11/xcin/zmdbosh.cin
-lib/X11/xcin/zmdbosh.tab
-lib/X11/xcin/zmdbosh.tab.rev
-lib/X11/xcin/zo.kbm
-lib/X11/xcin/docs/Boshiamy.HOWTO
-lib/X11/xcin/docs/README.xcin
-lib/X11/xcin/docs/XCIN.client.doc
-lib/X11/xcin/docs/Xfonts.HOWTO
-lib/X11/xcin/docs/cin2tab.HOWTO
-lib/X11/xcin/docs/xcin.HOWTO
-@dirrm lib/X11/xcin/docs
-@dirrm lib/X11/xcin