git: 1c386bb89ebf - main - math/R-cran-orthopolynom: New port

From: Zsolt Udvari <uzsolt_at_FreeBSD.org>
Date: Tue, 09 Sep 2025 02:34:05 UTC
The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c386bb89ebf62a182fdccab723fb9d2bcdd8d1b

commit 1c386bb89ebf62a182fdccab723fb9d2bcdd8d1b
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2025-09-09 02:32:44 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-09-09 02:33:30 +0000

    math/R-cran-orthopolynom: New port
    
    A collection of functions to construct sets of orthogonal polynomials and their
    recurrence relations. Additional functions are provided to calculate the
    derivative, integral, value and roots of lists of polynomial objects.
---
 math/Makefile                      |  1 +
 math/R-cran-orthopolynom/Makefile  | 16 ++++++++++++++++
 math/R-cran-orthopolynom/distinfo  |  3 +++
 math/R-cran-orthopolynom/pkg-descr |  3 +++
 4 files changed, 23 insertions(+)

diff --git a/math/Makefile b/math/Makefile
index 838c2ecf9d6a..e94469b8deaa 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -111,6 +111,7 @@
     SUBDIR += R-cran-nortest
     SUBDIR += R-cran-numDeriv
     SUBDIR += R-cran-numbers
+    SUBDIR += R-cran-orthopolynom
     SUBDIR += R-cran-outliers
     SUBDIR += R-cran-partitions
     SUBDIR += R-cran-pbkrtest
diff --git a/math/R-cran-orthopolynom/Makefile b/math/R-cran-orthopolynom/Makefile
new file mode 100644
index 000000000000..022a3748c959
--- /dev/null
+++ b/math/R-cran-orthopolynom/Makefile
@@ -0,0 +1,16 @@
+PORTNAME=	orthopolynom
+DISTVERSION=	1.0-6.1
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	uzsolt@FreeBSD.org
+COMMENT=	Collection of Functions for Orthogonal and Orthonormal Polynomials
+WWW=		https://cran.r-project.org/package=orthopolynom
+
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	R-cran-polynom>0:math/R-cran-polynom
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-orthopolynom/distinfo b/math/R-cran-orthopolynom/distinfo
new file mode 100644
index 000000000000..b92aa601df68
--- /dev/null
+++ b/math/R-cran-orthopolynom/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1757082202
+SHA256 (orthopolynom_1.0-6.1.tar.gz) = ec4a6ed266532f2f6d37a4ca6bd1b74c1df28a8c2caeab60e5d6af15bdbfe2c5
+SIZE (orthopolynom_1.0-6.1.tar.gz) = 33419
diff --git a/math/R-cran-orthopolynom/pkg-descr b/math/R-cran-orthopolynom/pkg-descr
new file mode 100644
index 000000000000..4aedcd1f3bf9
--- /dev/null
+++ b/math/R-cran-orthopolynom/pkg-descr
@@ -0,0 +1,3 @@
+A collection of functions to construct sets of orthogonal polynomials and their
+recurrence relations. Additional functions are provided to calculate the
+derivative, integral, value and roots of lists of polynomial objects.