From owner-svn-ports-head@freebsd.org Fri Sep 15 17:00:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22B17E22B75; Fri, 15 Sep 2017 17:00:22 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E12D96F53E; Fri, 15 Sep 2017 17:00:21 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8FH0L3U065869; Fri, 15 Sep 2017 17:00:21 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8FH0LNP065868; Fri, 15 Sep 2017 17:00:21 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201709151700.v8FH0LNP065868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 15 Sep 2017 17:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449907 - head/textproc/ibus X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/textproc/ibus X-SVN-Commit-Revision: 449907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2017 17:00:22 -0000 Author: thierry Date: Fri Sep 15 17:00:20 2017 New Revision: 449907 URL: https://svnweb.freebsd.org/changeset/ports/449907 Log: - adds textproc/ibus-typing-booster to the list - remove textproc/ibus-m17n from the list (removed port) - remove the reference to Python 2.5. PR: 222294 Submitted by: /me Approved by: maintainer (Henry Hu) Modified: head/textproc/ibus/pkg-message Modified: head/textproc/ibus/pkg-message ============================================================================== --- head/textproc/ibus/pkg-message Fri Sep 15 15:19:28 2017 (r449906) +++ head/textproc/ibus/pkg-message Fri Sep 15 17:00:20 2017 (r449907) @@ -33,18 +33,18 @@ export XIM_ARGS="--daemonize --xim" Following input methods/engines are available in ports: chinese/ibus-chewing Chewing engine for IBus +chinese/ibus-libpinyin Intelligent Pinyin engine based on libpinyin chinese/ibus-pinyin The PinYin input method japanese/ibus-anthy Anthy engine for IBus japanese/ibus-mozc Mozc engine for IBus japanese/ibus-skk SKK engine for IBus korean/ibus-hangul Hangul engine for IBus textproc/ibus-kmfl KMFL IMEngine for IBus framework -textproc/ibus-m17n The m17n IMEngine for IBus framework textproc/ibus-table Table based IM framework for IBus +textproc/ibus-typing-booster Faster typing by context sensitive completion and QT4 input method module, textproc/ibus-qt. If ibus cannot start or the panel does not appear, please ensure that you are using up-to-date python. -There's a bug in python 2.5, which may prevent the panel from appearing. -------------------------------------------------------------------