From 55cf20a31c6edc413c01de43408e16386478bfa2 Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Sun, 7 May 2017 09:03:47 +0000 Subject: [PATCH] - Add new port: math/R-cran-expm Computation of the matrix exponential, logarithm, sqrt, and related quantities. WWW: https://cran.r-project.org/web/packages/expm/ --- math/Makefile | 1 + math/R-cran-expm/Makefile | 16 ++++++++++++++++ math/R-cran-expm/distinfo | 3 +++ math/R-cran-expm/pkg-descr | 4 ++++ 4 files changed, 24 insertions(+) create mode 100644 math/R-cran-expm/Makefile create mode 100644 math/R-cran-expm/distinfo create mode 100644 math/R-cran-expm/pkg-descr diff --git a/math/Makefile b/math/Makefile index 1ae76645c256..90ad24087884 100644 --- a/math/Makefile +++ b/math/Makefile @@ -34,6 +34,7 @@ SUBDIR += R-cran-deldir SUBDIR += R-cran-dlmodeler SUBDIR += R-cran-dplyr + SUBDIR += R-cran-expm SUBDIR += R-cran-forecast SUBDIR += R-cran-fracdiff SUBDIR += R-cran-geepack diff --git a/math/R-cran-expm/Makefile b/math/R-cran-expm/Makefile new file mode 100644 index 000000000000..bf1e20970efb --- /dev/null +++ b/math/R-cran-expm/Makefile @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= expm +DISTVERSION= 0.999-2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Matrix Exponential, Log, 'etc' + +LICENSE= GPLv2+ + +USES= cran:auto-plist,compiles + +.include diff --git a/math/R-cran-expm/distinfo b/math/R-cran-expm/distinfo new file mode 100644 index 000000000000..c02a9092b240 --- /dev/null +++ b/math/R-cran-expm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1494147072 +SHA256 (expm_0.999-2.tar.gz) = 38f1e5bfa90f794486789695d0d9e49158c7eb9445dc171dd83dec3d8fa130d6 +SIZE (expm_0.999-2.tar.gz) = 136750 diff --git a/math/R-cran-expm/pkg-descr b/math/R-cran-expm/pkg-descr new file mode 100644 index 000000000000..ae1db6e8a487 --- /dev/null +++ b/math/R-cran-expm/pkg-descr @@ -0,0 +1,4 @@ +Computation of the matrix exponential, logarithm, sqrt, and related +quantities. + +WWW: https://cran.r-project.org/web/packages/expm/