git: 1b7a45852584 - main - math/R-cran-collections: New port: High performance container data types
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Mar 2026 16:56:29 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1b7a45852584e136ec3fd7a4eed5d3353dee0ea9
commit 1b7a45852584e136ec3fd7a4eed5d3353dee0ea9
Author: Christos Longros <chris.longros@gmail.com>
AuthorDate: 2026-03-29 16:54:56 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-29 16:56:16 +0000
math/R-cran-collections: New port: High performance container data types
Differential Revision: https://reviews.freebsd.org/D56047
---
math/Makefile | 1 +
math/R-cran-collections/Makefile | 14 ++++++++++++++
math/R-cran-collections/distinfo | 3 +++
math/R-cran-collections/pkg-descr | 2 ++
4 files changed, 20 insertions(+)
diff --git a/math/Makefile b/math/Makefile
index 0e60071763c5..2d9210839d87 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -46,6 +46,7 @@
SUBDIR += R-cran-car
SUBDIR += R-cran-carData
SUBDIR += R-cran-coda
+ SUBDIR += R-cran-collections
SUBDIR += R-cran-combinat
SUBDIR += R-cran-conf.design
SUBDIR += R-cran-conquer
diff --git a/math/R-cran-collections/Makefile b/math/R-cran-collections/Makefile
new file mode 100644
index 000000000000..5f51e8daecd5
--- /dev/null
+++ b/math/R-cran-collections/Makefile
@@ -0,0 +1,14 @@
+PORTNAME= collections
+DISTVERSION= 0.3.12
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= chris.longros@gmail.com
+COMMENT= High performance container data types
+WWW= https://cran.r-project.org/package=collections
+
+LICENSE= MIT
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-collections/distinfo b/math/R-cran-collections/distinfo
new file mode 100644
index 000000000000..ec694938e9af
--- /dev/null
+++ b/math/R-cran-collections/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1774803210
+SHA256 (collections_0.3.12.tar.gz) = 60e63ee65bc1889e54a008410f53cb5b643f2fffdb926c3ed12316094709c60d
+SIZE (collections_0.3.12.tar.gz) = 112017
diff --git a/math/R-cran-collections/pkg-descr b/math/R-cran-collections/pkg-descr
new file mode 100644
index 000000000000..daae059ddd94
--- /dev/null
+++ b/math/R-cran-collections/pkg-descr
@@ -0,0 +1,2 @@
+High performance container data types such as queues, stacks,
+deques, dicts, and ordered dicts. Implemented in C for speed.