head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	v0_6:1.1.1.1
	CLIVE:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2001.03.01.18.21.58;	author clive;	state dead;
branches;
next	1.1;

1.1
date	99.09.09.10.11.52;	author foxfair;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.09.09.10.11.52;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.2
log
@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."
@
text
@--- Makefile.orig	Thu May 13 01:28:07 1999
+++ Makefile	Wed Aug 11 03:27:24 1999
@@@@ -8,12 +8,12 @@@@
 
 CC = gcc
 CFLAGS = -fPIC -O2
-SHAREFLAGES = -shared
-SHARELIBS = -ldl
+SHAREFLAGES = -shared -export-dynamic
+SHARELIBS = 
 INSTALL = /usr/bin/install -c
 
-DESTDIR = /usr/locale/lib
-CONGDIR = /etc/chinese/xa+cv
+DESTDIR = /usr/local/lib
+CONGDIR = /usr/local/etc/chinese/xa+cv
 INCLUDEDIR = -I/usr/include -I/usr/X11R6/include
 
 all: wrap.so
@@@@ -22,7 +22,7 @@@@
 	$(CC) -c $(CFLAGS) $(INCLUDEDIR) $< -o $@@
 
 wrap.so: cli_xcin.o wrap.o select_mode.o config.h
-	$(CC) $(SHAREFLAGES) $(SHARELIBS) -o wrap.so cli_xcin.o \
+	ld $(SHAREFLAGES) $(SHARELIBS) -o wrap.so cli_xcin.o \
 		wrap.o select_mode.o
 	strip wrap.so
 
@@@@ -38,6 +38,6 @@@@
 
 install: all
 	$(INSTALL) -m 755 wrap.so $(DESTDIR)
-	mkdir -p /etc/chinese/xa+cv && \
+	mkdir -p $(CONGDIR) && \
 		$(INSTALL) -m 644 xa+cv.config $(CONGDIR)/config
 
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Submitted by:	Clive Lin <clive@@CirX.ORG>

XA+CV is a work around library lets most X applications to show Chinese words
properly. Use LD_PRELOAD to make it work.
@
text
@@
