From owner-svn-ports-all@FreeBSD.ORG Mon Oct 22 07:54:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 053F7423; Mon, 22 Oct 2012 07:54:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DC1CB8FC08; Mon, 22 Oct 2012 07:54:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9M7sWK9064403; Mon, 22 Oct 2012 07:54:32 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9M7sWUJ064396; Mon, 22 Oct 2012 07:54:32 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201210220754.q9M7sWUJ064396@svn.freebsd.org> From: Wen Heping Date: Mon, 22 Oct 2012 07:54:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306258 - in head/chinese: . fcitx-rime fcitx-rime/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 07:54:33 -0000 Author: wen Date: Mon Oct 22 07:54:32 2012 New Revision: 306258 URL: http://svn.freebsd.org/changeset/ports/306258 Log: 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 Feature safe: yes Added: head/chinese/fcitx-rime/ head/chinese/fcitx-rime/Makefile (contents, props changed) head/chinese/fcitx-rime/distinfo (contents, props changed) head/chinese/fcitx-rime/files/ head/chinese/fcitx-rime/files/patch-data_CMakeLists.txt (contents, props changed) head/chinese/fcitx-rime/pkg-descr (contents, props changed) head/chinese/fcitx-rime/pkg-plist (contents, props changed) Modified: head/chinese/Makefile Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Mon Oct 22 07:51:15 2012 (r306257) +++ head/chinese/Makefile Mon Oct 22 07:54:32 2012 (r306258) @@ -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 Added: head/chinese/fcitx-rime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fcitx-rime/Makefile Mon Oct 22 07:54:32 2012 (r306258) @@ -0,0 +1,25 @@ +# Created by: Zhihao Yuan +# $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 Added: head/chinese/fcitx-rime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fcitx-rime/distinfo Mon Oct 22 07:54:32 2012 (r306258) @@ -0,0 +1,2 @@ +SHA256 (fcitx/fcitx-rime-0.1.2.tar.xz) = 528472c13adb050543ba0402077d2e2b37258cb494f7d7900411cfd8c1ad9048 +SIZE (fcitx/fcitx-rime-0.1.2.tar.xz) = 7356 Added: head/chinese/fcitx-rime/files/patch-data_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fcitx-rime/files/patch-data_CMakeLists.txt Mon Oct 22 07:54:32 2012 (r306258) @@ -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) Added: head/chinese/fcitx-rime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fcitx-rime/pkg-descr Mon Oct 22 07:54:32 2012 (r306258) @@ -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/ Added: head/chinese/fcitx-rime/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fcitx-rime/pkg-plist Mon Oct 22 07:54:32 2012 (r306258) @@ -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