pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-httpuv: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd3d8161dee5
branches: trunk
changeset: 399470:fd3d8161dee5
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 20:26:46 2019 +0000
description:
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.)
diffstat:
doc/CHANGES-2019 | 3 ++-
www/Makefile | 3 ++-
www/R-httpuv/DESCR | 7 +++++++
www/R-httpuv/Makefile | 20 ++++++++++++++++++++
www/R-httpuv/distinfo | 6 ++++++
5 files changed, 37 insertions(+), 2 deletions(-)
diffs (76 lines):
diff -r 85bccdcc92d6 -r fd3d8161dee5 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 20:25:29 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 20:26:46 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3372 2019/08/09 20:25:29 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3373 2019/08/09 20:26:46 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5495,3 +5495,4 @@
Added devel/R-devtools version 2.1.0 [brook 2019-08-09]
Added sysutils/R-later version 0.8.0 [brook 2019-08-09]
Added parallel/R-promises version 1.0.1 [brook 2019-08-09]
+ Added www/R-httpuv version 1.5.1 [brook 2019-08-09]
diff -r 85bccdcc92d6 -r fd3d8161dee5 www/Makefile
--- a/www/Makefile Fri Aug 09 20:25:29 2019 +0000
+++ b/www/Makefile Fri Aug 09 20:26:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1395 2019/08/09 19:08:32 brook Exp $
+# $NetBSD: Makefile,v 1.1396 2019/08/09 20:26:46 brook Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -6,6 +6,7 @@
SUBDIR+= R-curl
SUBDIR+= R-gh
SUBDIR+= R-htmlwidgets
+SUBDIR+= R-httpuv
SUBDIR+= R-httr
SUBDIR+= SOGo
SUBDIR+= SOGo3
diff -r 85bccdcc92d6 -r fd3d8161dee5 www/R-httpuv/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-httpuv/DESCR Fri Aug 09 20:26:46 2019 +0000
@@ -0,0 +1,7 @@
+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.)
diff -r 85bccdcc92d6 -r fd3d8161dee5 www/R-httpuv/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-httpuv/Makefile Fri Aug 09 20:26:46 2019 +0000
@@ -0,0 +1,20 @@
+# $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@localhost
+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"
diff -r 85bccdcc92d6 -r fd3d8161dee5 www/R-httpuv/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-httpuv/distinfo Fri Aug 09 20:26:46 2019 +0000
@@ -0,0 +1,6 @@
+$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
Home |
Main Index |
Thread Index |
Old Index