From owner-freebsd-ports-bugs Wed Mar 5 23: 0:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC52E37B401 for ; Wed, 5 Mar 2003 23:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F3DF43FB1 for ; Wed, 5 Mar 2003 23:00:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2670ANS016423 for ; Wed, 5 Mar 2003 23:00:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2670ABf016422; Wed, 5 Mar 2003 23:00:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 529B137B401 for ; Wed, 5 Mar 2003 22:52:29 -0800 (PST) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC5043FD7 for ; Wed, 5 Mar 2003 22:52:28 -0800 (PST) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id 7E7685BF; Thu, 6 Mar 2003 14:52:29 +0800 (CST) Message-Id: <20030306065229.7E7685BF@freebsd.sinica.edu.tw> Date: Thu, 6 Mar 2003 14:52:29 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48968: New port: chinese/xsim Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48968 >Category: ports >Synopsis: New port: chinese/xsim >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 05 23:00:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #2: Mon Sep 9 10:45:46 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: Using XSIM(X Simple Input Method) u can input chinese with pinyin, wubi and any input method added by you in X window. WWW: https://sourceforge.net/projects/xsim/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xsim/ # xsim/Makefile # xsim/distinfo # xsim/pkg-descr # xsim/pkg-message # xsim/pkg-plist # echo c - xsim/ mkdir -p xsim/ > /dev/null 2>&1 echo x - xsim/Makefile sed 's/^X//' >xsim/Makefile << 'END-of-xsim/Makefile' X# New ports collection makefile for: xsim X# Date created: 30 Dec 2002 X# Whom: Shen Chuan-Hsing X# X# $FreeBSD$ X# X XPORTNAME= xsim XPORTVERSION= 0.3.9.4 XCATEGORIES= chinese XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= statue@freebsd.sinica.edu.tw XCOMMENT= A simple and fast GBK Chinese XIM server X XLIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 X XHAS_CONFIGURE= yes XCONFIGURE_ARGS+= --with-cn-locale=EUC X Xpost-install: X @cd ${WRKSRC} && make install-data X @${CAT} ${PKGMESSAGE} X X.include END-of-xsim/Makefile echo x - xsim/distinfo sed 's/^X//' >xsim/distinfo << 'END-of-xsim/distinfo' XMD5 (xsim-0.3.9.4.tar.gz) = a0b430eeff8bf8beccedfe5f4f1668e7 END-of-xsim/distinfo echo x - xsim/pkg-descr sed 's/^X//' >xsim/pkg-descr << 'END-of-xsim/pkg-descr' XUsing XSIM(X Simple Input Method) u can input chinese with pinyin, Xwubi and any input method added by you in X window. X XWWW: https://sourceforge.net/projects/xsim/ END-of-xsim/pkg-descr echo x - xsim/pkg-message sed 's/^X//' >xsim/pkg-message << 'END-of-xsim/pkg-message' X------------------------------------------------------------------------------- XPlease check the following files: X /usr/X11R6/lib/X11/locale/zh_CN/XI18N_OBJS XIf not exist, copy /usr/X11R6/lib/X11/locale/zh/XI18N_OBJS to it. X XIf you got the message: X XSIM: Failed opening share library function: Undefined symbol "__XlcEucLoader" XComment X XLC common/xlocale _XlcEucLoader # XLC_open Xin /usr/X11R6/lib/X11/locale/zh_CN/XI18N_OBJS X XRemember to set environment varible XMODIFIERS: X csh/tcsh: setenv XMODIFIERS @im=XSIM X sh/bash: export XMODIFIERS='@im=XSIM' Xand set LANG, LC_CTYPE. X------------------------------------------------------------------------------- END-of-xsim/pkg-message echo x - xsim/pkg-plist sed 's/^X//' >xsim/pkg-plist << 'END-of-xsim/pkg-plist' Xbin/xsim Xxsim/etc/xsimrc Xxsim/plugins/jianpin.so Xxsim/plugins/wubi.so Xxsim/plugins/table.so Xxsim/plugins/panel_std.so Xxsim/plugins/statuspanel_std.so Xxsim/bin/char2db Xxsim/bin/word2db Xxsim/bin/word2db.wubi Xxsim/bin/word2db.table Xxsim/bin/xsim Xxsim/dat/chardb Xxsim/dat/worddb Xxsim/dat/worddb.cj Xxsim/dat/worddb.wubi X@dirrm xsim/plugins X@dirrm xsim/dat X@dirrm xsim/bin X@dirrm xsim/etc END-of-xsim/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message