I proposed to introduce in the port collection the Fortran Standard Library (https://stdlib.fortran-lang.org/). See review D50168 Sincerely.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d318f76840996d092777d38cf9bdd001ee6afe4 commit 7d318f76840996d092777d38cf9bdd001ee6afe4 Author: RwN <rwn@mailo.com> AuthorDate: 2025-05-06 10:46:27 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2025-05-06 10:48:02 +0000 devel/fortran-stdlib: New port The Fortran Standard Library is a community driven de facto standard library for Fortran. The goal of the Fortran Standard Library is to achieve the following general scope: - Utilities (containers, strings, files, OS/environment integration, unit testing & assertions, logging, ...) - Algorithms (searching and sorting, merging, ...) - Mathematics (linear algebra, sparse matrices, special functions, fast Fourier transform, random numbers, statistics, ordinary differential equations, numerical integration, optimization, ...) PR: 286609 Reported by: RwN <rwn@mailo.com> devel/Makefile | 1 + devel/fortran-stdlib/Makefile (new) | 24 ++++ devel/fortran-stdlib/distinfo (new) | 3 + .../files/patch-config-CMakeLists.txt (new) | 11 ++ devel/fortran-stdlib/pkg-descr (new) | 11 ++ devel/fortran-stdlib/pkg-plist (new) | 130 +++++++++++++++++++++ 6 files changed, 180 insertions(+)
^Triage: assign to committer who resolved.