Tagged soup.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4231 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-14 21:38:35 +00:00
parent f9a0fdbd1b
commit c66e86ae3f

View File

@ -4,103 +4,122 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY soup-download-http "http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2"> <!ENTITY soup-download-http "http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
<!ENTITY soup-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2"> <!ENTITY soup-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
<!ENTITY soup-md5sum "61bb2fef816ce164af62f8a3a5bd782e"> <!ENTITY soup-md5sum "61bb2fef816ce164af62f8a3a5bd782e">
<!ENTITY soup-size "324 KB"> <!ENTITY soup-size "324 KB">
<!ENTITY soup-buildsize "9.4 MB"> <!ENTITY soup-buildsize "9.4 MB">
<!ENTITY soup-time "0.27"> <!ENTITY soup-time "0.27">
]> ]>
<sect1 id="soup" xreflabel="Soup-&soup-version;"> <sect1 id="soup" xreflabel="Soup-&soup-version;">
<sect1info> <?dbhtml filename="soup.html"?>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="soup.html"?>
<title><application>Soup</application>-&soup-version;</title>
<sect2> <sect1info>
<title>Introduction to <application>Soup</application></title> <othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<para>The <application>Soup</application> package contains a <title>Soup-&soup-version;</title>
<acronym>SOAP</acronym> (Simple Object Access Protocol)
implementation in <application>C</application>.</para>
<sect3><title>Package information</title> <indexterm zone="soup">
<itemizedlist spacing='compact'> <primary sortas="a-Soup">Soup</primary>
<listitem><para>Download (HTTP): <ulink </indexterm>
url="&soup-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&soup-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &soup-md5sum;</para></listitem>
<listitem><para>Download size: &soup-size;</para></listitem>
<listitem><para>Estimated disk space required:
&soup-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&soup-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title> <sect2 role="package">
<itemizedlist spacing='compact'> <title>Introduction to Soup</title>
<listitem><para>Required Patch (if compiled with
<application><acronym>GCC</acronym></application>-3.4.x): <ulink
url="&patch-root;/soup-&soup-version;-gcc_3.4-1.patch"/></para></listitem>
</itemizedlist>
</sect3>
<sect3><title><application>Soup</application> dependencies</title> <para>The <application>Soup</application> package contains a SOAP (Simple
<sect4><title>Required</title> Object Access Protocol) implementation in C.</para>
<para><xref linkend="GLib"/> or <xref linkend="glib2"/>,
<xref linkend="libxml"/> or <xref linkend="libxml2"/> and
<xref linkend="popt"/></para>
</sect4>
<sect4><title>Optional</title> <bridgehead renderas="sect3">Package Information</bridgehead>
<para><xref linkend="apache"/>, <itemizedlist spacing="compact">
<xref linkend="openssl"/> or <listitem>
<xref linkend="mozilla"/> (for the <acronym>NSS</acronym> libraries), <para>Download (HTTP): <ulink url="&soup-download-http;"/></para>
<xref linkend="gtk-doc"/> and </listitem>
<xref linkend="docbook-utils"/></para> <listitem>
</sect4> <para>Download (FTP): <ulink url="&soup-download-ftp;"/></para>
</sect3> </listitem>
<listitem>
<para>Download MD5 sum: &soup-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &soup-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &soup-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &soup-time;</para>
</listitem>
</itemizedlist>
</sect2> <bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch (if compiled with
<application>GCC</application>-3.4.x): <ulink
url="&patch-root;/soup-&soup-version;-gcc_3.4-1.patch"/></para>
</listitem>
</itemizedlist>
<sect2> <bridgehead renderas="sect3">Soup Dependencies</bridgehead>
<title>Installation of <application>Soup</application></title>
<para>Install <application>Soup</application> by running the following <bridgehead renderas="sect4">Required</bridgehead>
commands:</para> <para><xref linkend="GLib"/> or <xref linkend="glib2"/>,
<xref linkend="libxml"/> or <xref linkend="libxml2"/> and
<xref linkend="popt"/></para>
<screen><userinput><command>patch -Np1 -i ../soup-&soup-version;-gcc_3.4-1.patch &amp;&amp; <bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="apache"/>,
<xref linkend="openssl"/> or
<xref linkend="mozilla"/> (for the NSS libraries),
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Soup</title>
<para>Install <application>Soup</application> by running the following
commands:</para>
<screen><userinput>patch -Np1 -i ../soup-&soup-version;-gcc_3.4-1.patch &amp;&amp;
./configure --prefix=/opt/gnome &amp;&amp; ./configure --prefix=/opt/gnome &amp;&amp;
make &amp;&amp; make &amp;&amp;
make install</command></userinput></screen> make install</userinput></screen>
</sect2> </sect2>
<sect2> <sect2 role="commands">
<title>Command explanations</title> <title>Command Explanations</title>
<para><parameter>--prefix=/opt/gnome</parameter>: Installs <para><parameter>--prefix=/opt/gnome</parameter>: Installs
<application>Soup</application> in the <application>Soup</application> in the
<application><acronym>GNOME</acronym></application> 1.4 directory <application>GNOME</application> 1.4 directory structure.</para>
structure.</para>
<para><parameter>--enable-apache=no</parameter>: This command can be added <para><option>--enable-apache=no</option>: This command can be added
to prevent building against <application>Apache</application>.</para> to prevent building against <application>Apache</application>.</para>
</sect2> </sect2>
<sect2> <sect2 role="content">
<title>Contents</title> <title>Contents</title>
<para>The <application>Soup</application> package contains <segmentedlist>
<acronym>SOAP</acronym> libraries, used to implement <segtitle>Installed Programs</segtitle>
<acronym>XML</acronym> remote procedure calls.</para> <segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2> <seglistitem>
<seg>None</seg>
<seg>SOAP libraries</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1> </sect1>