head 1.2; access; symbols pkgsrc-2021Q2:1.1.0.8 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.6 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.4 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.2 pkgsrc-2020Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2021.09.09.07.52.29; author wiz; state dead; branches; next 1.1; commitid qw20wLxUdU54Mf8D; 1.1 date 2020.08.07.01.54.20; author brook; state Exp; branches; next ; commitid FnsQNAfbxX7rA4jC; desc @@ 1.2 log @R-RCurl: remove patches that were removed from distinfo during last update @ text @$NetBSD: patch-configure,v 1.1 2020/08/07 01:54:20 brook Exp $ Fix non-portable use of == with test. Accepted by upstream. --- configure.orig 2020-01-19 07:57:23.000000000 +0000 +++ configure @@@@ -1828,7 +1828,7 @@@@ if test -z "${CURL_CONFIG}" ; then exit 1 fi -if test -n "${enable_debug}" && test "${enable_debug}" == "yes" ; then +if test -n "${enable_debug}" && test "${enable_debug}" = "yes" ; then DEFINES=-DRCURL_DEBUG_MEMORY fi @ 1.1 log @www/R-RCurl: import R-RCurl-1.98.1.1 A wrapper for 'libcurl' Provides functions to allow one to compose general HTTP requests and provides convenient functions to fetch URIs, get & post forms, etc. and process the results returned by the Web server. This provides a great deal of control over the HTTP/FTP/... connection and the form of the request while providing a higher-level interface than is available just using R socket connections. Additionally, the underlying implementation is robust and extensive, supporting FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS, telnet, dict, ldap, and also supports cookies, redirects, authentication, etc. @ text @d1 1 a1 1 $NetBSD$ @