mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fcitx-googlepinyin provides libgooglepinyin, a fork of Google Pinyin IME
on Android, as a back-end to the Fcitx IM server. WWW: http://code.google.com/p/fcitx/ PR: ports/162472 Submitted by: maintainer (Zhihao Yuan) Feature safe: yes
This commit is contained in:
parent
0c15b39385
commit
4f5ebd4d47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285573
@ -37,6 +37,7 @@
|
||||
SUBDIR += eterm
|
||||
SUBDIR += fcitx
|
||||
SUBDIR += fcitx-configtool
|
||||
SUBDIR += fcitx-googlepinyin
|
||||
SUBDIR += fcitx-sunpinyin
|
||||
SUBDIR += fireflyttf
|
||||
SUBDIR += font-std
|
||||
|
26
chinese/fcitx-googlepinyin/Makefile
Normal file
26
chinese/fcitx-googlepinyin/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: fcitx-googlepinyin
|
||||
# Date created: 11 Nov 2011
|
||||
# Whom: Zhihao Yuan <lichray@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fcitx-googlepinyin
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= chinese x11
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
MAINTAINER= lichray@gmail.com
|
||||
COMMENT= A libgooglepinyin support for Fcitx
|
||||
|
||||
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
|
||||
googlepinyin.0:${PORTSDIR}/chinese/libgooglepinyin
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_CMAKE= yes
|
||||
USE_GNOME= intltool
|
||||
|
||||
PROJECTHOST= fcitx
|
||||
|
||||
.include <bsd.port.mk>
|
2
chinese/fcitx-googlepinyin/distinfo
Normal file
2
chinese/fcitx-googlepinyin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (fcitx-googlepinyin-0.1.3.tar.bz2) = b8191daf1b6d3ced2f55c950b2fe9b72857360a14ce1003da6ad84c42d3eaced
|
||||
SIZE (fcitx-googlepinyin-0.1.3.tar.bz2) = 20394
|
4
chinese/fcitx-googlepinyin/pkg-descr
Normal file
4
chinese/fcitx-googlepinyin/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
fcitx-googlepinyin provides libgooglepinyin, a fork of Google Pinyin IME
|
||||
on Android, as a back-end to the Fcitx IM server.
|
||||
|
||||
WWW: http://code.google.com/p/fcitx/
|
4
chinese/fcitx-googlepinyin/pkg-plist
Normal file
4
chinese/fcitx-googlepinyin/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/fcitx/fcitx-googlepinyin.so
|
||||
share/fcitx/addon/fcitx-googlepinyin.conf
|
||||
share/fcitx/configdesc/fcitx-googlepinyin.desc
|
||||
share/locale/zh_CN/LC_MESSAGES/fcitx-googlepinyin.mo
|
Loading…
Reference in New Issue
Block a user