Port details |
- libsockpp Simple, modern, C++ socket library
- 1.0.0 net =2 1.0.0Version of this port present on the latest quarterly branch.
- Maintainer: peter@flytrace.com
- Port Added: 2023-12-04 19:21:06
- Last Update: 2024-01-04 19:45:31
- Commit Hash: 63e8a08
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://github.com/fpagliughi/sockpp
- Description:
- Sockpp is a fairly low-level C++ wrapper around the Berkeley sockets library
using socket, acceptor, and connector classes that are familiar concepts from
other languages. The base socket class wraps a system socket handle, and
maintains its lifetime.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsockpp>0:net/libsockpp
- To install the port:
- cd /usr/ports/net/libsockpp/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libsockpp
- pkg install libsockpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsockpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1704200820
SHA256 (fpagliughi-sockpp-v1.0.0_GH0.tar.gz) = 818477fae6eb29b9daacef71a3d0c494de9e48f6fd267a7fc5a4c332db211bc5
SIZE (fpagliughi-sockpp-v1.0.0_GH0.tar.gz) = 114358
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
- This port is required by:
- for Build
-
- sysutils/nmdaemon
Configuration Options:
- ===> The following configuration options are available for libsockpp-1.0.0:
DOCS=on: Create and install the HTML based API documentation (requires Doxygen)
EXAMPLES=on: Build example programs
STATIC=on: Build the static library
TEST=off: Build the unit tests (requires Catch2)
===> Use 'make config' to modify these settings
- Options name:
- net_libsockpp
- USES:
- cmake compiler:c++14-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0 04 Jan 2024 19:45:31 |
Gleb Popov (arrowd) Author: Peter TKATCHENKO |
net/libsockpp: Update to 1.0.0, add patches to fix build on i386 |
0.8.3 19 Dec 2023 16:08:58 |
Gleb Popov (arrowd) Author: Peter |
net/libsockpp: Update to 0.8.3 |
0.8.2 09 Dec 2023 11:43:29 |
Gleb Popov (arrowd) Author: Peter TKATCHENKO |
net/libsockpp: Update to 0.8.2 |
0.8.1 04 Dec 2023 19:18:50 |
Gleb Popov (arrowd) Author: Peter TKATCHENKO |
net/libsockpp: C++ socket library |