Changeset c626b08


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

Files:
4 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>
  • general.ent

    r7887ef0e rc626b08  
    1 <!ENTITY day          "01">
     1<!ENTITY day          "02">
    22<!ENTITY month        "02">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "February &day;st, &year;">
     5<!ENTITY releasedate  "February &day;nd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
     
    197197                                 
    198198<!-- Chapter 16 -->               
    199 <!ENTITY curl-version                 "7.12.3">
     199<!ENTITY curl-version                 "7.13.0">
    200200<!ENTITY wvstreams-version            "3.75.0"> 
    201201<!ENTITY gnet-version                 "2.0.5">   
     
    408408<!ENTITY firefox-version              "1.0">
    409409<!ENTITY galeon-version               "1.3.18">
    410 <!ENTITY dillo-version                "0.8.3"> 
     410<!ENTITY dillo-version                "0.8.4"> 
    411411
    412412<!-- Chapter 36 -->
  • introduction/welcome/changelog.xml

    r7887ef0e rc626b08  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>February 2nd, 2005 [randy]: Updated to cURL-7.13.0 and
     26Dillo-0.8.4.</para></listitem>
    2427
    2528<listitem><para>February 1st, 2005 [randy]: Added MD5 sums to GCC-3.3.4,
  • xsoft/graphweb/dillo.xml

    r7887ef0e rc626b08  
    77  <!ENTITY dillo-download-http "http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2">
    88  <!ENTITY dillo-download-ftp  "ftp://distro.ibiblio.org/pub/Linux/distributions/sorcerer/sources/dillo/&dillo-version;/dillo-&dillo-version;.tar.bz2">
    9   <!ENTITY dillo-size          "418 KB">
     9  <!ENTITY dillo-size          "423 KB">
    1010  <!ENTITY dillo-buildsize     "9.5 MB">
    1111  <!ENTITY dillo-time          "0.19 SBU">
     
    1919<?dbhtml filename="dillo.html" ?>
    2020<title><application>Dillo</application>-&dillo-version;</title>
     21<indexterm zone="dillo">
     22<primary sortas="a-Dillo">Dillo</primary></indexterm>
    2123
    2224<sect2>
     
    2426
    2527<para><application>Dillo</application> is a fast, small footprint graphical
    26 browser.  Version &dillo-version; is now considered a stable beta.
     28browser.  Version &dillo-version; is now considered a very stable beta.
    2729<application>Dillo</application> does not support
    2830<application>Java</application>, JavaScript or <acronym>CSS</acronym>, and the
     
    5153
    5254<sect4><title>Optional</title>
    53 <para><xref linkend="openssl"/> and
     55<para><xref linkend="openssl"/>,
     56<xref linkend="wget"/> (for downloading via <acronym>FTP</acronym>) and
    5457<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
    5558</sect4>
     
    6366<note><para>Dillo has no mechanism of character set
    6467selection and always uses iso8859-1. If this character set is not
    65 appropriate, replace all occurences of iso8859-1 to the
     68appropriate, replace all occurrences of iso8859-1 to the
    6669desired character set in <filename>src/dw_style.c</filename>.</para></note>
    6770
     
    7073
    7174<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/dillo &amp;&amp;
    72 make &amp;&amp;
    73 make install</command></userinput></screen>
     75make</command></userinput></screen>
     76
     77<para>Now, as the root user:</para>
     78
     79<screen><userinput role='root'><command>make install</command></userinput></screen>
    7480
    7581</sect2>
     
    7884<title>Configuring <application>Dillo</application></title>
    7985
    80 <sect3><title>Config files</title>
     86<sect3 id="dillo-config"><title>Config files</title>
    8187
    8288<para><filename>/etc/dillo/dillorc</filename>,
    8389<filename>/etc/dillo/dpidrc</filename>,
    8490<filename>~/.dillo/*</filename></para>
     91<indexterm zone="dillo dillo-config">
     92<primary sortas="e-AA.dillo-star">~/.dillo/*</primary></indexterm>
     93<indexterm zone="dillo dillo-config">
     94<primary sortas="e-etc-dillo-dillorc">/etc/dillo/dillorc</primary></indexterm>
     95<indexterm zone="dillo dillo-config">
     96<primary sortas="e-etc-dillo-dpidrc">/etc/dillo/dpidrc</primary></indexterm>
    8597</sect3>
    8698
     
    100112<title>Contents</title>
    101113
    102 <para>The <application>Dillo</application> package contains
    103 <command>dillo</command>,
    104 <command>dpid</command> and
    105 <command>dpidc</command>.</para>
     114<segmentedlist>
     115<segtitle>Installed Programs</segtitle>
     116<segtitle>Installed Libraries</segtitle>
     117<segtitle>Installed Directories</segtitle>
    106118
    107 </sect2>
     119<seglistitem>
     120<seg>dillo, dpid and dpidc</seg>
     121<seg>None</seg>
     122<seg>~/.dillo, /etc/dillo and /usr/lib/dillo</seg>
     123</seglistitem>
     124</segmentedlist>
    108125
    109 <sect2><title>Description</title>
     126<variablelist>
     127<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     128<?dbfo list-presentation="list"?>
    110129
    111 <sect3><title>dillo</title>
    112 <para><command>dillo</command> is a <acronym>GTK</acronym>+ graphical
    113 <acronym>WWW</acronym> browser with limited facilities, but a
    114 small footprint and runs fast on slower machines.</para></sect3>
     130<varlistentry id="dillo-prog">
     131<term><command>dillo</command></term>
     132<listitem><para>is a <acronym>GTK</acronym>+ graphical <acronym>WWW</acronym>
     133browser with limited facilities, but a small footprint and runs fast on
     134slower machines.</para>
     135<indexterm zone="dillo dillo-prog">
     136<primary sortas="b-dillo">dillo</primary>
     137</indexterm></listitem>
     138</varlistentry>
    115139
    116 <sect3><title>dpid</title>
    117 <para><command>dpid</command> is a <application>Dillo</application>
    118 plugin daemon.</para></sect3>
     140<varlistentry id="dpid">
     141<term><command>dpid</command></term>
     142<listitem><para>is a <application>Dillo</application> plugin daemon.</para>
     143<indexterm zone="dillo dpid">
     144<primary sortas="b-dpid">dpid</primary>
     145</indexterm></listitem>
     146</varlistentry>
    119147
    120 <sect3><title>dpidc</title>
    121 <para><command>dpidc</command> is a control program for
    122 <command>dpid</command>.</para></sect3>
     148<varlistentry id="dpidc">
     149<term><command>dpidc</command></term>
     150<listitem><para>is a control program for <command>dpid</command>.</para>
     151<indexterm zone="dillo dpidc">
     152<primary sortas="b-dpidc">dpidc</primary>
     153</indexterm></listitem>
     154</varlistentry>
     155</variablelist>
    123156
    124157</sect2>
Note: See TracChangeset for help on using the changeset viewer.