From 4f5ebd4d476b78ca23f4646df6bf4c1a1d0328fc Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 11 Nov 2011 15:53:33 +0000 Subject: [PATCH] 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 --- chinese/Makefile | 1 + chinese/fcitx-googlepinyin/Makefile | 26 ++++++++++++++++++++++++++ chinese/fcitx-googlepinyin/distinfo | 2 ++ chinese/fcitx-googlepinyin/pkg-descr | 4 ++++ chinese/fcitx-googlepinyin/pkg-plist | 4 ++++ 5 files changed, 37 insertions(+) create mode 100644 chinese/fcitx-googlepinyin/Makefile create mode 100644 chinese/fcitx-googlepinyin/distinfo create mode 100644 chinese/fcitx-googlepinyin/pkg-descr create mode 100644 chinese/fcitx-googlepinyin/pkg-plist 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 +# +# $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 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