source: pst/ps/gsview.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gsview-download-http "http://gd.tuwien.ac.at/publishing/ghostscript/ghostgum/gsview-&gsview-version;.tar.gz">
8 <!ENTITY gsview-download-ftp "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-&gsview-version;.tar.gz">
9 <!ENTITY gsview-md5sum "ce6288cc8597d6b918498d6d02654bb7">
10 <!ENTITY gsview-size "910 KB">
11 <!ENTITY gsview-buildsize "11 MB">
12 <!ENTITY gsview-time "0.1 SBU">
13]>
14
15<sect1 id="gsview" xreflabel="GSview-&gsview-version;">
16 <?dbhtml filename="gsview.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GSview-&gsview-version;</title>
24
25 <indexterm zone="gsview">
26 <primary sortas="a-GSview">GSview</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GSview</title>
31
32 <para><application>GSview</application> is a viewer for PostScript
33 and PDF using <application>X</application>.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&gsview-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&gsview-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &gsview-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &gsview-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &gsview-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &gsview-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing='compact'>
59 <listitem>
60 <para>Required Patch: <ulink
61 url="&patch-root;/gsview-&gsview-version;-pstotext-1.patch"/></para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">GSview Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="GTK"/> and
69 <xref linkend="gs"/> or <xref linkend="espgs"/>
70 (with libgs.so installed)</para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/gsview"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of GSview</title>
79
80 <para><application>GSview</application> uses <command>netscape</command>
81 to browse through the online help. BLFS does not install
82 <application>Netscape</application>, but has other browsers from which to
83 choose. You can create a symlink from your preferred browser to
84 <command>/usr/bin/netscape</command>, or simply edit
85 <filename>srcunx/gvxreg.c</filename> using the following <command>sed</command>
86 script with your browser's executable file name
87 substituted for <replaceable>&lt;browser&gt;</replaceable>:</para>
88
89<screen><userinput>sed -i 's:netscape:<replaceable>&lt;browser&gt;</replaceable>:' srcunx/gvxreg.c</userinput></screen>
90
91 <para>Install <application>GSview</application> by running the following
92 commands:</para>
93
94<screen><userinput>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|' \
95 srcunx/unx.mak &gt; Makefile &amp;&amp;
96patch -Np1 -i ../gsview-&gsview-version;-pstotext-1.patch &amp;&amp;
97make</userinput></screen>
98
99 <para>This package does not come with a test suite.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para><command>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|'</command>:
111 This command changes the default installation directory to
112 <filename class="directory">/usr</filename>.</para>
113
114 </sect2>
115
116 <sect2 role="configuration">
117 <title>Configuring GSview</title>
118
119 <sect3 id="gsview-config">
120 <title>Config Files</title>
121
122 <para><filename>/etc/gsview/*</filename></para>
123
124 <indexterm zone="gsview gsview-config">
125 <primary sortas="e-etc-gsview">/etc/gsview/*</primary>
126 </indexterm>
127
128 </sect3>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>gsview and gsview-help</seg>
142 <seg>None</seg>
143 <seg>/etc/gsview, /usr/share/doc/gsview-&gsview-version;</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="gsview-prog">
153 <term><command>gsview</command></term>
154 <listitem>
155 <para>is a viewer for PostScript (PS) and PDF files.</para>
156 <indexterm zone="gsview gsview-prog">
157 <primary sortas="b-gsview">gsview</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="gsview-help">
163 <term><command>gsview-help</command></term>
164 <listitem>
165 <para>is a script for displaying help files in your chosen
166 browser.</para>
167 <indexterm zone="gsview gsview-help">
168 <primary sortas="b-gsview-help">gsview-help</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.