Port details |
- ibus-chewing Chewing engine for IBus
- 1.5.1_1 chinese =4 1.5.1_1Version of this port present on the latest quarterly branch.
- Maintainer: eric@camachat.org
- Port Added: 2009-12-27 10:11:05
- Last Update: 2023-03-02 05:23:10
- Commit Hash: fa81a4f
- People watching this port, also watch:: libXdamage, libmimedir, oss, vcdimager, mDNSResponder
- License: GPLv2
- WWW:
- https://github.com/definite/ibus-chewing
- Description:
- Chewing engine for IBus.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zh-ibus-chewing>0:chinese/ibus-chewing
- To install the port:
- cd /usr/ports/chinese/ibus-chewing/ && make install clean
- To add the package, run one of these commands:
- pkg install chinese/ibus-chewing
- pkg install zh-ibus-chewing
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zh-ibus-chewing
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1466185073
SHA256 (definite-ibus-chewing-1.5.1_GH0.tar.gz) = 4c0b58e9b13b826969d8df6276275bbd893a4a6d665cc218a65aa3eecde00d53
SIZE (definite-ibus-chewing-1.5.1_GH0.tar.gz) = 105433
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gob2 : devel/gob2
- ManageEnvironmentCommon.cmake : devel/cmake-fedora
- ibus-daemon : textproc/ibus
- cmake : devel/cmake-core
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- xtst.pc : x11/libXtst
- Runtime dependencies:
-
- ibus-daemon : textproc/ibus
- xtst.pc : x11/libXtst
- Library dependencies:
-
- libchewing.so : chinese/libchewing
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- chinese_ibus-chewing
- USES:
- cmake:noninja gettext gnome pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.1_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.1 20 Jul 2022 14:21:00 |
Tobias C. Berner (tcberner) |
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above ) |
1.5.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.1 04 Nov 2019 21:36:13 |
zeising |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'. |
1.5.1 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
1.5.1 12 Jul 2016 19:17:06 |
pawel |
Update to version 1.5.1
PR: 210364
Submitted by: Eric Camachat (maintainer) |
1.4.14 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
1.4.14 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.4.14 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
1.4.14 19 Mar 2015 20:45:04 |
bdrewery |
Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).
With hat: portmgr |
1.4.14 19 Mar 2015 18:08:26 |
bdrewery |
Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with
GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.
All of these ports as-is.
With hat: portmgr |
1.4.14 14 Mar 2015 17:48:30 |
sunpoet |
- Update to 1.4.14
- While I'm here:
- Use = instead of +=
- Remove PROJECTHOST
- Sort PLIST
- Update WWW
Changes: https://github.com/definite/ibus-chewing/blob/master/ChangeLog
PR: 198577
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: Eric Camachat <eric@camachat.org> (maintainer) |
1.4.3_2 20 Oct 2014 08:38:22 |
bapt |
Cleanup plist |
1.4.3_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.4.3_1 05 Jun 2014 19:26:23 |
bdrewery |
- Support staging
PR: 189637
Submitted by: eric@camachat.org (maintainer) |
1.4.3_1 11 Dec 2013 14:58:29 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese |
1.4.3_1 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
1.4.3_1 12 Sep 2013 09:07:09 |
marino |
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit) |
1.4.3_1 27 Jun 2013 01:48:13 |
clsung |
bump PORTREVISION for libchewing update.
PR: ports/176021 |
1.4.3 24 Apr 2013 07:35:41 |
ak |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
1.4.3 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.4.3 07 Dec 2012 17:08:27 |
arved |
Update to 1.4.3
PR: 174207
Submitted by: maintainer
Feature safe: yes |
1.4.2 11 Nov 2012 14:46:39 |
rm |
- update maintainer's email and Last name (the change was confirmed
in private email)
PR: 173284
PR: 173285
PR: 173286
Submitted by: Eric Camachat <eric at camachat dot org> (maintainer)
Feature safe: yes |
1.4.2 01 Oct 2012 15:01:14 |
bdrewery |
- Fix header to proper format
Reported by: danfe |
1.4.2 25 Sep 2012 17:52:53 |
bdrewery |
- Update to 1.4.2 [1]
- Add LICENSE
- Remove ABI versions from LIB_DEPENDS
- Update to new Makefile header
PR: ports/171653 [1]
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: Eric Camachat <lihong@ieee.org> (maintainer) |
1.3.10_2 13 Aug 2012 08:06:52 |
beat |
- Chase ibus update
Reported by: pointyhat
Approved by: maintainer
Obtained from: https://bugs.gentoo.org/show_bug.cgi?id=407695 |
1.3.10_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3.10 14 Jan 2012 10:40:42 |
lwhsu |
- Update to 1.3.10
PR: ports/163910
Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
Approved by: Eric Camachat <lihong@ieee.org> (maintainer) |
1.3.9.2 14 Nov 2011 03:26:46 |
rakuco |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
1.3.9.2 13 Feb 2011 00:48:50 |
sunpoet |
- Revert previous commit of MAINTAINER address |
1.3.9.2 13 Feb 2011 00:25:06 |
sunpoet |
- Remove FETCH_ARGS and FETCH_BEFORE_ARGS
- Update MAINTAINER address [1]
- Use GOOGLE_CODE macro
PR: ports/148276 [1]
ports/149963 [2]
Submitted by: Eric L. Chen <eric@bsded.com> (maintainer, new address) |
1.3.9.2 15 Jan 2011 12:01:38 |
wen |
- Update to 1.3.9.2
PR: ports/153907
Submitted by: "Charlie &" <linpct@gmail.com>
Approved by: maintainer
Feature safe: yes |
1.3.6.20100730 13 Dec 2010 20:24:04 |
pgollucci |
- distfile deltas verified by hand.
Requested by: wxs |
1.3.6.20100730 13 Dec 2010 04:37:17 |
pgollucci |
- Fix checksum
Reported by: QAT |
1.3.6.20100730 13 Dec 2010 04:22:31 |
pgollucci |
- Update to 1.3.6.20100730
- Remove MD5
PR: ports/149196
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: lihong@ieee.org (maintainer) |
1.3.5.20100706 28 Jul 2010 13:46:12 |
arved |
Update to 1.3.5.20100706
PR: 148983
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer |
1.2.0.20090817_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.2.0.20090817_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.0.20090817_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.2.0.20090817 27 Dec 2009 10:10:36 |
wen |
Chewing engine for IBus.
WWW: http://code.google.com/p/ibus
PR: ports/141951
Submitted by: "Eric L. Chen" <lihong@ieee.org> |