2006-05-16 13:59:49 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2006-05-16 13:59:49 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2017-08-16 02:49:48 +08:00
|
|
|
<!ENTITY paps-download-http "&sourceforge-dl;/paps/paps-&paps-version;.tar.gz">
|
2006-05-16 13:59:49 +08:00
|
|
|
<!ENTITY paps-download-ftp " ">
|
2019-10-28 04:02:23 +08:00
|
|
|
<!ENTITY paps-md5sum "b058bcc7d958fb53408942088cc1f365">
|
|
|
|
<!ENTITY paps-size "140 KB">
|
|
|
|
<!ENTITY paps-buildsize "1 MB">
|
2006-05-16 13:59:49 +08:00
|
|
|
<!ENTITY paps-time "less than 0.1 SBU">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="paps" xreflabel="paps-&paps-version;">
|
|
|
|
<?dbhtml filename="paps.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
2006-05-16 23:07:25 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2006-05-16 13:59:49 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>paps-&paps-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="paps">
|
|
|
|
<primary sortas="a-paps">paps</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to paps</title>
|
|
|
|
|
|
|
|
<para><application>paps</application> is a text to PostScript converter
|
|
|
|
that works through <application>Pango</application>. Its input is a UTF-8
|
|
|
|
encoded text file and it outputs vectorized PostScript. It may be used for
|
|
|
|
printing any complex script supported by <application>Pango</application>.
|
|
|
|
</para>
|
|
|
|
|
2019-08-22 09:00:23 +08:00
|
|
|
&lfs90_checked;
|
2012-05-09 04:12:39 +08:00
|
|
|
|
2006-05-16 13:59:49 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&paps-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&paps-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &paps-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &paps-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &paps-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &paps-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">paps Dependencies</bridgehead>
|
2006-06-14 06:59:29 +08:00
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2008-03-11 07:57:16 +08:00
|
|
|
<para role="required"><xref linkend="pango"/></para>
|
2006-05-16 13:59:49 +08:00
|
|
|
|
2008-03-11 07:57:16 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional"><xref linkend="doxygen"/></para>
|
2006-05-16 13:59:49 +08:00
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/Paps"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of paps</title>
|
|
|
|
|
|
|
|
<para>Install <application>paps</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2015-11-08 10:37:36 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &&
|
2006-05-16 13:59:49 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2019-10-28 04:02:23 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
2006-05-16 13:59:49 +08:00
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
2019-10-28 04:02:23 +08:00
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2006-05-16 13:59:49 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>paps</seg>
|
2019-10-28 04:02:23 +08:00
|
|
|
<seg>None</seg>
|
|
|
|
<seg>None</seg>
|
2006-05-16 13:59:49 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="paps-prog">
|
|
|
|
<term><command>paps</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a text to PostScript converter that supports UTF-8
|
2006-05-16 23:07:25 +08:00
|
|
|
character encoding.</para>
|
2006-05-16 13:59:49 +08:00
|
|
|
<indexterm zone="paps paps-prog">
|
|
|
|
<primary sortas="b-paps">paps</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|