Date: Wed, 8 Apr 2020 18:56:36 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531143 - in head/www: . uwebsockets Message-ID: <202004081856.038IuawI018135@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Apr 8 18:56:36 2020 New Revision: 531143 URL: https://svnweb.freebsd.org/changeset/ports/531143 Log: New port: www/uwebsockets: C++ Web I/O library for the most demanding of applications Added: head/www/uwebsockets/ head/www/uwebsockets/Makefile (contents, props changed) head/www/uwebsockets/distinfo (contents, props changed) head/www/uwebsockets/pkg-descr (contents, props changed) head/www/uwebsockets/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Apr 8 18:54:16 2020 (r531142) +++ head/www/Makefile Wed Apr 8 18:56:36 2020 (r531143) @@ -2327,6 +2327,7 @@ SUBDIR += unit SUBDIR += unit-perl SUBDIR += unit-php + SUBDIR += uwebsockets SUBDIR += uwsgi SUBDIR += uwsgitop SUBDIR += validator Added: head/www/uwebsockets/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/uwebsockets/Makefile Wed Apr 8 18:56:36 2020 (r531143) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= uwebsockets +DISTVERSIONPREFIX= v +DISTVERSION= 0.17.3 +CATEGORIES= www devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ Web I/O library for the most demanding of applications + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= uNetworking +GH_PROJECT= uWebSockets + +NO_BUILD= yes +NO_ARCH= yes + +do-install: + cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/${GH_PROJECT} + ${RM} ${STAGEDIR}${PREFIX}/include/uWebSockets/f2/LICENSE.txt + +.include <bsd.port.mk> Added: head/www/uwebsockets/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/uwebsockets/distinfo Wed Apr 8 18:56:36 2020 (r531143) @@ -0,0 +1,3 @@ +TIMESTAMP = 1586370869 +SHA256 (uNetworking-uWebSockets-v0.17.3_GH0.tar.gz) = 5e7e6b02ae5e64ce4af9ff03239828c9dccec7cd26c9ca4b0fc0748ca6cf179a +SIZE (uNetworking-uWebSockets-v0.17.3_GH0.tar.gz) = 205488 Added: head/www/uwebsockets/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/uwebsockets/pkg-descr Wed Apr 8 18:56:36 2020 (r531143) @@ -0,0 +1,4 @@ +uWebSockets (it's "micro") is simple, secure & standards compliant web I/O for +the most demanding[3] of applications. + +WWW: https://github.com/uNetworking/uWebSockets Added: head/www/uwebsockets/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/uwebsockets/pkg-plist Wed Apr 8 18:56:36 2020 (r531143) @@ -0,0 +1,22 @@ +include/uWebSockets/App.h +include/uWebSockets/AsyncSocket.h +include/uWebSockets/AsyncSocketData.h +include/uWebSockets/HttpContext.h +include/uWebSockets/HttpContextData.h +include/uWebSockets/HttpParser.h +include/uWebSockets/HttpResponse.h +include/uWebSockets/HttpResponseData.h +include/uWebSockets/HttpRouter.h +include/uWebSockets/Loop.h +include/uWebSockets/LoopData.h +include/uWebSockets/PerMessageDeflate.h +include/uWebSockets/TopicTree.h +include/uWebSockets/Utilities.h +include/uWebSockets/WebSocket.h +include/uWebSockets/WebSocketContext.h +include/uWebSockets/WebSocketContextData.h +include/uWebSockets/WebSocketData.h +include/uWebSockets/WebSocketExtensions.h +include/uWebSockets/WebSocketHandshake.h +include/uWebSockets/WebSocketProtocol.h +include/uWebSockets/f2/function2.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004081856.038IuawI018135>