aboutsummaryrefslogtreecommitdiffstats
path: root/databases/R-cran-RMySQL
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-09-03 23:25:40 +0800
committertota <tota@FreeBSD.org>2011-09-03 23:25:40 +0800
commit8a7d1c24a49b4867c1416ce74c832b0738a49331 (patch)
tree22e3775dfc09f58f5e1fd33eff40c6474a8f9cfa /databases/R-cran-RMySQL
parentb53e1e8db2aa7a6a8b5df61eaedfdf9ee0a179f4 (diff)
downloadfreebsd-ports-gnome-8a7d1c24a49b4867c1416ce74c832b0738a49331.tar.gz
freebsd-ports-gnome-8a7d1c24a49b4867c1416ce74c832b0738a49331.tar.zst
freebsd-ports-gnome-8a7d1c24a49b4867c1416ce74c832b0738a49331.zip
- 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
Diffstat (limited to 'databases/R-cran-RMySQL')
-rw-r--r--databases/R-cran-RMySQL/Makefile25
-rw-r--r--databases/R-cran-RMySQL/distinfo2
-rw-r--r--databases/R-cran-RMySQL/pkg-descr5
3 files changed, 32 insertions, 0 deletions
diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile
new file mode 100644
index 000000000000..9290e06f02a2
--- /dev/null
+++ b/databases/R-cran-RMySQL/Makefile
@@ -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>
diff --git a/databases/R-cran-RMySQL/distinfo b/databases/R-cran-RMySQL/distinfo
new file mode 100644
index 000000000000..cccf716c7bf3
--- /dev/null
+++ b/databases/R-cran-RMySQL/distinfo
@@ -0,0 +1,2 @@
+SHA256 (RMySQL_0.8-0.tar.gz) = 13b950fe3764caedd9018f89e556624ae7f236a880dcf65735cdf98358c6590f
+SIZE (RMySQL_0.8-0.tar.gz) = 160735
diff --git a/databases/R-cran-RMySQL/pkg-descr b/databases/R-cran-RMySQL/pkg-descr
new file mode 100644
index 000000000000..54c8d65af70d
--- /dev/null
+++ b/databases/R-cran-RMySQL/pkg-descr
@@ -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