head	1.4;
access;
symbols
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	cjk_4_1_3:1.1.1.1
	KEITH:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2006.03.16.06.22.02;	author delphij;	state dead;
branches;
next	1.3;

1.3
date	2000.01.24.06.28.28;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.03.08.22.03.32;	author steve;	state Exp;
branches;
next	1.1;

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

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


desc
@@


1.4
log
@Several improvements over chinese/CJK port, to make it possible to
support CJK PDF builds.

Submitted by:	intron <intron at intron ac>
Approved by:	Rong-En Fan <rafan at infor org> (maintainer, with changes)
Approved by:	clive
@
text
@--- texinput/Bg5/c00kai.fd.orig	Mon Jun  7 06:47:47 1999
+++ texinput/Bg5/c00kai.fd	Thu Jan  6 22:15:54 2000
@@@@ -19,7 +19,7 @@@@
 
 \DeclareFontFamily{C00}{kai}{}
 
-\DeclareFontShape{C00}{kai}{m}{n}{<-> CJK * b5ka12}{}
-\DeclareFontShape{C00}{kai}{bx}{n}{<-> CJKb * b5ka12}{\CJKbold}
+\DeclareFontShape{C00}{kai}{m}{n}{<-> CJK * arb5kai}{}
+\DeclareFontShape{C00}{kai}{bx}{n}{<-> CJKb * arb5kai}{\CJKbold}
 
 \endinput
--- texinput/Bg5/c00song.fd.orig	Mon Jun  7 06:47:47 1999
+++ texinput/Bg5/c00song.fd	Thu Jan  6 22:16:09 2000
@@@@ -19,7 +19,7 @@@@
 
 \DeclareFontFamily{C00}{song}{}
 
-\DeclareFontShape{C00}{song}{m}{n}{<-> CJKsub * kai/m/n}{}
-\DeclareFontShape{C00}{song}{bx}{n}{<-> CJKsub * kai/bx/n}{}
+\DeclareFontShape{C00}{song}{m}{n}{<-> CJK * arb5sung}{}
+\DeclareFontShape{C00}{song}{bx}{n}{<-> CJKb * arb5sung}{\CJKbold}
 
 \endinput
--- texinput/GB/c10kai.fd.orig	Fri Jan  7 16:43:14 2000
+++ texinput/GB/c10kai.fd	Fri Jan  7 16:42:57 2000
@@@@ -0,0 +1,23 @@@@
+% This is the file c10kai.fd of the CJK package
+%   for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e
+%
+% created by Werner Lemberg <wl@@gnu.org>
+%
+% Version 4.3.0 (20-Jun-1999)
+
+\def\fileversion{4.3.0}
+\def\filedate{1999/06/20}
+\ProvidesFile{c10kai.fd}[\filedate\space\fileversion]
+
+
+% simplified Chinese characters
+%
+% character set: GB 2312-80
+% font encoding: CJK (standard)
+
+\DeclareFontFamily{C10}{kai}{}
+
+\DeclareFontShape{C10}{kai}{m}{n}{<-> CJK * argbkai}{}
+\DeclareFontShape{C10}{kai}{bx}{n}{<-> CJKb * argbkai}{\CJKbold}
+
+\endinput
--- texinput/GB/c10song.fd.orig	Mon Jun  7 06:47:48 1999
+++ texinput/GB/c10song.fd	Fri Jan  7 16:43:02 2000
@@@@ -17,7 +17,7 @@@@
 
 \DeclareFontFamily{C10}{song}{}
 
-\DeclareFontShape{C10}{song}{m}{n}{<-> CJKsub * fs/m/n}{}
-\DeclareFontShape{C10}{song}{bx}{n}{<-> CJKsub * fs/bx/n}{}
+\DeclareFontShape{C10}{song}{m}{n}{<-> CJK * argbsung}{}
+\DeclareFontShape{C10}{song}{bx}{n}{<-> CJKb * argbsung}{\CJKbold}
 
 \endinput
@


1.3
log
@Fromm maintainer:

1. Change freetype-1.2 to freetype-1.3 in post-install, so
   it can find freetype sources to build ttf2pk & ttf2tfm.
2. It no longer uses moettf, but Arphic ttf instead, which
   has no character loss and IMHO much more beautiful. :)
3. Generates GB tfms from Arphic fonts.
4. Update maintainer's address.

PR:		16042
Submitted by:	maintainer
@
text
@@


1.2
log
@Update to version 4.2.0.

PR:		10406
Submitted by:	Keith Jang <keith@@gcn.net.tw>
@
text
@d1 33
a33 14
--- utils/Bg5conv/Makefile.orig	Thu Jan  1 08:00:00 1970
+++ utils/Bg5conv/Makefile	Sat Feb 20 07:17:29 1999
@@@@ -0,0 +1,14 @@@@
+bg5conv:
+	$(CC) $(CFLAGS) -o $@@ bg5conv.c
+
+build: bg5conv
+
+all: build
+
+install: all
+	$(INSTALL_PROGRAM) bg5conv $(PREFIX)/bin
+	$(INSTALL_SCRIPT) bg5latex $(PREFIX)/bin
+	$(INSTALL_MAN) bg5conv.1 $(PREFIX)/man/man1
d35 28
a62 2
+clean:
+	$(RM) bg5conv
@


1.1
log
@Initial revision
@
text
@d1 14
a14 38
--- 4_1.3/Makefile.orig	Fri Oct  2 17:33:22 1998
+++ 4_1.3/Makefile	Fri Oct  2 17:33:22 1998
@@@@ -0,0 +1,40 @@@@
+#
+# Makefile for CJK to apply on Unix systems more smoothly.
+#
+# keith@@email.gcn.net.tw
+#
+
+CP = /bin/cp
+CHOWN = /usr/sbin/chown
+
+LATEX_DIR = $(PREFIX)/share/texmf/tex/latex
+CJK_DIR = $(LATEX_DIR)/CJK
+
+all:
+	$(MAKE) -C contrib $@@
+	$(MAKE) -C utils $@@
+
+install: install-texinput install-teTeX-patch
+	$(MAKE) -C contrib $@@
+	$(MAKE) -C doc $@@
+	$(MAKE) -C examples $@@
+	$(MAKE) -C utils $@@
+
+install-texinput:
+	(mkdir -p $(CJK_DIR)); && \
+	($(CP) -R texinput/* $(CJK_DIR)); && \
+	($(CHOWN) -R $(SHAREOWN).$(SHAREGRP) $(CJK_DIR));
+
+install-teTeX-patch:
+	$(MAKE) -C doc/teTeX patch
+
+test-teTeX-patch:
+	$(MAKE) -C doc/teTeX test-patch
+
+uninstall-teTeX-patch:
+	$(MAKE) -C doc/teTeX uninstall-patch
d17 1
a17 3
+	$(MAKE) -C contrib $@@
+	$(MAKE) -C utils $@@
+
@


1.1.1.1
log
@Chinese/Japanese/Korean support to LaTeX2e/teTeX
PR:		ports/6954
Submitted by:	J.T. Jang <keith@@email.gcn.net.tw>
@
text
@@
