Changeset c626b08 for basicnet


Ignore:
Timestamp:
02/02/2005 05:50:55 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5831a7e
Parents:
7887ef0e
Message:

Updated to cURL-7.13.0 and Dillo-0.8.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3378 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    r7887ef0e rc626b08  
    88  <!ENTITY curl-size          "1.8 MB">
    99  <!ENTITY curl-buildsize     "24.6 MB">
    10   <!ENTITY curl-time          "0.42 SBU (additional 2.98 SBU to run test suite)">
     10  <!ENTITY curl-time          "0.42 SBU (additional 2.98 SBU to run test suite w/Valgrind)">
    1111]>
    1212
     
    1818<?dbhtml filename="curl.html"?>
    1919<title>cURL-&curl-version;</title>
     20<indexterm zone="curl">
     21<primary sortas="a-CURL">CURL</primary></indexterm>
    2022
    2123<sect2>
     
    5254<ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink></para>
    5355</sect4>
     56
     57<sect4><title>Optional (for running the test suite)</title>
     58<para><xref linkend="stunnel"/> (for running <acronym>HTTPS</acronym> and
     59<acronym>FTPS</acronym> tests) and
     60<ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
     61</sect4>
    5462</sect3>
    5563
     
    6371
    6472<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    65 make &amp;&amp;
    66 make install &amp;&amp;
     73make</command></userinput></screen>
     74
     75<para>Now, as the root user:</para>
     76
     77<screen><userinput role='root'><command>make install &amp;&amp;
    6778find docs -name "Makefile*" \
    6879       -o -name "*.1" \
     
    8596<title>Contents</title>
    8697
    87 <para>The <application>cURL</application> package contains
    88 <command>curl</command>, <command>curl-config</command> and the
    89 <filename class="libraryfile">libcurl</filename> libraries.</para>
     98<segmentedlist>
     99<segtitle>Installed Programs</segtitle>
     100<segtitle>Installed Library</segtitle>
     101<segtitle>Installed Directories</segtitle>
    90102
    91 </sect2>
     103<seglistitem>
     104<seg>curl and curl-config</seg>
     105<seg>libcurl.[so,a]</seg>
     106<seg>/usr/include/curl, /usr/share/curl
     107and /usr/share/doc/curl-&curl-version;</seg>
     108</seglistitem>
     109</segmentedlist>
    92110
    93 <sect2><title>Description</title>
     111<variablelist>
     112<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     113<?dbfo list-presentation="list"?>
    94114
    95 <sect3><title>curl</title>
    96 <para><command>curl</command> is a client that can get documents from or send
    97 documents to any of the following protocols: <acronym>HTTP</acronym>,
     115<varlistentry id="curl-prog">
     116<term><command>curl</command></term>
     117<listitem><para>is a client that can get documents from or send documents to
     118any of the following protocols: <acronym>HTTP</acronym>,
    98119<acronym>HTTPS</acronym> (needs <xref linkend="openssl"/>),
    99120<acronym>FTP</acronym>, GOPHER, DICT, TELNET, <acronym>LDAP</acronym> (needs
    100 <xref linkend="openldap"/>) or FILE.</para></sect3>
     121<xref linkend="openldap"/> at run time) or FILE.</para>
     122<indexterm zone="curl curl-prog">
     123<primary sortas="b-curl">curl</primary>
     124</indexterm></listitem>
     125</varlistentry>
    101126
    102 <sect3><title>curl-config</title>
    103 <para><command>curl-config</command> prints information about the last compile,
    104 like libraries linked to and prefix setting.</para></sect3>
     127<varlistentry id="curl-config">
     128<term><command>curl-config</command></term>
     129<listitem><para>prints information about the last compile, like libraries
     130linked to and prefix setting.</para>
     131<indexterm zone="curl curl-config">
     132<primary sortas="b-curl-config">curl-config</primary>
     133</indexterm></listitem>
     134</varlistentry>
    105135
    106 <sect3><title>libcurl</title>
    107 <para><filename class="libraryfile">libcurl</filename> provides the
    108 functionality of <command>curl</command> to other programs.</para></sect3>
     136<varlistentry id="libcurl">
     137<term><filename class='libraryfile'>libcurl.[so,a]</filename></term>
     138<listitem><para>provides the <acronym>API</acronym> functions required by
     139<command>curl</command> and other programs.</para>
     140<indexterm zone="curl libcurl">
     141<primary sortas="c-libcurl">libcurl.[so,a]</primary>
     142</indexterm></listitem>
     143</varlistentry>
     144</variablelist>
    109145
    110146</sect2>
Note: See TracChangeset for help on using the changeset viewer.