source: pst/ps/gsview.xml@ 977061b0

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 977061b0 was 977061b0, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #8

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

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