Port details |
- socket_wrapper Library passing all socket communications through unix sockets
- 1.4.2 devel
=2 1.4.2Version of this port present on the latest quarterly branch. - Maintainer: timur@FreeBSD.org
 - Port Added: 2018-07-03 03:29:57
- Last Update: 2024-04-10 22:27:14
- Commit Hash: b6732de
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://cwrap.org/socket_wrapper.html
- Description:
- socket_wrapper aims to help client/server software development teams willing to
gain full functional test coverage. It makes possible to run several instances
of the full software stack on the same machine and perform locally functional
testing of complex network configurations.
- Redirects all network communication to happen over unix sockets.
- Support for IPv4 and IPv6 socket and addressing emulation.
- Ablility to capture network traffic in pcap format.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- socket_wrapper>0:devel/socket_wrapper
- To install the port:
- cd /usr/ports/devel/socket_wrapper/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/socket_wrapper
- pkg install socket_wrapper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: socket_wrapper
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712704087
SHA256 (socket_wrapper-1.4.2.tar.gz) = 0a08ec249dd9ffbb3b16d577b352d573561f57beeec3596182ac6ec8e46b9ab6
SIZE (socket_wrapper-1.4.2.tar.gz) = 90641
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 Libraries
-
- devel/resolv_wrapper
- for Run
-
- devel/cwrap
Configuration Options:
- ===> The following configuration options are available for socket_wrapper-1.4.2:
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_socket_wrapper
- USES:
- cmake pathfix
- 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.4.2 10 Apr 2024 22:27:14
    |
Timur I. Bakeyev (timur)  |
devel/socket_wrapper: Forgot to add new file pkg-plist |
1.4.2 10 Apr 2024 11:03:37
    |
Timur I. Bakeyev (timur)  |
devel/socket_wrapper: Update to the 1.4.2
PR: 274478 |
1.1.9_1 06 Mar 2024 13:03:24
    |
Nuno Teixeira (eduardo)  |
devel/socket_wrapper: Move man pages to share/man
Approved by: portmgr (blanket) |
1.1.9 31 Dec 2023 00:37:05
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.9 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.9 13 Jul 2022 05:23:13
    |
Yuri Victorovich (yuri)  |
devel/socket_wrapper: Fix build on riscv64
Reported by: fallout |
1.1.9 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.9 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.9 23 Sep 2020 19:21:15
  |
linimon  |
Canonicalize CFLAGS across all powerpc variants.
Approved by: portmgr (tier-2 blanket) |
1.1.9 30 May 2020 19:03:14
  |
mikael  |
devel/socket_wrapper: Fix build on aarch64
Approved by: portmgr (tier-2 blanket) |
1.1.9 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.1.9 28 Oct 2018 09:42:43
  |
linimon  |
Fix build on GCC-based architectures.
PR: 232115
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.1.9 12 Aug 2018 04:14:20
  |
linimon  |
Mark as broken on aarch64.
Approved by: portmgr (tier-2 blanket) |
1.1.9 03 Jul 2018 13:09:10
  |
timur  |
Incorporate mat@ cleanup suggrestions |
1.1.9 03 Jul 2018 03:29:43
  |
timur  |
Add a Cwrap suit - set of preloadable wrappers that allow to test different
aspects of the application in a transparent manner.
Sponsored by: iXsystems Inc. |