Fri Aug 9 20:26:46 2019 UTC ()
R-httpuv: initial commit

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.)


(brook)
diff -r1.3372 -r1.3373 pkgsrc/doc/CHANGES-2019
diff -r1.1395 -r1.1396 pkgsrc/www/Makefile
diff -r0 -r1.1 pkgsrc/www/R-httpuv/DESCR
diff -r0 -r1.1 pkgsrc/www/R-httpuv/Makefile
diff -r0 -r1.1 pkgsrc/www/R-httpuv/distinfo

cvs diff -r1.3372 -r1.3373 pkgsrc/doc/CHANGES-2019 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2019 2019/08/09 20:25:29 1.3372
+++ pkgsrc/doc/CHANGES-2019 2019/08/09 20:26:46 1.3373
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3372 2019/08/09 20:25:29 brook Exp $ 1$NetBSD: CHANGES-2019,v 1.3373 2019/08/09 20:26:46 brook Exp $
2 2
3Changes to the packages collection and infrastructure in 2019: 3Changes to the packages collection and infrastructure in 2019:
4 4
5 Updated net/hub to 2.7.0 [leot 2019-01-01] 5 Updated net/hub to 2.7.0 [leot 2019-01-01]
6 Updated news/sfeed to 0.9.7 [leot 2019-01-01] 6 Updated news/sfeed to 0.9.7 [leot 2019-01-01]
7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01] 7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01]
8 Updated finance/gnucash to 3.4 [wiz 2019-01-01] 8 Updated finance/gnucash to 3.4 [wiz 2019-01-01]
9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01] 9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01]
10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01] 10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01]
11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01] 11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01]
12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01] 12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01]
13 Updated emulators/nestopia to 1.49 [nia 2019-01-01] 13 Updated emulators/nestopia to 1.49 [nia 2019-01-01]
14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01] 14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01]
@@ -5485,13 +5485,14 @@ Changes to the packages collection and i @@ -5485,13 +5485,14 @@ Changes to the packages collection and i
5485 Added sysutils/R-xopen version 1.0.0 [brook 2019-08-09] 5485 Added sysutils/R-xopen version 1.0.0 [brook 2019-08-09]
5486 Added security/R-openssl version 1.4.1 [brook 2019-08-09] 5486 Added security/R-openssl version 1.4.1 [brook 2019-08-09]
5487 Added devel/R-callr version 3.3.1 [brook 2019-08-09] 5487 Added devel/R-callr version 3.3.1 [brook 2019-08-09]
5488 Added devel/R-pkgbuild version 1.0.4 [brook 2019-08-09] 5488 Added devel/R-pkgbuild version 1.0.4 [brook 2019-08-09]
5489 Added www/R-httr version 1.4.1 [brook 2019-08-09] 5489 Added www/R-httr version 1.4.1 [brook 2019-08-09]
5490 Added www/R-gh version 1.0.1 [brook 2019-08-09] 5490 Added www/R-gh version 1.0.1 [brook 2019-08-09]
5491 Added devel/R-usethis version 1.5.1 [brook 2019-08-09] 5491 Added devel/R-usethis version 1.5.1 [brook 2019-08-09]
5492 Added devel/R-rcmdcheck version 1.3.3 [brook 2019-08-09] 5492 Added devel/R-rcmdcheck version 1.3.3 [brook 2019-08-09]
5493 Added devel/R-pkgload version 1.0.2 [brook 2019-08-09] 5493 Added devel/R-pkgload version 1.0.2 [brook 2019-08-09]
5494 Added devel/R-roxygen2 version 6.1.1 [brook 2019-08-09] 5494 Added devel/R-roxygen2 version 6.1.1 [brook 2019-08-09]
5495 Added devel/R-devtools version 2.1.0 [brook 2019-08-09] 5495 Added devel/R-devtools version 2.1.0 [brook 2019-08-09]
5496 Added sysutils/R-later version 0.8.0 [brook 2019-08-09] 5496 Added sysutils/R-later version 0.8.0 [brook 2019-08-09]
5497 Added parallel/R-promises version 1.0.1 [brook 2019-08-09] 5497 Added parallel/R-promises version 1.0.1 [brook 2019-08-09]
 5498 Added www/R-httpuv version 1.5.1 [brook 2019-08-09]

cvs diff -r1.1395 -r1.1396 pkgsrc/www/Makefile (expand / switch to unified diff)

--- pkgsrc/www/Makefile 2019/08/09 19:08:32 1.1395
+++ pkgsrc/www/Makefile 2019/08/09 20:26:46 1.1396
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.1395 2019/08/09 19:08:32 brook Exp $ 1# $NetBSD: Makefile,v 1.1396 2019/08/09 20:26:46 brook Exp $
2# 2#
3 3
4COMMENT= Packages related to the World Wide Web 4COMMENT= Packages related to the World Wide Web
5 5
6SUBDIR+= R-curl 6SUBDIR+= R-curl
7SUBDIR+= R-gh 7SUBDIR+= R-gh
8SUBDIR+= R-htmlwidgets 8SUBDIR+= R-htmlwidgets
 9SUBDIR+= R-httpuv
9SUBDIR+= R-httr 10SUBDIR+= R-httr
10SUBDIR+= SOGo 11SUBDIR+= SOGo
11SUBDIR+= SOGo3 12SUBDIR+= SOGo3
12SUBDIR+= SpeedyCGI 13SUBDIR+= SpeedyCGI
13SUBDIR+= adzap 14SUBDIR+= adzap
14SUBDIR+= aipo 15SUBDIR+= aipo
15SUBDIR+= album 16SUBDIR+= album
16SUBDIR+= album_themes 17SUBDIR+= album_themes
17SUBDIR+= analog 18SUBDIR+= analog
18SUBDIR+= ap-auth-kerb 19SUBDIR+= ap-auth-kerb
19SUBDIR+= ap-auth-mellon 20SUBDIR+= ap-auth-mellon
20SUBDIR+= ap-authnz-crowd 21SUBDIR+= ap-authnz-crowd
21SUBDIR+= ap-mono 22SUBDIR+= ap-mono

File Added: pkgsrc/www/R-httpuv/DESCR
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.)

File Added: pkgsrc/www/R-httpuv/Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 20:26:46 brook Exp $

R_PKGNAME=	httpuv
R_PKGVER=	1.5.1
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	HTTP and WebSocket server library
LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3

DEPENDS+=	R-promises>=1.0.1:../../parallel/R-promises

USE_TOOLS+=	gmake
USE_LANGUAGES=	c c++

.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../sysutils/R-later/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/R-httpuv/distinfo
$NetBSD: distinfo,v 1.1 2019/08/09 20:26:46 brook Exp $

SHA1 (R/httpuv_1.5.1.tar.gz) = 5dd42f39bfda919ad890eea978089d27b2bc72da
RMD160 (R/httpuv_1.5.1.tar.gz) = 24558208c04722e5844ccbe87fdcefc8db9aaa29
SHA512 (R/httpuv_1.5.1.tar.gz) = 17d1d9a922c17ebd738a59d3671e3d29f097937ef60774898f71dcfa0468d73d8c3b32915b6990941c9b7b03929fbdd6405932fa69672b004a0d129d3cded8c0
Size (R/httpuv_1.5.1.tar.gz) = 1758514 bytes