diff options
Diffstat (limited to 'chinese/chinput3')
-rw-r--r-- | chinese/chinput3/Makefile | 7 | ||||
-rw-r--r-- | chinese/chinput3/distinfo | 2 | ||||
-rw-r--r-- | chinese/chinput3/pkg-message | 10 |
3 files changed, 15 insertions, 4 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile index 0face02cd69b..5c1968f654e1 100644 --- a/chinese/chinput3/Makefile +++ b/chinese/chinput3/Makefile @@ -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 --git a/chinese/chinput3/distinfo b/chinese/chinput3/distinfo index 8e1180de717a..f7dc94b81dec 100644 --- a/chinese/chinput3/distinfo +++ b/chinese/chinput3/distinfo @@ -1 +1 @@ -MD5 (zh-chinput-3.0.2fix4.tar.gz) = 324670099f705f880f131c3bd1a278f9 +MD5 (chinput-3.0.2.5.tar.gz) = dee38df80e6408aca70ee4f367cc988a diff --git a/chinese/chinput3/pkg-message b/chinese/chinput3/pkg-message new file mode 100644 index 000000000000..acc0298d882f --- /dev/null +++ b/chinese/chinput3/pkg-message @@ -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. +------------------------------------------------------------------------------- |