Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2012 07:54:32 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
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
Message-ID:  <201210220754.q9M7sWUJ064396@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lichray@gmail.com>
  
  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 <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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210220754.q9M7sWUJ064396>