- 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:
TAKATSU Tomonari 2011-09-03 15:25:40 +00:00
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

View file

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

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

View file

@ -0,0 +1,2 @@
SHA256 (RMySQL_0.8-0.tar.gz) = 13b950fe3764caedd9018f89e556624ae7f236a880dcf65735cdf98358c6590f
SIZE (RMySQL_0.8-0.tar.gz) = 160735

View 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