diff options
| author | Christos Longros <chris.longros@gmail.com> | 2026-03-29 17:01:52 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-03-29 17:02:09 +0000 |
| commit | f4286856094d3b9f837af69ca2478a12deb33c13 (patch) | |
| tree | f6edd7bff041cd53f8ed241a4f35d3d041d20938 /databases/R-cran-RPostgres | |
| parent | 1b7a45852584e136ec3fd7a4eed5d3353dee0ea9 (diff) | |
Diffstat (limited to 'databases/R-cran-RPostgres')
| -rw-r--r-- | databases/R-cran-RPostgres/Makefile | 24 | ||||
| -rw-r--r-- | databases/R-cran-RPostgres/distinfo | 3 | ||||
| -rw-r--r-- | databases/R-cran-RPostgres/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/databases/R-cran-RPostgres/Makefile b/databases/R-cran-RPostgres/Makefile new file mode 100644 index 000000000000..489ca3f3c860 --- /dev/null +++ b/databases/R-cran-RPostgres/Makefile @@ -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> diff --git a/databases/R-cran-RPostgres/distinfo b/databases/R-cran-RPostgres/distinfo new file mode 100644 index 000000000000..b957bc95e4b3 --- /dev/null +++ b/databases/R-cran-RPostgres/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1740355200 +SHA256 (RPostgres_1.4.10.tar.gz) = f73424438dbab7eb94e75b0732d62e7d25dd52040cac99b07b9c71f0a1fd03e9 +SIZE (RPostgres_1.4.10.tar.gz) = 1471625 diff --git a/databases/R-cran-RPostgres/pkg-descr b/databases/R-cran-RPostgres/pkg-descr new file mode 100644 index 000000000000..ba615ad1e54b --- /dev/null +++ b/databases/R-cran-RPostgres/pkg-descr @@ -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. |
