FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 10:44 PM BST
Port details
c-ares 1.8.0 dns on this many watch lists=11 search for ports that depend on this port
An asynchronous DNS resolver library
Maintained by: zi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Jul 2006 07:05:28
License: MIT


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.

WWW: http://c-ares.haxx.se/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required by:
for Libraries

To install the port: cd /usr/ports/dns/c-ares/ && make install clean
To add the package: pkg_add -r c-ares-config


Configuration Options
===> The following configuration options are available for c-ares-config-1.8.0:
     CONFIG_INFO=on (default) "Add the ares_config_info patch"
     DEBUG=off (default) "Build with debug information"
     HIDE_SYMBOLS=on (default) "Hide internal library symbols"
     OPTIMIZED_CFLAGS=off (default) "Build with compiler optimizations"
===> Use 'make config' to modify these settings

Master Sites:
http://c-ares.haxx.se/download/
http://obsd.isc.org/pub/OpenBSD/distfiles/
http://mirrors.rit.edu/zi/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
29 Apr 2012 21:54:21
Original commit files touched by this commit  1.8.0
zi search for other commits by this committer
- Update to 1.8.0
25 Feb 2012 14:59:11
Original commit files touched by this commit  1.7.5
zi search for other commits by this committer
- Update to 1.7.5
- Add additional MASTER_SITES
25 Feb 2012 14:01:08
Original commit files touched by this commit  1.7.4
zi search for other commits by this committer
- Adpot port per request of maintainer

Approved by:    roam@
09 Nov 2011 15:26:04
Original commit files touched by this commit  1.7.4
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
29 Oct 2011 09:37:46
Original commit files touched by this commit  1.7.4
kwm search for other commits by this committer
Fix build on FreeBSD 10.

Approved by:    portmgr (miwi)
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.7.4
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
19 Dec 2010 19:10:48
Original commit files touched by this commit  1.7.4
roam search for other commits by this committer
Update to c-ares-1.7.4 and fix a bashism in the configure script.
11 Jun 2010 11:24:38
Original commit files touched by this commit  1.7.2
roam search for other commits by this committer
Update to c-ares-1.7.2 and declare the MIT license.
25 Mar 2010 11:54:02
Original commit files touched by this commit  1.7.1
roam search for other commits by this committer
Update to c-ares 1.7.1 and redo the config patch to also support
IPv6 nameserver addresses.
22 Mar 2010 10:56:04
Original commit files touched by this commit  1.7.0
roam search for other commits by this committer
Update to c-ares-1.7.0.  In the process:
- actually pass the options-enabled arguments to the configure script!
- add the "hide symbols" configurable knob, though I've no idea why
  anybody would want to turn that off... except maybe for debugging
- install the "acountry", "adig", and "ahost" programs, since they do
  come in useful every now and then
- refresh the patches and add descriptions at the top
23 Jun 2009 13:27:53
Original commit files touched by this commit  1.6.0
pav search for other commits by this committer
Make jobs unsafe
15 Jun 2009 11:18:59
Original commit files touched by this commit  1.6.0
roam search for other commits by this committer
Update to c-ares-1.6.0.
30 Jan 2009 21:37:23
Original commit files touched by this commit  1.4.0
pav search for other commits by this committer
- Update download location, update WWW

Reported by:    -fetch-original pointyhat run
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.4.0
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
23 Jul 2007 09:36:52
Original commit files touched by this commit  1.4.0
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
10 Jun 2007 19:41:57
Original commit files touched by this commit  1.4.0
miwi search for other commits by this committer
- Update to 1.4.0

Approved by:    maintainer timeout (security, 1 day), so (simon)
Security:      
http://www.vuxml.org/freebsd/70ae62b0-16b0-11dc-b803-0016179b2dd5.html
06 Dec 2006 09:58:55
Original commit files touched by this commit  1.3.2
roam search for other commits by this committer
Update to c-ares 1.3.2.
Add the optional ares_config_info patch from Unreal IRCD, on by default;
this is a step closer to building Unreal IRCD with the port version of
c-ares.
07 Nov 2006 17:05:51
Original commit files touched by this commit  1.3.1_1
roam search for other commits by this committer
Build and install the shared c-ares library too, not just the static one.
This should help the build of libcurl on amd64, what with -fPIC and such.

Reported by:    girgen
14 Jul 2006 07:41:48
Original commit files touched by this commit  1.3.1
roam search for other commits by this committer
Note that dns/ares and dns/c-ares are in conflict.
14 Jul 2006 07:00:44
Original commit files touched by this commit  1.3.1
roam search for other commits by this committer
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>

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.143 seconds.