head	1.7;
access;
symbols
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	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.7
date	2006.03.16.06.22.02;	author delphij;	state dead;
branches;
next	1.6;

1.6
date	2005.12.03.21.04.49;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.07.17.08.55;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2000.10.04.14.54.25;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	2000.01.24.06.28.29;	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.7
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
@--- utils/Makefile.orig	Thu Jan  6 20:50:10 2000
+++ utils/Makefile	Thu Jan  6 20:52:17 2000
@@@@ -0,0 +1,49 @@@@
+CC = /usr/bin/cc
+CFLAGS = -Wall -O
+
+TEXMF_DIR = $(PREFIX)/share/texmf
+LATEX_DIR = $(TEXMF_DIR)/tex/latex
+CJK_DIR = $(LATEX_DIR)/CJK
+
+export CP := /bin/cp
+export CHMOD := /bin/chmod
+export RM := /bin/rm
+
+export INSTALL := /usr/bin/install
+export INSTALL_DATA := $(INSTALL) -c -o root -g wheel -m 644
+export INSTALL_MAN := ${INSTALL_DATA}
+export INSTALL_PROGRAM := $(INSTALL) -c -s -o bin -g bin -m 755
+export INSTALL_SCRIPT := $(INSTALL) -c -o bin -g bin -m 755
+
+hbf2gf_build:
+	$(CHMOD) +x hbf2gf/config.guess hbf2gf/config.sub hbf2gf/configure
+	(cd hbf2gf; ./configure --prefix=$(PREFIX) --with-kpathsea-lib=$(LOCALBASE)/lib --with-kpathsea-include=$(LOCALBASE)/include; $(MAKE) all)
+
+all: hbf2gf_build
+	$(MAKE) -C Bg5conv $@@
+	$(MAKE) -C CEFconv $@@
+	$(MAKE) -C SJISconv $@@
+	$(MAKE) -C extconv $@@
+	$(MAKE) -C pyhyphen $@@
+
+hbf2gf_install:
+	$(CHMOD) +x hbf2gf/mkinstalldirs
+	$(MAKE) -C hbf2gf install
+	$(RM) -fr $(TEXMF_DIR)/hbf2gf
+	$(CP) -R hbf2gf/cfg $(TEXMF_DIR)/hbf2gf
+
+install: hbf2gf_install
+	$(MAKE) -C Bg5conv $@@
+	$(MAKE) -C CEFconv $@@
+	$(MAKE) -C SJISconv $@@
+	$(MAKE) -C extconv $@@
+	$(MAKE) -C lisp $@@
+	$(MAKE) -C pyhyphen $@@
+
+clean:
+	$(MAKE) -C Bg5conv $@@
+	$(MAKE) -C CEFconv $@@
+	$(MAKE) -C SJISconv $@@
+	$(MAKE) -C extconv $@@
+	$(MAKE) -C hbf2gf distclean
+	$(MAKE) -C pyhyphen $@@
--- utils/Bg5conv/Makefile.orig	Fri Dec  2 02:37:40 2005
+++ utils/Bg5conv/Makefile	Fri Dec  2 02:38:21 2005
@@@@ -0,0 +1,15 @@@@
+bg5conv:
+	$(CC) $(CFLAGS) -o $@@ bg5conv.c
+
+build: bg5conv
+
+all: build
+
+install: all
+	$(INSTALL_PROGRAM) bg5conv $(PREFIX)/bin
+	$(INSTALL_SCRIPT) bg5latex $(PREFIX)/bin
+	$(INSTALL_SCRIPT) bg5pdflatex $(PREFIX)/bin
+	$(INSTALL_MAN) bg5conv.1 $(PREFIX)/man/man1
+
+clean:
+	$(RM) bg5conv
--- utils/CEFconv/Makefile.orig	Fri Dec  2 02:37:40 2005
+++ utils/CEFconv/Makefile	Fri Dec  2 02:37:40 2005
@@@@ -0,0 +1,20 @@@@
+cef5conv:
+	$(CC) $(CFLAGS) -o $@@ cef5conv.c
+
+cefconv:
+	$(CC) $(CFLAGS) -o $@@ cefconv.c
+
+cefsconv:
+	$(CC) $(CFLAGS) -o $@@ cefsconv.c
+
+build: cef5conv cefconv cefsconv
+
+all: build
+
+install: all
+	$(INSTALL_PROGRAM) *conv $(PREFIX)/bin
+	$(INSTALL_SCRIPT) *latex $(PREFIX)/bin
+	$(INSTALL_MAN) *.1 $(PREFIX)/man/man1
+
+clean:
+	$(RM) *conv
--- utils/SJISconv/Makefile.orig	Fri Dec  2 02:37:40 2005
+++ utils/SJISconv/Makefile	Fri Dec  2 02:39:02 2005
@@@@ -0,0 +1,15 @@@@
+sjisconv:
+	$(CC) $(CFLAGS) -o $@@ sjisconv.c
+
+build: sjisconv
+
+all: build
+
+install: all
+	$(INSTALL_PROGRAM) sjisconv $(PREFIX)/bin
+	$(INSTALL_SCRIPT) sjislatex $(PREFIX)/bin
+	$(INSTALL_SCRIPT) sjispdflatex $(PREFIX)/bin
+	$(INSTALL_MAN) sjisconv.1 $(PREFIX)/man/man1
+
+clean:
+	$(RM) sjisconv
--- utils/extconv/Makefile.orig	Fri Dec  2 02:37:40 2005
+++ utils/extconv/Makefile	Fri Dec  2 02:39:33 2005
@@@@ -0,0 +1,17 @@@@
+extconv:
+	$(CC) $(CFLAGS) -o $@@ extconv.c
+
+build: extconv
+
+all: build
+
+install: all
+	$(INSTALL_PROGRAM) extconv $(PREFIX)/bin
+	$(INSTALL_MAN) extconv.1 $(PREFIX)/man/man1
+	$(INSTALL_SCRIPT) bg5+latex $(PREFIX)/bin
+	$(INSTALL_SCRIPT) bg5+pdflatex $(PREFIX)/bin
+	$(INSTALL_SCRIPT) gbklatex $(PREFIX)/bin
+	$(INSTALL_SCRIPT) gbkpdflatex $(PREFIX)/bin
+
+clean:
+	$(RM) extconv
--- utils/hbf2gf/Makefile.in.orig	Sun Mar  7 16:10:45 1999
+++ utils/hbf2gf/Makefile.in	Sun Mar  7 16:11:00 1999
@@@@ -65,7 +65,7 @@@@
 	$(MKINSTALLDIRS) $(bindir) $(mandir)/man1
 	for P in $(PROGRAMS) ; do \
           $(INSTALL_PROGRAM) $$P $(bindir)/$$P ; \
