aboutsummaryrefslogtreecommitdiff
path: root/chinese/ibus-chewing
Commit message (Collapse)AuthorAgeFilesLines
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* chinese: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> * Henry Hu <henry.hu.sh@gmail.com> * Jie Gao <gaoj@cpsc.ucalgary.ca> * Jing-Tang Keith Jang <keith@FreeBSD.org> * Joe Horn <joehorn@gmail.com> * Ka Ho Ng <khng300@gmail.com> * Kuang-che Wu <kcwu@csie.org> * Michael C . Wu <keichii@iteration.net> * Michael C. Wu * Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW> * Rong-En Fan <rafan@FreeBSD.org> * Satoshi TAOKA <taoka@FreeBSD.org> * Shell Hung <shell@shellhung.org> * Shen Chuan-Hsing * Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> * Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> * Yinghong Liu <relaxbsd@gmail.com> * Zhang Shu * Zhihao Yuan <lichray@gmail.com> * blubee <hello@blubee.me> * buganini@gmail.com * chinsan * chinsan <chinsan.tw@gmail.com> * clive * clsung * clsung@dragon2.net * gugod@gugod.org * hrs * ijliao * vanilla@ With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories cNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'c'. Notes: svn path=/head/; revision=516745
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=444324
* Update to version 1.5.1Pawel Pekala2016-07-124-15/+32
| | | | | | | | PR: 210364 Submitted by: Eric Camachat (maintainer) Notes: svn path=/head/; revision=418436
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Cleanup DIST* variables.Mathieu Arnold2015-05-112-3/+2
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* Fix renamed distfiles missed in r381688. Also fix the GHR ports updated inBryan Drewery2015-03-191-2/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381689
* Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with ↵Bryan Drewery2015-03-191-1/+0
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381648
* - Update to 1.4.14Sunpoet Po-Chuan Hsieh2015-03-144-21/+41
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=381290
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371243
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Support stagingBryan Drewery2014-06-051-1/+0
| | | | | | | | PR: 189637 Submitted by: eric@camachat.org (maintainer) Notes: svn path=/head/; revision=356686
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in chinese Notes: svn path=/head/; revision=336173
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | chinese) Notes: svn path=/head/; revision=327713
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-121-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327044
* bump PORTREVISION for libchewing update.Cheng-Lung Sung2013-06-271-0/+1
| | | | | | | PR: ports/176021 Notes: svn path=/head/; revision=321831
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Update to 1.4.3Tilman Keskinoz2012-12-072-3/+3
| | | | | | | | | PR: 174207 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=308437
* - update maintainer's email and Last name (the change was confirmedRuslan Makhmatkhanov2012-11-111-2/+2
| | | | | | | | | | | | | in private email) PR: 173284 PR: 173285 PR: 173286 Submitted by: Eric Camachat <eric at camachat dot org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307316
* - Fix header to proper formatBryan Drewery2012-10-011-1/+1
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=305132
* - Update to 1.4.2 [1]Bryan Drewery2012-09-255-66/+10
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=304850
* - Chase ibus updateBeat Gaetzi2012-08-133-1/+55
| | | | | | | | | Reported by: pointyhat Approved by: maintainer Obtained from: https://bugs.gentoo.org/show_bug.cgi?id=407695 Notes: svn path=/head/; revision=302459
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.3.10Li-Wen Hsu2012-01-143-10/+13
| | | | | | | | | PR: ports/163910 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Approved by: Eric Camachat <lihong@ieee.org> (maintainer) Notes: svn path=/head/; revision=289161
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=285744
* - Revert previous commit of MAINTAINER addressSunpoet Po-Chuan Hsieh2011-02-131-1/+1
| | | | Notes: svn path=/head/; revision=269025
* - Remove FETCH_ARGS and FETCH_BEFORE_ARGSSunpoet Po-Chuan Hsieh2011-02-131-9/+7
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=269024
* - Update to 1.3.9.2Wen Heping2011-01-153-3/+10
| | | | | | | | | | PR: ports/153907 Submitted by: "Charlie &" <linpct@gmail.com> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=267820
* - Fix checksumPhilip M. Gollucci2010-12-131-2/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=266179
* - Update to 1.3.6.20100730Philip M. Gollucci2010-12-132-4/+4
| | | | | | | | | | | - Remove MD5 PR: ports/149196 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: lihong@ieee.org (maintainer) Notes: svn path=/head/; revision=266170
* Update to 1.3.5.20100706Tilman Keskinoz2010-07-282-8/+6
| | | | | | | | | PR: 148983 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=258379
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Chewing engine for IBus.Wen Heping2009-12-274-0/+50
WWW: http://code.google.com/p/ibus PR: ports/141951 Submitted by: "Eric L. Chen" <lihong@ieee.org> Notes: svn path=/head/; revision=246753