Port details |
- fcitx5-configtool Fcitx5 IM framework configuration tool
- 5.1.7 textproc =2 5.1.6Version of this port present on the latest quarterly branch.
- Maintainer: khng@FreeBSD.org
- Port Added: 2020-12-29 14:59:39
- Last Update: 2024-10-29 02:08:47
- Commit Hash: d2f3580
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: x11
- License: GPLv2+
- WWW:
- https://github.com/fcitx/fcitx5-configtool
- Description:
- This is Fcitx5 IM framework configuration tool.
It comes with fcitx5-config-qt which provides a GUI for configuring Fcitx5.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fcitx5-configtool>0:textproc/fcitx5-configtool
- To install the port:
- cd /usr/ports/textproc/fcitx5-configtool/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/fcitx5-configtool
- pkg install fcitx5-configtool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fcitx5-configtool
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728667902
SHA256 (fcitx5-configtool-5.1.7.tar.zst) = 35f3daf2c8a0ceb1266cfe5a1250867775986bfdd18efce6a6c792b9439f6dd1
SIZE (fcitx5-configtool-5.1.7.tar.zst) = 149763
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:
-
- fcitx5-qt5>=5.0.2 : textproc/fcitx5-qt@qt5
- fcitx5>=5.0.10 : textproc/fcitx5
- iso-codes>=0 : misc/iso-codes
- cmake : devel/cmake-core
- ninja : devel/ninja
- msgfmt : devel/gettext-tools
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- libKirigamiPlugin.so : x11-toolkits/kf5-kirigami2
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- x11.pc : x11/libX11
- xkbfile.pc : x11/libxkbfile
- Runtime dependencies:
-
- iso-codes>=0 : misc/iso-codes
- xkeyboard-config>=0 : x11/xkeyboard-config
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- libKirigamiPlugin.so : x11-toolkits/kf5-kirigami2
- x11.pc : x11/libX11
- xkbfile.pc : x11/libxkbfile
- Library dependencies:
-
- libFcitx5Core.so : textproc/fcitx5
- libFcitx5Qt5DBusAddons.so : textproc/fcitx5-qt
- libxkbcommon.so : x11/libxkbcommon
- libKF5ConfigCore.so : devel/kf5-kconfig
- libKF5CoreAddons.so : devel/kf5-kcoreaddons
- libKF5I18n.so : devel/kf5-ki18n
- libKF5IconThemes.so : x11-themes/kf5-kiconthemes
- libKF5ItemViews.so : x11-toolkits/kf5-kitemviews
- libKF5Declarative.so : devel/kf5-kdeclarative
- libKF5Package.so : devel/kf5-kpackage
- libKF5Plasma.so : x11/kf5-plasma-framework
- libKF5Service.so : devel/kf5-kservice
- libKF5WidgetsAddons.so : x11-toolkits/kf5-kwidgetsaddons
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5DBus.so : devel/qt5-dbus
- libQt5Qml.so : x11-toolkits/qt5-declarative
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5X11Extras.so : x11/qt5-x11extras
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_fcitx5-configtool
- USES:
- cmake compiler:c++17-lang gettext-tools kde:5 pkgconfig qt:5 tar:zst 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 |
5.1.7 29 Oct 2024 02:08:47 |
Li-Wen Hsu (lwhsu) |
textproc/fcitx5-configtool: Update to 5.1.7
Approved by: khng (maintainer, implicitly)
Differential Revision: https://reviews.freebsd.org/D47223 |
5.1.6 03 Jul 2024 20:28:13 |
Li-Wen Hsu (lwhsu) |
textproc/fcitx5-configtool: Update to 5.1.6
Approved by: khng |
5.1.5 06 May 2024 08:11:38 |
Li-Wen Hsu (lwhsu) |
textproc/fcitx5-configtool: Update to 5.1.5
Approved by: khng |
5.0.17_2 18 Sep 2023 15:55:44 |
Tobias C. Berner (tcberner) |
textproc/fcitx5-configtool: fix plist against KDE Frameworks 5.110
The change [1] in KDE Frameworks leads to the configuration
ecm_setup_version(PROJECT VARIABLE_PREFIX Fcitx5Migrator
VERSION_HEADER
"${CMAKE_CURRENT_BINARY_DIR}/migrator_version.h"
PACKAGE_VERSION_FILE
"${CMAKE_CURRENT_BINARY_DIR}/Fcitx5MigratorVersion.cmake"
SOVERSION 0)
accepting the value '0' as so-version, and not defaulting to the
softwares major version (here 5).
This leads to the .so.5 being renamed to .so.0 in the final package.
[1]
https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/1da0bba97d170e6d04eaf5555681c1b325cabcf5
PR: 273695 |
5.0.17_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
5.0.17 18 Mar 2023 13:12:46 |
Li-Wen Hsu (lwhsu) |
fcitx5: Update related ports to the latest version as 2023-03-18
While here, use the official site to fetch distfiles from
Approved by: khng
Differential Revision: https://reviews.freebsd.org/D37948 |
5.0.8 12 Oct 2022 15:52:11 |
Tobias C. Berner (tcberner) |
textproc/fcitx5-configtool: fix dependency on textproc/fcitx5-qt
- the package got renamed from fcitx5-qt to fcitcx5-qt5 when the
Qt6 flavor got added in f5d6cd42fc05d26dea853e58c19b4ab0cae05cbc
PR: 266950 |
5.0.8 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
5.0.8 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 ) |
5.0.8 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.0.8 30 Nov 2021 10:38:33 |
Ka Ho Ng (khng) |
textproc/fcitx5-configtool: Update to 5.0.8
Sponsored by: The FreeBSD Foundation
Approved by: ygy
Differential Revision: https://reviews.freebsd.org/D33172 |
5.0.2_2 02 Jul 2021 06:04:29 |
Ka Ho Ng (khng) |
textproc/fcitx5-configtool: Fix MAINTAINER
Approved by: lwhsu (ports) |
5.0.2_2 01 Jul 2021 22:24:52 |
Ka Ho Ng (khng) |
textproc/fcitx5-configtool: Use minimal version matching
pkg is very strict on differentiating different PORTREVISION. Use
minimal version matching for now.
Approved by: sunpoet (ports)
Differential Revision: https://reviews.freebsd.org/D30968 |
5.0.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.2_1 18 Mar 2021 23:45:34 |
adridg |
Fix textproc/fcitx5-configtool ahead of KF5 5.80
I'm not sure this is really KF5 related: CMake has gotten
more conservative with #cmakedefine recently, so it might
have been missed-fallout in a CMake update previously.
No change to the port except replacing #cmakedefine
with the correct #define (the CMake variant is for variables
with boolean type at the CMake level) |
5.0.2 18 Jan 2021 16:55:20 |
ygy |
textproc/fcitx5-configtool: Update to 5.0.2
Now requires exact version of textproc/fcitx5 and textproc/fcitx5-qt to build.
Submitted by: Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by: FreeBSD Foundation
Approved by: lwhsu
Differential Revision: https://reviews.freebsd.org/D28113 |
5.0.1.20 29 Dec 2020 14:58:56 |
ygy |
Add Fcitx5 IME framework and related ports
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 |