Index: devel/R-cran-bigmemory/Makefile =================================================================== --- /dev/null +++ devel/R-cran-bigmemory/Makefile @@ -0,0 +1,23 @@ +# Created by: Devin Teske +# $FreeBSD$ + +PORTNAME= bigmemory +PORTVERSION= 4.5.33 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= dteske@FreeBSD.org +COMMENT= Manage Massive Matrices with Shared Memory and Memory-Mapped Files + +LICENSE= LGPL3 APACHE20 +LICENSE_COMB= dual + +CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ + R-cran-BH>0:devel/R-cran-BH \ + R-cran-bigmemory.sri>0:devel/R-cran-bigmemory.sri +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include Index: devel/R-cran-bigmemory/distinfo =================================================================== --- /dev/null +++ devel/R-cran-bigmemory/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1575364395 +SHA256 (bigmemory_4.5.33.tar.gz) = 7237d9785d8ce3eab4e36ad3ce2c95cbae926326031661b4f237b7517f4b9479 +SIZE (bigmemory_4.5.33.tar.gz) = 243135 Index: devel/R-cran-bigmemory/pkg-descr =================================================================== --- /dev/null +++ devel/R-cran-bigmemory/pkg-descr @@ -0,0 +1,5 @@ +bigmemory provides the ability to create, store, access, and manipulate +massive matrices in R. Matrices are allocated to shared memory and may +use memory-mapped files. + +WWW: https://cran.r-project.org/web/packages/bigmemory/