aboutsummaryrefslogtreecommitdiffstats
path: root/dns/Makefile
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2004-01-02 07:12:39 +0800
committersergei <sergei@FreeBSD.org>2004-01-02 07:12:39 +0800
commitff7f6c2e1c6361c8a7eb77c466c5e440dd79aeb9 (patch)
tree9ed9aeae4fe5320e5f68b3f5265658e83f53e6d0 /dns/Makefile
parente2ebe717eb4fbc95d3f4347aa29f2269e4f3d8d4 (diff)
downloadfreebsd-ports-gnome-ff7f6c2e1c6361c8a7eb77c466c5e440dd79aeb9.tar.gz
freebsd-ports-gnome-ff7f6c2e1c6361c8a7eb77c466c5e440dd79aeb9.tar.zst
freebsd-ports-gnome-ff7f6c2e1c6361c8a7eb77c466c5e440dd79aeb9.zip
Add skadns 0.23:
Skadns is a kind of an Asynchronous DNS client software: - Kind of: it's small. Really small. But it just works. - Asynchronous: all DNS operations are non-blocking. - DNS client software: it's a DNS client, what you may know as a "stub resolver". To perform full DNS resolution, you will still need a full resolver like dnscache. The skadns library offers a simple API to make asynchronous DNS queries. The skadnsip, skadnsmx and skadnsfilter commands are examples of how to use that API. They are mainly there for their source code. The skadnsd daemon, usable as a child process or as a separate service, handles the grunt work of DNS querying and makes the network completely invisible to the client. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/skadns/
Diffstat (limited to 'dns/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 632d9d6fc67e..19e5e3abe324 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -57,6 +57,7 @@
SUBDIR += py-adns
SUBDIR += py-dns
SUBDIR += rbldnsd
+ SUBDIR += skadns
SUBDIR += sleuth
SUBDIR += staticcharge
SUBDIR += totd