source: pst/ps/paps.xml@ ef085b3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 ef085b3 was ef085b3, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to paps-0.7.1.
Update to mpg123-1.25.13.

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

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