svn commit: r478651 - in head/math: . R-cran-polynom
Wen Heping
wen at FreeBSD.org
Sat Sep 1 02:25:24 UTC 2018
Author: wen
Date: Sat Sep 1 02:25:22 2018
New Revision: 478651
URL: https://svnweb.freebsd.org/changeset/ports/478651
Log:
polynom is a collection of functions to implement a class for univariate
polynomial manipulations.
WWW: https://cran.r-project.org/web/packages/polynom/
Added:
head/math/R-cran-polynom/
head/math/R-cran-polynom/Makefile (contents, props changed)
head/math/R-cran-polynom/distinfo (contents, props changed)
head/math/R-cran-polynom/pkg-descr (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Sat Sep 1 01:58:06 2018 (r478650)
+++ head/math/Makefile Sat Sep 1 02:25:22 2018 (r478651)
@@ -78,6 +78,7 @@
SUBDIR += R-cran-outliers
SUBDIR += R-cran-pbkrtest
SUBDIR += R-cran-pls
+ SUBDIR += R-cran-polynom
SUBDIR += R-cran-prodlim
SUBDIR += R-cran-psych
SUBDIR += R-cran-quadprog
Added: head/math/R-cran-polynom/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-polynom/Makefile Sat Sep 1 02:25:22 2018 (r478651)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= polynom
+DISTVERSION= 1.3-9
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen at FreeBSD.org
+COMMENT= Functions to Implement a Class for Univariate Polynomial Manipulations
+
+LICENSE= GPLv2
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/math/R-cran-polynom/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-polynom/distinfo Sat Sep 1 02:25:22 2018 (r478651)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535767560
+SHA256 (polynom_1.3-9.tar.gz) = d35a50925cc5552a6aac0816a91dbc03e9fd77da47e06d27572fde9dcbee9de8
+SIZE (polynom_1.3-9.tar.gz) = 17201
Added: head/math/R-cran-polynom/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-polynom/pkg-descr Sat Sep 1 02:25:22 2018 (r478651)
@@ -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/
More information about the svn-ports-head
mailing list