aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-polynom
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2018-09-01 02:25:22 +0000
committerWen Heping <wen@FreeBSD.org>2018-09-01 02:25:22 +0000
commit42a722a69c19d44f2546213d256617f7e9adad3e (patch)
tree66adf802b5cb87b2e4bf26ba20cc606ac29931e9 /math/R-cran-polynom
parentd82117feb7f6d84d6739ecdecdc0c3be0ebabc2e (diff)
downloadports-42a722a69c19d44f2546213d256617f7e9adad3e.tar.gz
ports-42a722a69c19d44f2546213d256617f7e9adad3e.zip
Notes
Diffstat (limited to 'math/R-cran-polynom')
-rw-r--r--math/R-cran-polynom/Makefile15
-rw-r--r--math/R-cran-polynom/distinfo3
-rw-r--r--math/R-cran-polynom/pkg-descr4
3 files changed, 22 insertions, 0 deletions
diff --git a/math/R-cran-polynom/Makefile b/math/R-cran-polynom/Makefile
new file mode 100644
index 000000000000..84c91e3ccbbf
--- /dev/null
+++ b/math/R-cran-polynom/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= polynom
+DISTVERSION= 1.3-9
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Functions to Implement a Class for Univariate Polynomial Manipulations
+
+LICENSE= GPLv2
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-polynom/distinfo b/math/R-cran-polynom/distinfo
new file mode 100644
index 000000000000..7c5e25814b7f
--- /dev/null
+++ b/math/R-cran-polynom/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535767560
+SHA256 (polynom_1.3-9.tar.gz) = d35a50925cc5552a6aac0816a91dbc03e9fd77da47e06d27572fde9dcbee9de8
+SIZE (polynom_1.3-9.tar.gz) = 17201
diff --git a/math/R-cran-polynom/pkg-descr b/math/R-cran-polynom/pkg-descr
new file mode 100644
index 000000000000..0a151f733237
--- /dev/null
+++ b/math/R-cran-polynom/pkg-descr
@@ -0,0 +1,4 @@
+polynom is a collection of functions to implement a class for univariate
+polynomial manipulations.
+
+WWW: https://cran.r-project.org/web/packages/polynom/