1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

databases/R-cran-RPostgres: New port: C++ interface to PostgreSQL using cpp11

Differential Revision:	https://reviews.freebsd.org/D56083
This commit is contained in:
Christos Longros
2026-03-29 10:01:52 -07:00
committed by Yuri Victorovich
parent 1b7a458525
commit f428685609
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
SUBDIR += R-cran-RMariaDB
SUBDIR += R-cran-RMySQL
SUBDIR += R-cran-RPostgreSQL
SUBDIR += R-cran-RPostgres
SUBDIR += R-cran-RSQLite
SUBDIR += R-cran-cachem
SUBDIR += R-cran-dbplyr
+24
View File
@@ -0,0 +1,24 @@
PORTNAME= RPostgres
DISTVERSION= 1.4.10
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= chris.longros@gmail.com
COMMENT= C++ interface to PostgreSQL using cpp11
WWW= https://cran.r-project.org/package=RPostgres
LICENSE= MIT
CRAN_DEPENDS= R-cran-bit64>0:devel/R-cran-bit64 \
R-cran-blob>=1.2.0:devel/R-cran-blob \
R-cran-cpp11>0:devel/R-cran-cpp11 \
R-cran-DBI>=1.2.0:databases/R-cran-DBI \
R-cran-hms>=1.0.0:devel/R-cran-hms \
R-cran-lubridate>0:devel/R-cran-lubridate \
R-cran-withr>0:devel/R-cran-withr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles pgsql
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1740355200
SHA256 (RPostgres_1.4.10.tar.gz) = f73424438dbab7eb94e75b0732d62e7d25dd52040cac99b07b9c71f0a1fd03e9
SIZE (RPostgres_1.4.10.tar.gz) = 1471625
+4
View File
@@ -0,0 +1,4 @@
Fully DBI-compliant C++ interface to PostgreSQL using the cpp11
package. This is the modern replacement for RPostgreSQL, providing
better performance, more complete DBI support, and active maintenance
by the r-dbi team.