summaryrefslogtreecommitdiff
path: root/www/R-curl
AgeCommit message (Collapse)AuthorFilesLines
2019-11-08(www/R-curl) Updated from 4.0 to 4.2 (also fix build on NetBSD/amd64 9.0_BETA)mef2-8/+7
4.2 - Fix for old versions of libcurl (build was broken in 4.1 on RHEL / CentOS). - Add hostname to timeout errors (#190) 4.1 - Fixed typechecking code for new internal macro names in libcurl 7.66 - Rewrite typechecking to work better with clang and old libcurl (#192) - has_internet() now checks for connectivity via a proxy server if one is detected - Windows: respect the CURL_SSL_BACKEND variable for people that want to use OpenSSL. - Windows: respect CURL_CA_BUNDLE if (and only if) CURL_SSL_BACKEND == openssl - curl_download now writes to a temporary file, which is renamed to the destfile upon success. This prevents corrupt files when a download fails or is interrupted. - Automatically set forbid_reuse = TRUE in curl_echo() handles - Update symbol table to 7.66.0
2019-09-26R-curl: this needs pkg-config to detect curlwiz1-1/+2
This still doesn't build though.
2019-08-22Recursive revbump from boost-1.71.0ryoon1-1/+2
2019-08-08Update all R packages to canonical form.brook1-6/+4
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
2019-08-01R-curl: remove a PLIST that is not needed.brook1-27/+0
2019-08-01R-curl: update to version 4.0.brook3-14/+10
Update to the canonical form of an R package.
2019-07-20*: recursive bump for nettle 3.5.1wiz1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon1-1/+2
2018-12-21Update to 3.2wen2-8/+7
Upstream changes: 3.2 - Windows: Update libcurl to 7.59.0 - Update curl_symbols dataset to 7.59.0 - Fix an IDN unit test (malmテカ.se has messed up their SSL cert) - Add unit test for multi_fdset - Add backport of trimws for R 3.1
2018-12-13revbump for boost 1.69.0adam1-2/+2
2018-08-16revbump after boost-libs updateadam1-2/+2
2018-07-28Remove MASTER_SITES= from individual R package Makefiles.brook1-2/+1
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.
2018-04-29revbump for boost-libs updateadam1-1/+2
2018-02-02www/R-curl: Update to 3.1minskim2-8/+8
Changes: - Fix potential memory bug in curl() when doubling the buffer is insufficient. - Added unit test for curl_echo() to post large multipart data. - Fix IDN unit test error "string has forbidden bi-directional properties"
2018-01-01Revbump after boost updateadam1-1/+2
2017-10-09Initial import of R-curl v3.0 from CRAN.brook4-0/+63
The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https, ftps), gzip compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces.