aboutsummaryrefslogtreecommitdiff
path: root/chinese/chinput3
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-04-11 01:46:52 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-04-11 01:46:52 +0000
commit6db9e820016bba5d72b40f3f023c7b1579d3a757 (patch)
treef505fcb2c9e2881ba186cfcd7bf73348a1f89761 /chinese/chinput3
parent4616d09898b4a4d054ce5ef4e4275c4ba8a7cac3 (diff)
downloadports-6db9e820016bba5d72b40f3f023c7b1579d3a757.tar.gz
ports-6db9e820016bba5d72b40f3f023c7b1579d3a757.zip
Notes
Diffstat (limited to 'chinese/chinput3')
-rw-r--r--chinese/chinput3/Makefile7
-rw-r--r--chinese/chinput3/distinfo2
-rw-r--r--chinese/chinput3/pkg-message10
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.
+-------------------------------------------------------------------------------