Date: Wed, 22 Aug 2012 18:04:17 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302951 - in head/databases: . R-cran-RSQLite.extfuns Message-ID: <201208221804.q7MI4Hut072181@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Wed Aug 22 18:04:16 2012 New Revision: 302951 URL: http://svn.freebsd.org/changeset/ports/302951 Log: 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/ Added: head/databases/R-cran-RSQLite.extfuns/ head/databases/R-cran-RSQLite.extfuns/Makefile (contents, props changed) head/databases/R-cran-RSQLite.extfuns/distinfo (contents, props changed) head/databases/R-cran-RSQLite.extfuns/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Aug 22 18:02:55 2012 (r302950) +++ head/databases/Makefile Wed Aug 22 18:04:16 2012 (r302951) @@ -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 Added: head/databases/R-cran-RSQLite.extfuns/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/R-cran-RSQLite.extfuns/Makefile Wed Aug 22 18:04:16 2012 (r302951) @@ -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> Added: head/databases/R-cran-RSQLite.extfuns/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/R-cran-RSQLite.extfuns/distinfo Wed Aug 22 18:04:16 2012 (r302951) @@ -0,0 +1,2 @@ +SHA256 (RSQLite.extfuns_0.0.1.tar.gz) = ca5c7947c041e17ba83bed3f5866f7eeb9b7f361e5c050c9b58eec5670f03d0e +SIZE (RSQLite.extfuns_0.0.1.tar.gz) = 15367 Added: head/databases/R-cran-RSQLite.extfuns/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/R-cran-RSQLite.extfuns/pkg-descr Wed Aug 22 18:04:16 2012 (r302951) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208221804.q7MI4Hut072181>