Port details |
- fcitx5-configtool Fcitx5 IM framework configuration tool
- 5.0.8 textproc
=0 5.0.2_2Version of this port present on the latest quarterly branch. - Maintainer: khng@FreeBSD.org
 - Port Added: 2020-12-29 14:59:39
- Last Update: 2021-11-30 10:38:33
- Commit Hash: 5960ffe
- Also Listed In: x11
- License: GPLv2+
- Description:
- This is Fcitx5 IM framework configuration tool.
It comes with fcitx5-config-qt which provides a GUI for configuring Fcitx5.
WWW: https://github.com/fcitx/fcitx5-configtool
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- fcitx5-configtool>0:textproc/fcitx5-configtool
- For LIB depends:
- libFcitx5Migrator.so: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
- PKGNAME: fcitx5-configtool
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1637876184
SHA256 (fcitx-fcitx5-configtool-5.0.8_GH0.tar.gz) = d735d99a4c33eac044210ce1f7b97f06c9a99e38384dda96d02c54d4640c1654
SIZE (fcitx-fcitx5-configtool-5.0.8_GH0.tar.gz) = 140040
- 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:
-
- iso-codes>=0 : misc/iso-codes
- fcitx5>=5.0.10 : textproc/fcitx5
- fcitx5-qt>=5.0.2 : textproc/fcitx5-qt
- msgfmt : devel/gettext-tools
- cmake : devel/cmake
- ninja : devel/ninja
- ECMConfig.cmake : devel/kf5-extra-cmake-modules
- libkirigamiplugin.so : x11-toolkits/kf5-kirigami2
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- qt5-qmake>=5.15.2 : devel/qt5-qmake
- x11.pc : x11/libX11
- xkbfile.pc : x11/libxkbfile
- Runtime dependencies:
-
- xkeyboard-config>=0 : x11/xkeyboard-config
- iso-codes>=0 : misc/iso-codes
- ECMConfig.cmake : devel/kf5-extra-cmake-modules
- libkirigamiplugin.so : x11-toolkits/kf5-kirigami2
- x11.pc : x11/libX11
- xkbfile.pc : x11/libxkbfile
- Library dependencies:
-
- libxkbcommon.so : x11/libxkbcommon
- libFcitx5Core.so : textproc/fcitx5
- libFcitx5Qt5DBusAddons.so : textproc/fcitx5-qt
- libKF5CoreAddons.so : devel/kf5-kcoreaddons
- libKF5I18n.so : devel/kf5-ki18n
- libKF5ItemViews.so : x11-toolkits/kf5-kitemviews
- libKF5Declarative.so : devel/kf5-kdeclarative
- libKF5Package.so : devel/kf5-kpackage
- 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
- libQt5QuickControls2.so : x11-toolkits/qt5-quickcontrols2
- 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:
- compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig qt:5 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Nov 2021 10:38:33 5.0.8
|
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 |
02 Jul 2021 06:04:29 5.0.2_2
|
Ka Ho Ng (khng)  |
textproc/fcitx5-configtool: Fix MAINTAINER
Approved by: lwhsu (ports) |
01 Jul 2021 22:24:52 5.0.2_2
|
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 |
06 Apr 2021 14:31:07 5.0.2_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Mar 2021 23:45:34
5.0.2_1
|
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) |
18 Jan 2021 16:55:20
5.0.2
|
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 |
29 Dec 2020 14:58:56
5.0.1.20
|
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 |
Number of commits found: 7
|