source: pst/ps/psutils.xml@ 6c42d4e

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 6c42d4e 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: 6.5 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 psutils-download-http "http://gd.tuwien.ac.at/publishing/tex/tex-utils/psutils/psutils-&psutils-version;.tar.gz">
8 <!ENTITY psutils-download-ftp " ">
9 <!ENTITY psutils-md5sum "b161522f3bd1507655326afa7db4a0ad">
10 <!ENTITY psutils-size "68 KB">
11 <!ENTITY psutils-buildsize "740 KB">
12 <!ENTITY psutils-time "0.01 SBU">
13]>
14
15<sect1 id="psutils" xreflabel="PSUtils-&psutils-version;">
16 <?dbhtml filename="psutils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">psutils-&psutils-version;.tar</keyword>
23 <keyword role="ftpdir">psutils</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>PSUtils-&psutils-version;</title>
28
29 <indexterm zone="psutils">
30 <primary sortas="a-PSUtils">PSUtils</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to PSUtils</title>
35
36 <para><application>PSUtils</application> is a set of utilities to manipulate
37 PostScript files.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&psutils-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&psutils-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &psutils-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &psutils-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &psutils-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &psutils-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/psutils"/></para>
63
64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of PSUtils</title>
68
69 <para>Install <application>PSUtils</application> by running the
70 following commands:</para>
71
72<screen><userinput>sed 's@/usr/local@/usr@g' Makefile.unix &gt; Makefile &amp;&amp;
73make</userinput></screen>
74
75 <para>This package does not come with a test suite.</para>
76
77 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
78
79<screen role="root"><userinput>make install</userinput></screen>
80
81 </sect2>
82
83 <sect2 role="commands">
84 <title>Command Explanations</title>
85
86 <para><command>sed 's@/usr/local@/usr@g' Makefile.unix &gt; Makefile</command>:
87 This command creates a <filename>Makefile</filename> that installs the
88 program to the <filename class="directory">/usr</filename> prefix instead
89 of the <filename class="directory">/usr/local</filename> prefix.</para>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Programs</segtitle>
98 <segtitle>Installed Libraries</segtitle>
99 <segtitle>Installed Directories</segtitle>
100
101 <seglistitem>
102 <seg>epsffit, extractres, fixdlsrps, fixfmps, fixmacps, fixpsditps,
103 fixpspps, fixscribeps, fixtpps, fixwfwps, fixwpps, fixwwps, getafm,
104 includeres, psbook, psmerge, psnup, psresize, psselect, pstops,
105 and showchar</seg>
106 <seg>None</seg>
107 <seg>/usr/share/psutils</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <para>Sometimes <command>psnup</command> and other utilities from this
112 package produce PostScript files that don't conform to Adobe's DSC
113 standard. <application>CUPS</application> may print them incorrectly.
114 On the other hand, <application>CUPS</application> has builtin
115 replacements for most commands from this package. For example, to print
116 a document 2-up, you can issue this command:</para>
117
118<screen><userinput>lp -o number-up=2 <replaceable>&lt;filename&gt;</replaceable></userinput></screen>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="epsffit">
126 <term><command>epsffit</command></term>
127 <listitem>
128 <para>fits an EPSF file to a given bounding box.</para>
129 <indexterm zone="psutils epsffit">
130 <primary sortas="b-epsffit">epsffit</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 <varlistentry id="psbook">
136 <term><command>psbook</command></term>
137 <listitem>
138 <para>rearranges pages into signatures.</para>
139 <indexterm zone="psutils psbook">
140 <primary sortas="b-psbook">psbook</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="psnup">
146 <term><command>psnup</command></term>
147 <listitem>
148 <para>puts multiple pages per physical sheet of paper.</para>
149 <indexterm zone="psutils psnup">
150 <primary sortas="b-psnup">psnup</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="psresize">
156 <term><command>psresize</command></term>
157 <listitem>
158 <para>alters the document paper size.</para>
159 <indexterm zone="psutils psresize">
160 <primary sortas="b-psresize">psresize</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="psselect">
166 <term><command>psselect</command></term>
167 <listitem>
168 <para>selects pages and page ranges.</para>
169 <indexterm zone="psutils psselect">
170 <primary sortas="b-psselect">psselect</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="pstops">
176 <term><command>pstops</command></term>
177 <listitem>
178 <para>performs general page rearrangements and selection.</para>
179 <indexterm zone="psutils pstops">
180 <primary sortas="b-pstops">pstops</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry>
186 <term><command>scripts</command></term>
187 <listitem>
188 <para>the remaining commands are scripts that perform specific
189 functions described in their respective man pages.</para>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.