glfs/general/genlib/wv.xml
Pierre Labastie d56e7df90f Format general libraries
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22828 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-10 14:12:43 +00:00

172 lines
4.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY wv-download-http "http://www.abisource.com/downloads/wv/&wv-version;/wv-&wv-version;.tar.gz">
<!ENTITY wv-download-ftp "">
<!ENTITY wv-md5sum "dbccf2e9f747e50c913b7e3d126b73f7">
<!ENTITY wv-size "608 KB">
<!ENTITY wv-buildsize "25 MB">
<!ENTITY wv-time "0.4 SBU">
]>
<sect1 id="wv" xreflabel="wv-&wv-version;">
<?dbhtml filename="wv.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>wv-&wv-version;</title>
<indexterm zone="wv">
<primary sortas="a-Wv">Wv</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to wv</title>
<para>
The <application>wv</application> package contains tools for reading
information from an MS Word document.
</para>
&lfs91_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&wv-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&wv-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &wv-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &wv-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &wv-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &wv-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">wv Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="libgsf"/> and
<xref linkend="libpng"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/wv'/></para>
</sect2>
<sect2 role="installation">
<title>Installation of wv</title>
<para>
Install <application>wv</application> by running the following commands:
</para>
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>
<para>
This package does not have a testsuite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>wvSummary and several other wv* programs which are deprecated in
favour of abiword: see
<ulink url="http://wvware.sourceforge.net/"></ulink></seg>
<seg>libwv-1.2.so</seg>
<seg>/usr/share/wv</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="wv-prog">
<term><command>wvSummary</command></term>
<listitem>
<para>
displays the summary information from an MS Word document.
</para>
<indexterm zone="wv wv-prog">
<primary sortas="b-wv">wv</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libwv-1.2">
<term><filename class='libraryfile'>libwv-1.2.so</filename></term>
<listitem>
<para>
provides functions to access MS Word documents.
</para>
<indexterm zone="wv libwv-1.2">
<primary sortas="c-libwv-1.2">libwv-1.2.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>