diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-09-10 09:59:25 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-09-10 09:59:25 +0000 |
commit | 5a33c724b1affc53437733d98a0d777cb0658111 (patch) | |
tree | 483d00e927012bda941140ea0bb0fafe0090d834 /dns | |
parent | 509b4b68170c22fc5b64aadbaeede5af0dc103bd (diff) | |
download | ports-5a33c724b1affc53437733d98a0d777cb0658111.tar.gz ports-5a33c724b1affc53437733d98a0d777cb0658111.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/ares/Makefile | 26 | ||||
-rw-r--r-- | dns/ares/distinfo | 1 | ||||
-rw-r--r-- | dns/ares/pkg-descr | 8 | ||||
-rw-r--r-- | dns/ares/pkg-plist | 2 | ||||
-rw-r--r-- | dns/c-ares/Makefile | 26 | ||||
-rw-r--r-- | dns/c-ares/distinfo | 1 | ||||
-rw-r--r-- | dns/c-ares/pkg-descr | 8 | ||||
-rw-r--r-- | dns/c-ares/pkg-plist | 2 |
9 files changed, 75 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index dd5eb4541712..4b98d854f16b 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -2,6 +2,7 @@ # SUBDIR += adns + SUBDIR += ares SUBDIR += bind8 SUBDIR += bind84 SUBDIR += bind9 diff --git a/dns/ares/Makefile b/dns/ares/Makefile new file mode 100644 index 000000000000..a315d64c9890 --- /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 000000000000..2461501cec46 --- /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 000000000000..0673fa9bcb35 --- /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 000000000000..24ee8158de71 --- /dev/null +++ b/dns/ares/pkg-plist @@ -0,0 +1,2 @@ +include/ares.h +lib/libares.a diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile new file mode 100644 index 000000000000..a315d64c9890 --- /dev/null +++ b/dns/c-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/c-ares/distinfo b/dns/c-ares/distinfo new file mode 100644 index 000000000000..2461501cec46 --- /dev/null +++ b/dns/c-ares/distinfo @@ -0,0 +1 @@ +MD5 (ares-1.1.1.tar.gz) = 4554140cd940da01f25c4b3b20f7955c diff --git a/dns/c-ares/pkg-descr b/dns/c-ares/pkg-descr new file mode 100644 index 000000000000..0673fa9bcb35 --- /dev/null +++ b/dns/c-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/c-ares/pkg-plist b/dns/c-ares/pkg-plist new file mode 100644 index 000000000000..24ee8158de71 --- /dev/null +++ b/dns/c-ares/pkg-plist @@ -0,0 +1,2 @@ +include/ares.h +lib/libares.a |