Port details on branch 2025Q3 |
- websocketpp Header-only implementation of the WebSocket protocol
- 0.8.2_3 devel
=0 0.8.2_3Version of this port present on the latest quarterly branch. - Maintainer: sigsegv@radiotube.org
 - Port Added: 2025-07-03 07:03:03
- Last Update: 2025-07-03 07:01:22
- Commit Hash: 9493931
- License: MIT BSD3CLAUSE ZLIB
- WWW:
- https://www.zaphoyd.com/websocketpp/
- Description:
- WebSocket++ is an open source (BSD license) header only C++ library that
implements RFC6455 The WebSocket Protocol.
It allows integrating WebSocket client and server functionality into
C++ programs. It uses interchangable network transport modules including
one based on C++ iostreams and one based on Boost Asio.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- websocketpp>0:devel/websocketpp
- To install the port:
- cd /usr/ports/devel/websocketpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/websocketpp
- pkg install websocketpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: websocketpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1590443036
SHA256 (zaphoyd-websocketpp-0.8.2_GH0.tar.gz) = 6ce889d85ecdc2d8fa07408d6787e7352510750daa66b5ad44aacb47bea76755
SIZE (zaphoyd-websocketpp-0.8.2_GH0.tar.gz) = 701364
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- boost-libs>0 : devel/boost-libs
- This port is required by:
- for Build
-
- multimedia/obs-studio
Configuration Options:
- No options to configure
- Options name:
- devel_websocketpp
- USES:
- cmake:insource,testing cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.2_3 03 Jul 2025 07:01:22
    |
Matthias Andree (mandree)  Author: Jan-Espen Oversand |
devel/websocketpp: fix asio namespaces unbreaking users
and unbreak multimedia/obs-studio.
This works by using standalone asio's namespace
instead of boost::asio's everywhere. (Boost includes asio,
and websocketpp can work with Boost and the standalone Asio,
pulling it into its own namespace wrapper.)
Tested by: tagattie@, mandree@
PR: 287916
(cherry picked from commit c3fe791f1a841cbe6c101bef256740e2e7d30218) |
Number of commits found: 1
|