Changeset ddee925


Ignore:
Timestamp:
08/29/2003 07:32:11 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0c0d4d6
Parents:
2e0ea33
Message:

update to curl-7.10.7

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl/curl-config.xml

    r2e0ea33 rddee925  
    11<sect2>
    2 <title>Configuring curl</title>
     2<title>Configuring <application>curl</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • basicnet/netlibs/curl/curl-desc.xml

    r2e0ea33 rddee925  
    22<title>Contents</title>
    33
    4 <para>The curl package contains <userinput>curl</userinput>, <userinput>curl-config</userinput> and the
    5 <filename>libcurl</filename> libraries.</para>
     4<para>The <application>curl</application> package contains <command>curl</command>, <command>curl-config</command> and the
     5<filename class="libraryfile">libcurl</filename> libraries.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>curl</title>
    12 <para>curl is a client that can get documents from or send documents to
    13 any of the following protocols: HTTP, HTTPS (needs openssl), FTP,
    14 GOPHER, DICT, TELNET, LDAP (needs openldap) or FILE.</para></sect3>
     12<para><command>curl</command> is a client that can get documents from or send documents to
     13any of the following protocols: <acronym>HTTP</acronym>,
     14<acronym>HTTPS</acronym> (needs <xref linkend="openssl"/>),
     15<acronym>FTP</acronym>, GOPHER, DICT, TELNET, <acronym>LDAP</acronym> (needs <xref
     16linkend="openldap"/>) or FILE.</para></sect3>
    1517
    1618<sect3><title>curl-config</title>
    17 <para>curl-config prints information about the last compile, like
     19<para><command>curl-config</command> prints information about the last compile, like
    1820libraries linked to and prefix setting.</para></sect3>
    1921
    2022<sect3><title>curl library</title>
    21 <para>libcurl provides the functionality of curl to other programs.</para></sect3>
     23<para><filename class="libraryfile">libcurl</filename> provides the functionality of
     24curl to other programs.</para></sect3>
    2225
    2326</sect2>
  • basicnet/netlibs/curl/curl-inst.xml

    r2e0ea33 rddee925  
    11<sect2>
    2 <title>Installation of curl</title>
     2<title>Installation of <application>curl</application></title>
    33
    4 <para>Install curl by running the following commands:</para>
     4<para>Install <application>curl</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install </userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • basicnet/netlibs/curl/curl-intro.xml

    r2e0ea33 rddee925  
    11<sect2>
    2 <title>Introduction to curl</title>
     2<title>Introduction to <application>curl</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&curl-download-http;"/>
    5 Download location (FTP):        <ulink url="&curl-download-ftp;"/>
    6 Version used:                   &curl-version;
    7 Package size:                   &curl-size;
    8 Estimated Disk space required:  &curl-buildsize;
    9 Estimated build time:           &curl-time;</screen>
     4<para>The <application>curl</application> package contains curl and its
     5support library. This is useful for transferring files with
     6<acronym>URL</acronym> syntax.
     7For example, <command>curl http://curl.haxx.se/download/curl-&curl-version;.tar.gz &gt;
     8curl-&curl-version;.tar.gz</command> would download this program's
     9tarball to the current directory. This ability to both download and
     10redirect files can be incorporated into other programs to support
     11functions like streaming media.</para>
    1012
    11 <para>The curl package contains curl and its support library. This is
    12 useful for transferring files with URL syntax. For example, <userinput>curl
    13 http://curl.haxx.se/download/curl-&curl-version;.tar.gz &gt;
    14 curl-&curl-version;.tar.gz</userinput>
    15 would download this program's tarball to the current directory. This
    16 ability to both download and redirect files can be incorporated
    17 into other programs to support functions like streaming media.</para>
     13<sect3><title>Package information</title>
     14<itemizedlist spacing='compact'>
     15<listitem><para>Download (HTTP): <ulink url="&curl-download-http;"/></para></listitem>
     16<listitem><para>Download (FTP): <ulink url="&curl-download-ftp;"/></para></listitem>
     17<listitem><para>Download size: &curl-size;</para></listitem>
     18<listitem><para>Estimated Disk space required: &curl-buildsize;</para></listitem>
     19<listitem><para>Estimated build time: &curl-time;</para></listitem></itemizedlist>
     20</sect3>
    1821
    19 <screen>curl will utilize:
    20 <xref linkend="openssl"/> and <xref linkend="openldap"/></screen>
     22<sect3><title><application>curl</application> dependencies</title>
     23<sect4><title>Optional</title>
     24<para><xref linkend="openssl"/> and <xref linkend="openldap"/></para></sect4>
     25</sect3>
    2126
    2227</sect2>
  • basicnet/netlibs/curl/curl.ent

    r2e0ea33 rddee925  
    44<!ENTITY curl-desc SYSTEM "curl-desc.xml">
    55<!ENTITY curl-config SYSTEM "curl-config.xml">
    6 <!ENTITY curl-buildsize "7.2 MB">
    7 <!ENTITY curl-version "7.10.4">
    8 <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-7.10.4.tar.bz2">
    9 <!ENTITY curl-download-ftp "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.10.4.tar.bz2">
    10 <!ENTITY curl-size "860 KB">
    11 <!ENTITY curl-time "0.65 SBU">
     6<!ENTITY curl-buildsize "24.3 MB">
     7<!ENTITY curl-version "7.10.7">
     8<!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
     9<!ENTITY curl-download-ftp
     10"ftp://ftp.sunet.se/pub/www/utilities/curl/curl-&curl-version;.tar.bz2">
     11<!ENTITY curl-size "964 KB">
     12<!ENTITY curl-time "0.43 SBU">
  • basicnet/textweb/links/links.ent

    r2e0ea33 rddee925  
    88<!ENTITY Links-version "2.1pre11">
    99<!ENTITY Links-download-http
    10 "http://atrey.karlin.mff.cuni.cz/~clock/twibright/Links/download/links-2.1pre11.tar.bz2">
     10"http://atrey.karlin.mff.cuni.cz/~clock/twibright/Links/download/links-&Links-version;.tar.bz2">
    1111<!ENTITY Links-download-ftp
    12 "ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/Links/links-2.1pre11.tar.bz2">
     12"ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/Links/links-&Links-version;.tar.bz2">
    1313<!ENTITY Links-size "3.6 MB">
    1414<!ENTITY Links-time "0.57 SBU">
  • introduction/welcome/changelog.xml

    r2e0ea33 rddee925  
    1111<itemizedlist>
    1212
     13<listitem><para>August 29, 2003 [larry]: Basicnet: updated to curl
     147.10.7 submitted by Igor Zivkovic.</para></listitem>
     15
    1316<listitem><para>August 29, 2003 [larry]: Gnome: updated intro for orbit2
    1417and updated to bonobo-activation-2.2.3.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.