pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-curl: Modern and flexible web client for R
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun Dec 1 07:38:27 2024 -0600
Changeset: b2f3512eb9a12cd936916c0c5c48dce839f106fc
Modified Files:
Makefile
Added Files:
R-curl/DESCR
R-curl/Makefile
R-curl/distinfo
Log Message:
R-curl: Modern and flexible web client for R
Testing new version 6.0.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b2f3512eb9a12cd936916c0c5c48dce839f106fc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 +++
R-curl/DESCR | 10 ++++++++++
R-curl/Makefile | 18 ++++++++++++++++++
R-curl/distinfo | 5 +++++
4 files changed, 36 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 7f5fed83ce..35f994d8c1 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,7 @@ SUBDIR+= R-bnlearn
SUBDIR+= R-conditionz
SUBDIR+= R-crul
SUBDIR+= R-cubature
+SUBDIR+= R-curl
SUBDIR+= R-doParallel
SUBDIR+= R-easySVG
SUBDIR+= R-elevatr
@@ -1198,6 +1199,7 @@ SUBDIR+= gef
SUBDIR+= gemma
SUBDIR+= generand
SUBDIR+= geners
+SUBDIR+= geneweb
SUBDIR+= genometools
SUBDIR+= genus2reduction
SUBDIR+= geodiff
@@ -4724,6 +4726,7 @@ SUBDIR+= py-sympy-to-c
SUBDIR+= py-sympy2c
SUBDIR+= py-sympycore
SUBDIR+= py-t3m
+SUBDIR+= py-tables
SUBDIR+= py-tablib-garetjax
SUBDIR+= py-tagger
SUBDIR+= py-taglib
diff --git a/R-curl/DESCR b/R-curl/DESCR
new file mode 100644
index 0000000000..08fc3f9a8c
--- /dev/null
+++ b/R-curl/DESCR
@@ -0,0 +1,10 @@
+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. Some knowledge of 'libcurl' is
+recommended; for a more-user-friendly web client see the 'httr'
+package which builds on this package with http specific tools and
+logic.
diff --git a/R-curl/Makefile b/R-curl/Makefile
new file mode 100644
index 0000000000..1769ba8f4f
--- /dev/null
+++ b/R-curl/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.35 2024/11/14 22:22:01 wiz Exp $
+
+R_PKGNAME= curl
+R_PKGVER= 6.0.1
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Modern and flexible web client for R
+LICENSE= mit
+
+#TEST_DEPENDS+= R-webutils[0-9]*:../../www/R-webutils
+
+USE_LANGUAGES= c
+USE_TOOLS+= pkg-config
+
+.include "../../math/R/Makefile.extension"
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-curl/distinfo b/R-curl/distinfo
new file mode 100644
index 0000000000..a68d2403e9
--- /dev/null
+++ b/R-curl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (R/curl_6.0.1.tar.gz) = 7a8be354f1f62528674d757b32dcec34dbb950e9176c79a647b313793da7efa2
+SHA512 (R/curl_6.0.1.tar.gz) = ad55ffdd6020534211cf12253749b2d3f97cac34c1ce27288cf7741cafc73192df6d4b27581268a1bbf3b988a24ec379c25d1b048708240d01bcb4ef9ef895dd
+Size (R/curl_6.0.1.tar.gz) = 932716 bytes
Home |
Main Index |
Thread Index |
Old Index