summaryrefslogtreecommitdiff
path: root/textproc/fcitx5-qt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/fcitx5-qt: Update to 5.0.8Ka Ho Ng2021-12-082-4/+9
| | | | | | | | | | Fix the following error when building on CURRENT as well: /wrkdirs/usr/ports/textproc/fcitx5-qt/work/fcitx5-qt-5.0.7/qt5/platforminputcontext/qfcitxplatforminputcontext.cpp:973:31: error: implicit instantiation of undefined template 'std::array<char, 256>' std::array<char, 256> buffer; Sponsored by: The FreeBSD Foundation Approved by: ygy
* textproc/fcitx5-qt: Update to 5.0.7Ka Ho Ng2021-11-302-5/+5
| | | | | | Sponsored by: The FreeBSD Foundation Approved by: ygy Differential Revision: https://reviews.freebsd.org/D33175
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc/fcitx5-qt: Update to 5.0.2Guangyuan Yang2021-01-183-7/+9
| | | | | | | Submitted by: Ka Ho Ng <khng300@gmail.com> (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113
* Add Fcitx5 IME framework and related portsGuangyuan Yang2020-12-294-0/+79
The Fcitx5 IME framework is the future version of the legacy Fcitx IME framework. Main parts of Fcitx5: - x11/xcb-imdkit - textproc/fcitx5 Application supports libraries of Fcitx5: - textproc/fcitx5-qt - textproc/fcitx5-gtk GUI configuration tool of Fcitx5: - textproc/fcitx5-configtool IME addons for Fcitx5: - chinese/fcitx5-rime - japanese/fcitx5-anthy textproc/fcitx5 and chinese/fcitx cannot be installed at the same time right now, due to development environment and runtime conflicts users could possibly run into. Submitted by: Ka Ho Ng <khng300@gmail.com> Approved by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27667