svn commit: r401711 - in head/math: . R-cran-MatrixModels

TAKATSU Tomonari tota at FreeBSD.org
Sun Nov 15 15:35:16 UTC 2015


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	MatrixModels
+DISTVERSION=	0.4-1
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at 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/


More information about the svn-ports-all mailing list