summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-04-18 09:36:09 +0100
committerNuno Teixeira <eduardo@FreeBSD.org>2024-04-18 09:36:09 +0100
commitac2d227e9b54f3d7f6f3acf2ea80bd58989d96e3 (patch)
treefa09bed963bc64768020ffb40f3dca544aa1ec67 /math
parentmath/R-cran-lme4: Update to 1.1-35.3 (diff)
R-cran-slam: New port: Sparse Lightweight Arrays and Matrices
Data structures and algorithms for sparse arrays and matrices, based on index arrays and simple triplet representations, respectively. WWW: https://cran.r-project.org/web/packages/slam/
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-slam/Makefile14
-rw-r--r--math/R-cran-slam/distinfo3
-rw-r--r--math/R-cran-slam/pkg-descr3
4 files changed, 21 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 362bc257f0b9..5b4e787e1534 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -132,6 +132,7 @@
SUBDIR += R-cran-scatterplot3d
SUBDIR += R-cran-sets
SUBDIR += R-cran-sf
+ SUBDIR += R-cran-slam
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
SUBDIR += R-cran-spData
diff --git a/math/R-cran-slam/Makefile b/math/R-cran-slam/Makefile
new file mode 100644
index 000000000000..d9abb44cc210
--- /dev/null
+++ b/math/R-cran-slam/Makefile
@@ -0,0 +1,14 @@
+PORTNAME= slam
+DISTVERSION= 0.1-50
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= eduardo@FreeBSD.org
+COMMENT= Sparse Lightweight Arrays and Matrices
+WWW= https://cran.r-project.org/web/packages/slam/
+
+LICENSE= GPLv2+
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-slam/distinfo b/math/R-cran-slam/distinfo
new file mode 100644
index 000000000000..a2b4d483a1cd
--- /dev/null
+++ b/math/R-cran-slam/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1713354419
+SHA256 (slam_0.1-50.tar.gz) = 7899bf3266c204ecccefc1878f96940b117d4503af128f4fbc50fc409163f8bd
+SIZE (slam_0.1-50.tar.gz) = 53641
diff --git a/math/R-cran-slam/pkg-descr b/math/R-cran-slam/pkg-descr
new file mode 100644
index 000000000000..d060ebc42677
--- /dev/null
+++ b/math/R-cran-slam/pkg-descr
@@ -0,0 +1,3 @@
+Data structures and algorithms for sparse arrays and matrices,
+based on index arrays and simple triplet representations,
+respectively.