From owner-svn-ports-head@freebsd.org Sun May 7 09:03:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 488B6D602EA; Sun, 7 May 2017 09:03:49 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F06B2ADE; Sun, 7 May 2017 09:03:48 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4793lsc045868; Sun, 7 May 2017 09:03:47 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4793lgd045864; Sun, 7 May 2017 09:03:47 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705070903.v4793lgd045864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 7 May 2017 09:03:47 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2017 09:03:49 -0000 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 +# $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 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/