diff options
author | brook <brook@pkgsrc.org> | 2017-10-09 22:38:12 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2017-10-09 22:38:12 +0000 |
commit | 72ba652b3494695f5393b961b0d517a07d94b43d (patch) | |
tree | 424dc477c5be0df75ff8d22bf0661338015161f4 /www | |
parent | 787decc7b0699febabf969797298ea71c1e1b36a (diff) | |
download | pkgsrc-72ba652b3494695f5393b961b0d517a07d94b43d.tar.gz |
Initial import of R-curl v3.0 from CRAN.
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/R-curl/DESCR | 10 | ||||
-rw-r--r-- | www/R-curl/Makefile | 16 | ||||
-rw-r--r-- | www/R-curl/PLIST | 31 | ||||
-rw-r--r-- | www/R-curl/distinfo | 6 |
4 files changed, 63 insertions, 0 deletions
diff --git a/www/R-curl/DESCR b/www/R-curl/DESCR new file mode 100644 index 00000000000..08fc3f9a8c9 --- /dev/null +++ b/www/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/www/R-curl/Makefile b/www/R-curl/Makefile new file mode 100644 index 00000000000..221980b7051 --- /dev/null +++ b/www/R-curl/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2017/10/09 22:38:12 brook Exp $ + +CATEGORIES= www R +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/curl/ +COMMENT= Modern and flexible web client for R +LICENSE= mit + +R_PKGNAME= curl +R_PKGVER= 3.0 + +.include "../../math/R/Makefile.extension" +.include "../../www/curl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/R-curl/PLIST b/www/R-curl/PLIST new file mode 100644 index 00000000000..a978a2334c6 --- /dev/null +++ b/www/R-curl/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1 2017/10/09 22:38:12 brook Exp $ +lib/R/library/curl/DESCRIPTION +lib/R/library/curl/INDEX +lib/R/library/curl/LICENSE +lib/R/library/curl/Meta/Rd.rds +lib/R/library/curl/Meta/data.rds +lib/R/library/curl/Meta/hsearch.rds +lib/R/library/curl/Meta/links.rds +lib/R/library/curl/Meta/nsInfo.rds +lib/R/library/curl/Meta/package.rds +lib/R/library/curl/Meta/vignette.rds +lib/R/library/curl/NAMESPACE +lib/R/library/curl/NEWS +lib/R/library/curl/R/curl +lib/R/library/curl/R/curl.rdb +lib/R/library/curl/R/curl.rdx +lib/R/library/curl/data/Rdata.rdb +lib/R/library/curl/data/Rdata.rds +lib/R/library/curl/data/Rdata.rdx +lib/R/library/curl/doc/index.html +lib/R/library/curl/doc/intro.R +lib/R/library/curl/doc/intro.Rmd +lib/R/library/curl/doc/intro.html +lib/R/library/curl/help/AnIndex +lib/R/library/curl/help/aliases.rds +lib/R/library/curl/help/curl.rdb +lib/R/library/curl/help/curl.rdx +lib/R/library/curl/help/paths.rds +lib/R/library/curl/html/00Index.html +lib/R/library/curl/html/R.css +lib/R/library/curl/libs/curl.so diff --git a/www/R-curl/distinfo b/www/R-curl/distinfo new file mode 100644 index 00000000000..ac297d037c0 --- /dev/null +++ b/www/R-curl/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/10/09 22:38:12 brook Exp $ + +SHA1 (R/curl_3.0.tar.gz) = 8caefb774c13b095f4454e45e0fee65dce786b75 +RMD160 (R/curl_3.0.tar.gz) = 646b85310b489035729640fdec5ff8ac5c012ed1 +SHA512 (R/curl_3.0.tar.gz) = 3271053b5a84006b93e9463e209830055d76c5c3074d045b340f14cde40242e289e29822952550ce6ef34d4c341666ae58832b0b3f7f58718931b36ca998a1df +Size (R/curl_3.0.tar.gz) = 412212 bytes |