head	1.3;
access;
symbols
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.03.31.09.47.02;	author clive;	state dead;
branches;
next	1.2;

1.2
date	2002.03.06.03.29.13;	author clive;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.08.16.37.56;	author clive;	state Exp;
branches;
next	;


desc
@@


1.3
log
@o Convert po from utf-8 to big5.
o Handle LC_* properly.
o Bump PORTREVISION.

PR:	ports/35728
Submitted by:	Yen-Ming Lee <leeym@@utopia.leeym.com>
@
text
@@


1.2
log
@o Update zhcon to version 0.2.
o Add zh_TW.Big5 po messages.
o Remove big5 IME extra-patches and merge it into standard FreeBSD patches.

PR:		ports/35271
Submitted by:	Yen-Ming Lee <leeym@@leeym.com>
@
text
@@


1.1
log
@New port: zhcon

Zhcon is a fast Linux Console Chinese System which supports
framebuffer device.It can display Chinese,Japanese or Korean
double byte characters.Supported language encodings include:
GB2312,GBK,BIG5,JIS and KSCM.

It can also use input methods(table based) from Windows 98 and
UCDOS for MS-DOS.

PR: ports/30433
Submitted by: Statue <statue@@freebsd.sinica.edu.tw>
@
text
@a0 11
--- configure.orig	Sat Sep  8 19:16:35 2001
+++ configure	Sat Sep  8 19:16:51 2001
@@@@ -707,7 +707,7 @@@@
       # OSF1 and SCO ODT 3.0 have their own names for install.
       # Don't use installbsd from OSF since it installs stuff as root
       # by default.
-      for ac_prog in ginstall scoinst install; do
+      for ac_prog in install scoinst ginstall; do
         if test -f $ac_dir/$ac_prog; then
 	  if test $ac_prog = install &&
             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
@

