From ac2d227e9b54f3d7f6f3acf2ea80bd58989d96e3 Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Thu, 18 Apr 2024 09:36:09 +0100 Subject: 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/ --- math/Makefile | 1 + math/R-cran-slam/Makefile | 14 ++++++++++++++ math/R-cran-slam/distinfo | 3 +++ math/R-cran-slam/pkg-descr | 3 +++ 4 files changed, 21 insertions(+) create mode 100644 math/R-cran-slam/Makefile create mode 100644 math/R-cran-slam/distinfo create mode 100644 math/R-cran-slam/pkg-descr (limited to 'math') 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 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. -- cgit v1.2.3