source: general/genlib/wv.xml@ 8aeb474

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8aeb474 was 99d8124d, checked in by Ken Moffat <ken@…>, 12 years ago

my last batch of tags, for the moment.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10572 af4574ff-66df-0310-9fd7-8a98e5e911e0

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