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

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.9 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 &lfs112_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 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/Paps"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of paps</title>
90
91 <para>
92 Install <application>paps</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Program</segtitle>
116 <segtitle>Installed Library</segtitle>
117 <segtitle>Installed Directory</segtitle>
118
119 <seglistitem>
120 <seg>paps</seg>
121 <seg>None</seg>
122 <seg>None</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="paps-prog">
132 <term><command>paps</command></term>
133 <listitem>
134 <para>
135 is a text to PostScript converter that supports UTF-8
136 character encoding
137 </para>
138 <indexterm zone="paps paps-prog">
139 <primary sortas="b-paps">paps</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.