-          $(INSTALL_DATA) $(srcdir)/$$P.1 $(mandir)/man1 ; \
+          $(INSTALL_DATA) -c $(srcdir)/$$P.1 $(mandir)/man1 ; \
         done
 
 uninstall:
--- utils/lisp/Makefile.orig	Fri Dec  2 02:37:40 2005
+++ utils/lisp/Makefile	Fri Dec  2 02:37:40 2005
@@@@ -0,0 +1,3 @@@@
+install:
+	(mkdir -p ${PREFIX}/share/emacs/site-lisp/CJK) && \
+	($(CP) -R [a-z]* ${PREFIX}/share/emacs/site-lisp/CJK)
--- utils/pyhyphen/Makefile.orig	Fri Dec  2 02:37:40 2005
+++ utils/pyhyphen/Makefile	Fri Dec  2 02:37:40 2005
@@@@ -0,0 +1,14 @@@@
+pinyin:
+	$(CC) $(CFLAGS) -o $@@ pinyin.c
+
+build: pinyin
+
+all: build
+
+install: all
+	$(INSTALL_PROGRAM) pinyin $(PREFIX)/bin
+	$(INSTALL_DATA) pinyin.ldf $(PREFIX)/share/texmf/tex/generic/babel
+	$(INSTALL_DATA) pyhyph.tex $(PREFIX)/share/texmf/tex/generic/hyphen
+
+clean:
+	$(RM) pinyin
@


