head	1.10;
access;
symbols
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.9
	RELEASE_4_7_0:1.9
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.8
	RELEASE_4_5_0:1.8
	RELEASE_4_4_0:1.8
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.7
	RELEASE_4_1_1:1.6
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.4
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	xcin_2_3_01:1.1.1.1
	YSSU:1.1.1;
locks; strict;
comment	@# @;


1.10
date	2006.11.05.10.29.23;	author rafan;	state dead;
branches;
next	1.9;

1.9
date	2002.04.17.11.51.53;	author clive;	state Exp;
branches;
next	1.8;

1.8
date	2001.02.14.19.02.18;	author vanilla;	state Exp;
branches;
next	1.7;

1.7
date	2000.10.10.05.37.13;	author kevlo;	state Exp;
branches;
next	1.6;

1.6
date	2000.08.12.07.36.19;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	99.09.07.11.24.09;	author foxfair;	state Exp;
branches;
next	1.4;

1.4
date	99.01.17.07.31.07;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	99.01.05.05.32.08;	author simokawa;	state Exp;
branches;
next	1.2;

1.2
date	97.12.19.19.29.40;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	97.12.15.17.57.50;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.12.15.17.57.50;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.10
log
@- Remove chinese/xcin25. It is renamed to chinese/xcin to reflect its real
  portname.
@
text
@--- src/util/cin2tab/Makefile.in.orig	Sat Sep  8 21:35:30 2001
+++ src/util/cin2tab/Makefile.in	Sun Nov  4 17:09:07 2001
@@@@ -25,4 +25,5 @@@@
 distclean: clean
 	rm -rf Makefile .libs
 install: $(BIN)
-	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $(BIN) $(xcin_binp)
+	mkdir -p $(xcin_modp)/bin
+	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $(BIN) $(xcin_modp)/bin
@


1.9
log
@Upgrade to latest xcin25/libtabe suite.

Hand MAINTAINER to submitter.

PR: ports/37039 ports/37040
Submitted by: Kuang-che Wu <kcwu@@ck.tp.edu.tw>
@
text
@@


1.8
log
@Add chewing module, and bump version.

PR:		ports/25048, ports/25064
Submitted by:	Kang-ming Liu <gugod@@gugod.org>
@
text
@d1 3
a3 3
--- src/util/cin2tab/Makefile.in.orig	Thu Jul 20 09:46:36 2000
+++ src/util/cin2tab/Makefile.in	Sat Aug 12 15:13:28 2000
@@@@ -72,5 +72,7 @@@@
d5 1
a5 1
 	rm -f Makefile .depend
d7 3
a9 4
-	$(INSTALL_PROGRAM) $(BIN) $(xcin_binp)
+	if [ ! -d $(xcin_libp)/bin ]; then mkdir -p $(xcin_libp)/bin; fi
+	if [ -f $(xcin_libp)/bin/$(BIN) ]; then mv $(xcin_libp)/bin/$(BIN) $(xcin_libp)/bin/$(BIN).old; fi
+	$(INSTALL_PROGRAM) $(BIN) $(xcin_libp)/bin
@


1.7
log
@Upgrade to version 2.5.2.pre6

PR: 21832
Submitted by: MAINTAINER
@
text
@a10 1
 
@


1.6
log
@Upgrade to latest version.
@
text
@d3 1
a3 1
@@@@ -72,6 +72,7 @@@@
a6 1
-	if [ -f $(xcin_binp)/$(BIN) ]; then mv $(xcin_binp)/$(BIN) $(xcin_binp)/$(BIN).old; fi
@


1.5
log
@PR:		ports/11468
Submitted by:	Keith Jang <jtjang@@gcn.net.tw>
Update xcin to xcin-2.5.1 after repo copied. Old xcin will be dropped out
after few months.

xcin is a Chinese INput application in X, well support in both Traditional
Chinese(Big5) and Simplified Chinese(GB) charsets. New version of xcin support
standard XIM too. You can activate one xcin-XIM server, meanwhile, use
different locale configuration to input Big5/GB words at the different
sessions. This port is current version of xcin, code rewritten by
Tung-Han Hsieh <thhsieh@@linux.org.tw>.

WWW: http://xcin.linux.org.tw/

Porting to FreeBSD by Yung-Jen Hung <winard@@ms11.url.com.tw>
& Keith Jang <jtjang@@gcn.net.tw>.
@
text
@d1 3
a3 3
--- src/util/cin2tab/Makefile.in.orig	Sun Aug 15 00:03:26 1999
+++ src/util/cin2tab/Makefile.in	Sun Aug 15 00:13:01 1999
@@@@ -58,7 +58,8 @@@@
a12 1
 include .depend
@


1.4
log
@Upgrade to 2.3.03.
@
text
@d1 11
a11 5
--- script/config.status.orig	Fri Dec 11 09:36:32 1998
+++ script/config.status	Sun Jan 17 14:42:51 1999
@@@@ -14,8 +14,8 @@@@
 PATH_XCIN_DIR=/usr/local/lib/xcin
 PATH_XCIN_MAN=/usr/local/man
