Date: Sat, 1 Sep 2018 02:25:22 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478651 - in head/math: . R-cran-polynom Message-ID: <201809010225.w812PMwa006484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809010225.w812PMwa006484>