Up to [cvs.NetBSD.org] / pkgsrc / math / R-RPostgreSQL
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 18 07:57:49 2022 UTC (7 weeks, 1 day ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
(math/R-RPostgreSQL) Updated 0.7.3 to 0.7.4, explict NEWS.md unknown
Revision 1.10 / (download) - annotate - [select for diffs], Mon Apr 25 12:26:46 2022 UTC (9 months, 1 week ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
math/R-RPostgreSQL (math/R-RPostgreSQL) Upated 0.7.0 to 0.7.3, explicit ChangeLog/NEWS not updated but compliant to R-4.2.0, (fix build)
Revision 1.9 / (download) - annotate - [select for diffs], Sun Sep 19 03:05:04 2021 UTC (16 months, 2 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.8: +3 -5
lines
Diff to previous 1.8 (colored)
(math/R-RPostgreSQL) Updated 0.6.2 to 0.7 2021-07-26 Tomoaki NISHIYAMA <tomoakin@staff.kanazawa-u.ac.jp> * Change LICENCE to GPL-3 * import new config.guess and config.sub * Drop an unused variable RS_PostgreSQL_closeManager_t * Use seq_along() instead of seq(along=) * -Wno-stringop-truncation for libpq compilation on windows * Change Description for new version and license. * fix type as pointed out by PR #109 * http to https transition for URLs
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 8 19:53:45 2019 UTC (3 years, 6 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.7: +4 -6
lines
Diff to previous 1.7 (colored)
Update all R packages to canonical form. The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 31 18:26:23 2019 UTC (3 years, 6 months ago) by brook
Branch: MAIN
Changes since 1.6: +4 -3
lines
Diff to previous 1.6 (colored)
R-RPostgreSQL: update to canonical form of an R package. Update to the canonical form of an R package and fix the LICENSE field.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 28 14:40:46 2018 UTC (4 years, 6 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
Remove MASTER_SITES= from individual R package Makefiles. Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 7 12:15:38 2018 UTC (4 years, 7 months ago) by wen
Branch: MAIN
Changes since 1.4: +3 -4
lines
Diff to previous 1.4 (colored)
Update to 0.6.2 Upstream changes: Version 0.6-2 o dbGetQuery do not return NULL. o use registration mechanism to call native routines. Version 0.5-3 o Update the libpq library so that the package can be compiled in new versions of R and macOS. Version 0.5-2 o Support dbBegin() API version 0.5-1 --2014-02-08 o Remove segmentationfault when NULL is passed as host argument. o Conversion routine for raw in R and bytea in PostgreSQL o Use accompanied libpq when either of libpq and header is not found on darwin Version 0.5 -- 2013-10-12 o postgresqlWriteTable: send column names at COPY o System library header search path for OS X 10.9 (Mavericks) o Memory leak was reduced o Close the socket on failure Version 0.4 -- 2013-03-27 o Initial implementation of prepared statement o Use system libpq library when available on OS X (darwin) o Force ISO datestyle for PostgreSQL-R communication by default o Time zone aware Timestamp POSIXct conversion Version 0.3-3 -- 2012-10-05 o Bugfix on dbColumnInfo and others reproducible by gctorture(TRUE) o Do not implicitly make new connections, which interfere with transaction. o Change the notation of the LICENSE
Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 9 21:42:00 2016 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Recursive bump for all users of pgsql now that the default is 95.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 10 14:21:37 2014 UTC (8 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Bump PostgreSQL default version to 9.3.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 5 10:02:12 2012 UTC (10 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump PKGREVISION for change of PostgreSQL default version to 9.1.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Apr 15 17:57:36 2012 UTC (10 years, 9 months ago) by brook
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import RPostgreSQL v0.3-2. Database interface and PostgreSQL driver for R. This package provides a Database Interface (DBI) compliant driver for R to access PostgreSQL database systems. A wiki and issue tracking system for the package are available at Google Code at https://code.google.com/p/rpostgresql/.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 15 17:57:36 2012 UTC (10 years, 9 months ago) by brook
Branch: MAIN
Initial revision