svn commit: r307786 - in head/textproc: . fcitx-m17n
Wen Heping
wen at FreeBSD.org
Mon Nov 26 14:55:48 UTC 2012
Author: wen
Date: Mon Nov 26 14:55:47 2012
New Revision: 307786
URL: http://svnweb.freebsd.org/changeset/ports/307786
Log:
fcitx-m17n provides the libm17n, a multilingual input method engine,
as a back-end to the Fcitx IM framework.
WWW: http://code.google.com/p/fcitx/
PR: 173590
Submitted by: Zhihao Yuan <lichray at gmail.com>
Feature safe: yes
Added:
head/textproc/fcitx-m17n/
head/textproc/fcitx-m17n/Makefile (contents, props changed)
head/textproc/fcitx-m17n/distinfo (contents, props changed)
head/textproc/fcitx-m17n/pkg-descr (contents, props changed)
head/textproc/fcitx-m17n/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Mon Nov 26 14:05:56 2012 (r307785)
+++ head/textproc/Makefile Mon Nov 26 14:55:47 2012 (r307786)
@@ -174,6 +174,7 @@
SUBDIR += exslt
SUBDIR += ezxml
SUBDIR += fa-aspell
+ SUBDIR += fcitx-m17n
SUBDIR += fex
SUBDIR += ffe
SUBDIR += fi-aspell
Added: head/textproc/fcitx-m17n/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/fcitx-m17n/Makefile Mon Nov 26 14:55:47 2012 (r307786)
@@ -0,0 +1,23 @@
+# Created by: Zhihao Yuan <lichray at gmail.com>
+# $FreeBSD$
+
+PORTNAME= fcitx-m17n
+PORTVERSION= 0.1.3
+CATEGORIES= textproc
+MASTER_SITES= GOOGLE_CODE
+DIST_SUBDIR= fcitx
+
+MAINTAINER= lichray at gmail.com
+COMMENT= The libm17n support for Fcitx
+
+LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
+ m17n:${PORTSDIR}/devel/m17n-lib
+
+USE_XZ= yes
+USE_GETTEXT= yes
+USE_CMAKE= yes
+USE_GNOME= intltool
+
+PROJECTHOST= fcitx
+
+.include <bsd.port.mk>
Added: head/textproc/fcitx-m17n/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/fcitx-m17n/distinfo Mon Nov 26 14:55:47 2012 (r307786)
@@ -0,0 +1,2 @@
+SHA256 (fcitx/fcitx-m17n-0.1.3.tar.xz) = 12e26e6bb225a5abcc42a1f8b738746b4d66d07ff3a546a289578a42d605814a
+SIZE (fcitx/fcitx-m17n-0.1.3.tar.xz) = 33316
Added: head/textproc/fcitx-m17n/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/fcitx-m17n/pkg-descr Mon Nov 26 14:55:47 2012 (r307786)
@@ -0,0 +1,4 @@
+fcitx-m17n provides the libm17n, a multilingual input method engine,
+as a back-end to the Fcitx IM framework.
+
+WWW: http://code.google.com/p/fcitx/
Added: head/textproc/fcitx-m17n/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/fcitx-m17n/pkg-plist Mon Nov 26 14:55:47 2012 (r307786)
@@ -0,0 +1,7 @@
+lib/fcitx/fcitx-m17n.so
+share/fcitx/addon/fcitx-m17n.conf
+share/fcitx/configdesc/fcitx-m17n.desc
+share/fcitx/m17n/default
+share/locale/zh_CN/LC_MESSAGES/fcitx-m17n.mo
+share/locale/zh_TW/LC_MESSAGES/fcitx-m17n.mo
+ at dirrm share/fcitx/m17n
More information about the svn-ports-head
mailing list