1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

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
This commit is contained in:
Jan Bramkamp
2026-04-24 18:30:23 +02:00
committed by Robert Clausecker
parent ec78a0daf6
commit 17ce03e90c
5 changed files with 118 additions and 0 deletions
+1
View File
@@ -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
+42
View File
@@ -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>
+3
View File
@@ -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
+6
View File
@@ -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.
+66
View File
@@ -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