1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Marcus Alves Grando
5265c7a798 - Bump PORTREVISION since devel/libevent are updated. 2008-01-02 23:43:03 +00:00
Marcus Alves Grando
5a1d1148e1 - Change libevent lib and bump PORTREVISION since devel/libevent are updated. 2007-09-21 20:21:30 +00:00
Kris Kennaway
72aca38e53 Now builds on 7.0 2006-08-16 19:32:05 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Marcus Alves Grando
3c48b72920 - Patch to fix usage with C++
- Bump PORTREVISION

PR:		93505
Submitted by:	maintainer
2006-02-18 02:59:18 +00:00
Renato Botelho
b36a9e43ed 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>
2006-02-15 11:07:43 +00:00