From owner-svn-ports-all@freebsd.org Sun Jan 17 07:06:18 2021 Return-Path: Delivered-To: svn-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 94DC54DEE04; Sun, 17 Jan 2021 07:06:18 +0000 (UTC) (envelope-from yuri@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 4DJQty3q3qz4Whc; Sun, 17 Jan 2021 07:06:18 +0000 (UTC) (envelope-from yuri@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 6B63D1D33A; Sun, 17 Jan 2021 07:06:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10H76Iib008043; Sun, 17 Jan 2021 07:06:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10H76HwU008037; Sun, 17 Jan 2021 07:06:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202101170706.10H76HwU008037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 17 Jan 2021 07:06:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561795 - in head/math: . dune-foamgrid dune-foamgrid/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . dune-foamgrid dune-foamgrid/files X-SVN-Commit-Revision: 561795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2021 07:06:18 -0000 Author: yuri Date: Sun Jan 17 07:06:16 2021 New Revision: 561795 URL: https://svnweb.freebsd.org/changeset/ports/561795 Log: New port: math/dune-foamgrid: DUNE framework: one- and two-dimensional simplex grids Added: head/math/dune-foamgrid/ head/math/dune-foamgrid/Makefile (contents, props changed) head/math/dune-foamgrid/distinfo (contents, props changed) head/math/dune-foamgrid/files/ head/math/dune-foamgrid/files/patch-CMakeLists.txt (contents, props changed) head/math/dune-foamgrid/pkg-descr (contents, props changed) head/math/dune-foamgrid/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Jan 17 06:40:35 2021 (r561794) +++ head/math/Makefile Sun Jan 17 07:06:16 2021 (r561795) @@ -228,6 +228,7 @@ SUBDIR += dune-common SUBDIR += dune-curvedgeometry SUBDIR += dune-fem + SUBDIR += dune-foamgrid SUBDIR += dune-functions SUBDIR += dune-geometry SUBDIR += dune-grid Added: head/math/dune-foamgrid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/dune-foamgrid/Makefile Sun Jan 17 07:06:16 2021 (r561795) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= dune-foamgrid +DISTVERSION= g20200106 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= DUNE framework: one- and two-dimensional simplex grids + +LICENSE= GPLv2+ + +HPP_DEPENDS= dune-common>0:math/dune-common \ + dune-geometry>0:math/dune-geometry \ + dune-grid>0:math/dune-grid +BUILD_DEPENDS= ${HPP_DEPENDS} +RUN_DEPENDS= ${HPP_DEPENDS} + +USES= cmake compiler:c++17-lang fortran pkgconfig +USE_GITLAB= yes + +GL_SITE= https://gitlab.dune-project.org +GL_ACCOUNT= extensions +GL_COMMIT= d49187be4940227c945ced02f8457ccc9d47536a + +NO_ARCH= yes + +OPTIONS_DEFINE= DOCS +OPTIONS_SUB= yes + +DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ + sphinx-build:textproc/py-sphinx + +PORTDOCS= * + +.include Added: head/math/dune-foamgrid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/dune-foamgrid/distinfo Sun Jan 17 07:06:16 2021 (r561795) @@ -0,0 +1,3 @@ +TIMESTAMP = 1610865947 +SHA256 (extensions-dune-foamgrid-d49187be4940227c945ced02f8457ccc9d47536a_GL0.tar.gz) = 8ea74fbabb4d5ee42567bfd056141bd6a5c0c96e76bd3b5555f012b273313fcb +SIZE (extensions-dune-foamgrid-d49187be4940227c945ced02f8457ccc9d47536a_GL0.tar.gz) = 60403 Added: head/math/dune-foamgrid/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/dune-foamgrid/files/patch-CMakeLists.txt Sun Jan 17 07:06:16 2021 (r561795) @@ -0,0 +1,12 @@ +--- CMakeLists.txt.orig 2021-01-17 06:47:55 UTC ++++ CMakeLists.txt +@@ -20,7 +20,9 @@ dune_project() + dune_enable_all_packages() + + add_subdirectory(dune) ++if (FREEBSD_INSTALL_DOCS) + add_subdirectory(doc) ++endif() + add_subdirectory(cmake/modules) + add_subdirectory(examples EXCLUDE_FROM_ALL) + if (dune-python_FOUND) Added: head/math/dune-foamgrid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/dune-foamgrid/pkg-descr Sun Jan 17 07:06:16 2021 (r561795) @@ -0,0 +1,9 @@ +dune-foamgrid is a module of the DUNE Numerics framework for solving partial +differential equations (PDEs) with grid-based methods. + +dune-foamgrid implements one- and two-dimensional simplex grids, which can be +embedded in Euclidean spaces of arbitrary dimension. As a special feature, +FoamGrid does not require the grids to be manifolds and grid can add/remove +elements art run-time. + +WWW: https://www.dune-project.org/ Added: head/math/dune-foamgrid/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/dune-foamgrid/pkg-plist Sun Jan 17 07:06:16 2021 (r561795) @@ -0,0 +1,24 @@ +include/dune/foamgrid/dgffoam.cc +include/dune/foamgrid/dgffoam.hh +include/dune/foamgrid/foamgrid.hh +include/dune/foamgrid/foamgrid/foamgrid.cc +include/dune/foamgrid/foamgrid/foamgridedge.hh +include/dune/foamgrid/foamgrid/foamgridelements.hh +include/dune/foamgrid/foamgrid/foamgridentity.hh +include/dune/foamgrid/foamgrid/foamgridentitypointer.hh +include/dune/foamgrid/foamgrid/foamgridentityseed.hh +include/dune/foamgrid/foamgrid/foamgridfactory.hh +include/dune/foamgrid/foamgrid/foamgridgeometry.hh +include/dune/foamgrid/foamgrid/foamgridhierarchiciterator.hh +include/dune/foamgrid/foamgrid/foamgridindexsets.hh +include/dune/foamgrid/foamgrid/foamgridintersectioniterators.hh +include/dune/foamgrid/foamgrid/foamgridintersections.hh +include/dune/foamgrid/foamgrid/foamgridleafiterator.hh +include/dune/foamgrid/foamgrid/foamgridleveliterator.hh +include/dune/foamgrid/foamgrid/foamgridnulliteratorfactory.hh +include/dune/foamgrid/foamgrid/foamgridvertex.hh +lib/cmake/dune-foamgrid/dune-foamgrid-config-version.cmake +lib/cmake/dune-foamgrid/dune-foamgrid-config.cmake +lib/dunecontrol/dune-foamgrid/dune.module +libdata/pkgconfig/dune-foamgrid.pc +share/dune/cmake/modules/DuneFoamgridMacros.cmake