Date: Sun, 7 May 2017 09:03:47 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440318 - in head/math: . R-cran-expm Message-ID: <201705070903.v4793lgd045864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun May 7 09:03:47 2017 New Revision: 440318 URL: https://svnweb.freebsd.org/changeset/ports/440318 Log: - 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/ Added: head/math/R-cran-expm/ head/math/R-cran-expm/Makefile (contents, props changed) head/math/R-cran-expm/distinfo (contents, props changed) head/math/R-cran-expm/pkg-descr (contents, props changed) Modified: head/math/Makefile (contents, props changed) Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun May 7 08:38:19 2017 (r440317) +++ head/math/Makefile Sun May 7 09:03:47 2017 (r440318) @@ -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 Added: head/math/R-cran-expm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-expm/Makefile Sun May 7 09:03:47 2017 (r440318) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $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 <bsd.port.mk> Added: head/math/R-cran-expm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-expm/distinfo Sun May 7 09:03:47 2017 (r440318) @@ -0,0 +1,3 @@ +TIMESTAMP = 1494147072 +SHA256 (expm_0.999-2.tar.gz) = 38f1e5bfa90f794486789695d0d9e49158c7eb9445dc171dd83dec3d8fa130d6 +SIZE (expm_0.999-2.tar.gz) = 136750 Added: head/math/R-cran-expm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-expm/pkg-descr Sun May 7 09:03:47 2017 (r440318) @@ -0,0 +1,4 @@ +Computation of the matrix exponential, logarithm, sqrt, and related +quantities. + +WWW: https://cran.r-project.org/web/packages/expm/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705070903.v4793lgd045864>