Add port: chinese/libpinyin, a Chinese pinyin input method algorithm
collection, as a back-end to the Fcitx IM framework. WWW: http://code.google.com/p/fcitx/ PR: ports/166716 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
This commit is contained in:
parent
a6891d9c85
commit
718e4f3bd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295789
5 changed files with 60 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
SUBDIR += fcitx-cloudpinyin
|
||||
SUBDIR += fcitx-configtool
|
||||
SUBDIR += fcitx-googlepinyin
|
||||
SUBDIR += fcitx-libpinyin
|
||||
SUBDIR += fcitx-sunpinyin
|
||||
SUBDIR += fcitx-ui-light
|
||||
SUBDIR += fireflyttf
|
||||
|
|
35
chinese/fcitx-libpinyin/Makefile
Normal file
35
chinese/fcitx-libpinyin/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# New ports collection makefile for: fcitx-libpinyin
|
||||
# Date created: 7 Apr 2012
|
||||
# Whom: Zhihao Yuan <lichray@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fcitx-libpinyin
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||
http://cloud.github.com/downloads/fcitx/fcitx-libpinyin/:libpinyin
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} model.text.tar.gz:libpinyin
|
||||
DIST_SUBDIR= fcitx
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= lichray@gmail.com
|
||||
COMMENT= The libpinyin support for Fcitx
|
||||
|
||||
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
|
||||
pinyin.0:${PORTSDIR}/chinese/libpinyin
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
|
||||
USE_XZ= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_CMAKE= yes
|
||||
USE_GNOME= intltool
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
post-patch:
|
||||
@${LN} -s ${_DISTDIR}/model.text.tar.gz ${WRKSRC}/data
|
||||
|
||||
PROJECTHOST= fcitx
|
||||
|
||||
.include <bsd.port.mk>
|
4
chinese/fcitx-libpinyin/distinfo
Normal file
4
chinese/fcitx-libpinyin/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
SHA256 (fcitx/fcitx-libpinyin-0.1.1.tar.xz) = adb84d0b0f9f3bd26b124dd5c4130adacd7d15293fc0e1917266ff35c51be03c
|
||||
SIZE (fcitx/fcitx-libpinyin-0.1.1.tar.xz) = 24220
|
||||
SHA256 (fcitx/model.text.tar.gz) = 8d87d9c0b622f3163976a8c8bc57ded878cf0dee63c855b8a7afd36a151114eb
|
||||
SIZE (fcitx/model.text.tar.gz) = 9991219
|
4
chinese/fcitx-libpinyin/pkg-descr
Normal file
4
chinese/fcitx-libpinyin/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
fcitx-libpinyin provides libpinyin, a Chinese pinyin input method algorithm
|
||||
collection, as a back-end to the Fcitx IM framework.
|
||||
|
||||
WWW: http://code.google.com/p/fcitx/
|
16
chinese/fcitx-libpinyin/pkg-plist
Normal file
16
chinese/fcitx-libpinyin/pkg-plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
lib/fcitx/fcitx-libpinyin.so
|
||||
share/fcitx/addon/fcitx-libpinyin.conf
|
||||
share/fcitx/configdesc/fcitx-libpinyin.desc
|
||||
share/fcitx/inputmethod/pinyin-libpinyin.conf
|
||||
share/fcitx/inputmethod/shuangpin-libpinyin.conf
|
||||
share/fcitx/inputmethod/zhuyin-libpinyin.conf
|
||||
share/fcitx/libpinyin/zhuyin_data/bigram.db
|
||||
share/fcitx/libpinyin/zhuyin_data/gb_char.bin
|
||||
share/fcitx/libpinyin/zhuyin_data/gbk_char.bin
|
||||
share/fcitx/libpinyin/zhuyin_data/phrase_index.bin
|
||||
share/fcitx/libpinyin/zhuyin_data/pinyin_index.bin
|
||||
share/icons/hicolor/48x48/status/fcitx-bopomofo.png
|
||||
share/locale/zh_CN/LC_MESSAGES/fcitx-libpinyin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/fcitx-libpinyin.mo
|
||||
@dirrm share/fcitx/libpinyin/zhuyin_data
|
||||
@dirrm share/fcitx/libpinyin
|
Loading…
Reference in a new issue