From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 14:55:48 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 72DA02CF; Mon, 26 Nov 2012 14:55:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 528ED8FC18; Mon, 26 Nov 2012 14:55:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQEtm4x011000; Mon, 26 Nov 2012 14:55:48 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQEtmxq010995; Mon, 26 Nov 2012 14:55:48 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201211261455.qAQEtmxq010995@svn.freebsd.org> From: Wen Heping Date: Mon, 26 Nov 2012 14:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307786 - in head/textproc: . fcitx-m17n 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, 26 Nov 2012 14:55:48 -0000 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 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 +# $FreeBSD$ + +PORTNAME= fcitx-m17n +PORTVERSION= 0.1.3 +CATEGORIES= textproc +MASTER_SITES= GOOGLE_CODE +DIST_SUBDIR= fcitx + +MAINTAINER= lichray@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 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 +@dirrm share/fcitx/m17n