source: pst/ps/enscript.xml@ 4c24eb0a

10.1 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 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 8.8 KB
RevLine 
[89f473d]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[959f944]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[b331bf1]6
[577a45c]7 <!-- Keeping this URL as this is the actual maintainer's site
[b331bf1]8 <!ENTITY enscript-download-http "http://www.iki.fi/mtr/genscript/enscript-&enscript-version;.tar.gz">
[577a45c]9 -->
10
[8dfc5c3]11 <!ENTITY enscript-download-http "&gnu-http;/enscript/enscript-&enscript-version;.tar.gz">
12 <!ENTITY enscript-download-ftp "&gnu-ftp;/enscript/enscript-&enscript-version;.tar.gz">
[7b823ea2]13 <!ENTITY enscript-md5sum "3acc242b829adacabcaf28533f049afd">
14 <!ENTITY enscript-size "1.3 MB">
15 <!ENTITY enscript-buildsize "14 MB">
16 <!ENTITY enscript-time "0.1 SBU">
[959f944]17]>
18
[b331bf1]19<sect1 id="enscript" xreflabel="Enscript-&enscript-version;">
[89f473d]20 <?dbhtml filename="enscript.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>Enscript-&enscript-version;</title>
28
29 <indexterm zone="enscript">
30 <primary sortas="a-Enscript">Enscript</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Enscript</title>
35
[fa3edfef]36 <para>
37 <application>Enscript</application> converts ASCII text files
38 to PostScript, HTML, RTF, ANSI and overstrikes.
39 </para>
[89f473d]40
[3eeb0ce7]41 &lfs10_checked;
[5c409d3]42
[a4b9cd7]43 <caution>
[fa3edfef]44 <para>
45 <application>Enscript</application> cannot convert UTF-8 encoded
46 text to PostScript. The issue is discussed in detail in the
47 <xref linkend="locale-not-valid-option"/> section of the
48 <xref linkend="locale-issues"/> page.
49 The solution is to use <xref linkend="paps"/>, instead of
50 <application>Enscript</application>, for converting
51 UTF-8 encoded text to PostScript.
52 </para>
[a4b9cd7]53 </caution>
54
[89f473d]55 <bridgehead renderas="sect3">Package Information</bridgehead>
56 <itemizedlist spacing="compact">
57 <listitem>
[fa3edfef]58 <para>
59 Download (HTTP): <ulink url="&enscript-download-http;"/>
60 </para>
[89f473d]61 </listitem>
62 <listitem>
[fa3edfef]63 <para>
64 Download (FTP): <ulink url="&enscript-download-ftp;"/>
65 </para>
[89f473d]66 </listitem>
67 <listitem>
[fa3edfef]68 <para>
69 Download MD5 sum: &enscript-md5sum;
70 </para>
[89f473d]71 </listitem>
72 <listitem>
[fa3edfef]73 <para>
74 Download size: &enscript-size;
75 </para>
[89f473d]76 </listitem>
77 <listitem>
[fa3edfef]78 <para>
79 Estimated disk space required: &enscript-buildsize;
80 </para>
[89f473d]81 </listitem>
82 <listitem>
[fa3edfef]83 <para>
84 Estimated build time: &enscript-time;
85 </para>
[89f473d]86 </listitem>
87 </itemizedlist>
88
[7b823ea2]89 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[82269e50]90 <itemizedlist spacing="compact">
91 <listitem>
[fa3edfef]92 <para>
93 Required patch: <ulink url=
94 "&patch-root;/enscript-&enscript-version;-security_fixes-1.patch"/>
95 </para>
[82269e50]96 </listitem>
[7b823ea2]97 </itemizedlist> -->
[82269e50]98
[f720ace1]99 <bridgehead renderas="sect3">Enscript Dependencies</bridgehead>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
104 </para>
105
[977061b0]106 <para condition="html" role="usernotes">User Notes:
[82269e50]107 <ulink url="&blfs-wiki;/Enscript"/></para>
[89f473d]108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Enscript</title>
112
[fa3edfef]113 <para>
114 Install <application>Enscript</application> by running the
115 following commands:
116 </para>
[89f473d]117
[7b823ea2]118<screen><userinput>./configure --prefix=/usr \
[82269e50]119 --sysconfdir=/etc/enscript \
[5c409d3]120 --localstatedir=/var \
[82269e50]121 --with-media=Letter &amp;&amp;
[7b823ea2]122make &amp;&amp;
[82269e50]123
[7b823ea2]124pushd docs &amp;&amp;
[93343b6]125 makeinfo --plaintext -o enscript.txt enscript.texi &amp;&amp;
[7b823ea2]126popd</userinput></screen>
[82269e50]127
[fa3edfef]128 <para>
129 If you have <xref linkend="texlive"/> installed, you can create
130 Postscript and PDF documentation by issuing (does not support parallel
131 make):
132 </para>
[06908bf6]133
134<screen remap="doc"><userinput>make -j1 -C docs ps pdf</userinput></screen>
[82269e50]135
[fa3edfef]136 <para>
137 To test the results, issue: <command>make check</command>.
138 </para>
[46441976]139
[fa3edfef]140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
[46441976]143
[82269e50]144<screen role="root"><userinput>make install &amp;&amp;
145
[5c409d3]146install -v -m755 -d /usr/share/doc/enscript-&enscript-version; &amp;&amp;
[93343b6]147install -v -m644 README* *.txt docs/*.txt \
[f1e103a]148 /usr/share/doc/enscript-&enscript-version;</userinput></screen>
149
[fa3edfef]150 <para>
151 If you built Postscript and PDF documentation, install it
152 using the following command as the
153 <systemitem class="username">root</systemitem> user:
154 </para>
[82269e50]155
[06908bf6]156<screen role="root"
157 remap="doc"><userinput>install -v -m644 docs/*.{dvi,pdf,ps} \
[f1e103a]158 /usr/share/doc/enscript-&enscript-version;</userinput></screen>
[89f473d]159 </sect2>
160
161 <sect2 role="commands">
162 <title>Command Explanations</title>
163
[fa3edfef]164 <para>
165 <parameter>--sysconfdir=/etc/enscript</parameter>: This switch puts
166 configuration data in <filename class="directory">/etc/enscript</filename>
167 instead of <filename class="directory">/usr/etc</filename>.
168 </para>
[89f473d]169
[fa3edfef]170 <para>
171 <parameter>--localstatedir=/var</parameter>: This switch sets the
172 directory for runtime data to <filename class="directory">/var</filename>
173 instead of <filename class="directory">/usr/var</filename>.
174 </para>
[89f473d]175
[fa3edfef]176 <para>
177 <parameter>--with-media=Letter</parameter>: This switch sets the
178 medium format to letter size instead of the A4 default.
179 </para>
[89f473d]180 </sect2>
181
182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Programs</segtitle>
187 <segtitle>Installed Libraries</segtitle>
188 <segtitle>Installed Directories</segtitle>
189
190 <seglistitem>
191 <seg>diffpp, enscript, mkafmmap, over, sliceprint,
192 and states</seg>
193 <seg>None</seg>
[93343b6]194 <seg>/etc/enscript, /usr/share/doc/enscript-&enscript-version;, and
[82269e50]195 /usr/share/enscript</seg>
[89f473d]196 </seglistitem>
197 </segmentedlist>
198
199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
203
204 <varlistentry id="diffpp">
205 <term><command>diffpp</command></term>
206 <listitem>
[fa3edfef]207 <para>
208 converts <command>diff</command> output files to a format
[4c24eb0a]209 suitable to be printed with <command>enscript</command>
[fa3edfef]210 </para>
[89f473d]211 <indexterm zone="enscript diffpp">
212 <primary sortas="b-diffpp">diffpp</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="enscript-prog">
218 <term><command>enscript</command></term>
219 <listitem>
[fa3edfef]220 <para>
221 is a filter, used primarily by printing scripts, that
222 converts ASCII text files to PostScript, HTML, RTF, ANSI and
[4c24eb0a]223 overstrikes
[fa3edfef]224 </para>
[89f473d]225 <indexterm zone="enscript enscript-prog">
226 <primary sortas="b-enscript">enscript</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="mkafmmap">
232 <term><command>mkafmmap</command></term>
233 <listitem>
[fa3edfef]234 <para>
[4c24eb0a]235 creates a font map from a given file
[fa3edfef]236 </para>
[89f473d]237 <indexterm zone="enscript mkafmmap">
238 <primary sortas="b-mkafmmap">mkafmmap</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="over">
244 <term><command>over</command></term>
245 <listitem>
[fa3edfef]246 <para>
247 is a script which calls <command>enscript</command> and
[4c24eb0a]248 passes the correct parameters to create overstriked fonts
[fa3edfef]249 </para>
[89f473d]250 <indexterm zone="enscript over">
251 <primary sortas="b-over">over</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="sliceprint">
257 <term><command>sliceprint</command></term>
258 <listitem>
[fa3edfef]259 <para>
[4c24eb0a]260 slices documents with long lines
[fa3edfef]261 </para>
[89f473d]262 <indexterm zone="enscript sliceprint">
263 <primary sortas="b-sliceprint">sliceprint</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="states">
269 <term><command>states</command></term>
270 <listitem>
[fa3edfef]271 <para>
272 is an <command>awk</command>-like text processing tool
273 with some state machine extensions. It is designed for program
274 source code highlighting and for similar tasks where state
[4c24eb0a]275 information helps input processing
[fa3edfef]276 </para>
[89f473d]277 <indexterm zone="enscript states">
278 <primary sortas="b-states">states</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 </variablelist>
284
285 </sect2>
[5fd03d2]286
287</sect1>
Note: See TracBrowser for help on using the repository browser.