source: pst/ps/paps.xml@ 3eeb0ce7

10.0 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 3eeb0ce7 was 3eeb0ce7, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Finish tagging pst packages
Archive a2ps and psutils

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

  • Property mode set to 100644
File size: 3.9 KB
RevLine 
[784ddf5]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" [
[784ddf5]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY paps-download-http "&sourceforge-dl;/paps/paps-&paps-version;.tar.gz">
[784ddf5]8 <!ENTITY paps-download-ftp " ">
[ef085b3]9 <!ENTITY paps-md5sum "b058bcc7d958fb53408942088cc1f365">
10 <!ENTITY paps-size "140 KB">
11 <!ENTITY paps-buildsize "1 MB">
[784ddf5]12 <!ENTITY paps-time "less than 0.1 SBU">
13]>
14
15<sect1 id="paps" xreflabel="paps-&paps-version;">
16 <?dbhtml filename="paps.html"?>
17
18 <sect1info>
[a675788]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[784ddf5]21 </sect1info>
22
23 <title>paps-&paps-version;</title>
24
25 <indexterm zone="paps">
26 <primary sortas="a-paps">paps</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to paps</title>
31
[47274444]32 <para>
33 <application>paps</application> is a text to PostScript converter that
34 works through <application>Pango</application>. Its input is a UTF-8
35 encoded text file and it outputs vectorized PostScript. It may be used
36 for printing any complex script supported by
37 <application>Pango</application>.
[784ddf5]38 </para>
39
[3eeb0ce7]40 &lfs10_checked;
[79f2facb]41
[784ddf5]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[47274444]45 <para>
46 Download (HTTP): <ulink url="&paps-download-http;"/>
47 </para>
[784ddf5]48 </listitem>
49 <listitem>
[47274444]50 <para>
51 Download (FTP): <ulink url="&paps-download-ftp;"/>
52 </para>
[784ddf5]53 </listitem>
54 <listitem>
[47274444]55 <para>
56 Download MD5 sum: &paps-md5sum;
57 </para>
[784ddf5]58 </listitem>
59 <listitem>
[47274444]60 <para>
61 Download size: &paps-size;
62 </para>
[784ddf5]63 </listitem>
64 <listitem>
[47274444]65 <para>
66 Estimated disk space required: &paps-buildsize;
67 </para>
[784ddf5]68 </listitem>
69 <listitem>
[47274444]70 <para>
71 Estimated build time: &paps-time;
72 </para>
[784ddf5]73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">paps Dependencies</bridgehead>
[2976d9e]77 <bridgehead renderas="sect4">Required</bridgehead>
[47274444]78 <para role="required">
79 <xref linkend="pango"/>
80 </para>
[784ddf5]81
[201b03d]82 <bridgehead renderas="sect4">Optional</bridgehead>
[47274444]83 <para role="optional">
84 <xref linkend="doxygen"/>
85 </para>
[784ddf5]86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/Paps"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of paps</title>
94
[47274444]95 <para>
96 Install <application>paps</application> by running the following
97 commands:
98 </para>
[784ddf5]99
[4f54090]100<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
[784ddf5]101make</userinput></screen>
102
[47274444]103 <para>
104 This package does not come with a test suite.
105 </para>
[784ddf5]106
[47274444]107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
[784ddf5]110
[ef085b3]111<screen role="root"><userinput>make install</userinput></screen>
[784ddf5]112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Program</segtitle>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directory</segtitle>
122
123 <seglistitem>
124 <seg>paps</seg>
[ef085b3]125 <seg>None</seg>
126 <seg>None</seg>
[784ddf5]127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="paps-prog">
136 <term><command>paps</command></term>
137 <listitem>
[47274444]138 <para>
139 is a text to PostScript converter that supports UTF-8
140 character encoding.
141 </para>
[784ddf5]142 <indexterm zone="paps paps-prog">
143 <primary sortas="b-paps">paps</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.