Port details |
- kdeutils Collection of utilities for KDE
- 23.08.5_2 misc =5 23.08.5_2Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2018-04-27 21:47:53
- Last Update: 2024-06-23 09:25:35
- Commit Hash: a2e6439
- People watching this port, also watch:: xcb-util-image, libXdamage, libssh, kf5-kquickcharts, libevent
- Also Listed In: kde
- License: NA
- WWW:
- https://www.kde.org/applications/utilities/
- Description:
- The KDE utilities are a compilation of various desktop utilities,
developed in the KDE module kdeutils.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/kdeutils/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/kdeutils
- pkg install kdeutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kdeutils
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- ark>=23.08.5 : archivers/ark
- filelight>=23.08.5 : sysutils/filelight
- kcalc>=23.08.5 : math/kcalc
- kcharselect>=23.08.5 : deskutils/kcharselect
- kdebugsettings>=23.08.5 : sysutils/kdebugsettings
- kdf>=23.08.5 : sysutils/kdf
- kgpg>=23.08.5 : security/kgpg
- kteatime>=23.08.5 : x11-clocks/kteatime
- ktimer>=23.08.5 : x11-clocks/ktimer
- kwalletmanager>=23.08.5 : security/kwalletmanager
- print-manager>=23.08.5 : print/print-manager
- This port is required by:
- for Run
-
- x11/kde5
Configuration Options:
- ===> The following configuration options are available for kdeutils-23.08.5_2:
ARK=on: Archiving tool
FILELIGHT=on: Map of concentric segmented-rings representing file system
KCALC=on: Scientific calculator
KCHARSELECT=on: Character selector
KDEBUGSETTINGS=on: KDE application to enable/disable qCDebug
KDF=on: Shows free space of devices
KGPG=on: Encryption tool for KDE
KTEATIME=on: Handy timer for steeping tea
KTIMER=on: Countdown launcher
KWALLETMANAGER=on: Password manager for KDE
PRINTMANAGER=on: Printer manager for KDE
===> Use 'make config' to modify these settings
- Options name:
- misc_kdeutils
- USES:
- kde:5 metaport
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
23.08.5_2 23 Jun 2024 09:25:35 |
Piotr Kubaj (pkubaj) |
misc/kdeutils: only enable KGPG on aarch64, amd64 and i386
KGPG requires qtwebengine which works only there. |
23.08.4_2 30 Dec 2023 07:16:42 |
Muhammad Moinur Rahman (bofh) |
misc/kdeutils: Remove KFLOPPY option
KFLOPPY has been deprecated as it is no longer part of KDE Gears but the
option and dependency was not removed.
Approved by: portmgr (blanket) |
23.08.0_1 28 Aug 2023 19:07:39 |
Tobias C. Berner (tcberner) |
KDE: Update KDE Gear to 23.08
Thursday, 24 August 2023
We create software for people, and the KDE Gear releases are the result
of that. Every four months we publish new updates of a large number of
KDE apps and software libraries. We create new programs to meet more of
your needs, implement more features so you can adapt to an ever-changing
digital world, and make our software faster, more efficient, more
reliable. We also port it to more platforms so you can run it on more
devices: your laptop, your game console, your phone, anywhere.
Read on to find out what's new in KDE Gear 23.08
https://kde.org/announcements/gear/23.08.0 |
23.04.0_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
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) |
22.08.0 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 ) |
20.12.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20.12.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
18.12.2 08 Feb 2019 05:11:14 |
tcberner |
Update KDE Applications to 18.12.2
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php
[2]
https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2 |
18.12.1_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
18.12.1 10 Jan 2019 19:52:58 |
tcberner |
Update KDE Applications to 18.12.1
Release Announcement:
https://www.kde.org/announcements/announce-applications-18.12.1.php
Today KDE released the first stability update for KDE Applications 18.12.
This release contains only bugfixes and translation updates, providing a
safe and pleasant update for everyone.
About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin,
JuK, Kdenlive, Konsole, Okular, among others.
Improvements include:
* Akregator now works with WebEngine from Qt 5.11 or newer
* Sorting columns in the JuK music player has been fixed
* Konsole renders box-drawing characters correctly again
You can find the full list of changes here:
https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1 |
18.12.0_1 19 Dec 2018 14:53:53 |
adridg |
Add OPTIONS to misc/kdeutils.
Like, say, graphics/kdegraphics, this is a metaport where all the dependency
ports may be considered optional. Add options to allow selecting all the
bits. By default, select all of them. Bump PORTREVISION because the PHB
says that changes applying to non-default options also count -- although
that seems a bit sketchy here.
PR: 234059
Submitted by: bsd@abinet.ru
Reported by: bsd@abinet.ru |
17.12.3 27 Apr 2018 21:47:35 |
tcberner |
Add the KDE metaports
* add multimedia/dragon (was missing)
* add the meta ports for the categories
* add x11/kde5 [yeah, we know, there technically is no "KDE 5"] |