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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
nmdaemon FreeBSD network manager daemon
0.2 sysutils on this many watch lists=0 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: peter@flytrace.com search for ports maintained by this maintainer
Port Added: 2024-01-28 09:24:05
Last Update: 2024-01-28 09:19:27
Commit Hash: 6f4d9e4
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.
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 (11 items)
Collapse this list.
  1. /usr/local/share/licenses/nmdaemon-0.2/catalog.mk
  2. /usr/local/share/licenses/nmdaemon-0.2/LICENSE
  3. /usr/local/share/licenses/nmdaemon-0.2/BSD3CLAUSE
  4. bin/nmdaemon
  5. @sample etc/nmdaemon.conf.sample
  6. etc/rc.d/nmdaemon
  7. share/nmdaemon/commands.md
  8. share/nmdaemon/commands.txt
  9. @owner
  10. @group
  11. @mode
Collapse this list.
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):
nmdaemon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.20.2-0.20.2---
FreeBSD:13:quarterly0.20.2-0.20.2---
FreeBSD:14:latest0.20.2-0.20.2---
FreeBSD:14:quarterly-0.2--0.2---
FreeBSD:15:latest0.20.2n/a0.2n/a0.20.20.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libasync++.a : devel/asyncplusplus
  2. libsockpp.a : net/libsockpp
  3. cmake : devel/cmake-core
  4. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/Peter2121/nmdaemon/tar.gz/v0.2?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2
28 Jan 2024 09:19:27
commit hash: 6f4d9e4bf71a5fe7361a057748a76e1c712b0c2ccommit hash: 6f4d9e4bf71a5fe7361a057748a76e1c712b0c2ccommit hash: 6f4d9e4bf71a5fe7361a057748a76e1c712b0c2ccommit hash: 6f4d9e4bf71a5fe7361a057748a76e1c712b0c2c files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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