diff options
author | tota <tota@FreeBSD.org> | 2013-05-15 05:31:07 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2013-05-15 05:31:07 +0800 |
commit | b0b8c57faa6f46c719fef89250f6d41e1287ce05 (patch) | |
tree | 95c2ec73a1fdd4c55e554b7c03d53528e17e569c /www/Makefile | |
parent | d4e8c64b4fa32d28d2726d336709b5586105cc5d (diff) | |
download | freebsd-ports-gnome-b0b8c57faa6f46c719fef89250f6d41e1287ce05.tar.gz freebsd-ports-gnome-b0b8c57faa6f46c719fef89250f6d41e1287ce05.tar.zst freebsd-ports-gnome-b0b8c57faa6f46c719fef89250f6d41e1287ce05.zip |
- Add new port: www/R-cran-httpuv
httpuv 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.
WWW: http://cran.r-project.org/web/packages/httpuv/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c25dca4ecf2c..e48cf9ab5847 100644 --- a/www/Makefile +++ b/www/Makefile @@ -6,6 +6,7 @@ SUBDIR += MT SUBDIR += R-cran-RgoogleMaps SUBDIR += R-cran-Rpad + SUBDIR += R-cran-httpuv SUBDIR += R-cran-scrapeR SUBDIR += WebMagick SUBDIR += abyssws |