diff options
author | clsung <clsung@FreeBSD.org> | 2011-11-11 23:53:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-11-11 23:53:33 +0800 |
commit | 1b68120a9419748ddf98dec752702bf1e61d2af3 (patch) | |
tree | a4eb4374ce75173f06bc0dfef4091f5d532b1427 /chinese | |
parent | dea45d728a21266c333d5ecfdbd45de5e9d115af (diff) | |
download | freebsd-ports-gnome-1b68120a9419748ddf98dec752702bf1e61d2af3.tar.gz freebsd-ports-gnome-1b68120a9419748ddf98dec752702bf1e61d2af3.tar.zst freebsd-ports-gnome-1b68120a9419748ddf98dec752702bf1e61d2af3.zip |
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
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/fcitx-googlepinyin/Makefile | 26 | ||||
-rw-r--r-- | chinese/fcitx-googlepinyin/distinfo | 2 | ||||
-rw-r--r-- | chinese/fcitx-googlepinyin/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/fcitx-googlepinyin/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index c1f39a6ad5f6..6a602134bfd7 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -37,6 +37,7 @@ SUBDIR += eterm SUBDIR += fcitx SUBDIR += fcitx-configtool + SUBDIR += fcitx-googlepinyin SUBDIR += fcitx-sunpinyin SUBDIR += fireflyttf SUBDIR += font-std diff --git a/chinese/fcitx-googlepinyin/Makefile b/chinese/fcitx-googlepinyin/Makefile new file mode 100644 index 000000000000..c61683e77130 --- /dev/null +++ b/chinese/fcitx-googlepinyin/Makefile @@ -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> diff --git a/chinese/fcitx-googlepinyin/distinfo b/chinese/fcitx-googlepinyin/distinfo new file mode 100644 index 000000000000..cf1dfda543f3 --- /dev/null +++ b/chinese/fcitx-googlepinyin/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx-googlepinyin-0.1.3.tar.bz2) = b8191daf1b6d3ced2f55c950b2fe9b72857360a14ce1003da6ad84c42d3eaced +SIZE (fcitx-googlepinyin-0.1.3.tar.bz2) = 20394 diff --git a/chinese/fcitx-googlepinyin/pkg-descr b/chinese/fcitx-googlepinyin/pkg-descr new file mode 100644 index 000000000000..7d86c4c5351c --- /dev/null +++ b/chinese/fcitx-googlepinyin/pkg-descr @@ -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/ diff --git a/chinese/fcitx-googlepinyin/pkg-plist b/chinese/fcitx-googlepinyin/pkg-plist new file mode 100644 index 000000000000..cb5c10883721 --- /dev/null +++ b/chinese/fcitx-googlepinyin/pkg-plist @@ -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 |