From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 8 16:00:09 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A46EB16A40A for ; Tue, 8 May 2007 16:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6F55313C4AE for ; Tue, 8 May 2007 16:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l48G08Ze091869 for ; Tue, 8 May 2007 16:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l48G08iT091868; Tue, 8 May 2007 16:00:08 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2007 16:00:08 GMT Resent-Message-Id: <200705081600.l48G08iT091868@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, relaxbsd@gmail.com Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CC2816A407 for ; Tue, 8 May 2007 15:59:30 +0000 (UTC) (envelope-from liuyh@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id D36A313C457 for ; Tue, 8 May 2007 15:59:29 +0000 (UTC) (envelope-from liuyh@gmx.net) Received: (qmail invoked by alias); 08 May 2007 15:59:27 -0000 Received: from unknown (EHLO gmx.net) [220.170.232.142] by mail.gmx.net (mp028) with SMTP; 08 May 2007 17:59:27 +0200 Received: by gmx.net (nbSMTP-1.00) for uid 0 liuyh@gmx.net; Tue, 8 May 2007 23:59:14 +0800 (CST) Message-Id: <20070508155929.D36A313C457@mx1.freebsd.org> Date: Tue, 8 May 2007 15:59:29 +0000 (UTC) From: liu_yinghong@yahoo.com.cn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/112523: New port: chinese/scim-fcitx An SCIM IMEngine module for fcitx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: relaxbsd@gmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 16:00:09 -0000 >Number: 112523 >Category: ports >Synopsis: New port: chinese/scim-fcitx An SCIM IMEngine module for fcitx >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: Tue May 08 16:00:08 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yinghong.Liu >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD relaxbsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: fcitx stands for Free Chinese Input Toy of X,it's a ollection of Simplified Chinese input methods based on XIM (X Input Method), including WuBi, PinYin, and QuWei. scim-fcitx is an SCIM IMEngine module for fcitx. WWW: http://www.fcitx.org >How-To-Repeat: >Fix: --- scim-fcitx.shar begins here --- # 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: # # scim-fcitx # scim-fcitx/Makefile # scim-fcitx/distinfo # scim-fcitx/pkg-descr # scim-fcitx/pkg-message # scim-fcitx/pkg-plist # echo c - scim-fcitx mkdir -p scim-fcitx > /dev/null 2>&1 echo x - scim-fcitx/Makefile sed 's/^X//' >scim-fcitx/Makefile << 'END-of-scim-fcitx/Makefile' X# New ports collection makefile for: zh-scim-fcitx X# Date created: 8 May 2007 X# Whom: Yinghong.Liu X# X# $FreeBSD$ X# X XPORTNAME= scim-fcitx XPORTVERSION= 3.1.1 XCATEGORIES= chinese XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=scim XDISTNAME= ${PORTNAME}.${PORTVERSION} X XMAINTAINER= liu_yinghong@yahoo.com.cn XCOMMENT= An SCIM IMEngine module for fcitx X XRUN_DEPENDS= scim:${PORTSDIR}/textproc/scim XBUILD_DEPENDS= ${RUN_DEPENDS} X XUSE_BZIP2= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XWRKSRC= ${WRKDIR}/fcitx X X.include X XCONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ X LDFLAGS="-L${LOCALBASE}/lib -lintl" \ X SCIM_DATADIR=${PREFIX}/share/scim \ X SCIM_ICONDIR=${PREFIX}/share/scim/icons X Xpost-install: X @${CAT} ${PKGMESSAGE} X @${ECHO} X @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' X @${ECHO} X X.include END-of-scim-fcitx/Makefile echo x - scim-fcitx/distinfo sed 's/^X//' >scim-fcitx/distinfo << 'END-of-scim-fcitx/distinfo' XMD5 (scim-fcitx.3.1.1.tar.bz2) = 781dc96ebce31e2949ecb0c3c1c769f6 XSHA256 (scim-fcitx.3.1.1.tar.bz2) = 43400c00c777be5a9ca7f369856e89819cd832f1bb3ff2641660dffa887df2a5 XSIZE (scim-fcitx.3.1.1.tar.bz2) = 1612134 END-of-scim-fcitx/distinfo echo x - scim-fcitx/pkg-descr sed 's/^X//' >scim-fcitx/pkg-descr << 'END-of-scim-fcitx/pkg-descr' Xfcitx stands for Free Chinese Input Toy of X,it's a ollection of Simplified XChinese input methods based on XIM (X Input Method), including WuBi, PinYin, Xand QuWei. Xscim-fcitx is an SCIM IMEngine module for fcitx. X XWWW: http://www.fcitx.org END-of-scim-fcitx/pkg-descr echo x - scim-fcitx/pkg-message sed 's/^X//' >scim-fcitx/pkg-message << 'END-of-scim-fcitx/pkg-message' X-------------------------------------------------------------------- XRemember to set environment varible XMODIFIERS: X X csh/tcsh: setenv XMODIFIERS @im=SCIM X sh/bash: export XMODIFIERS='@im=SCIM' X Xand set LANG, LC_CTYPE to one of the following values: X X Simplified Chinese: X zh_CN.UTF-8, zh_CN.GB18030, zh_CN.GBK, zh_CN.GB2312, zh_CN.eucCN X X Traditional Chinese: X zh_TW.UTF-8, zh_TW.Big5 X zh_HK.UTF-8, zh_HK.Big5-HKSCS X XTo start the SCIM input method daemon, use command: X X scim -d X X-------------------------------------------------------------------- END-of-scim-fcitx/pkg-message echo x - scim-fcitx/pkg-plist sed 's/^X//' >scim-fcitx/pkg-plist << 'END-of-scim-fcitx/pkg-plist' Xbin/createPYMB Xbin/mb2txt Xbin/txt2mb Xlib/scim-1.0/1.4.0/IMEngine/fcitx.a Xlib/scim-1.0/1.4.0/IMEngine/fcitx.la Xlib/scim-1.0/1.4.0/IMEngine/fcitx.so Xshare/scim/fcitx/cj.mb Xshare/scim/fcitx/erbi.mb Xshare/scim/fcitx/punc.mb Xshare/scim/fcitx/pySym.mb Xshare/scim/fcitx/pybase.mb Xshare/scim/fcitx/pyphrase.mb Xshare/scim/fcitx/sp.dat share/scim/fcitx/tables.conf Xshare/scim/fcitx/wbx.mb Xshare/scim/icons/fcitx/cangjie.png Xshare/scim/icons/fcitx/erbi.png Xshare/scim/icons/fcitx/fcitx.png Xshare/scim/icons/fcitx/full-letter.png Xshare/scim/icons/fcitx/full-punct.png Xshare/scim/icons/fcitx/gbk.png Xshare/scim/icons/fcitx/half-letter.png Xshare/scim/icons/fcitx/half-punct.png Xshare/scim/icons/fcitx/legend.png Xshare/scim/icons/fcitx/lock.png Xshare/scim/icons/fcitx/nocangjie.png Xshare/scim/icons/fcitx/noerbi.png Xshare/scim/icons/fcitx/nofcitx.png Xshare/scim/icons/fcitx/nogbk.png Xshare/scim/icons/fcitx/nolegend.png Xshare/scim/icons/fcitx/nolock.png Xshare/scim/icons/fcitx/nopinyin.png Xshare/scim/icons/fcitx/noquwei.png Xshare/scim/icons/fcitx/noshuangpin.png Xshare/scim/icons/fcitx/nowubi86.png Xshare/scim/icons/fcitx/nowubi98.png Xshare/scim/icons/fcitx/pinyin.png Xshare/scim/icons/fcitx/quwei.png Xshare/scim/icons/fcitx/shuangpin.png Xshare/scim/icons/fcitx/wubi86.png Xshare/scim/icons/fcitx/wubi98.png X@dirrm share/scim/icons/fcitx X@dirrm share/scim/fcitx END-of-scim-fcitx/pkg-plist exit --- scim-fcitx.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: