summaryrefslogtreecommitdiffstats
path: root/dns/ares
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2003-09-10 09:59:25 +0000
committerroam <roam@FreeBSD.org>2003-09-10 09:59:25 +0000
commit52e973931c74aca4804c267296c5f7d6c4fb1c5e (patch)
treee949c940108c1dbf5ad39d87585d8fbebd2b1971 /dns/ares
parent10aa069f4c09bac5f1eb675709093e98f80c11b0 (diff)
downloadFreeBSD-ports-52e973931c74aca4804c267296c5f7d6c4fb1c5e.zip
FreeBSD-ports-52e973931c74aca4804c267296c5f7d6c4fb1c5e.tar.gz
Add ares-1.1.1, an asynchronous DNS resolver library.
Diffstat (limited to 'dns/ares')
-rw-r--r--dns/ares/Makefile26
-rw-r--r--dns/ares/distinfo1
-rw-r--r--dns/ares/pkg-descr8
-rw-r--r--dns/ares/pkg-plist2
4 files changed, 37 insertions, 0 deletions
diff --git a/dns/ares/Makefile b/dns/ares/Makefile
new file mode 100644
index 0000000..a315d64
--- /dev/null
+++ b/dns/ares/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: ares
+# Date created: 8 September 2003
+# Whom: roam@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= ares
+PORTVERSION= 1.1.1
+CATEGORIES= dns
+MASTER_SITES= http://curl.haxx.se/dev/ \
+ ftp://athena-dist.mit.edu/pub/ATHENA/ares/
+
+MAINTAINER= roam@FreeBSD.org
+COMMENT= An asynchronous DNS resolver library
+
+GNU_CONFIGURE= yes
+
+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
+
+.include <bsd.port.mk>
diff --git a/dns/ares/distinfo b/dns/ares/distinfo
new file mode 100644
index 0000000..2461501
--- /dev/null
+++ b/dns/ares/distinfo
@@ -0,0 +1 @@
+MD5 (ares-1.1.1.tar.gz) = 4554140cd940da01f25c4b3b20f7955c
diff --git a/dns/ares/pkg-descr b/dns/ares/pkg-descr
new file mode 100644
index 0000000..0673fa9
--- /dev/null
+++ b/dns/ares/pkg-descr
@@ -0,0 +1,8 @@
+This is 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>
diff --git a/dns/ares/pkg-plist b/dns/ares/pkg-plist
new file mode 100644
index 0000000..24ee815
--- /dev/null
+++ b/dns/ares/pkg-plist
@@ -0,0 +1,2 @@
+include/ares.h
+lib/libares.a
OpenPOWER on IntegriCloud