source: pst/ps/paps.xml@ 7501b72c

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 7501b72c was 24a928e, checked in by Bruce Dubbs <bdubbs@…>, 9 months ago

Tags

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