mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add a new port: databases/R-cran-RMySQL
RMySQL is a database interface and MySQL driver for R. This version complies with the database interface definition as implemented in the package DBI 0.2-2. WWW: http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL
This commit is contained in:
parent
454e611ea0
commit
a48bd75366
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281095
4 changed files with 33 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
COMMENT = Databases
|
||||
|
||||
SUBDIR += R-cran-DBI
|
||||
SUBDIR += R-cran-RMySQL
|
||||
SUBDIR += WWWdb
|
||||
SUBDIR += adminer
|
||||
SUBDIR += adodb
|
||||
|
|
25
databases/R-cran-RMySQL/Makefile
Normal file
25
databases/R-cran-RMySQL/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: R-cran-RMySQL
|
||||
# Date created: 2011-08-16
|
||||
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= RMySQL
|
||||
DISTVERSION= 0.8-0
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= R-cran-
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= R interface to the MySQL database
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= R-cran-DBI>=0.2.2:${PORTSDIR}/databases/R-cran-DBI
|
||||
|
||||
USE_MYSQL= yes
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/R-cran-RMySQL/distinfo
Normal file
2
databases/R-cran-RMySQL/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (RMySQL_0.8-0.tar.gz) = 13b950fe3764caedd9018f89e556624ae7f236a880dcf65735cdf98358c6590f
|
||||
SIZE (RMySQL_0.8-0.tar.gz) = 160735
|
5
databases/R-cran-RMySQL/pkg-descr
Normal file
5
databases/R-cran-RMySQL/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
RMySQL is a database interface and MySQL driver for R. This version
|
||||
complies with the database interface definition as implemented in
|
||||
the package DBI 0.2-2.
|
||||
|
||||
WWW: http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL
|
Loading…
Add table
Reference in a new issue