svn commit: r468395 - in head/databases: . R-cran-RPostgreSQL
TAKATSU Tomonari
tota at FreeBSD.org
Fri Apr 27 03:25:18 UTC 2018
Author: tota
Date: Fri Apr 27 03:25:17 2018
New Revision: 468395
URL: https://svnweb.freebsd.org/changeset/ports/468395
Log:
- 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/
Added:
head/databases/R-cran-RPostgreSQL/
head/databases/R-cran-RPostgreSQL/Makefile (contents, props changed)
head/databases/R-cran-RPostgreSQL/distinfo (contents, props changed)
head/databases/R-cran-RPostgreSQL/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Fri Apr 27 01:46:45 2018 (r468394)
+++ head/databases/Makefile Fri Apr 27 03:25:17 2018 (r468395)
@@ -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
Added: head/databases/R-cran-RPostgreSQL/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/R-cran-RPostgreSQL/Makefile Fri Apr 27 03:25:17 2018 (r468395)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= RPostgreSQL
+DISTVERSION= 0.6-2
+CATEGORIES= databases
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota at 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>
Added: head/databases/R-cran-RPostgreSQL/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/R-cran-RPostgreSQL/distinfo Fri Apr 27 03:25:17 2018 (r468395)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1524790997
+SHA256 (RPostgreSQL_0.6-2.tar.gz) = 080118647208bfa2621bcaac0d324891cc513e07618fa22e3c50ec2050e1b0d5
+SIZE (RPostgreSQL_0.6-2.tar.gz) = 579968
Added: head/databases/R-cran-RPostgreSQL/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/R-cran-RPostgreSQL/pkg-descr Fri Apr 27 03:25:17 2018 (r468395)
@@ -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/
More information about the svn-ports-all
mailing list