Add fcitx-chewing - Chewing input method binding.
PR: ports/164837 Submitted by: Zhihao Yuan <lichray gmail com>
This commit is contained in:
parent
2501ce08a0
commit
78a22b39da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290614
5 changed files with 41 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
SUBDIR += enscript
|
||||
SUBDIR += eterm
|
||||
SUBDIR += fcitx
|
||||
SUBDIR += fcitx-chewing
|
||||
SUBDIR += fcitx-cloudpinyin
|
||||
SUBDIR += fcitx-configtool
|
||||
SUBDIR += fcitx-googlepinyin
|
||||
|
|
26
chinese/fcitx-chewing/Makefile
Normal file
26
chinese/fcitx-chewing/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: fcitx-chewing
|
||||
# Date created: 6 Feb 2012
|
||||
# Whom: Zhihao Yuan <lichray@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fcitx-chewing
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DIST_SUBDIR= fcitx
|
||||
|
||||
MAINTAINER= lichray@gmail.com
|
||||
COMMENT= Chewing support for Fcitx
|
||||
|
||||
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
|
||||
chewing.3:${PORTSDIR}/chinese/libchewing
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_CMAKE= yes
|
||||
|
||||
PROJECTHOST= fcitx
|
||||
|
||||
.include <bsd.port.mk>
|
2
chinese/fcitx-chewing/distinfo
Normal file
2
chinese/fcitx-chewing/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (fcitx/fcitx-chewing-0.1.0.tar.bz2) = 6b9f7bb00fc1d8b7a5f888589665f185b906b83a68d630605cb0cc649f2a2352
|
||||
SIZE (fcitx/fcitx-chewing-0.1.0.tar.bz2) = 15867
|
4
chinese/fcitx-chewing/pkg-descr
Normal file
4
chinese/fcitx-chewing/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
fcitx-chewing provides Chewing, an intelligent phonetic input method
|
||||
engine, as a back-end to the Fcitx IM server.
|
||||
|
||||
WWW: http://code.google.com/p/fcitx/
|
8
chinese/fcitx-chewing/pkg-plist
Normal file
8
chinese/fcitx-chewing/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
lib/fcitx/fcitx-chewing.so
|
||||
share/fcitx/addon/fcitx-chewing.conf
|
||||
share/fcitx/configdesc/fcitx-chewing.desc
|
||||
share/fcitx/skin/default/chewing.png
|
||||
share/fcitx/skin/classic/chewing.png
|
||||
share/fcitx/skin/dark/chewing.png
|
||||
share/locale/zh_CN/LC_MESSAGES/fcitx-chewing.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/fcitx-chewing.mo
|
Loading…
Reference in a new issue