pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/R-curl
Module Name: pkgsrc
Committed By: brook
Date: Mon Oct 9 22:38:12 UTC 2017
Added Files:
pkgsrc/www/R-curl: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-curl/DESCR pkgsrc/www/R-curl/Makefile \
pkgsrc/www/R-curl/PLIST pkgsrc/www/R-curl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/R-curl/DESCR
diff -u /dev/null pkgsrc/www/R-curl/DESCR:1.1
--- /dev/null Mon Oct 9 22:38:12 2017
+++ pkgsrc/www/R-curl/DESCR Mon Oct 9 22:38:12 2017
@@ -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.
Index: pkgsrc/www/R-curl/Makefile
diff -u /dev/null pkgsrc/www/R-curl/Makefile:1.1
--- /dev/null Mon Oct 9 22:38:12 2017
+++ pkgsrc/www/R-curl/Makefile Mon Oct 9 22:38:12 2017
@@ -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"
Index: pkgsrc/www/R-curl/PLIST
diff -u /dev/null pkgsrc/www/R-curl/PLIST:1.1
--- /dev/null Mon Oct 9 22:38:12 2017
+++ pkgsrc/www/R-curl/PLIST Mon Oct 9 22:38:12 2017
@@ -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
Index: pkgsrc/www/R-curl/distinfo
diff -u /dev/null pkgsrc/www/R-curl/distinfo:1.1
--- /dev/null Mon Oct 9 22:38:12 2017
+++ pkgsrc/www/R-curl/distinfo Mon Oct 9 22:38:12 2017
@@ -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