Date: Thu, 18 Apr 2024 08:37:58 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ac2d227e9b54 - main - R-cran-slam: New port: Sparse Lightweight Arrays and Matrices Message-ID: <202404180837.43I8bwUQ030045@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac2d227e9b54f3d7f6f3acf2ea80bd58989d96e3 commit ac2d227e9b54f3d7f6f3acf2ea80bd58989d96e3 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-04-18 08:36:09 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-18 08:36:09 +0000 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(+) 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404180837.43I8bwUQ030045>