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

Renato Botelho garga at FreeBSD.org
Wed Feb 15 03:07:43 PST 2006


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 at 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)


More information about the cvs-all mailing list