Date: Thu, 12 Dec 2019 23:41:16 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519956 - head/devel/kf5-threadweaver Message-ID: <201912122341.xBCNfGbB054788@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu Dec 12 23:41:16 2019 New Revision: 519956 URL: https://svnweb.freebsd.org/changeset/ports/519956 Log: devel/kf5-threadweaver: fix comment and pkg-descr Modified: head/devel/kf5-threadweaver/Makefile head/devel/kf5-threadweaver/pkg-descr Modified: head/devel/kf5-threadweaver/Makefile ============================================================================== --- head/devel/kf5-threadweaver/Makefile Thu Dec 12 23:24:36 2019 (r519955) +++ head/devel/kf5-threadweaver/Makefile Thu Dec 12 23:41:16 2019 (r519956) @@ -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 Modified: head/devel/kf5-threadweaver/pkg-descr ============================================================================== --- head/devel/kf5-threadweaver/pkg-descr Thu Dec 12 23:24:36 2019 (r519955) +++ head/devel/kf5-threadweaver/pkg-descr Thu Dec 12 23:41:16 2019 (r519956) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912122341.xBCNfGbB054788>