Page MenuHomeFreeBSD

D56081.id174286.diff
No OneTemporary

D56081.id174286.diff

diff --git a/databases/R-cran-pool/Makefile b/databases/R-cran-pool/Makefile
new file mode 100644
--- /dev/null
+++ b/databases/R-cran-pool/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= pool
+DISTVERSION= 1.0.4
+CATEGORIES= databases
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= chris.longros@gmail.com
+COMMENT= Object pooling for DBI database connections
+WWW= https://cran.r-project.org/package=pool
+
+LICENSE= MIT
+
+RUN_DEPENDS= R-cran-DBI>=1.2.1:databases/R-cran-DBI \
+ R-cran-later>=1.0.0:devel/R-cran-later \
+ R-cran-R6>0:devel/R-cran-R6 \
+ R-cran-rlang>=1.0.0:devel/R-cran-rlang
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/databases/R-cran-pool/distinfo b/databases/R-cran-pool/distinfo
new file mode 100644
--- /dev/null
+++ b/databases/R-cran-pool/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1728950400
+SHA256 (pool_1.0.4.tar.gz) = 0c4390fa98a76a42a2ccecc1af84d06ac6da4aa3920aee2003cae9e5d9ced677
+SIZE (pool_1.0.4.tar.gz) = 40154
diff --git a/databases/R-cran-pool/pkg-descr b/databases/R-cran-pool/pkg-descr
new file mode 100644
--- /dev/null
+++ b/databases/R-cran-pool/pkg-descr
@@ -0,0 +1,6 @@
+Enables the creation of object pools for various types of objects in R,
+with a primary focus on DBI database connections. It provides a DBI
+backend that manages a shared pool of connections, automatically
+validating, creating, and destroying connections as needed. This is
+particularly useful for Shiny applications and other multi-user R
+services that need efficient database access.

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 8, 2:32 AM (49 m, 4 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34825788
Default Alt Text
D56081.id174286.diff (1 KB)

Event Timeline