glfs/general/genlib/expat.xml

134 lines
4.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY expat-download-http "http://prdownloads.sourceforge.net/expat/expat-&expat-version;.tar.gz">
<!ENTITY expat-download-ftp " ">
<!ENTITY expat-md5sum "aff487543845a82fe262e6e2922b4c8e">
<!ENTITY expat-size "314 KB">
<!ENTITY expat-buildsize "4.5 MB">
<!ENTITY expat-time "0.1 SBU">
]>
<sect1 id="expat" xreflabel="expat-&expat-version;">
<?dbhtml filename="expat.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">expat-&expat-version;.tar</keyword>
<keyword role="ftpdir">expat</keyword>
</keywordset>
</sect1info>
<title>Expat-&expat-version;</title>
<indexterm zone="expat">
<primary sortas="a-Expat">Expat</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Expat</title>
<para>The <application>expat</application> package contains a stream oriented
C library for parsing XML.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&expat-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&expat-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &expat-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &expat-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &expat-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &expat-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Expat Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><ulink url="http://check.sourceforge.net/">Check</ulink>
(for running the test suite)</para>
</sect2>
<sect2 role="installation">
<title>Installation of Expat</title>
<para>Install <application>expat</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/expat-&expat-version; &amp;&amp;
install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>xmlwf</seg>
<seg>libexpat.[so,a]</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="xmlwf">
<term><command>xmlwf</command></term>
<listitem>
<para>is a non-validating utility to check whether or not
XML documents are well formed.</para>
<indexterm zone="expat xmlwf">
<primary sortas="b-xmlwf">xmlwf</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libexpat">
<term><filename class='libraryfile'>libexpat.[so,a]</filename></term>
<listitem>
<para>contains API functions for parsing XML.</para>
<indexterm zone="expat libexpat">
<primary sortas="c-libexpat">libexpat.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>