source: pst/ps/paps.xml@ e3cab04

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since e3cab04 was e3cab04, checked in by Bruce Dubbs <bdubbs@…>, 20 months ago

Three tags

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