aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2012-08-23 02:02:55 +0800
committerskreuzer <skreuzer@FreeBSD.org>2012-08-23 02:02:55 +0800
commit5c9e68937b4f1c83adf00cc726c8daddba189a3f (patch)
tree8622a1fda4427eec10ea0c06b90e64b59d8e8310
parent050e733879b5f0ead8b8306864cc67c9f9ab3167 (diff)
downloadfreebsd-ports-gnome-5c9e68937b4f1c83adf00cc726c8daddba189a3f.tar.gz
freebsd-ports-gnome-5c9e68937b4f1c83adf00cc726c8daddba189a3f.tar.zst
freebsd-ports-gnome-5c9e68937b4f1c83adf00cc726c8daddba189a3f.zip
Database Interface R driver for SQLite. This package embeds the SQLite database
engine in R and provides an interface compliant with the DBI package. WWW: http://cran.r-project.org/web/packages/RSQLite/
-rw-r--r--databases/Makefile1
-rw-r--r--databases/R-cran-RSQLite/Makefile24
-rw-r--r--databases/R-cran-RSQLite/distinfo2
-rw-r--r--databases/R-cran-RSQLite/pkg-descr4
4 files changed, 31 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 523e849c7f85..267d78cf535e 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -5,6 +5,7 @@
SUBDIR += R-cran-DBI
SUBDIR += R-cran-RMySQL
+ SUBDIR += R-cran-RSQLite
SUBDIR += WWWdb
SUBDIR += adminer
SUBDIR += adodb
diff --git a/databases/R-cran-RSQLite/Makefile b/databases/R-cran-RSQLite/Makefile
new file mode 100644
index 000000000000..f9ef93fa70d1
--- /dev/null
+++ b/databases/R-cran-RSQLite/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-RSQLite
+# Date created: 2012-08-21
+# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= RSQLite
+PORTVERSION= 0.11.1
+CATEGORIES= databases
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= skreuzer@FreeBSD.org
+COMMENT= Database Interface R driver for SQLite
+
+LICENSE= LGPL20
+
+BUILD_DEPENDS= R-cran-DBI>=0.2.5:${PORTSDIR}/databases/R-cran-DBI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/databases/R-cran-RSQLite/distinfo b/databases/R-cran-RSQLite/distinfo
new file mode 100644
index 000000000000..eb217db094f1
--- /dev/null
+++ b/databases/R-cran-RSQLite/distinfo
@@ -0,0 +1,2 @@
+SHA256 (RSQLite_0.11.1.tar.gz) = 6b74a3afe353e4cf7563f7f2547a0c972f9025ac2d4196896ef804f8ae3266d4
+SIZE (RSQLite_0.11.1.tar.gz) = 1511241
diff --git a/databases/R-cran-RSQLite/pkg-descr b/databases/R-cran-RSQLite/pkg-descr
new file mode 100644
index 000000000000..c48648c27d83
--- /dev/null
+++ b/databases/R-cran-RSQLite/pkg-descr
@@ -0,0 +1,4 @@
+Database Interface R driver for SQLite. This package embeds the SQLite database
+engine in R and provides an interface compliant with the DBI package.
+
+WWW: http://cran.r-project.org/web/packages/RSQLite/