source: pst/ps/paps.xml@ 784ddf5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 784ddf5 was 784ddf5, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Added paps-0.6.6 for UTF-8 printing

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

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY paps-download-http "http://prdownloads.sourceforge.net/paps/paps-&paps-version;.tar.gz">
8 <!ENTITY paps-download-ftp " ">
9 <!ENTITY paps-md5sum "cc0975e70fe1e704e16f2fb08c71cee2">
10 <!ENTITY paps-size "424 KB">
11 <!ENTITY paps-buildsize "2.6 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 <keywordset>
22 <keyword role="package">paps-&paps-version;.tar</keyword>
23 <keyword role="ftpdir">paps</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>paps-&paps-version;</title>
28
29 <indexterm zone="paps">
30 <primary sortas="a-paps">paps</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to paps</title>
35
36 <para><application>paps</application> is a text to PostScript converter
37 that works through <application>Pango</application>. Its input is a UTF-8
38 encoded text file and it outputs vectorized PostScript. It may be used for
39 printing any complex script supported by <application>Pango</application>.
40 </para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&paps-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&paps-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &paps-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &paps-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &paps-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &paps-time;</para>
61 </listitem>
62 </itemizedlist>
63
64<!--
65 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
66 <itemizedlist spacing='compact'>
67 <listitem>
68 <para>DejaVu fonts for European languages:
69 <ulink url="http://dejavu.sourceforge.net"/></para>
70 </listitem>
71 <listitem>
72 <para>Arphic fonts for Chinese:
73 <ulink url="http://cle.linux.org.tw/fonts/Arphic"/></para>
74 </listitem>
75 <listitem>
76 <para>Kochi fonts for Japanese:
77 <ulink url="http://sourceforge.jp/projects/efont"/></para>
78 </listitem>
79 </itemizedlist>
80-->
81
82 <bridgehead renderas="sect3">paps Dependencies</bridgehead>
83 <para role="required">
84 <xref linkend="pango"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="optional">
89 <xref linkend="doxygen"/>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/Paps"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of paps</title>
99
100 <para>Install <application>paps</application> by running the following
101 commands:</para>
102
103<screen><userinput>
104./configure --prefix=/usr &amp;&amp;
105make</userinput></screen>
106
107 <para>To test the results, issue: <command>src/test_libpaps &gt;
108 test.ps</command>. View the output file in any available Postscript
109 viewer. The results of the output will be more robust with DejaVu, Arphic,
110 and Kochi fonts installed as explained in the <xref
111 linkend="xft-font-protocol"/> Section of the X Window System
112 configuration.</para>
113
114 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para><command>make DOXYGEN=true; make DOXYGEN=true -k install</command>:
125 Use these commands if <application>Doxygen</application> is not installed.
126 Documentation will not be installed.</para>
127
128 </sect2>
129
130<!--
131 <sect2 role="configuration">
132 <title>Configuring paps</title>
133
134 <sect3 id="paps-config">
135 <title>Config Files</title>
136
137 </sect3>
138
139 <sect3>
140 <title>Configuration Information</title>
141
142 </sect3>
143
144 </sect2>
145-->
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Program</segtitle>
152 <segtitle>Installed Library</segtitle>
153 <segtitle>Installed Directory</segtitle>
154
155 <seglistitem>
156 <seg>paps</seg>
157 <seg>libpaps.a</seg>
158 <seg>/usr/share/doc/libpaps</seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="paps-prog">
168 <term><command>paps</command></term>
169 <listitem>
170 <para>is a text to PostScript converter that supports UTF-8
171 character sets.</para>
172 <indexterm zone="paps paps-prog">
173 <primary sortas="b-paps">paps</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.