pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-DBI



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Apr 10 01:02:24 UTC 2018

Modified Files:
        pkgsrc/math/R-DBI: DESCR Makefile distinfo

Log Message:
math/R-DBI: Update to 0.8

Notable changes since 0.7.0:

    - SQL() now strips the names from the output if the names argument is
      unset.

    - The dbReadTable(), dbWriteTable(), dbExistsTable(), dbRemoveTable(),
      and dbListFields() generics now specialize over the first two
      arguments to support implementations with the Id S4 class as type
      for the second argument. Some packages may need to update their
      documentation to satisfy R CMD check again.

    - Schema support: Export Id(), new generics dbListObjects() and
      dbUnquoteIdentifier(), methods for Id that call dbQuoteIdentifier()
      and then forward.

    - New dbQuoteLiteral() generic. The default implementation uses
      switchpatch to avoid dispatch ambiguities, and forwards to
      dbQuoteString() for character vectors. Backends may override methods
      that also dispatch on the second argument, but in this case also an
      override for the "SQL" class is necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/math/R-DBI/DESCR
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-DBI/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-DBI/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-DBI/DESCR
diff -u pkgsrc/math/R-DBI/DESCR:1.1.1.1 pkgsrc/math/R-DBI/DESCR:1.2
--- pkgsrc/math/R-DBI/DESCR:1.1.1.1     Sun Apr 15 17:54:23 2012
+++ pkgsrc/math/R-DBI/DESCR     Tue Apr 10 01:02:24 2018
@@ -1,4 +1,4 @@
-A database interface (DBI) definition for communication between R and
+A database interface definition for communication between R and
 relational database management systems.  All classes in this package
 are virtual and need to be extended by the various R/DBMS
 implementations.

Index: pkgsrc/math/R-DBI/Makefile
diff -u pkgsrc/math/R-DBI/Makefile:1.4 pkgsrc/math/R-DBI/Makefile:1.5
--- pkgsrc/math/R-DBI/Makefile:1.4      Wed Feb 28 17:45:59 2018
+++ pkgsrc/math/R-DBI/Makefile  Tue Apr 10 01:02:24 2018
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2018/02/28 17:45:59 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2018/04/10 01:02:24 minskim Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${R_HOMEPAGE_BASE}/DBI/
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://r-dbi.github.io/DBI
 COMMENT=       R Database Interface
 LICENSE=       gnu-lgpl-v2
 
 R_PKGNAME=     DBI
-R_PKGVER=      0.7
+R_PKGVER=      0.8
+
+USE_LANGUAGES= # none
 
 BUILDLINK_API_DEPENDS.R+=      R>=3.0.0
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/math/R-DBI/distinfo
diff -u pkgsrc/math/R-DBI/distinfo:1.5 pkgsrc/math/R-DBI/distinfo:1.6
--- pkgsrc/math/R-DBI/distinfo:1.5      Wed Feb 28 17:45:59 2018
+++ pkgsrc/math/R-DBI/distinfo  Tue Apr 10 01:02:24 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/28 17:45:59 minskim Exp $
+$NetBSD: distinfo,v 1.6 2018/04/10 01:02:24 minskim Exp $
 
-SHA1 (R/DBI_0.7.tar.gz) = 9eae746d26a2a70b97ecd07ec30e505643df0c13
-RMD160 (R/DBI_0.7.tar.gz) = 5c326bb1b60a54b7807c55c5ff61e02aadd4a502
-SHA512 (R/DBI_0.7.tar.gz) = 4daa6092bcaba33cb58bfe18ae839ababab455fbf40ad905aca87218b134a4f9fcc022765ee6d1d8698b6046575c0b32cabeba8c25d3a83eda02d00455a98dec
-Size (R/DBI_0.7.tar.gz) = 613174 bytes
+SHA1 (R/DBI_0.8.tar.gz) = b681be1ec9df4ca52de7be091b975b57ddf698c8
+RMD160 (R/DBI_0.8.tar.gz) = 83d84a82cf08ef56ce03e6c1aff8955bd6d011c0
+SHA512 (R/DBI_0.8.tar.gz) = cf67dbc25f0bed22bbed20b58811388fa030392be5add89afdc661c3d5247999c788f77fb29dc2c9faa379a7805ef0b87b1177129457cbbd80c2a5b00dc43ea7
+Size (R/DBI_0.8.tar.gz) = 882776 bytes



Home | Main Index | Thread Index | Old Index