aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2012-08-23 02:04:16 +0800
committerskreuzer <skreuzer@FreeBSD.org>2012-08-23 02:04:16 +0800
commitb304c15c8e31747b51699fae7c0ea24875ee4519 (patch)
tree22d58d8c195ee3c5b11e3ceab78207ee21ce366d /databases
parent5c9e68937b4f1c83adf00cc726c8daddba189a3f (diff)
downloadfreebsd-ports-gnome-b304c15c8e31747b51699fae7c0ea24875ee4519.tar.gz
freebsd-ports-gnome-b304c15c8e31747b51699fae7c0ea24875ee4519.tar.zst
freebsd-ports-gnome-b304c15c8e31747b51699fae7c0ea24875ee4519.zip
This package uses SQLite's loadable extension feature to provide a number of
additional SQL functions and aggregates within R WWW: http://cran.r-project.org/web/packages/RSQLite.extfuns/
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/R-cran-RSQLite.extfuns/Makefile24
-rw-r--r--databases/R-cran-RSQLite.extfuns/distinfo2
-rw-r--r--databases/R-cran-RSQLite.extfuns/pkg-descr4
4 files changed, 31 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 267d78cf535e..265897565067 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -6,6 +6,7 @@
SUBDIR += R-cran-DBI
SUBDIR += R-cran-RMySQL
SUBDIR += R-cran-RSQLite
+ SUBDIR += R-cran-RSQLite.extfuns
SUBDIR += WWWdb
SUBDIR += adminer
SUBDIR += adodb
diff --git a/databases/R-cran-RSQLite.extfuns/Makefile b/databases/R-cran-RSQLite.extfuns/Makefile
new file mode 100644
index 000000000000..4afbed5b4a11
--- /dev/null
+++ b/databases/R-cran-RSQLite.extfuns/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-RSQLite.extfuns
+# Date created: 2012-08-21
+# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= RSQLite.extfuns
+PORTVERSION= 0.0.1
+CATEGORIES= databases
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= skreuzer@FreeBSD.org
+COMMENT= SQLite extension functions for RSQLite
+
+LICENSE= AL2
+
+BUILD_DEPENDS= R-cran-RSQLite>=0.11.1:${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.extfuns/distinfo b/databases/R-cran-RSQLite.extfuns/distinfo
new file mode 100644
index 000000000000..60d360551189
--- /dev/null
+++ b/databases/R-cran-RSQLite.extfuns/distinfo
@@ -0,0 +1,2 @@
+SHA256 (RSQLite.extfuns_0.0.1.tar.gz) = ca5c7947c041e17ba83bed3f5866f7eeb9b7f361e5c050c9b58eec5670f03d0e
+SIZE (RSQLite.extfuns_0.0.1.tar.gz) = 15367
diff --git a/databases/R-cran-RSQLite.extfuns/pkg-descr b/databases/R-cran-RSQLite.extfuns/pkg-descr
new file mode 100644
index 000000000000..22040b94dbba
--- /dev/null
+++ b/databases/R-cran-RSQLite.extfuns/pkg-descr
@@ -0,0 +1,4 @@
+This package uses SQLite's loadable extension feature to provide a number of
+additional SQL functions and aggregates within R
+
+WWW: http://cran.r-project.org/web/packages/RSQLite.extfuns/