Port details |
- ktimetracker Todo management and time tracker
- 5.0.1_3 deskutils =3 5.0.1_3Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2019-12-22 12:01:10
- Last Update: 2023-08-15 21:17:14
- Commit Hash: 7f390d7
- People watching this port, also watch:: opencv, lapce, ollama, openvsp, xxd
- Also Listed In: kde
- License: GPLv2
- WWW:
- https://userbase.kde.org/KTimeTracker
- Description:
- KTimeTracker tracks time spent on various tasks. It is useful for tracking
hours to be billed to different clients or just to find out what percentage of
your day is spent playing Doom or reading Slashdot.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ktimetracker>0:deskutils/ktimetracker
- To install the port:
- cd /usr/ports/deskutils/ktimetracker/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/ktimetracker
- pkg install ktimetracker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ktimetracker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1577014347
SHA256 (ktimetracker-5.0.1.tar.xz) = 02e8620164357e594e135e20d8efd3987cc9c31a817c25e5555914e0971be64a
SIZE (ktimetracker-5.0.1.tar.xz) = 422820
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- meinproc5 : devel/kf5-kdoctools
- ECMConfig.cmake : devel/kf5-extra-cmake-modules
- kbuildsycoca5 : devel/kf5-kservice
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- x11.pc : x11/libX11
- Runtime dependencies:
-
- kbuildsycoca5 : devel/kf5-kservice
- x11.pc : x11/libX11
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libKF5Auth.so : devel/kf5-kauth
- libKF5CalendarCore.so : net/kf5-kcalendarcore
- libKF5Codecs.so : textproc/kf5-kcodecs
- libKF5ConfigCore.so : devel/kf5-kconfig
- libKF5ConfigWidgets.so : x11-toolkits/kf5-kconfigwidgets
- libKF5CoreAddons.so : devel/kf5-kcoreaddons
- libKF5DBusAddons.so : devel/kf5-kdbusaddons
- libKF5I18n.so : devel/kf5-ki18n
- libKF5IdleTime.so : devel/kf5-kidletime
- libKF5JobWidgets.so : x11-toolkits/kf5-kjobwidgets
- libKF5KIOCore.so : devel/kf5-kio
- libKF5Notifications.so : devel/kf5-knotifications
- libKF5SonnetCore.so : textproc/kf5-sonnet
- libKF5TextWidgets.so : x11-toolkits/kf5-ktextwidgets
- libKF5WidgetsAddons.so : x11-toolkits/kf5-kwidgetsaddons
- libKF5WindowSystem.so : x11/kf5-kwindowsystem
- libKF5XmlGui.so : x11-toolkits/kf5-kxmlgui
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5DBus.so : devel/qt5-dbus
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- deskutils_ktimetracker
- USES:
- cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz 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.0.1_3 15 Aug 2023 21:17:14 |
Tobias C. Berner (tcberner) |
devel/kf5-extra-cmake-modules: add as build dependency
- these ports previously got ecm through an unclean dependency
(run_depend) from one of their dependencies. |
5.0.1_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
5.0.1_2 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.1_2 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.1_2 05 Sep 2022 19:05:57 |
Dima Panov (fluffy) |
deskutils/ktimetracker: pet stage-qa |
5.0.1_1 22 Apr 2021 07:54:24 |
Adriaan de Groot (adridg) |
KDE not-Applications: chase doctools
These ports use KDE Frameworks and require kdoctools to build. Since
that is no longer an implicit build & run dependency, (re)introduce it
explicitly as a build-time dependency. |
5.0.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.1 01 Jan 2020 00:05:21 |
linimon |
Fix build on GCC-based systems:
CMake Error in src/CMakeLists.txt: The compiler feature "cxx_decltype" is not
known to CXX compiler "GNU" version 4.2.1.
Approved by: portmgr (tier-2 blanket) |
5.0.1 22 Dec 2019 14:35:00 |
tcberner |
Fix typo |
5.0.1 22 Dec 2019 12:01:03 |
tcberner |
New port: deskutils/ktimetracker: Todo management and time tracker
KTimeTracker tracks time spent on various tasks. It is useful for tracking
hours to be billed to different clients or just to find out what percentage of
your day is spent playing Doom or reading Slashdot.
WWW: https://userbase.kde.org/KTimeTracker |