diff options
author | wen <wen@FreeBSD.org> | 2012-10-22 15:54:32 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-10-22 15:54:32 +0800 |
commit | 22ab5d161e33b5aeaea0073d140fa342841db87d (patch) | |
tree | c138a3051f8efe039c24efb48d310f1648963869 | |
parent | a965e2873e5a11fe9f025019963cd6e7bf89d0e4 (diff) | |
download | freebsd-ports-graphics-22ab5d161e33b5aeaea0073d140fa342841db87d.tar.gz freebsd-ports-graphics-22ab5d161e33b5aeaea0073d140fa342841db87d.tar.zst freebsd-ports-graphics-22ab5d161e33b5aeaea0073d140fa342841db87d.zip |
fcitx-rime provides RIME, a dialect-friendly intelligent Chinese input method
engine, as a back-end to the Fcitx IM framework.
WWW: http://code.google.com/p/fcitx/
PR: 172751
Submitted by: Zhihao Yuan <lichray@gmail.com>
Feature safe: yes
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/fcitx-rime/Makefile | 25 | ||||
-rw-r--r-- | chinese/fcitx-rime/distinfo | 2 | ||||
-rw-r--r-- | chinese/fcitx-rime/files/patch-data_CMakeLists.txt | 7 | ||||
-rw-r--r-- | chinese/fcitx-rime/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/fcitx-rime/pkg-plist | 8 |
6 files changed, 47 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 81d5dc23f91..8ff275119ad 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -45,6 +45,7 @@ SUBDIR += fcitx-configtool SUBDIR += fcitx-googlepinyin SUBDIR += fcitx-libpinyin + SUBDIR += fcitx-rime SUBDIR += fcitx-sunpinyin SUBDIR += fcitx-table-extra SUBDIR += fcitx-ui-light diff --git a/chinese/fcitx-rime/Makefile b/chinese/fcitx-rime/Makefile new file mode 100644 index 00000000000..ec46210f7e7 --- /dev/null +++ b/chinese/fcitx-rime/Makefile @@ -0,0 +1,25 @@ +# Created by: Zhihao Yuan <lichray@gmail.com> +# $FreeBSD$ + +PORTNAME= fcitx-rime +PORTVERSION= 0.1.2 +CATEGORIES= chinese +MASTER_SITES= GOOGLE_CODE +DIST_SUBDIR= fcitx + +MAINTAINER= lichray@gmail.com +COMMENT= RIME support for Fcitx + +LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ + rime:${PORTSDIR}/chinese/librime + +USE_LDCONFIG= ${PREFIX}/lib/fcitx/ +USE_XZ= yes +USE_GETTEXT= yes +USE_CMAKE= yes +USE_GNOME= intltool +INSTALLS_ICONS= yes + +PROJECTHOST= fcitx + +.include <bsd.port.mk> diff --git a/chinese/fcitx-rime/distinfo b/chinese/fcitx-rime/distinfo new file mode 100644 index 00000000000..dc2d3a01752 --- /dev/null +++ b/chinese/fcitx-rime/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx/fcitx-rime-0.1.2.tar.xz) = 528472c13adb050543ba0402077d2e2b37258cb494f7d7900411cfd8c1ad9048 +SIZE (fcitx/fcitx-rime-0.1.2.tar.xz) = 7356 diff --git a/chinese/fcitx-rime/files/patch-data_CMakeLists.txt b/chinese/fcitx-rime/files/patch-data_CMakeLists.txt new file mode 100644 index 00000000000..9a301db24a0 --- /dev/null +++ b/chinese/fcitx-rime/files/patch-data_CMakeLists.txt @@ -0,0 +1,7 @@ +--- data/CMakeLists.txt~ 2012-10-04 07:34:39.000000000 -0500 ++++ data/CMakeLists.txt 2012-10-15 21:46:56.932232905 -0500 +@@ -2,3 +2,4 @@ install(FILES zhung.png RENAME rime.png + install(FILES zhung.png RENAME rime.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/skin/dark) + install(FILES zhung.png RENAME rime.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/skin/classic) + install(FILES zhung.png RENAME fcitx-rime.png DESTINATION share/icons/hicolor/48x48/apps) ++install(FILES zhung.png RENAME rime.png DESTINATION share/fcitx/imicon) diff --git a/chinese/fcitx-rime/pkg-descr b/chinese/fcitx-rime/pkg-descr new file mode 100644 index 00000000000..ed0d753cf62 --- /dev/null +++ b/chinese/fcitx-rime/pkg-descr @@ -0,0 +1,4 @@ +fcitx-rime provides RIME, a dialect-friendly intelligent Chinese input method +engine, as a back-end to the Fcitx IM framework. + +WWW: http://code.google.com/p/fcitx/ diff --git a/chinese/fcitx-rime/pkg-plist b/chinese/fcitx-rime/pkg-plist new file mode 100644 index 00000000000..b3094b8e36d --- /dev/null +++ b/chinese/fcitx-rime/pkg-plist @@ -0,0 +1,8 @@ +lib/fcitx/fcitx-rime.so +share/fcitx/addon/fcitx-rime.conf +share/fcitx/inputmethod/rime.conf +share/fcitx/imicon/rime.png +share/fcitx/skin/classic/rime.png +share/fcitx/skin/dark/rime.png +share/fcitx/skin/default/rime.png +share/icons/hicolor/48x48/apps/fcitx-rime.png |