From owner-svn-ports-head@freebsd.org Thu Dec 12 23:41:17 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 16BDF1DD738; Thu, 12 Dec 2019 23:41:17 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Yr0X6wMtz4G7b; Thu, 12 Dec 2019 23:41:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8C873702; Thu, 12 Dec 2019 23:41:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBCNfGOO054789; Thu, 12 Dec 2019 23:41:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBCNfGbB054788; Thu, 12 Dec 2019 23:41:16 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201912122341.xBCNfGbB054788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 12 Dec 2019 23:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519956 - head/devel/kf5-threadweaver X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/devel/kf5-threadweaver X-SVN-Commit-Revision: 519956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2019 23:41:17 -0000 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