Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 00:03:32 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Jan Bramkamp <crest+freebsd@rlwinm.de>
Subject:   git: 17ce03e90cae - main - dns/s6-dns: Suite of DNS client programs and libraries for Unix systems
Message-ID:  <69eea7d4.1e320.4de38122@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17ce03e90cae5fd047705a50d65d0d838b1fde36

commit 17ce03e90cae5fd047705a50d65d0d838b1fde36
Author:     Jan Bramkamp <crest+freebsd@rlwinm.de>
AuthorDate: 2026-04-24 16:30:23 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-04-27 00:01:10 +0000

    dns/s6-dns: Suite of DNS client programs and libraries for Unix systems
    
    s6-dns is a suite of DNS client programs and libraries for Unix systems,
    as an alternative to the BIND, djbdns or other DNS clients.
    
    WWW: https://www.skarnet.org/software/s6-dns/
    
    Event:          Wiesbaden Hackathon 202604
---
 dns/Makefile         |  1 +
 dns/s6-dns/Makefile  | 42 +++++++++++++++++++++++++++++++++
 dns/s6-dns/distinfo  |  3 +++
 dns/s6-dns/pkg-descr |  6 +++++
 dns/s6-dns/pkg-plist | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 118 insertions(+)

diff --git a/dns/Makefile b/dns/Makefile
index 85fc1545e16c..de8ece67d0f4 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -229,6 +229,7 @@
     SUBDIR += rubygem-validates_hostname
     SUBDIR += rubygem-validates_hostname-gitlab
     SUBDIR += rubygem-zonefile
+    SUBDIR += s6-dns
     SUBDIR += samba-nsupdate
     SUBDIR += scavenge
     SUBDIR += sleuth
diff --git a/dns/s6-dns/Makefile b/dns/s6-dns/Makefile
new file mode 100644
index 000000000000..f9d4eb63ffa8
--- /dev/null
+++ b/dns/s6-dns/Makefile
@@ -0,0 +1,42 @@
+PORTNAME=	s6-dns
+DISTVERSION=	2.4.1.1
+CATEGORIES=	dns
+MASTER_SITES=	http://www.skarnet.org/software/${PORTNAME}/
+
+MAINTAINER=	crest@rlwinm.de
+COMMENT=	Suite of DNS client programs and libraries for Unix systems
+WWW=		https://www.skarnet.org/software/s6-dns/
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	skalibs>=2.14.5.0:devel/skalibs
+RUN_DEPENDS=	skalibs>=2.14.5.1:devel/skalibs
+LIB_DEPENDS=	libskarnet.so:devel/skalibs
+
+USES=		gmake
+USE_LDCONFIG=	yes
+HAS_CONFIGURE=	yes
+
+CFLAGS+=	-D__BSD_VISIBLE
+
+CONFIGURE_ARGS+=--prefix=${PREFIX} \
+	--with-include=${LOCALBASE}/include \
+	--with-lib=${LOCALBASE}/lib \
+	--with-lib=${LOCALBASE}/lib/execline \
+	--with-lib=${LOCALBASE}/lib/s6 \
+	--with-dynlib=${LOCALBASE}/lib \
+	--disable-s6li \
+	--livedir=${LIVEDIR} \
+	--scandir=${SCANDIR} \
+	--enable-shared
+
+DOCS=		AUTHORS COPYING INSTALL README doc/*.html
+OPTIONS_DEFINE=	DOCS
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
diff --git a/dns/s6-dns/distinfo b/dns/s6-dns/distinfo
new file mode 100644
index 000000000000..ffddc33f07ba
--- /dev/null
+++ b/dns/s6-dns/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1775436676
+SHA256 (s6-dns-2.4.1.1.tar.gz) = 2643cff499a078ea170e5fa6a87d86c4d723b65f3d1480a7137d7cc499474338
+SIZE (s6-dns-2.4.1.1.tar.gz) = 96726
diff --git a/dns/s6-dns/pkg-descr b/dns/s6-dns/pkg-descr
new file mode 100644
index 000000000000..189dfa30aa1f
--- /dev/null
+++ b/dns/s6-dns/pkg-descr
@@ -0,0 +1,6 @@
+s6-rc is a service manager for s6-based systems, i.e. a suite of programs
+that can start and stop services, both long-running daemons and one-time
+initialization scripts, in the proper order according to a dependency tree.
+
+It ensures that long-running daemons are supervised by the s6 infrastructure,
+and that one-time scripts are also run in a controlled environment.
diff --git a/dns/s6-dns/pkg-plist b/dns/s6-dns/pkg-plist
new file mode 100644
index 000000000000..30e258cc9fc4
--- /dev/null
+++ b/dns/s6-dns/pkg-plist
@@ -0,0 +1,66 @@
+bin/s6-dns-hosts-compile
+bin/s6-dnsip
+bin/s6-dnsip4
+bin/s6-dnsip4-filter
+bin/s6-dnsip6
+bin/s6-dnsip6-filter
+bin/s6-dnsmx
+bin/s6-dnsname
+bin/s6-dnsname-filter
+bin/s6-dnsns
+bin/s6-dnsq
+bin/s6-dnsqr
+bin/s6-dnsqualify
+bin/s6-dnssoa
+bin/s6-dnssrv
+bin/s6-dnstxt
+bin/s6-randomip
+bin/skadnsd
+include/s6-dns/config.h
+include/s6-dns/dcache.h
+include/s6-dns/hosts.h
+include/s6-dns/s6dns-analyze.h
+include/s6-dns/s6dns-constants.h
+include/s6-dns/s6dns-debug.h
+include/s6-dns/s6dns-domain.h
+include/s6-dns/s6dns-engine.h
+include/s6-dns/s6dns-fmt.h
+include/s6-dns/s6dns-ip46.h
+include/s6-dns/s6dns-message.h
+include/s6-dns/s6dns-rci.h
+include/s6-dns/s6dns-resolve.h
+include/s6-dns/s6dns.h
+include/s6-dns/skadns.h
+lib/libs6dns.a
+lib/libs6dns.so
+lib/libs6dns.so.2.4
+lib/libs6dns.so.2.4.1.1
+lib/libskadns.a
+lib/libskadns.so
+lib/libskadns.so.2.4
+lib/libskadns.so.2.4.1.1
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/getaddrinfo.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/libresolv.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dns-hosts-compile.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsip.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsip4-filter.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsip4.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsip6-filter.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsip6.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsmx.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsname-filter.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsname.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsns.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsq.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsqr.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnsqualify.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnssoa.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnssrv.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-dnstxt.html
+%%PORTDOCS%%%%DOCSDIR%%/s6-randomip.html
+%%PORTDOCS%%%%DOCSDIR%%/upgrade.html


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eea7d4.1e320.4de38122>