From owner-dev-commits-ports-all@freebsd.org Sat Sep 11 21:09:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 5291F677F40; Sat, 11 Sep 2021 21:09:26 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H6QNQ1Pk0z3Kbx; Sat, 11 Sep 2021 21:09:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C0E627423; Sat, 11 Sep 2021 21:09:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18BL9PnH017114; Sat, 11 Sep 2021 21:09:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18BL9PmD017113; Sat, 11 Sep 2021 21:09:25 GMT (envelope-from git) Date: Sat, 11 Sep 2021 21:09:25 GMT Message-Id: <202109112109.18BL9PmD017113@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 7b38c19219e7 - main - devel/concurrencpp: New port: C++ concurrency library: tasks, executors, timers, C++20 coroutines MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7b38c19219e7187ee28207a5f810f6a7b1266d2b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2021 21:09:26 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b38c19219e7187ee28207a5f810f6a7b1266d2b commit 7b38c19219e7187ee28207a5f810f6a7b1266d2b Author: Yuri Victorovich AuthorDate: 2021-09-11 21:07:44 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-11 21:08:22 +0000 devel/concurrencpp: New port: C++ concurrency library: tasks, executors, timers, C++20 coroutines --- devel/Makefile | 1 + devel/concurrencpp/Makefile | 25 +++++++++++++++ devel/concurrencpp/distinfo | 3 ++ devel/concurrencpp/files/patch-CMakeLists.txt | 11 +++++++ devel/concurrencpp/pkg-descr | 9 ++++++ devel/concurrencpp/pkg-plist | 46 +++++++++++++++++++++++++++ 6 files changed, 95 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index feaab76dd9b8..3a7f62bf3a6d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -385,6 +385,7 @@ SUBDIR += commoncpp SUBDIR += compiler-rt SUBDIR += compiz-bcop + SUBDIR += concurrencpp SUBDIR += concurrencykit SUBDIR += configkit SUBDIR += cons diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile new file mode 100644 index 000000000000..2ac84cc48431 --- /dev/null +++ b/devel/concurrencpp/Makefile @@ -0,0 +1,25 @@ +PORTNAME= concurrencpp +DISTVERSIONPREFIX= v. +DISTVERSION= 0.1.3 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ concurrency library: tasks, executors, timers, C++20 coroutines + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= cmake compiler:c++17-lang # should be compiler:c++20-lang + +USE_GITHUB= yes +GH_ACCOUNT= David-Haim + +CMAKE_ON= BUILD_SHARED_LIBS + +do-test: # same as recommended in https://github.com/David-Haim/concurrencpp#building-installing-and-testing + @cd ${WRKSRC} && \ + ${CMAKE_BIN} -S test -B build/test && \ + ${CMAKE_BIN} --build build/test && \ + cd build/test && ctest . + +.include diff --git a/devel/concurrencpp/distinfo b/devel/concurrencpp/distinfo new file mode 100644 index 000000000000..62a82b3bee5d --- /dev/null +++ b/devel/concurrencpp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1631389928 +SHA256 (David-Haim-concurrencpp-v.0.1.3_GH0.tar.gz) = a9f85960132df76f4fb121157a74628ceafb7a54f2e669f19bd8d6305a03c74e +SIZE (David-Haim-concurrencpp-v.0.1.3_GH0.tar.gz) = 104714 diff --git a/devel/concurrencpp/files/patch-CMakeLists.txt b/devel/concurrencpp/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..2f5657fc09ea --- /dev/null +++ b/devel/concurrencpp/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2021-09-11 20:12:12 UTC ++++ CMakeLists.txt +@@ -96,7 +96,7 @@ target_link_libraries(concurrencpp PUBLIC "$<$