- Add new port: databases/R-cran-RPostgreSQL
Database interface and 'PostgreSQL' driver for 'R'. This package provides a Database Interface 'DBI' compliant driver for 'R' to access 'PostgreSQL' database systems. In order to build and install this package from source, 'PostgreSQL' itself must be present your system to provide 'PostgreSQL' functionality via its libraries and header files. These files are provided as 'postgresql-devel' package under some Linux distributions. On 'macOS' and 'Microsoft Windows' system the attached 'libpq' library source will be used. WWW: https://cran.r-project.org/web/packages/RPostgreSQL/
This commit is contained in:
parent
a8ff5c20aa
commit
b2c1bf29a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468395
4 changed files with 34 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
SUBDIR += R-cran-DBI
|
||||
SUBDIR += R-cran-RMySQL
|
||||
SUBDIR += R-cran-RPostgreSQL
|
||||
SUBDIR += R-cran-RSQLite
|
||||
SUBDIR += R-cran-RSQLite.extfuns
|
||||
SUBDIR += R-cran-sqldf
|
||||
|
|
20
databases/R-cran-RPostgreSQL/Makefile
Normal file
20
databases/R-cran-RPostgreSQL/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= RPostgreSQL
|
||||
DISTVERSION= 0.6-2
|
||||
CATEGORIES= databases
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= R Interface to the 'PostgreSQL' Database System
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cran:auto-plist,compiles pgsql
|
||||
|
||||
CRAN_DEPENDS= R-cran-DBI>=0.3:databases/R-cran-DBI
|
||||
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/R-cran-RPostgreSQL/distinfo
Normal file
3
databases/R-cran-RPostgreSQL/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1524790997
|
||||
SHA256 (RPostgreSQL_0.6-2.tar.gz) = 080118647208bfa2621bcaac0d324891cc513e07618fa22e3c50ec2050e1b0d5
|
||||
SIZE (RPostgreSQL_0.6-2.tar.gz) = 579968
|
10
databases/R-cran-RPostgreSQL/pkg-descr
Normal file
10
databases/R-cran-RPostgreSQL/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
Database interface and 'PostgreSQL' driver for 'R'. This package
|
||||
provides a Database Interface 'DBI' compliant driver for 'R' to
|
||||
access 'PostgreSQL' database systems. In order to build and install
|
||||
this package from source, 'PostgreSQL' itself must be present your
|
||||
system to provide 'PostgreSQL' functionality via its libraries and
|
||||
header files. These files are provided as 'postgresql-devel' package
|
||||
under some Linux distributions. On 'macOS' and 'Microsoft Windows'
|
||||
system the attached 'libpq' library source will be used.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/RPostgreSQL/
|
Loading…
Reference in a new issue