Port details |
- py-libknot Python API using knot.sock to interact with the Knot DNS daemon
- 3.4.0 dns =2 3.3.8Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@dns.company
- 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.
- ¦ ¦ ¦ ¦
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- 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:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.0 04 Oct 2024 00:05:09 |
Vladimir Druzenko (vvd) 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 |
Vladimir Druzenko (vvd) 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
|