From owner-dev-commits-ports-all@freebsd.org Mon Jul 5 19:35:39 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 7CCDF662327; Mon, 5 Jul 2021 19:35:39 +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 4GJbWb2npTz3jWB; Mon, 5 Jul 2021 19:35:39 +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 486A03EA8; Mon, 5 Jul 2021 19:35:39 +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 165JZdMn058283; Mon, 5 Jul 2021 19:35:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 165JZdd6058282; Mon, 5 Jul 2021 19:35:39 GMT (envelope-from git) Date: Mon, 5 Jul 2021 19:35:39 GMT Message-Id: <202107051935.165JZdd6058282@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: 62afe15364d1 - main - math/oink: New port: Modern parity game solvers written in C++ 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: 62afe15364d1a9321f67c81814c9b91935e40cb4 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: Mon, 05 Jul 2021 19:35:39 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=62afe15364d1a9321f67c81814c9b91935e40cb4 commit 62afe15364d1a9321f67c81814c9b91935e40cb4 Author: Yuri Victorovich AuthorDate: 2021-07-05 19:34:48 +0000 Commit: Yuri Victorovich CommitDate: 2021-07-05 19:35:37 +0000 math/oink: New port: Modern parity game solvers written in C++ --- math/Makefile | 1 + math/oink/Makefile | 26 ++++++++++++++++++++++++++ math/oink/distinfo | 7 +++++++ math/oink/pkg-descr | 5 +++++ math/oink/pkg-plist | 11 +++++++++++ 5 files changed, 50 insertions(+) diff --git a/math/Makefile b/math/Makefile index 15715b11a4a8..0832b443b323 100644 --- a/math/Makefile +++ b/math/Makefile @@ -559,6 +559,7 @@ SUBDIR += octave-forge-zeromq SUBDIR += octomap SUBDIR += ogdf + SUBDIR += oink SUBDIR += oleo SUBDIR += onednn SUBDIR += openblas diff --git a/math/oink/Makefile b/math/oink/Makefile new file mode 100644 index 000000000000..0acc7592419d --- /dev/null +++ b/math/oink/Makefile @@ -0,0 +1,26 @@ +PORTNAME= oink +DISTVERSION= g20210704 +CATEGORIES= math + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= cd8c62bc1900ffee6d933fa31cbdd954560c286b.patch:-p1 # Fix build on FreeBSD +PATCHFILES+= a5c10784a472c42bab5a4df0ef29799011bc30b1.patch:-p1 # Fix installed cmake file path + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Modern parity game solvers written in C++ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs + +USES= cmake:testing +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= trolando +GH_TAGNAME= c1259fe + +CMAKE_ON= BUILD_SHARED_LIBS + +.include diff --git a/math/oink/distinfo b/math/oink/distinfo new file mode 100644 index 000000000000..00defc2aa940 --- /dev/null +++ b/math/oink/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1625512740 +SHA256 (trolando-oink-g20210704-c1259fe_GH0.tar.gz) = 46f6b06f905ea94efadf2adce3923ed7df2775f9101e505eebe787b7b94e5549 +SIZE (trolando-oink-g20210704-c1259fe_GH0.tar.gz) = 178173 +SHA256 (cd8c62bc1900ffee6d933fa31cbdd954560c286b.patch) = eb88af6421600c8538f229369412289a46a87be3a6c4419642d02b4841453325 +SIZE (cd8c62bc1900ffee6d933fa31cbdd954560c286b.patch) = 764 +SHA256 (a5c10784a472c42bab5a4df0ef29799011bc30b1.patch) = 4b103ff0fe318e97ea370ce1c82b91ddbb998f5266d340306138b9a41487bea8 +SIZE (a5c10784a472c42bab5a4df0ef29799011bc30b1.patch) = 796 diff --git a/math/oink/pkg-descr b/math/oink/pkg-descr new file mode 100644 index 000000000000..f38fea9e8c48 --- /dev/null +++ b/math/oink/pkg-descr @@ -0,0 +1,5 @@ +Oink is an modern implementation of parity game solvers written in C++. Oink +aims to provide high-performance implementations of state-of-the-art algorithms +representing different approaches to solving parity games. + +WWW: https://github.com/trolando/oink diff --git a/math/oink/pkg-plist b/math/oink/pkg-plist new file mode 100644 index 000000000000..8e85ca69aca5 --- /dev/null +++ b/math/oink/pkg-plist @@ -0,0 +1,11 @@ +bin/oink +include/oink/bitset.hpp +include/oink/error.hpp +include/oink/game.hpp +include/oink/oink.hpp +include/oink/uintqueue.hpp +lib/liboink.so +lib/liboink.so.1 +lib/liboink.so.1.0.0 +lib/oink/cmake/OinkConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/oink/cmake/OinkConfig.cmake