Date: Thu, 1 Jan 2004 15:12:39 -0800 (PST) From: Sergei Kolobov <sergei@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/dns Makefile ports/dns/skadns Makefile distinfo pkg-descr pkg-plist Message-ID: <200401012312.i01NCdk2076286@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sergei 2004/01/01 15:12:39 PST FreeBSD ports repository Modified files: dns Makefile Added files: dns/skadns Makefile distinfo pkg-descr pkg-plist Log: 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/ Revision Changes Path 1.14 +1 -0 ports/dns/Makefile 1.1 +53 -0 ports/dns/skadns/Makefile (new) 1.1 +1 -0 ports/dns/skadns/distinfo (new) 1.1 +16 -0 ports/dns/skadns/pkg-descr (new) 1.1 +27 -0 ports/dns/skadns/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401012312.i01NCdk2076286>