Date: Wed, 9 Apr 2003 05:40:03 -0700 (PDT) From: statue@freebsd.sinica.edu.tw (Statue) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50753: Update port: chinese/chinput3 Message-ID: <200304091240.h39Ce3Wo042319@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/50753; it has been noted by GNATS. From: statue@freebsd.sinica.edu.tw (Statue) To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/50753: Update port: chinese/chinput3 Date: Wed, 9 Apr 2003 20:38:51 +0800 (CST) diff -ruN chinput3.orig/Makefile chinput3/Makefile --- chinput3.orig/Makefile Wed Apr 9 20:08:43 2003 +++ chinput3/Makefile Wed Apr 9 20:29:25 2003 @@ -6,16 +6,17 @@ # PORTNAME= chinput -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.2.5 CATEGORIES= chinese x11 MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/chinput3/ -DISTNAME= zh-${PORTNAME}-${PORTVERSION}fix4 MAINTAINER= statue@freebsd.sinica.edu.tw COMMENT= Chinese GB2312,BIG5 code input server USE_XLIB= yes USE_IMLIB= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}fix3 + +port-install: + @${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE} .include <bsd.port.mk> diff -ruN chinput3.orig/distinfo chinput3/distinfo --- chinput3.orig/distinfo Wed Apr 9 20:08:43 2003 +++ chinput3/distinfo Wed Apr 9 20:34:28 2003 @@ -1 +1 @@ -MD5 (zh-chinput-3.0.2fix4.tar.gz) = 324670099f705f880f131c3bd1a278f9 +MD5 (chinput-3.0.2.5.tar.gz) = dee38df80e6408aca70ee4f367cc988a diff -ruN chinput3.orig/pkg-message chinput3/pkg-message --- chinput3.orig/pkg-message Thu Jan 1 08:00:00 1970 +++ chinput3/pkg-message Wed Apr 9 20:28:53 2003 @@ -0,0 +1,10 @@ +------------------------------------------------------------------------------- +Please check the following files: + %%X11BASE%%/lib/X11/locale/zh_CN/XI18N_OBJS +If not exist, copy %%X11BASE%%/lib/X11/locale/zh/XI18N_OBJS to it. + +Remember to set environment varible XMODIFIERS: + csh/tcsh: setenv XMODIFIERS @im=Chinput + sh/bash: export XMODIFIERS='@im=Chinput' +and set LANG, LC_CTYPE to zh_CN.EUC. +-------------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304091240.h39Ce3Wo042319>