Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www www/R-RCurl: import R-RCurl-1.98.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5019a7ed13d1
branches:  trunk
changeset: 436633:5019a7ed13d1
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 01:54:20 2020 +0000

description:
www/R-RCurl: import R-RCurl-1.98.1.1

A wrapper for 'libcurl' <http://curl.haxx.se/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.

diffstat:

 www/Makefile                           |   3 ++-
 www/R-RCurl/DESCR                      |  10 ++++++++++
 www/R-RCurl/Makefile                   |  17 +++++++++++++++++
 www/R-RCurl/distinfo                   |   8 ++++++++
 www/R-RCurl/patches/patch-configure    |  15 +++++++++++++++
 www/R-RCurl/patches/patch-configure.ac |  15 +++++++++++++++
 6 files changed, 67 insertions(+), 1 deletions(-)

diffs (99 lines):

diff -r 86cfbcda2c1a -r 5019a7ed13d1 www/Makefile
--- a/www/Makefile      Fri Aug 07 01:46:10 2020 +0000
+++ b/www/Makefile      Fri Aug 07 01:54:20 2020 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1477 2020/08/06 12:03:06 joerg Exp $
+# $NetBSD: Makefile,v 1.1478 2020/08/07 01:54:20 brook Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
 
+SUBDIR+=       R-RCurl
 SUBDIR+=       R-curl
 SUBDIR+=       R-gh
 SUBDIR+=       R-htmlwidgets
diff -r 86cfbcda2c1a -r 5019a7ed13d1 www/R-RCurl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-RCurl/DESCR Fri Aug 07 01:54:20 2020 +0000
@@ -0,0 +1,10 @@
+A wrapper for 'libcurl' <http://curl.haxx.se/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.
diff -r 86cfbcda2c1a -r 5019a7ed13d1 www/R-RCurl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-RCurl/Makefile      Fri Aug 07 01:54:20 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 01:54:20 brook Exp $
+
+R_PKGNAME=     RCurl
+R_PKGVER=      1.98-1.1
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       General Network (HTTP/FTP/...) Client Interface for R
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../math/R-bitops/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../www/nghttp2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 86cfbcda2c1a -r 5019a7ed13d1 www/R-RCurl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-RCurl/distinfo      Fri Aug 07 01:54:20 2020 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 01:54:20 brook Exp $
+
+SHA1 (R/RCurl_1.98-1.1.tar.gz) = c889ff5224630a184da1f6b49c9d2561dfcf4d40
+RMD160 (R/RCurl_1.98-1.1.tar.gz) = cf46f295abf57c2f9d87611150acb14e5b1406c0
+SHA512 (R/RCurl_1.98-1.1.tar.gz) = e9567628d71dec0abd04f55c3a52b79de1c1c383a8883a5381adc9e192c22bf5710efb598125e547f44a8ce793974d43a70e9b8c696df31998f27f90907e8d21
+Size (R/RCurl_1.98-1.1.tar.gz) = 699474 bytes
+SHA1 (patch-configure) = b241c2321c378966b25495c573275566c03c84f7
+SHA1 (patch-configure.ac) = a998c68186989b4e8eb29c14530f972d744d3fa7
diff -r 86cfbcda2c1a -r 5019a7ed13d1 www/R-RCurl/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-RCurl/patches/patch-configure       Fri Aug 07 01:54:20 2020 +0000
@@ -0,0 +1,15 @@
+$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
+ 
diff -r 86cfbcda2c1a -r 5019a7ed13d1 www/R-RCurl/patches/patch-configure.ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-RCurl/patches/patch-configure.ac    Fri Aug 07 01:54:20 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.ac,v 1.1 2020/08/07 01:54:20 brook Exp $
+
+Fix non-portable use of == with test.  Accepted by upstream.
+
+--- configure.ac.orig  2014-12-03 11:28:07.000000000 +0000
++++ configure.ac
+@@ -11,7 +11,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
+ 



Home | Main Index | Thread Index | Old Index