Port details |
- nmdaemon FreeBSD network manager daemon
- 0.2 sysutils =2 0.2Version of this port present on the latest quarterly branch.
- Maintainer: peter@flytrace.com
- Port Added: 2024-01-28 09:24:05
- Last Update: 2024-01-28 09:19:27
- Commit Hash: 6f4d9e4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/Peter2121/nmdaemon
- Description:
- This is a daemon that manages network configuration of FreeBSD.
The daemon can manage:
- some system network parameters
- interfaces
- routes
- wireless networks (using wpa_supplicant)
nmdaemon should be started as root, it opens a unix socket where
clients can connect. The permissions of the unix socket are managed
by nmdaemon and provided by it's configuration file.
To communicate with nmdaemon one should use JSON formatted commands,
nmdaemon answers with JSON formatted data too.
The syntax and examples of the commands can be found in commands.md.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nmdaemon>0:sysutils/nmdaemon
- To install the port:
- cd /usr/ports/sysutils/nmdaemon/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/nmdaemon
- pkg install nmdaemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nmdaemon
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706385613
SHA256 (Peter2121-nmdaemon-v0.2_GH0.tar.gz) = ffd1dbbbed96c16b2d737f540b8a68e3df04a91546ba72355d5558803ac79f5a
SIZE (Peter2121-nmdaemon-v0.2_GH0.tar.gz) = 247518
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:
-
- libasync++.a : devel/asyncplusplus
- libsockpp.a : net/libsockpp
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_nmdaemon
- USES:
- cmake compiler:c++20-lang
- 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.2 28 Jan 2024 09:19:27 |
Stefan Eßer (se) Author: Peter |
sysutils/nmdaemon: add new port
This is a daemon that manages network configuration of FreeBSD.
The daemon can manage:
- some system network parameters
- interfaces
- routes
- wireless networks (using wpa_supplicant)
nmdaemon should be started as root, it opens a unix socket where
clients can connect. The permissions of the unix socket are managed
by nmdaemon and provided by it's configuration file.
To communicate with nmdaemon one should use JSON formatted commands,
nmdaemon answers with JSON formatted data too.
The syntax and examples of the commands can be found in commands.md.
The Makefile and pkg-descr files have been made compliant with
FreeBSD conventions by me (pkg-descr is derived from README.md).
Pull Request: https://github.com/freebsd/freebsd-ports/pull/224 |
Number of commits found: 1
|