Port details |
- resolv_wrapper Wrapper for dns name resolving or dns faking
- 1.1.5 devel
=0 1.1.5Version of this port present on the latest quarterly branch. - Maintainer: timur@FreeBSD.org
 - Port Added: 2018-07-03 03:29:57
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: GPLv3
- Description:
- resolv_wrapper makes it possible on most UNIX platforms to contact your own DNS
implementation in your test environment. It requires socket_wrapper to be able
to contact it.
If it doesn't work on a special platform the wrapper is able to fake DNS queries
and return valid responses to your application.
- Redirects name queries to the nameservers specified in your resolv.conf
- Can fake DNS queries using a simple formatted DNS hosts file.
WWW: https://cwrap.org/resolv_wrapper.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- resolv_wrapper>0:devel/resolv_wrapper
- For LIB depends:
- libresolv_wrapper.so:devel/resolv_wrapper
- To install the port:
- cd /usr/ports/devel/resolv_wrapper/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/resolv_wrapper
- pkg install resolv_wrapper
- PKGNAME: resolv_wrapper
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1530576086
SHA256 (resolv_wrapper-1.1.5.tar.gz) = e989fdaa1385bdf3ef7dbcb83b3f7f15c69e78ca6432e254be390b7c63e1b06c
SIZE (resolv_wrapper-1.1.5.tar.gz) = 34241
- 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:
-
- cmocka>=1.1.1 : sysutils/cmocka
- cmake : devel/cmake
- ninja : devel/ninja
- This port is required by:
- for Run
-
- devel/cwrap
- Configuration Options:
- ===> The following configuration options are available for resolv_wrapper-1.1.5:
TEST=on: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_resolv_wrapper
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.1.5
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.1.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Dec 2018 20:25:40
1.1.5
|
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 |
03 Jul 2018 13:09:10
1.1.5
|
timur  |
Incorporate mat@ cleanup suggrestions |
03 Jul 2018 03:29:43
1.1.5
|
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. |
Number of commits found: 5
|