pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/R-curl Initial import of R-curl v3.0 from CRAN.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c2c3249bae3
branches:  trunk
changeset: 370029:5c2c3249bae3
user:      brook <brook%pkgsrc.org@localhost>
date:      Mon Oct 09 22:38:12 2017 +0000

description:
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:

 www/R-curl/DESCR    |  10 ++++++++++
 www/R-curl/Makefile |  16 ++++++++++++++++
 www/R-curl/PLIST    |  31 +++++++++++++++++++++++++++++++
 www/R-curl/distinfo |   6 ++++++
 4 files changed, 63 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r e89afa3ef486 -r 5c2c3249bae3 www/R-curl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-curl/DESCR  Mon Oct 09 22:38:12 2017 +0000
@@ -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 -r e89afa3ef486 -r 5c2c3249bae3 www/R-curl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-curl/Makefile       Mon Oct 09 22:38:12 2017 +0000
@@ -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@localhost
+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 -r e89afa3ef486 -r 5c2c3249bae3 www/R-curl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-curl/PLIST  Mon Oct 09 22:38:12 2017 +0000
@@ -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 -r e89afa3ef486 -r 5c2c3249bae3 www/R-curl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-curl/distinfo       Mon Oct 09 22:38:12 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index