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
This commit is contained in:
Randy McMurchy 2005-02-02 05:50:55 +00:00
parent 7887ef0ed8
commit c626b081cd
4 changed files with 117 additions and 45 deletions

View File

@ -7,7 +7,7 @@
<!ENTITY curl-download-ftp "ftp://ftp.fu-berlin.de/pub/unix/network/curl/curl-&curl-version;.tar.bz2">
<!ENTITY curl-size "1.8 MB">
<!ENTITY curl-buildsize "24.6 MB">
<!ENTITY curl-time "0.42 SBU (additional 2.98 SBU to run test suite)">
<!ENTITY curl-time "0.42 SBU (additional 2.98 SBU to run test suite w/Valgrind)">
]>
<sect1 id="curl" xreflabel="cURL-&curl-version;">
@ -17,6 +17,8 @@
</sect1info>
<?dbhtml filename="curl.html"?>
<title>cURL-&curl-version;</title>
<indexterm zone="curl">
<primary sortas="a-CURL">CURL</primary></indexterm>
<sect2>
<title>Introduction to <application>cURL</application></title>
@ -51,6 +53,12 @@ functions like streaming media.</para>
<ulink url="http://www.vintela.com/resources/topics/spnego/">SPNEGO</ulink> and
<ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink></para>
</sect4>
<sect4><title>Optional (for running the test suite)</title>
<para><xref linkend="stunnel"/> (for running <acronym>HTTPS</acronym> and
<acronym>FTPS</acronym> tests) and
<ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
</sect4>
</sect3>
</sect2>
@ -62,8 +70,11 @@ functions like streaming media.</para>
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install &amp;&amp;
find docs -name "Makefile*" \
-o -name "*.1" \
-o -name "*.3" | xargs rm &amp;&amp;
@ -84,28 +95,53 @@ This parameter adds <application>Kerberos 5</application> support to
<sect2>
<title>Contents</title>
<para>The <application>cURL</application> package contains
<command>curl</command>, <command>curl-config</command> and the
<filename class="libraryfile">libcurl</filename> libraries.</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2>
<seglistitem>
<seg>curl and curl-config</seg>
<seg>libcurl.[so,a]</seg>
<seg>/usr/include/curl, /usr/share/curl
and /usr/share/doc/curl-&curl-version;</seg>
</seglistitem>
</segmentedlist>
<sect2><title>Description</title>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect3><title>curl</title>
<para><command>curl</command> is a client that can get documents from or send
documents to any of the following protocols: <acronym>HTTP</acronym>,
<varlistentry id="curl-prog">
<term><command>curl</command></term>
<listitem><para>is a client that can get documents from or send documents to
any of the following protocols: <acronym>HTTP</acronym>,
<acronym>HTTPS</acronym> (needs <xref linkend="openssl"/>),
<acronym>FTP</acronym>, GOPHER, DICT, TELNET, <acronym>LDAP</acronym> (needs
<xref linkend="openldap"/>) or FILE.</para></sect3>
<xref linkend="openldap"/> at run time) or FILE.</para>
<indexterm zone="curl curl-prog">
<primary sortas="b-curl">curl</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>curl-config</title>
<para><command>curl-config</command> prints information about the last compile,
like libraries linked to and prefix setting.</para></sect3>
<varlistentry id="curl-config">
<term><command>curl-config</command></term>
<listitem><para>prints information about the last compile, like libraries
linked to and prefix setting.</para>
<indexterm zone="curl curl-config">
<primary sortas="b-curl-config">curl-config</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>libcurl</title>
<para><filename class="libraryfile">libcurl</filename> provides the
functionality of <command>curl</command> to other programs.</para></sect3>
<varlistentry id="libcurl">
<term><filename class='libraryfile'>libcurl.[so,a]</filename></term>
<listitem><para>provides the <acronym>API</acronym> functions required by
<command>curl</command> and other programs.</para>
<indexterm zone="curl libcurl">
<primary sortas="c-libcurl">libcurl.[so,a]</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
</sect2>

View File

@ -1,8 +1,8 @@
<!ENTITY day "01">
<!ENTITY day "02">
<!ENTITY month "02">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "February &day;st, &year;">
<!ENTITY releasedate "February &day;nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
<!ENTITY lfs-version "stable"> <!-- stable|testing|unstable] -->
@ -196,7 +196,7 @@
<!ENTITY pppoe-version "3.5">
<!-- Chapter 16 -->
<!ENTITY curl-version "7.12.3">
<!ENTITY curl-version "7.13.0">
<!ENTITY wvstreams-version "3.75.0">
<!ENTITY gnet-version "2.0.5">
<!ENTITY libsoup-version "2.2.1">
@ -407,7 +407,7 @@
<!ENTITY mozilla-version "1.7.5">
<!ENTITY firefox-version "1.0">
<!ENTITY galeon-version "1.3.18">
<!ENTITY dillo-version "0.8.3">
<!ENTITY dillo-version "0.8.4">
<!-- Chapter 36 -->
<!ENTITY thunderbird-version "1.0">

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>February 2nd, 2005 [randy]: Updated to cURL-7.13.0 and
Dillo-0.8.4.</para></listitem>
<listitem><para>February 1st, 2005 [randy]: Added MD5 sums to GCC-3.3.4,
GCC-3.4.1, Python and Nmap instructions; split long sed command in the Tcl
instructions to fit on the PDF book.</para></listitem>

