Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2001 12:11:43 +0800 (CST)
From:      Statue <statue@softwareliberty.org>
To:        FreeBSD-ports@freebsd.org
Subject:   update port chinese/zhcon for Big5 IME support 
Message-ID:  <20011013041143.5B8DF7528@softwareliberty.org>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Statue
>Organization:	
>Confidential:	no 
>Synopsis:	update port chinese/zhcon for Big5 IME support 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		maintainer-update 
>Release:	FreeBSD 4.4-STABLE i386
>Environment:
System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

diff -ruN zhcon.orig/Makefile zhcon/Makefile
--- zhcon.orig/Makefile	Tue Oct  2 22:54:06 2001
+++ zhcon/Makefile	Sat Oct 13 11:48:30 2001
@@ -7,12 +7,12 @@
 
 PORTNAME=	zhcon
 PORTVERSION=	0.14f
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	chinese
 MASTER_SITES=	http://freebsd.sinica.edu.tw/~statue/ \
 		ftp://ftp.gnuchina.org/pub/linux/chinese/inputmethod/console/zhcon/BSDPort/ \
 		http://www.cis.nctu.edu.tw/~gis89501/zhcon/
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-1.tgz
+DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-2.tgz
 
 MAINTAINER=	statue@freebsd.sinica.edu.tw
 
@@ -49,14 +49,12 @@
 
 post-build:
 .if defined(WITH_BIG5)
-.for file in make.sh make-mb.sh
-	@cd ${WRKDIR}/zh-big5-ime; ${SH} ${file}
-.endfor
+	@cd ${WRKDIR}/zh-big5-ime; ${SETENV} BATCH=yes ./configure; make all
 .endif
 
 post-install:
 .if defined(WITH_BIG5)
-.for file in big5-ary30.mb big5-cj.mb big5-liu5.mb big5-phone.mb
+.for file in big5-*.mb
 	@${INSTALL_DATA} ${WRKDIR}/zh-big5-ime/mb/${file} ${PREFIX}/lib/zhcon
 .endfor
 	@${INSTALL_DATA} ${WRKDIR}/zh-big5-ime/zhcon.cfg.big5 ${PREFIX}/lib/zhcon/zhcon.cfg
diff -ruN zhcon.orig/distinfo zhcon/distinfo
--- zhcon.orig/distinfo	Tue Oct  2 22:54:06 2001
+++ zhcon/distinfo	Fri Oct 12 21:14:31 2001
@@ -1,2 +1,2 @@
 MD5 (zhcon-0.14f.tar.gz) = d7a8c49bc7b7d97cd30385f0110806bc
-MD5 (zhb5-ime-1.tgz) = 55b1c0e34534ed6559af056b9d8fe998
+MD5 (zhb5-ime-2.tgz) = b28e10fc9c07baa0b574bf6253714450
diff -ruN zhcon.orig/pkg-plist zhcon/pkg-plist
--- zhcon.orig/pkg-plist	Tue Sep 11 12:49:46 2001
+++ zhcon/pkg-plist	Fri Oct 12 21:48:40 2001
@@ -4,6 +4,9 @@
 %%BIG5IME%%lib/zhcon/big5-ary30.mb
 %%BIG5IME%%lib/zhcon/big5-cj.mb
 %%BIG5IME%%lib/zhcon/big5-liu5.mb
+%%BIG5IME%%lib/zhcon/big5-phone-et.mb
+%%BIG5IME%%lib/zhcon/big5-phone-gy.mb
+%%BIG5IME%%lib/zhcon/big5-phone-ibm.mb
 %%BIG5IME%%lib/zhcon/big5-phone.mb
 lib/zhcon/cjf.mb
 lib/zhcon/cjj.mb
	

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011013041143.5B8DF7528>