Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 May 2007 15:59:29 +0000 (UTC)
From:      liu_yinghong@yahoo.com.cn
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112523: New port: chinese/scim-fcitx An SCIM IMEngine module for fcitx
Message-ID:  <20070508155929.D36A313C457@mx1.freebsd.org>
Resent-Message-ID: <200705081600.l48G08iT091868@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <liu_yinghong@yahoo.com.cn>
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 <bsd.port.pre.mk>
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 <bsd.port.post.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070508155929.D36A313C457>