View File

@ -6,7 +6,7 @@
<!ENTITY dillo-download-http "http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2">
<!ENTITY dillo-download-ftp "ftp://distro.ibiblio.org/pub/Linux/distributions/sorcerer/sources/dillo/&dillo-version;/dillo-&dillo-version;.tar.bz2">
<!ENTITY dillo-size "418 KB">
<!ENTITY dillo-size "423 KB">
<!ENTITY dillo-buildsize "9.5 MB">
<!ENTITY dillo-time "0.19 SBU">
]>
@ -18,12 +18,14 @@
</sect1info>
<?dbhtml filename="dillo.html" ?>
<title><application>Dillo</application>-&dillo-version;</title>
<indexterm zone="dillo">
<primary sortas="a-Dillo">Dillo</primary></indexterm>
<sect2>
<title>Introduction to <application>Dillo</application></title>
<para><application>Dillo</application> is a fast, small footprint graphical
browser. Version &dillo-version; is now considered a stable beta.
browser. Version &dillo-version; is now considered a very stable beta.
<application>Dillo</application> does not support
<application>Java</application>, JavaScript or <acronym>CSS</acronym>, and the
current version does not support <acronym>FTP</acronym>,
@ -50,7 +52,8 @@ url="&dillo-download-ftp;"/></para></listitem>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="openssl"/> and
<para><xref linkend="openssl"/>,
<xref linkend="wget"/> (for downloading via <acronym>FTP</acronym>) and
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
</sect4>
</sect3>
@ -62,26 +65,35 @@ url="&dillo-download-ftp;"/></para></listitem>
<note><para>Dillo has no mechanism of character set
selection and always uses iso8859-1. If this character set is not
appropriate, replace all occurences of iso8859-1 to the
appropriate, replace all occurrences of iso8859-1 to the
desired character set in <filename>src/dw_style.c</filename>.</para></note>
<para>Install <application>Dillo</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/dillo &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
<sect2>
<title>Configuring <application>Dillo</application></title>
<sect3><title>Config files</title>
<sect3 id="dillo-config"><title>Config files</title>
<para><filename>/etc/dillo/dillorc</filename>,
<filename>/etc/dillo/dpidrc</filename>,
<filename>~/.dillo/*</filename></para>
<indexterm zone="dillo dillo-config">
<primary sortas="e-AA.dillo-star">~/.dillo/*</primary></indexterm>
<indexterm zone="dillo dillo-config">
<primary sortas="e-etc-dillo-dillorc">/etc/dillo/dillorc</primary></indexterm>
<indexterm zone="dillo dillo-config">
<primary sortas="e-etc-dillo-dpidrc">/etc/dillo/dpidrc</primary></indexterm>
</sect3>
<sect3><title>Configuration Information</title>
@ -99,27 +111,48 @@ cookies, edit the <filename>~/.dillo/cookiesrc</filename> file.</para>
<sect2>
<title>Contents</title>
<para>The <application>Dillo</application> package contains
<command>dillo</command>,
<command>dpid</command> and
<command>dpidc</command>.</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2>
<seglistitem>
<seg>dillo, dpid and dpidc</seg>
<seg>None</seg>
<seg>~/.dillo, /etc/dillo and /usr/lib/dillo</seg>
</seglistitem>
</segmentedlist>
<sect2><title>Description</title>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect3><title>dillo</title>
<para><command>dillo</command> is a <acronym>GTK</acronym>+ graphical
<acronym>WWW</acronym> browser with limited facilities, but a
small footprint and runs fast on slower machines.</para></sect3>
<varlistentry id="dillo-prog">
<term><command>dillo</command></term>
<listitem><para>is a <acronym>GTK</acronym>+ graphical <acronym>WWW</acronym>
browser with limited facilities, but a small footprint and runs fast on
slower machines.</para>
<indexterm zone="dillo dillo-prog">
<primary sortas="b-dillo">dillo</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>dpid</title>
<para><command>dpid</command> is a <application>Dillo</application>
plugin daemon.</para></sect3>
<varlistentry id="dpid">
<term><command>dpid</command></term>
<listitem><para>is a <application>Dillo</application> plugin daemon.</para>
<indexterm zone="dillo dpid">
<primary sortas="b-dpid">dpid</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>dpidc</title>
<para><command>dpidc</command> is a control program for
<command>dpid</command>.</para></sect3>
<varlistentry id="dpidc">
<term><command>dpidc</command></term>
<listitem><para>is a control program for <command>dpid</command>.</para>
<indexterm zone="dillo dpidc">
<primary sortas="b-dpidc">dpidc</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
</sect2>