1.6
log
@[MAINTAINER] chinese/CJK: update to 4.6.0

	- Update to 4.6.0
	- Remove first master site, which does not contain 4.6.0 and
	  is not an official mirror.

PR:		ports/89874
Submitted by:	Rong-En Fan <rafan@@infor.org>
@
text
@@


1.5
log
@make it build again
@
text
@d23 1
a23 1
+	(cd hbf2gf; ./configure --prefix=$(PREFIX) --with-kpathsea-dir=$(PREFIX); $(MAKE) all)
d53 3
a55 3
--- 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 @@@@
d66 1
d71 2
a72 2
--- utils/CEFconv/Makefile.orig	Thu Jan  1 08:00:00 1970
+++ utils/CEFconv/Makefile	Sat Feb 20 07:26:46 1999
d94 3
a96 3
--- utils/SJISconv/Makefile.orig	Thu Jan  1 08:00:00 1970
+++ utils/SJISconv/Makefile	Sat Feb 20 07:29:10 1999
@@@@ -0,0 +1,14 @@@@
d107 1
d112 3
a114 3
--- utils/extconv/Makefile.orig	Wed Sep  8 00:22:41 1999
+++ utils/extconv/Makefile	Mon Sep  6 15:12:14 1999
@@@@ -0,0 +1,15 @@@@
d126 1
d128 1
d143 2
a144 2
--- utils/lisp/Makefile.orig	Thu Jan  1 08:00:00 1970
+++ utils/lisp/Makefile	Sat Feb 27 17:52:17 1999
d149 2
a150 2
--- utils/pyhyphen/Makefile.orig	Mon Jan 10 15:07:11 2000
+++ utils/pyhyphen/Makefile	Mon Jan 10 15:15:06 2000
@


1.4
log
@Update to the lastest version.

PR: 21733
Submitted by: MAINTAINER
@
text
@d143 1
a143 1
+	(mkdir -p ${PREFIX}/share/emacs/site-lisp/CJK); && \
@


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
@d3 1
a3 1
@@@@ -0,0 +1,52 @@@@
a30 1
+	$(MAKE) -C thaiconv $@@
a44 1
+	$(MAKE) -C thaiconv $@@
a52 1
+	$(MAKE) -C thaiconv $@@
a161 17
--- utils/thaiconv/Makefile.orig	Sun Dec 13 12:00:00 1998
+++ utils/thaiconv/Makefile	Sat Feb 20 07:39:03 1999
@@@@ -14,3 +14,14 @@@@
 	c2cweb -b "The thaiconv program" -l -v thaiconv.c
 	$(CWEAVE) +ai thaiconv.cw
 	$(TEX) thaiconv
+
+build: thaiconv
+
+all: build
+
+install: all
+	$(INSTALL_PROGRAM) thaiconv $(PREFIX)/bin
+	$(INSTALL_MAN) thaiconv.1 $(PREFIX)/man/man1
+
+clean:
+	$(RM) thaiconv
@


1.2
log
@Update to version 4.2.0.

PR:		10406
Submitted by:	Keith Jang <keith@@gcn.net.tw>
@
text
@d1 72
d96 86
@


1.1
log
@Initial revision
@
text
@d1 20
a20 7
--- 4_1.3/contrib/Makefile.orig	Fri Oct  2 17:33:22 1998
+++ 4_1.3/contrib/Makefile	Fri Oct  2 18:25:46 1998
@@@@ -0,0 +1,9 @@@@
+#
+# This directory contains some DOS and NTU fonts specific utils, so
+# I don't plan to compilethem, for now.
+#
a21 2
+all:
+install:
d23 1
a23 1
+
@


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
@@
