pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Fri Aug 9 20:26:46 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/R-httpuv: DESCR Makefile distinfo
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -u -r1.3372 -r1.3373 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1395 -r1.1396 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-httpuv/DESCR pkgsrc/www/R-httpuv/Makefile \
pkgsrc/www/R-httpuv/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3372 pkgsrc/doc/CHANGES-2019:1.3373
--- pkgsrc/doc/CHANGES-2019:1.3372 Fri Aug 9 20:25:29 2019
+++ pkgsrc/doc/CHANGES-2019 Fri Aug 9 20:26:46 2019
@@ -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 @@ Changes to the packages collection and i
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]
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1395 pkgsrc/www/Makefile:1.1396
--- pkgsrc/www/Makefile:1.1395 Fri Aug 9 19:08:32 2019
+++ pkgsrc/www/Makefile Fri Aug 9 20:26:46 2019
@@ -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 @@ COMMENT= Packages related to the World W
SUBDIR+= R-curl
SUBDIR+= R-gh
SUBDIR+= R-htmlwidgets
+SUBDIR+= R-httpuv
SUBDIR+= R-httr
SUBDIR+= SOGo
SUBDIR+= SOGo3
Added files:
Index: pkgsrc/www/R-httpuv/DESCR
diff -u /dev/null pkgsrc/www/R-httpuv/DESCR:1.1
--- /dev/null Fri Aug 9 20:26:46 2019
+++ pkgsrc/www/R-httpuv/DESCR Fri Aug 9 20:26:46 2019
@@ -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.)
Index: pkgsrc/www/R-httpuv/Makefile
diff -u /dev/null pkgsrc/www/R-httpuv/Makefile:1.1
--- /dev/null Fri Aug 9 20:26:46 2019
+++ pkgsrc/www/R-httpuv/Makefile Fri Aug 9 20:26:46 2019
@@ -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"
Index: pkgsrc/www/R-httpuv/distinfo
diff -u /dev/null pkgsrc/www/R-httpuv/distinfo:1.1
--- /dev/null Fri Aug 9 20:26:46 2019
+++ pkgsrc/www/R-httpuv/distinfo Fri Aug 9 20:26:46 2019
@@ -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