mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
dev-R/curl: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/curl/Manifest
Normal file
1
dev-R/curl/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST curl_4.3.1.tar.gz 793230 BLAKE2B e1a87e7c609fa9c80fe78de87c373589a7aaf57494472330c0ce1210cbc8073b76de397d06eacb9a4819753b1b0a6c90779fabb3ed074614ac6bb2510a413455 SHA512 c935e115f4bb81e8b7b98d2736408e16ba3e10d67649834a37bbdbc1bcd0c6f3410344f7240161628e074cab70d3d8bd951f3df4abe1553df9947ad9353b1c62
|
||||
16
dev-R/curl/curl-4.3.1.ebuild
Normal file
16
dev-R/curl/curl-4.3.1.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='A Modern and Flexible Web Client for R'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND=">=dev-lang/R-3.0.0"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
net-misc/curl
|
||||
"
|
||||
17
dev-R/curl/metadata.xml
Normal file
17
dev-R/curl/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
A Modern and Flexible Web Client for R // 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.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user