Port details |
- kuserfeedback Framework for collecting user feedback
- 1.3.0 deskutils =4 1.3.0Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2020-02-05 18:19:06
- Last Update: 2024-07-23 12:51:04
- Commit Hash: eef1a0b
- People watching this port, also watch:: kf5-kquickcharts, xcb-util-image, qtkeychain-qt5, libssh, libXdamage
- Also Listed In: kde
- License: MIT
- WWW:
- https://github.com/kde/kuserfeedback
- Description:
- Framework for collecting feedback from application users via telemetry and
targeted surveys.
Telemetry
* Extensible set of data sources for telemetry.
* Full control for the user on what data to contribute.
Surveys
* Distribute surveys and offer users to participate in them.
* Survey targeting based on telemetry data.
* Allow the user to configure how often they want to participate in surveys.
This framework consists of the following components:
* Libraries for use in applications.
* QML bindings for the above.
* A server application.
* A management and analytics application.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kuserfeedback>0:deskutils/kuserfeedback
- To install the port:
- cd /usr/ports/deskutils/kuserfeedback/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/kuserfeedback
- pkg install kuserfeedback
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kuserfeedback
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1699044746
SHA256 (kuserfeedback-1.3.0.tar.xz) = 252308b822dd4690ea85ab1688c9b0da5512978ac6b435f77a5979fc1d2ffd13
SIZE (kuserfeedback-1.3.0.tar.xz) = 230644
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:
-
- bison : devel/bison
- cmake : devel/cmake-core
- ninja : devel/ninja
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- libQt5Help.so : devel/qt5-help
- lrelease : devel/qt5-linguisttools
- qdoc : devel/qt5-qdoc
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- lrelease : devel/qt5-linguisttools
- Library dependencies:
-
- libQt5Charts.so : x11-toolkits/qt5-charts
- libQt5Core.so : devel/qt5-core
- libQt5Qml.so : x11-toolkits/qt5-declarative
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- This port is required by:
- for Libraries
-
- math/labplot
- net-im/ruqola
- sysutils/plasma5-drkonqi
- x11/plasma5-plasma-workspace
Configuration Options:
- ===> The following configuration options are available for kuserfeedback-1.3.0:
SERVER=off: Enable all features (requires php)
===> Use 'make config' to modify these settings
- Options name:
- deskutils_kuserfeedback
- USES:
- bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz
- 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 |
1.3.0 23 Jul 2024 12:51:04 |
Gleb Popov (arrowd) Author: Tobias C. Berner |
Uses/kde.mk: prepare for the removal of devel/kf5-extra-cmake-modules
- only one extra-cmake-modules package can be installed at a time
- devel/kf6-extra-cmake-modules is backward compatible and, according to
upstream, should be used for all builds.
Exp-run by: antoine
PR: 280070 |
1.3.0 03 Nov 2023 22:10:49 |
Jason E. Hale (jhale) |
deskutils/kuserfeedback: Update to 1.3.0 |
1.2.0_3 03 Nov 2023 22:10:49 |
Jason E. Hale (jhale) |
deskutils/kuserfeedback: Use devel/phpunit9
The SERVER option was broken because devel/phpunit6 was removed 7
months ago.
Disable finding phpunit if SERVER option is disabled.
MFH: 2023Q4 |
1.2.0_2 15 Aug 2023 19:06:03 |
Tobias C. Berner (tcberner) |
KDE: make ecm a build-only dependency in kde@ maintained ports |
1.2.0_1 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) |
1.2.0_1 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 ) |
1.2.0_1 24 Aug 2022 14:06:36 |
Tobias C. Berner (tcberner) |
deskutils/kuserfeedback: add SERVER option
Allow users to toggle in full kuserfeedback support (php dependency)
by using the SERVER option.
Suggested by: fluffy |
1.2.0_1 24 Aug 2022 13:43:15 |
Tobias C. Berner (tcberner) |
deskutils/kuserfeedback: drop phpunit dependency
In e9bacd8754ba65acad948624fa6ab295d855a0ff support for kuserfeedback
was added to x11/plasma5-plasma-desktop.
kuserfeedback can use phpunit to run the unit tests for the server
component -- however, the dependency is not required for normal
operation, so let's drop it. |
1.2.0 06 Feb 2022 17:52:19 |
Adriaan de Groot (adridg) |
deskutils/kuserfeedback: update to 1.2.0, latest upstream
There are no release notes or anything, though. |
1.0.0_1 04 Feb 2022 23:33:17 |
Tobias C. Berner (tcberner) |
deskutils/kuserfeedback: add upstream bug fix
Obtained from:
https://invent.kde.org/libraries/kuserfeedback/-/commit/17db7d75643b4f3dccd5b36a6ab175f03ba74297 |
1.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0 11 Feb 2020 15:16:59 |
pkubaj |
deskutils/kuserfeedback: fix build on GCC architectures
C++11 compiler is required:
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1. |
1.0.0 05 Feb 2020 18:16:29 |
tcberner |
New port: deskutils/kuserfeedback -- Framework for collecting feedback from
applications
Framework for collecting feedback from application users via telemetry and
targeted surveys.
Telemetry
* Extensible set of data sources for telemetry.
* Full control for the user on what data to contribute.
Surveys
* Distribute surveys and offer users to participate in them.
* Survey targeting based on telemetry data.
* Allow the user to configure how often they want to participate in surveys.
This framework consists of the following components:
* Libraries for use in applications.
* QML bindings for the above.
* A server application.
* A management and analytics application.
WWW: https://github.com/kde/kuserfeedback |