Date: Wed, 15 Feb 2006 11:07:43 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libdnsres Makefile distinfo pkg-descr pkg-plist ports/devel/libdnsres/files patch-dnsres.3 patch-test-simple_test.c Message-ID: <200602151107.k1FB7hMw099275@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
garga 2006-02-15 11:07:43 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/libdnsres Makefile distinfo pkg-descr pkg-plist
devel/libdnsres/files patch-dnsres.3 patch-test-simple_test.c
Log:
Libdnsres provides a non-blocking thread-safe API for resolving DNS names. It
requires that your main application is built on top of libevent. Libdnsres' API
essentially mirrors the traditional gethostbyname and getaddrinfo interfaces.
All return values have been replaced by callbacks instead.
The code borrows heavily from the BSD resolver library. In fact, it is an
extremely ugly hack to make the BSD resolver library non-blocking and
thread-safe without changing the API too much.
WWW: http://www.monkey.org/~provos/libdnsres/
PR: ports/93365
Submitted by: Phil Oleson <oz@nixil.net>
Revision Changes Path
1.2126 +1 -0 ports/devel/Makefile
1.1 +38 -0 ports/devel/libdnsres/Makefile (new)
1.1 +3 -0 ports/devel/libdnsres/distinfo (new)
1.1 +38 -0 ports/devel/libdnsres/files/patch-dnsres.3 (new)
1.1 +11 -0 ports/devel/libdnsres/files/patch-test-simple_test.c (new)
1.1 +10 -0 ports/devel/libdnsres/pkg-descr (new)
1.1 +4 -0 ports/devel/libdnsres/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602151107.k1FB7hMw099275>
