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
py-libknot Python API using knot.sock to interact with the Knot DNS daemon
3.4.0 dns 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 3.3.8Version of this port present on the latest quarterly branch.
Maintainer: freebsd@dns.company search for ports maintained by this maintainer
Port Added: 2024-07-23 16:54:06
Last Update: 2024-10-04 00:05:09
Commit Hash: 6e304f0
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: GPLv3
WWW:
https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
Description:
Python interface to operate the Knot DNS daemon. Communicating with it using the knot.sock unixsocket.
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
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}libknot>0:dns/py-libknot@${PY_FLAVOR}
To install the port:
cd /usr/ports/dns/py-libknot/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/py-libknot
  • pkg install py311-libknot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-libknot listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-libknot
Package flavors (<flavor>: <package>)
  • py311: py311-libknot
distinfo:
TIMESTAMP = 1727997340 SHA256 (libknot-3.4.0.tar.gz) = 06d11273d04865e0cd34f258c8c2d378cb0d1e6fb105c2ee7b227bff5897168b SIZE (libknot-3.4.0.tar.gz) = 11065

Packages (timestamps in pop-ups are UTC):
py311-libknot
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.3.83.4.0-3.3.83.4.0---
FreeBSD:13:quarterly-3.4.1--3.4.1---
FreeBSD:14:latest3.3.83.4.1-3.3.83.4.1---
FreeBSD:14:quarterly-3.4.1--3.4.1---
FreeBSD:15:latest3.4.03.4.0n/a3.3.8n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>0 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libknot.so : dns/knot3
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
dns_py-libknot
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/l/libknot/
  2. https://pypi.org/packages/source/l/libknot/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.4.0
04 Oct 2024 00:05:09
commit hash: 6e304f0fa332ddd7ea35bd83b85f38a7d288f2d6commit hash: 6e304f0fa332ddd7ea35bd83b85f38a7d288f2d6commit hash: 6e304f0fa332ddd7ea35bd83b85f38a7d288f2d6commit hash: 6e304f0fa332ddd7ea35bd83b85f38a7d288f2d6 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Leo Vandewoestijne
dns/{knot3,py-libknot}: Update 3.3.8 → 3.4.0, improve ports

Changelog:
https://www.knot-dns.cz/2024-09-02-version-340.html

PR:	281087
3.3.8
23 Jul 2024 16:49:21
commit hash: 1a18e0ae75e73291bb9e6f9ed1ca832ae3e09daacommit hash: 1a18e0ae75e73291bb9e6f9ed1ca832ae3e09daacommit hash: 1a18e0ae75e73291bb9e6f9ed1ca832ae3e09daacommit hash: 1a18e0ae75e73291bb9e6f9ed1ca832ae3e09daa files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Leo Vandewoestijne
dns/py-libknot: new port: Python API using knot.sock to interact with the Knot
DNS daemon

Using this module it's possible to create scripts for efficient tasks
that would require complex shell scripts with multiple calls of knotc.
For communication with the daemon it uses the same mechanism as the
knotc utility, i.e. communication via a Unix socket.

PR:	278280

Number of commits found: 2