aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Longros <chris.longros@gmail.com>2026-03-29 16:54:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-03-29 16:56:16 +0000
commit1b7a45852584e136ec3fd7a4eed5d3353dee0ea9 (patch)
tree1a2099becb3f94e02d9fa8dce4965c842e76faa3
parent765a30feb6e4308a613eb6eaba50e4d3c5377664 (diff)
math/R-cran-collections: New port: High performance container data types
Differential Revision: https://reviews.freebsd.org/D56047
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-collections/Makefile14
-rw-r--r--math/R-cran-collections/distinfo3
-rw-r--r--math/R-cran-collections/pkg-descr2
4 files changed, 20 insertions, 0 deletions
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.