source: pst/ps/enscript.xml@ a0f03b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY enscript-download-http "http://ftp.gnu.org/gnu/enscript/enscript-&enscript-version;.tar.gz">
7 <!ENTITY enscript-download-ftp "ftp://ftp.gnu.org/gnu/enscript/enscript-&enscript-version;.tar.gz">
8 <!ENTITY enscript-size "631 KB">
9 <!ENTITY enscript-buildsize "6.8 MB">
10 <!ENTITY enscript-time "0.10 SBU">
11]>
12
13<sect1 id="enscript" xreflabel="enscript-&enscript-version;">
14<sect1info>
15<othername>$LastChangedBy: $</othername>
16<date>$Date: $</date>
17</sect1info>
18<?dbhtml filename="enscript.html"?>
19<title>enscript-&enscript-version;</title>
20
21<sect2>
22<title>Introduction to <application>enscript</application></title>
23
24<para><application>Enscript</application> converts ASCII files to PostScript.</para>
25
26<sect3><title>Package information</title>
27<itemizedlist spacing='compact'>
28<listitem><para>Download (HTTP): <ulink
29url="&enscript-download-http;"/></para></listitem>
30<listitem><para>Download (FTP): <ulink
31url="&enscript-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &enscript-size;</para></listitem>
33<listitem><para>Estimated Disk space required:
34&enscript-buildsize;</para></listitem>
35<listitem><para>Estimated build time:
36&enscript-time;</para></listitem></itemizedlist>
37</sect3>
38
39</sect2>
40
41<sect2>
42<title>Installation of enscript</title>
43
44<para>Install enscript by running the following commands:</para>
45
46<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/enscript \
47 --localstatedir=/var --with-media=Letter &amp;&amp;
48make &amp;&amp;
49make install</command></userinput></screen>
50
51</sect2>
52
53<sect2>
54<title>Installation command explanations</title>
55
56<para><parameter>--sysconfdir=/etc/enscript</parameter>: This switch puts
57configuration data in <filename class="directory">/etc/enscript</filename>
58instead of <filename class="directory">/usr/etc</filename>.</para>
59
60<para><parameter>--localstatedir=/var</parameter>: This switch sets the
61directory for runtime data to <filename class="directory">/var</filename>
62instead of <filename class="directory">/usr/var</filename>.</para>
63
64<para><parameter>--with-media=Letter</parameter>: This switch sets the
65medium format to letter.</para>
66
67</sect2>
68
69<sect2>
70<title>Contents</title>
71
72<para>The <application>enscript</application> package contains
73<command>enscript</command> and filter data.
74</para>
75</sect2>
76<sect2><title>Description</title>
77
78<sect3><title>enscript</title>
79
80<para><command>enscript</command> is a filter, used primarily by
81printing scripts, that converts
82<acronym>ASCII</acronym> files to PostScript.</para>
83
84</sect3>
85
86</sect2>
87
88</sect1>
Note: See TracBrowser for help on using the repository browser.