source: networking/netlibs/c-ares.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY c-ares-download-http "https://c-ares.haxx.se/download/c-ares-&c-ares-version;.tar.gz">
8 <!ENTITY c-ares-download-ftp " ">
9 <!ENTITY c-ares-md5sum "28f65c8ee6c097986bd902fd4f0804e2">
10 <!ENTITY c-ares-size "1.4 MB">
11 <!ENTITY c-ares-buildsize "10 MB">
12 <!ENTITY c-ares-time "0.1 SBU">
13]>
14
15<sect1 id="c-ares" xreflabel="c-ares-&c-ares-version;">
16 <?dbhtml filename="c-ares.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>c-ares-&c-ares-version;</title>
23
24 <indexterm zone="c-ares">
25 <primary sortas="a-c-ares">c-ares</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to c-ares</title>
30
31 <para>
32 <application>c-ares</application> is a C library for asynchronous DNS
33 requests.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&c-ares-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&c-ares-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &c-ares-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &c-ares-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &c-ares-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &c-ares-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">c-ares Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="cmake"/>
77 </para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of c-ares</title>
83
84 <para>
85 Install <application>c-ares</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>mkdir build &amp;&amp;
90cd build &amp;&amp;
91
92cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not include a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107<!-- Since moving to CMake, we don't need this anymore.
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/static-libraries.xml"/>
113
114 </sect2>
115-->
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 acountry, adig, and ahost
128 </seg>
129 <seg>
130 libcares.so
131 </seg>
132 <seg>
133 None
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="acountry">
144 <term><command>acountry</command></term>
145 <listitem>
146 <para>
147 prints the country where an IPv4 address or host is located
148 </para>
149 <indexterm zone="c-ares acountry">
150 <primary sortas="b-acountry">acountry</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="adig">
156 <term><command>adig</command></term>
157 <listitem>
158 <para>
159 queries information from DNS servers
160 </para>
161 <indexterm zone="c-ares adig">
162 <primary sortas="b-adig">adig</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="ahost">
168 <term><command>ahost</command></term>
169 <listitem>
170 <para>
171 prints the A or AAAA record associated with a hostname
172 or IP address
173 </para>
174 <indexterm zone="c-ares ahost">
175 <primary sortas="b-ahost">ahost</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="c-ares-lib">
181 <term><filename class="libraryfile">libcares.so</filename></term>
182 <listitem>
183 <para>
184 is a C library for asynchronous DNS requests
185 </para>
186 <indexterm zone="c-ares c-ares-lib">
187 <primary sortas="c-c-ares">c-ares.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.