From ed62791e2e1880cbe79abf3f022e327a4bf85c33 Mon Sep 17 00:00:00 2001 From: Robert Greener Date: Sat, 2 Jul 2022 17:26:58 +0100 Subject: [PATCH] dev-R/httpuv: new package, add 1.6.5 Signed-off-by: Robert Greener --- dev-R/httpuv/Manifest | 1 + dev-R/httpuv/httpuv-1.6.5.ebuild | 25 +++++++++++++++++++++++++ dev-R/httpuv/metadata.xml | 17 +++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 dev-R/httpuv/Manifest create mode 100644 dev-R/httpuv/httpuv-1.6.5.ebuild create mode 100644 dev-R/httpuv/metadata.xml diff --git a/dev-R/httpuv/Manifest b/dev-R/httpuv/Manifest new file mode 100644 index 0000000000..0d3abacd24 --- /dev/null +++ b/dev-R/httpuv/Manifest @@ -0,0 +1 @@ +DIST httpuv_1.6.5.tar.gz 1815063 BLAKE2B df45b3ae03633925df8d2f3d5133ad2cd4f08916ebaeedbc8553d561eefd6b8d69d16a4585145be12abcc78590c8deacc692c7e215b0f3603b878333e1d8125e SHA512 aaa3d6551d37b955b68072dc8e61a23d8c1c0b288dc5249aa46ab242682aef278e9f3a42e84809c68b4b6136f846171d8e4134eeb6b08749ed3758ef3752b79e diff --git a/dev-R/httpuv/httpuv-1.6.5.ebuild b/dev-R/httpuv/httpuv-1.6.5.ebuild new file mode 100644 index 0000000000..c8350a27ba --- /dev/null +++ b/dev-R/httpuv/httpuv-1.6.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='HTTP and WebSocket Server Library' +KEYWORDS="~amd64" +LICENSE='GPL-2+' + +DEPEND=" + >=dev-R/Rcpp-1.0.7 + dev-R/R6 + dev-R/promises + >=dev-R/later-0.8.0 + sys-libs/zlib +" + +SUGGESTED_PACKAGES=" + dev-R/testthat + dev-R/callr + dev-R/curl + dev-R/websocket +" diff --git a/dev-R/httpuv/metadata.xml b/dev-R/httpuv/metadata.xml new file mode 100644 index 0000000000..e2e8845541 --- /dev/null +++ b/dev-R/httpuv/metadata.xml @@ -0,0 +1,17 @@ + + + + + me@r0bert.dev + Robert Greener + + Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.) + + + Winston Chang + winston@rstudio.com + + https://github.com/rstudio/httpuv/issues + rstudio/httpuv + +