From owner-svn-ports-all@freebsd.org Sun Nov 15 15:35:16 2015 Return-Path: Delivered-To: svn-ports-all@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 1F8B3A2F049; Sun, 15 Nov 2015 15:35:16 +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 C35081645; Sun, 15 Nov 2015 15:35:15 +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 tAFFZEOk095886; Sun, 15 Nov 2015 15:35:14 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAFFZEmC095882; Sun, 15 Nov 2015 15:35:14 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511151535.tAFFZEmC095882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 15 Nov 2015 15:35:14 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 15:35:16 -0000 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 +# $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 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/