Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 15:35:14 +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: r401711 - in head/math: . R-cran-MatrixModels
Message-ID:  <201511151535.tAFFZEmC095882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Nov 15 15:35:14 2015
New Revision: 401711
URL: https://svnweb.freebsd.org/changeset/ports/401711

Log:
  - Add new port: math/R-cran-MatrixModels
  
    Modelling with sparse and dense 'Matrix' matrices, using modular
    prediction and response module classes.
  
    WWW: https://cran.r-project.org/web/packages/MatrixModels/

Added:
  head/math/R-cran-MatrixModels/
  head/math/R-cran-MatrixModels/Makefile   (contents, props changed)
  head/math/R-cran-MatrixModels/distinfo   (contents, props changed)
  head/math/R-cran-MatrixModels/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Nov 15 15:34:51 2015	(r401710)
+++ head/math/Makefile	Sun Nov 15 15:35:14 2015	(r401711)
@@ -11,6 +11,7 @@
     SUBDIR += R-cran-KFAS
     SUBDIR += R-cran-LearnBayes
     SUBDIR += R-cran-MCMCpack
+    SUBDIR += R-cran-MatrixModels
     SUBDIR += R-cran-NMF
     SUBDIR += R-cran-RHmm
     SUBDIR += R-cran-RSvgDevice

Added: head/math/R-cran-MatrixModels/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-MatrixModels/Makefile	Sun Nov 15 15:35:14 2015	(r401711)
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	MatrixModels
+DISTVERSION=	0.4-1
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Modelling with Sparse And Dense Matrices
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-MatrixModels/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-MatrixModels/distinfo	Sun Nov 15 15:35:14 2015	(r401711)
@@ -0,0 +1,2 @@
+SHA256 (MatrixModels_0.4-1.tar.gz) = fe878e401e697992a480cd146421c3a10fa331f6b37a51bac83b5c1119dcce33
+SIZE (MatrixModels_0.4-1.tar.gz) = 23065

Added: head/math/R-cran-MatrixModels/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-MatrixModels/pkg-descr	Sun Nov 15 15:35:14 2015	(r401711)
@@ -0,0 +1,4 @@
+Modelling with sparse and dense 'Matrix' matrices, using modular
+prediction and response module classes.
+
+WWW: https://cran.r-project.org/web/packages/MatrixModels/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511151535.tAFFZEmC095882>