- 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:
TAKATSU Tomonari 2011-09-03 11:06:43 +00:00
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

View file

@ -3,6 +3,7 @@
COMMENT = Databases
SUBDIR += R-cran-DBI
SUBDIR += WWWdb
SUBDIR += adminer
SUBDIR += adodb

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (DBI_0.2-5.tar.gz) = 99788a74678ff0f2995f2cf881e6d0d466b30511d0256a3a9235362d616ec57e
SIZE (DBI_0.2-5.tar.gz) = 308395

View 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/