source: general/genlib/wv.xml@ bf565e06

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 was 48771ae, checked in by David Bryant <davidbryant@…>, 18 months ago

Unless it's a directory name, or something like that, "test suite"
should be spelled as two words.

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY wv-download-http "https://www.abisource.com/downloads/wv/&wv-version;/wv-&wv-version;.tar.gz">
8 <!ENTITY wv-download-ftp " ">
9 <!ENTITY wv-md5sum "dbccf2e9f747e50c913b7e3d126b73f7">
10 <!ENTITY wv-size "608 KB">
11 <!ENTITY wv-buildsize "25 MB">
12 <!ENTITY wv-time "0.4 SBU">
13]>
14
15<sect1 id="wv" xreflabel="wv-&wv-version;">
16 <?dbhtml filename="wv.html"?>
17
18
19 <title>wv-&wv-version;</title>
20
21 <indexterm zone="wv">
22 <primary sortas="a-Wv">Wv</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to wv</title>
27
28 <para>
29 The <application>wv</application> package contains tools for reading
30 information from an MS Word document.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&wv-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&wv-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &wv-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &wv-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &wv-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &wv-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">wv Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="libgsf"/> and
74 <xref linkend="libpng"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/wv"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of wv</title>
89
90 <para>
91 Install <application>wv</application> by running the following commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not have a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/static-libraries.xml"/>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Library</segtitle>
123 <segtitle>Installed Directory</segtitle>
124
125 <seglistitem>
126 <seg>wvSummary and several other wv* programs which are deprecated in
127 favour of abiword: see
128 <ulink url="http://wvware.sourceforge.net/"/></seg>
129 <seg>libwv-1.2.so</seg>
130 <seg>/usr/share/wv</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="wv-prog">
140 <term><command>wvSummary</command></term>
141 <listitem>
142 <para>
143 displays the summary information from an MS Word document
144 </para>
145 <indexterm zone="wv wv-prog">
146 <primary sortas="b-wv">wv</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="libwv-1.2">
152 <term><filename class="libraryfile">libwv-1.2.so</filename></term>
153 <listitem>
154 <para>
155 provides functions to access MS Word documents
156 </para>
157 <indexterm zone="wv libwv-1.2">
158 <primary sortas="c-libwv-1.2">libwv-1.2.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.