Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2015 20:41:30 +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: r393972 - in head/math: . R-cran-irlba
Message-ID:  <201508112041.t7BKfUeP028725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Aug 11 20:41:29 2015
New Revision: 393972
URL: https://svnweb.freebsd.org/changeset/ports/393972

Log:
  - Add new port: math/R-cran-irlba
  
    A fast and memory-efficient method for computing a few approximate
    singular values and singular vectors of large matrices.
  
    WWW: https://cran.r-project.org/web/packages/irlba/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Aug 11 20:19:40 2015	(r393971)
+++ head/math/Makefile	Tue Aug 11 20:41:29 2015	(r393972)
@@ -29,6 +29,7 @@
     SUBDIR += R-cran-gtable
     SUBDIR += R-cran-igraph
     SUBDIR += R-cran-inline
+    SUBDIR += R-cran-irlba
     SUBDIR += R-cran-labeling
     SUBDIR += R-cran-memisc
     SUBDIR += R-cran-minqa

Added: head/math/R-cran-irlba/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-irlba/Makefile	Tue Aug 11 20:41:29 2015	(r393972)
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	irlba
+PORTVERSION=	1.0.3
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Fast partial SVD by implicitly-restarted Lanczos bidiagonalization
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-irlba/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-irlba/distinfo	Tue Aug 11 20:41:29 2015	(r393972)
@@ -0,0 +1,2 @@
+SHA256 (irlba_1.0.3.tar.gz) = deaf82b5670f91bc65a0ff31a2f03c540e210539251c5e0e10b2a707d3ac5ec0
+SIZE (irlba_1.0.3.tar.gz) = 180965

Added: head/math/R-cran-irlba/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-irlba/pkg-descr	Tue Aug 11 20:41:29 2015	(r393972)
@@ -0,0 +1,4 @@
+A fast and memory-efficient method for computing a few approximate
+singular values and singular vectors of large matrices.
+
+WWW: https://cran.r-project.org/web/packages/irlba/



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