d13 1
a13 56
-OPT_XCIN_CFONT=-twmoe-kai-medium-r-normal--24-240-75-75-c-240-big5-1
-OPT_XCIN_EFONT=12x24
+OPT_XCIN_CFONT=kc15f
+OPT_XCIN_EFONT=kc8x15
 OPT_UTIL_CIN2TAB=yes
 OPT_UTIL_TSINTOOLS=yes
 OPT_INPTAB_SRC=yes
--- script/configure.makefile.orig	Fri Dec 11 09:18:08 1998
+++ script/configure.makefile	Sun Jan 17 14:34:16 1999
@@@@ -78,7 +78,7 @@@@
           : # AIX
         else
           INSTALL="$dir/install -c"
-          INSTALL_PROGRAM='$(INSTALL)'
+          INSTALL_PROGRAM='$(INSTALL) -s'
           INSTALL_DATA='$(INSTALL) -m 644'
           INSTALL_DIR='$(INSTALL) -d'
           break
--- script/configure.menu.orig	Fri Dec 11 09:49:43 1998
+++ script/configure.menu	Sun Jan 17 14:40:11 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
 }
 
--- src/Makefile.in.orig	Wed Dec  9 22:26:36 1998
+++ src/Makefile.in	Sun Jan 17 14:34:16 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:
@


1.3
log
@remove -m486 option for alpha
@
text
@d1 60
a60 54
--- configure.orig	Wed Nov 19 13:00:56 1997
+++ configure	Mon Dec 15 10:43:02 1997
@@@@ -19,9 +19,10 @@@@
 
 # Usage: configure [-help] [-prefix=PREFIX] [-bin-prefix=PREFIX] 
 #		   [-x-include-prefix=PREFIX] [-x-lib-prefix=PREFIX]
-#		   [-x-font-prefix=PREFIX]
+#		   [-x-font-prefix=PREFIX] [-use-24-fonts]
 
 
+use_24_fonts=0
 for arg in $@@; do
    case $arg in
      -bin-prefix=*)
@@@@ -34,6 +35,8 @@@@
 	x_lib_prefix=`echo $arg | sed 's/[-a-z]*=//'` ;;
      -x-font-prefix=*)
 	x_font_prefix=`echo $arg | sed 's/[-a-z]*=//'` ;;
+     -use-24-fonts)
+	use_24_fonts=1 ;;
      -help)
 	cat << EOF >&2
 Usage:  configure [-help] [-prefix=PREFIX] [-exec-prefix=PREFIX] 
@@@@ -52,6 +55,8 @@@@
 
         -x-font-prefix:  Prefix dir of the X-win .pcf fonts.
 
+        -use-24-fonts: Use 24 Fonts
+
 EOF
 	exit 0
 ;;
@@@@ -94,11 +99,11 @@@@
 echo 'Chinese interface to setting up your XCIN system.'
 echo 
 echo 'Do you want to use the Chinese interface [y/n]?'
-read chinese
+#read chinese
 if [ "$chinese" = 'y' ] || [ "$chinese" = 'Y' ]; then
     unique_file=script/configure.Cinstall
 fi
-$srcdir/$unique_file -root=$srcdir -prefix=$prefix -bin-prefix=$bin_prefix -x-font-prefix=$x_font_prefix
+$srcdir/$unique_file -root=$srcdir -prefix=$prefix -bin-prefix=$bin_prefix -x-font-prefix=$x_font_prefix -use-24-fonts=$use_24_fonts
 if [ "$?" = '1' ]; then
     echo 'Stop!'
     echo
@@@@ -248,7 +253,7 @@@@
   IFS="$saveifs"
 fi
 INSTALL=${INSTALL-cp}
-INSTALL_PROGRAM=${INSTALL_PROGRAM-'$(INSTALL)'}
+INSTALL_PROGRAM="/usr/bin/install -c -s"
 INSTALL_DATA=${INSTALL_DATA-'$(INSTALL)'}
 INSTALL_DIR=${INSTALL_DIR-mkdir}
d62 1
@


1.2
log
@Make it compatible with zh-kcfonts, and enable crxvt.
@
text
@a46 9
@@@@ -155,7 +160,7 @@@@
 
 # Test the -O2 for CFLAGS.
 ${CC-cc} -O2 conftest.c >/dev/null 2>&1
-test -f a.out && CFLAGS=-O2
+test -f a.out && CFLAGS="-O2 -m486"
 CFLAGS="${CFLAGS--O}"
 rm -f a.out
 
@


1.1
log
@Initial revision
@
text
@a64 9
@@@@ -800,7 +805,7 @@@@
     grep $1 install.status | sed "s%$1=%%"
 }
 INSTALL_XCIN=`GetData INSTALL_XCIN`
-INSTALL_CRXVT=`GetData INSTALL_CRXVT`
+#INSTALL_CRXVT=`GetData INSTALL_CRXVT`
 INSTALL_FONTS=`GetData INSTALL_FONTS`
 INSTALL_INPTABS=`GetData INSTALL_INPTABS`
 INSTALL_DOCS=`GetData INSTALL_DOCS`
@


1.1.1.1
log
@xcin is a chinese input program.
PR:		ports/5164
Submitted by:	Yen-Shuo SU <yssu@@CCCA.Nctu.edu.tw>
@
text
@@
