summaryrefslogtreecommitdiff
path: root/math/R-cran-orthopolynom
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-orthopolynom')
-rw-r--r--math/R-cran-orthopolynom/Makefile16
-rw-r--r--math/R-cran-orthopolynom/distinfo3
-rw-r--r--math/R-cran-orthopolynom/pkg-descr3
3 files changed, 22 insertions, 0 deletions
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.