ports/171365: New port: chinese/fcitx-table-extra - Table-based IMs for Fcitx
Zhihao Yuan
lichray at gmail.com
Thu Sep 6 03:50:08 UTC 2012
>Number: 171365
>Category: ports
>Synopsis: New port: chinese/fcitx-table-extra - Table-based IMs for Fcitx
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 06 03:50:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Zhihao Yuan
>Release: FreeBSD 8.3-STABLE amd64
>Organization:
Northern Illinois University
>Environment:
System: FreeBSD elitebook.hp 8.3-STABLE FreeBSD 8.3-STABLE #3 r237726: Thu Jun 28 15:59:28 CDT 2012 lichray at elitebook.hp:/usr/obj/usr/src/sys/HOUKAGO amd64
>Description:
Fcitx has a fcitx-table.so engine, and this port install some extra data files to be used with this engine.
https://github.com/fcitx/fcitx-table-extra
>How-To-Repeat:
>Fix:
--- fcitx-table-extra.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:
#
# fcitx-table-extra
# fcitx-table-extra/pkg-plist
# fcitx-table-extra/Makefile
# fcitx-table-extra/distinfo
# fcitx-table-extra/pkg-descr
#
echo c - fcitx-table-extra
mkdir -p fcitx-table-extra > /dev/null 2>&1
echo x - fcitx-table-extra/pkg-plist
sed 's/^X//' >fcitx-table-extra/pkg-plist << '3926bfbfaf6323787761b9458ac7dad5'
Xshare/fcitx/table/boshiamy.conf
Xshare/fcitx/table/zhengma.conf
Xshare/fcitx/table/cangjie3.conf
Xshare/fcitx/table/cangjie5.conf
Xshare/fcitx/table/cangjie-big.conf
Xshare/fcitx/table/quick3.conf
Xshare/fcitx/table/quick5.conf
Xshare/fcitx/table/quick-classic.conf
Xshare/fcitx/table/scj6.conf
Xshare/fcitx/table/easy-big.conf
Xshare/fcitx/table/wu.conf
Xshare/fcitx/table/cantonese.conf
Xshare/fcitx/table/cantonhk.conf
Xshare/fcitx/table/jyutping.conf
Xshare/fcitx/table/stroke5.conf
Xshare/fcitx/table/array30.conf
Xshare/fcitx/table/array30-big.conf
Xshare/fcitx/table/wubi-large.conf
Xshare/fcitx/table/zhengma-large.conf
Xshare/fcitx/table/boshiamy.mb
Xshare/fcitx/table/zhengma.mb
Xshare/fcitx/table/cangjie3.mb
Xshare/fcitx/table/cangjie5.mb
Xshare/fcitx/table/cangjie-big.mb
Xshare/fcitx/table/quick3.mb
Xshare/fcitx/table/quick5.mb
Xshare/fcitx/table/quick-classic.mb
Xshare/fcitx/table/scj6.mb
Xshare/fcitx/table/easy-big.mb
Xshare/fcitx/table/wu.mb
Xshare/fcitx/table/cantonese.mb
Xshare/fcitx/table/cantonhk.mb
Xshare/fcitx/table/jyutping.mb
Xshare/fcitx/table/stroke5.mb
Xshare/fcitx/table/array30.mb
Xshare/fcitx/table/array30-big.mb
Xshare/fcitx/table/wubi-large.mb
Xshare/fcitx/table/zhengma-large.mb
Xshare/icons/hicolor/48x48/apps/fcitx-cantonhk.png
Xshare/icons/hicolor/48x48/apps/fcitx-jyutping.png
Xshare/icons/hicolor/48x48/apps/fcitx-quick-classic.png
Xshare/icons/hicolor/48x48/apps/fcitx-quick3.png
Xshare/icons/hicolor/48x48/apps/fcitx-quick5.png
Xshare/icons/hicolor/48x48/apps/fcitx-scj6.png
Xshare/icons/hicolor/48x48/apps/fcitx-wu.png
Xshare/icons/hicolor/48x48/apps/fcitx-zhengma.png
Xshare/icons/hicolor/64x64/apps/fcitx-array30-big.png
Xshare/icons/hicolor/64x64/apps/fcitx-array30.png
Xshare/icons/hicolor/64x64/apps/fcitx-boshiamy.png
Xshare/icons/hicolor/64x64/apps/fcitx-cantonese.png
Xshare/icons/hicolor/64x64/apps/fcitx-easy-big.png
Xshare/icons/hicolor/64x64/apps/fcitx-stroke5.png
Xshare/locale/zh_CN/LC_MESSAGES/fcitx-table-extra.mo
Xshare/locale/zh_TW/LC_MESSAGES/fcitx-table-extra.mo
3926bfbfaf6323787761b9458ac7dad5
echo x - fcitx-table-extra/Makefile
sed 's/^X//' >fcitx-table-extra/Makefile << 'b82e6fb482ebd7805ce08fece4c40ba7'
X# New ports collection makefile for: fcitx-table-extra
X# Date created: 5 Sep 2012
X# Whom: Zhihao Yuan <lichray at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME= fcitx-table-extra
XPORTVERSION= 0.3.2
XCATEGORIES= chinese
XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
XDIST_SUBDIR= fcitx
X
XMAINTAINER= lichray at gmail.com
XCOMMENT= Table-based input methods for Fcitx
X
XLIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx
X
XUSE_XZ= yes
XUSE_GETTEXT= yes
XUSE_CMAKE= yes
XUSE_GNOME= intltool
XSTRIP=
X
XPROJECTHOST= fcitx
X
X.include <bsd.port.mk>
b82e6fb482ebd7805ce08fece4c40ba7
echo x - fcitx-table-extra/distinfo
sed 's/^X//' >fcitx-table-extra/distinfo << '14c47ad9077814bbb78ad2dbbdf340c5'
XSHA256 (fcitx/fcitx-table-extra-0.3.2.tar.xz) = fb118f365818ddaa8d29fdfea5492805dad51ee3d8e87fe45016a760e5ee1c7a
XSIZE (fcitx/fcitx-table-extra-0.3.2.tar.xz) = 3354240
14c47ad9077814bbb78ad2dbbdf340c5
echo x - fcitx-table-extra/pkg-descr
sed 's/^X//' >fcitx-table-extra/pkg-descr << 'a60a32c3fb06242f25198f84b0b73ddd'
Xfcitx-table-extra provides Boshiamy, Zhengma, Cangjie, and Quick input
Xmethods driven by the fcitx-table IM engine.
X
XWWW: http://code.google.com/p/fcitx/
a60a32c3fb06242f25198f84b0b73ddd
exit
--- fcitx-table-extra.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list