Add c-ares 1.3.1, Daniel Stenberg's adopted version of the ares library

for asynchronous DNS resolving.  It was repo-copied from the dns/ares port.

WWW:	http://daniel.haxx.se/projects/c-ares/
Author:	Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
Peter Pentchev 2006-07-14 07:00:44 +00:00
parent 0e69510e4e
commit c26c86610b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167761
4 changed files with 30 additions and 17 deletions

View File

@ -5,22 +5,33 @@
# $FreeBSD$
#
PORTNAME= ares
PORTVERSION= 1.1.1
PORTNAME= c-ares
PORTVERSION= 1.3.1
CATEGORIES= dns
MASTER_SITES= http://curl.haxx.se/dev/ \
ftp://athena-dist.mit.edu/pub/ATHENA/ares/
MASTER_SITES= http://daniel.haxx.se/projects/c-ares/
MAINTAINER= roam@FreeBSD.org
COMMENT= An asynchronous DNS resolver library
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN3= ares_destroy.3 ares_expand_name.3 ares_fds.3 \
ares_free_errmem.3 ares_free_hostent.3 ares_free_string.3 \
ares_gethostbyaddr.3 ares_gethostbyname.3 ares_init.3 \
ares_init_options.3 ares_mkquery.3 ares_parse_a_reply.3 \
ares_parse_ptr_reply.3 ares_process.3 ares_query.3 \
ares_search.3 ares_send.3 ares_strerror.3 ares_timeout.3
MAN3= ares_cancel.3 \
ares_destroy.3 \
ares_expand_name.3 ares_expand_string.3 \
ares_fds.3 \
ares_free_hostent.3 ares_free_string.3 \
ares_gethostbyaddr.3 ares_gethostbyname.3 ares_getnameinfo.3 \
ares_init.3 ares_init_options.3 \
ares_mkquery.3 \
ares_parse_a_reply.3 ares_parse_aaaa_reply.3 ares_parse_ptr_reply.3 \
ares_process.3 \
ares_query.3 \
ares_search.3 \
ares_send.3 \
ares_strerror.3 \
ares_timeout.3 \
ares_version.3
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (ares-1.1.1.tar.gz) = 4554140cd940da01f25c4b3b20f7955c
SHA256 (ares-1.1.1.tar.gz) = 90f86b3984e5252b263645a43b01d9a440c15cc7f6d23d3d11426b76a172a75e
SIZE (ares-1.1.1.tar.gz) = 65463
MD5 (c-ares-1.3.1.tar.gz) = e79413ca62df8f124bb0dbf32119310d
SHA256 (c-ares-1.3.1.tar.gz) = e5ac3b76534a6e0302ce9a883ee5021d84394d3e037bcef307301c85621b8580
SIZE (c-ares-1.3.1.tar.gz) = 318859

View File

@ -1,8 +1,8 @@
This is ares, an asynchronous resolver library. It is intended for
This is c-ares, an asynchronous resolver library. It is intended for
applications which need to perform DNS queries without blocking, or
need to perform multiple DNS queries in parallel. The primary
examples of such applications are servers which communicate with
multiple clients and programs with graphical user interfaces.
FTP: ftp://athena-dist.mit.edu/pub/ATHENA/ares/
Author: Greg Hudson <ghudson@mit.edu>
WWW: http://daniel.haxx.se/projects/c-ares/
Author: Daniel Stenberg <daniel@haxx.se>, Greg Hudson <ghudson@mit.edu>

View File

@ -1,2 +1,4 @@
include/ares.h
lib/libares.a
include/ares_version.h
lib/libcares.a
lib/libcares.la