Bug 93365 - [New Port] devel/libdnsres
Summary: [New Port] devel/libdnsres
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-14 23:40 UTC by oz
Modified: 2006-02-15 11:08 UTC (History)
0 users

See Also:


Attachments
libdnsres.shar (5.17 KB, text/plain)
2006-02-14 23:40 UTC, oz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description oz 2006-02-14 23:40:04 UTC
	Offering a new port 'libdnsres' to the ports tree. 

        - 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.

Fix: Shar attached.
How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-14 23:44:16 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests)
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2006-02-15 11:08:01 UTC
State Changed
From-To: open->closed

New port added. Thanks!