FreeBSD Bugzilla – Attachment 249910 Details for
Bug 278280
[NEW PORT] dns/py-libknot: Python bindings for libknot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
the whole picture, adjusting dns/knot3, adding dns/py-libknot
git_the-whole-picture.diff (text/plain), 2.03 KB, created by
Leo Vandewoestijne
on 2024-04-11 20:45:12 UTC
(
hide
)
Description:
the whole picture, adjusting dns/knot3, adding dns/py-libknot
Filename:
MIME Type:
Creator:
Leo Vandewoestijne
Created:
2024-04-11 20:45:12 UTC
Size:
2.03 KB
patch
obsolete
>diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile >index 2dae99633..d19d759a0 100644 >--- a/dns/knot3/Makefile >+++ b/dns/knot3/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= knot >-DISTVERSION= 3.3.5 >+DISTVERSION= ${KNOT_VERSION} > CATEGORIES= dns > MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ > https://dns.company/downloads/knot-dns/ >@@ -119,4 +119,5 @@ post-install: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ > >+.include "${.CURDIR}/version.mk" > .include <bsd.port.mk> >diff --git a/dns/knot3/version.mk b/dns/knot3/version.mk >new file mode 100644 >index 000000000..824e3eb4f >--- /dev/null >+++ b/dns/knot3/version.mk >@@ -0,0 +1 @@ >+KNOT_VERSION= 3.3.5 >diff --git a/dns/py-libknot/Makefile b/dns/py-libknot/Makefile >new file mode 100644 >index 000000000..ce2366076 >--- /dev/null >+++ b/dns/py-libknot/Makefile >@@ -0,0 +1,22 @@ >+PORTNAME= libknot >+DISTVERSION= ${KNOT_VERSION} >+CATEGORIES= dns python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd@dns.company >+COMMENT= Python API using knot.sock to interact with the Knot DNS daemon >+WWW= https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot >+ >+LICENSE= GPLv3 >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} >+LIB_DEPENDS= libknot.so:dns/knot3 >+ >+USES= python:3.5+ >+USE_PYTHON= autoplist concurrent pep517 >+ >+NO_ARCH= yes >+ >+.include "${.CURDIR}/../knot3/version.mk" >+.include <bsd.port.mk> >diff --git a/dns/py-libknot/distinfo b/dns/py-libknot/distinfo >new file mode 100644 >index 000000000..42542078f >--- /dev/null >+++ b/dns/py-libknot/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1712837285 >+SHA256 (libknot-3.3.5.tar.gz) = 9c47836b067f902847400deaa042b2f91f94cbba2034bde8c2cdd8cece4e8696 >+SIZE (libknot-3.3.5.tar.gz) = 11104 >diff --git a/dns/py-libknot/pkg-descr b/dns/py-libknot/pkg-descr >new file mode 100644 >index 000000000..05bc1617a >--- /dev/null >+++ b/dns/py-libknot/pkg-descr >@@ -0,0 +1,2 @@ >+Python interface to operate Knot DNS. >+Communicating to it using the knot.sock unixsocket.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 278280
:
249864
|
249910
|
249934
|
249976
|
251568
|
251690
|
252240