diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-04-18 08:36:09 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-04-18 08:36:09 +0000 |
commit | ac2d227e9b54f3d7f6f3acf2ea80bd58989d96e3 (patch) | |
tree | fa09bed963bc64768020ffb40f3dca544aa1ec67 | |
parent | 48ecd3c6ec76b1847c278527713feb759c98b630 (diff) | |
download | ports-ac2d227e9b54f3d7f6f3acf2ea80bd58989d96e3.tar.gz ports-ac2d227e9b54f3d7f6f3acf2ea80bd58989d96e3.zip |
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/
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-slam/Makefile | 14 | ||||
-rw-r--r-- | math/R-cran-slam/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-slam/pkg-descr | 3 |
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. |