Page MenuHomeFreeBSD

D22677.id183012.diff
No OneTemporary

D22677.id183012.diff

diff --git a/devel/Makefile b/devel/Makefile
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -18,6 +18,7 @@
SUBDIR += R-cran-S7
SUBDIR += R-cran-TH.data
SUBDIR += R-cran-abind
+ SUBDIR += R-cran-bigmemory
SUBDIR += R-cran-bindr
SUBDIR += R-cran-bindrcpp
SUBDIR += R-cran-bit
diff --git a/devel/R-cran-bigmemory/Makefile b/devel/R-cran-bigmemory/Makefile
new file mode 100644
--- /dev/null
+++ b/devel/R-cran-bigmemory/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= bigmemory
+PORTVERSION= 4.6.6
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= dteske@FreeBSD.org
+COMMENT= Manage Massive Matrices with Shared Memory and Memory-Mapped Files
+WWW= https://github.com/kaneplusplus/bigmemory
+
+LICENSE= LGPL3 APACHE20
+LICENSE_COMB= dual
+
+CRAN_DEPENDS= R-cran-BH>0:devel/R-cran-BH \
+ R-cran-Rcpp>0:devel/R-cran-Rcpp \
+ R-cran-bigmemory.sri>0:devel/R-cran-bigmemory.sri \
+ R-cran-uuid>=1.0.2:devel/R-cran-uuid
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-bigmemory/distinfo b/devel/R-cran-bigmemory/distinfo
new file mode 100644
--- /dev/null
+++ b/devel/R-cran-bigmemory/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1785287063
+SHA256 (bigmemory_4.6.6.tar.gz) = 5b87d62c23dbebcc186b7df0b4216a6e43d5fd3455e8bd767dd801f103db42f8
+SIZE (bigmemory_4.6.6.tar.gz) = 72247
diff --git a/devel/R-cran-bigmemory/pkg-descr b/devel/R-cran-bigmemory/pkg-descr
new file mode 100644
--- /dev/null
+++ b/devel/R-cran-bigmemory/pkg-descr
@@ -0,0 +1,3 @@
+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.

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 3, 2:04 AM (8 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35819327
Default Alt Text
D22677.id183012.diff (1 KB)

Event Timeline