notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
libsockpp Simple, modern, C++ socket library
1.0.0 net on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.0Version of this port present on the latest quarterly branch.
Maintainer: peter@flytrace.com search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (43 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libsockpp-1.0.0/catalog.mk
  3. /usr/local/share/licenses/libsockpp-1.0.0/LICENSE
  4. /usr/local/share/licenses/libsockpp-1.0.0/BSD3CLAUSE
  5. include/sockpp/acceptor.h
  6. include/sockpp/can_address.h
  7. include/sockpp/can_frame.h
  8. include/sockpp/can_socket.h
  9. include/sockpp/connector.h
  10. include/sockpp/datagram_socket.h
  11. include/sockpp/exception.h
  12. include/sockpp/inet6_address.h
  13. include/sockpp/inet_address.h
  14. include/sockpp/platform.h
  15. include/sockpp/result.h
  16. include/sockpp/sock_address.h
  17. include/sockpp/socket.h
  18. include/sockpp/stream_socket.h
  19. include/sockpp/tcp6_acceptor.h
  20. include/sockpp/tcp6_connector.h
  21. include/sockpp/tcp6_socket.h
  22. include/sockpp/tcp_acceptor.h
  23. include/sockpp/tcp_connector.h
  24. include/sockpp/tcp_socket.h
  25. include/sockpp/udp6_socket.h
  26. include/sockpp/udp_socket.h
  27. include/sockpp/unix_acceptor.h
  28. include/sockpp/unix_address.h
  29. include/sockpp/unix_connector.h
  30. include/sockpp/unix_dgram_socket.h
  31. include/sockpp/unix_stream_socket.h
  32. include/sockpp/version.h
  33. lib/cmake/sockpp/sockppConfig.cmake
  34. lib/cmake/sockpp/sockppConfigVersion.cmake
  35. lib/cmake/sockpp/sockppTargets-release.cmake
  36. lib/cmake/sockpp/sockppTargets.cmake
  37. lib/libsockpp.a
  38. lib/libsockpp.so
  39. lib/libsockpp.so.1
  40. lib/libsockpp.so.1.0.0
  41. @owner
  42. @group
  43. @mode
Collapse this list.
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):
libsockpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.01.0.0-1.0.01.0.0---
FreeBSD:13:quarterly1.0.01.0.0-1.0.01.0.0-0.8.30.8.3
FreeBSD:14:latest1.0.01.0.0-1.0.01.0.0---
FreeBSD:14:quarterly1.0.01.0.0-1.0.01.0.0-0.8.30.8.3
FreeBSD:15:latest1.0.01.0.0n/a1.0.0n/a1.0.01.0.01.0.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Build
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/fpagliughi/sockpp/tar.gz/v1.0.0?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0
04 Jan 2024 19:45:31
commit hash: 63e8a0841f2d65f54e0dddf4ed8706e105723e2acommit hash: 63e8a0841f2d65f54e0dddf4ed8706e105723e2acommit hash: 63e8a0841f2d65f54e0dddf4ed8706e105723e2acommit hash: 63e8a0841f2d65f54e0dddf4ed8706e105723e2a files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
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
commit hash: eba4fb5ae76d565986d8c29781d4a9697560b1cfcommit hash: eba4fb5ae76d565986d8c29781d4a9697560b1cfcommit hash: eba4fb5ae76d565986d8c29781d4a9697560b1cfcommit hash: eba4fb5ae76d565986d8c29781d4a9697560b1cf files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Peter
net/libsockpp: Update to 0.8.3
0.8.2
09 Dec 2023 11:43:29
commit hash: 0232b1a47414aad81f3e54911bfebaa2222ba8fccommit hash: 0232b1a47414aad81f3e54911bfebaa2222ba8fccommit hash: 0232b1a47414aad81f3e54911bfebaa2222ba8fccommit hash: 0232b1a47414aad81f3e54911bfebaa2222ba8fc files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Peter TKATCHENKO
net/libsockpp: Update to 0.8.2
0.8.1
04 Dec 2023 19:18:50
commit hash: ee394fe3b6b9614ef77351530ed5188d6bf45b94commit hash: ee394fe3b6b9614ef77351530ed5188d6bf45b94commit hash: ee394fe3b6b9614ef77351530ed5188d6bf45b94commit hash: ee394fe3b6b9614ef77351530ed5188d6bf45b94 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Peter TKATCHENKO
net/libsockpp: C++ socket library

Number of commits found: 4