mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
- Add a new port: databases/R-cran-DBI
A database interface (DBI) definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations. WWW: http://cran.r-project.org/web/packages/DBI/
This commit is contained in:
parent
508010664a
commit
4ca6eb680d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281082
4 changed files with 29 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
COMMENT = Databases
|
||||
|
||||
SUBDIR += R-cran-DBI
|
||||
SUBDIR += WWWdb
|
||||
SUBDIR += adminer
|
||||
SUBDIR += adodb
|
||||
|
|
20
databases/R-cran-DBI/Makefile
Normal file
20
databases/R-cran-DBI/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: R-cran-DBI
|
||||
# Date created: 2011-08-16
|
||||
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBI
|
||||
DISTVERSION= 0.2-5
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= R-cran-
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= R Database Interface
|
||||
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/R-cran-DBI/distinfo
Normal file
2
databases/R-cran-DBI/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (DBI_0.2-5.tar.gz) = 99788a74678ff0f2995f2cf881e6d0d466b30511d0256a3a9235362d616ec57e
|
||||
SIZE (DBI_0.2-5.tar.gz) = 308395
|
6
databases/R-cran-DBI/pkg-descr
Normal file
6
databases/R-cran-DBI/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
A database interface (DBI) definition for communication between R
|
||||
and relational database management systems. All classes in this
|
||||
package are virtual and need to be extended by the various R/DBMS
|
||||
implementations.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/DBI/
|
Loading…
Add table
Reference in a new issue