diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-02-25 19:46:54 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-02-25 19:46:54 +0000 |
commit | 76b547b181b363aa7e6f09d7361e5dd346063018 (patch) | |
tree | 67aa85ab98306fee71d12317b643aa0a18807e8e /databases | |
parent | 933375bbf95fc70ab963a08cdac66a3b0bf81a31 (diff) | |
download | pkgsrc-76b547b181b363aa7e6f09d7361e5dd346063018.tar.gz |
Import databases/R-RSQLite 1.0.0 into pkgsrc.
This package embeds the SQLite database engine in R and provides
an interface compliant with the DBI package.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/R-RSQLite/DESCR | 2 | ||||
-rw-r--r-- | databases/R-RSQLite/Makefile | 17 | ||||
-rw-r--r-- | databases/R-RSQLite/distinfo | 6 |
3 files changed, 25 insertions, 0 deletions
diff --git a/databases/R-RSQLite/DESCR b/databases/R-RSQLite/DESCR new file mode 100644 index 00000000000..847e67a5b7e --- /dev/null +++ b/databases/R-RSQLite/DESCR @@ -0,0 +1,2 @@ +This package embeds the SQLite database engine in R and provides +an interface compliant with the DBI package. diff --git a/databases/R-RSQLite/Makefile b/databases/R-RSQLite/Makefile new file mode 100644 index 00000000000..62fc1a8e4c7 --- /dev/null +++ b/databases/R-RSQLite/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2016/02/25 19:46:54 fhajny Exp $ + +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/RSQLite/ +COMMENT= Database Interface R driver for SQLite +LICENSE= gnu-lgpl-v2 + +R_PKGNAME= RSQLite +R_PKGVER= 1.0.0 + +DEPENDS+= R-DBI>=0.3.1:../../math/R-DBI + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/R-RSQLite/distinfo b/databases/R-RSQLite/distinfo new file mode 100644 index 00000000000..00cb61bf6c0 --- /dev/null +++ b/databases/R-RSQLite/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/02/25 19:46:54 fhajny Exp $ + +SHA1 (R/RSQLite_1.0.0.tar.gz) = 2304d8c3e8768a4560947656977a8201a9129457 +RMD160 (R/RSQLite_1.0.0.tar.gz) = a2e2aeb636cbb2e3ba4248b845becaf9aa801227 +SHA512 (R/RSQLite_1.0.0.tar.gz) = 3ffde5bed18bde630d6130e2b9a15f17e77a2fe92aa2c7102fe59a20121f6aa704af1e8861269d1616231bc1d74193ebd101ee224112da667362897bc61e96db +Size (R/RSQLite_1.0.0.tar.gz) = 1745731 bytes |