devel/kf5-threadweaver: fix comment and pkg-descr
This commit is contained in:
parent
f306859985
commit
9f0c6e5c4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519956
@ -5,7 +5,7 @@ DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
CATEGORIES= devel kde kde-frameworks
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= KF5 addons to QtDBus
|
||||
COMMENT= KF5 helper for multithreaded programming
|
||||
|
||||
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
|
@ -1,4 +1,8 @@
|
||||
KDBusAddons provides convenience classes on top of QtDBus,
|
||||
as well as an API to create KDED modules.
|
||||
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
|
||||
interface to queue tasks and execute them in an efficient way.
|
||||
|
||||
WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html
|
||||
You simply divide the workload into jobs, state the dependencies between the
|
||||
jobs and ThreadWeaver will work out the most efficient way of dividing the work
|
||||
between threads within a set of resource limits.
|
||||
|
||||
WWW: https://api.kde.org/frameworks/threadweaver/html/index.html
|
||||
|
Loading…
Reference in New Issue
Block a user