source: general/genlib/wv.xml@ 5841c65

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5841c65 was 5841c65, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Most remaing tags for genlibs
There are 10 genlib tags left that need to wait for some
dependencies to be tagged.

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