Ignore:
Timestamp:
03/18/2020 10:00:14 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
63228ac1
Parents:
dca1247
Message:

Format general/genutils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/compface.xml

    rdca1247 rb7a85cd9  
    3030    <title>Introduction to Compface</title>
    3131
    32     <para><application>Compface</application> provides utilities and a library to
    33     convert from/to X-Face format, a 48x48 bitmap format used to carry thumbnails
    34     of email authors in a mail header.</para>
     32    <para>
     33      <application>Compface</application> provides utilities and a library to
     34      convert from/to X-Face format, a 48x48 bitmap format used to carry
     35      thumbnails of email authors in a mail header.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&compface-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&compface-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&compface-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&compface-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &compface-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &compface-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &compface-size;</para>
     58        <para>
     59          Download size: &compface-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &compface-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &compface-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &compface-time;</para>
     68        <para>
     69          Estimated build time: &compface-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6680    <title>Installation of Compface</title>
    6781
    68     <para>Install <application>Compface</application> by running the
    69     following commands:</para>
     82    <para>
     83      Install <application>Compface</application> by running the
     84      following commands:
     85    </para>
    7086
    7187<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
    7288make</userinput></screen>
    7389
    74     <para>This package does not come with a test suite.</para>
     90    <para>
     91      This package does not come with a test suite.
     92    </para>
    7593
    76     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     94    <para>
     95      Now, as the <systemitem class="username">root</systemitem> user:
     96    </para>
    7797
    7898<screen role="root"><userinput>make install &amp;&amp;
     
    104124        <term><command>compface</command></term>
    105125        <listitem>
    106           <para>is a filter for generating highly compressed representations
    107           of 48x48x1 face image files.</para>
     126          <para>
     127            is a filter for generating highly compressed representations
     128            of 48x48x1 face image files.
     129          </para>
    108130          <indexterm zone="compface compface-prog">
    109131            <primary sortas="b-compface">compface</primary>
     
    115137        <term><command>uncompface</command></term>
    116138        <listitem>
    117           <para>is an inverse filter which performs an inverse
    118           transformation with no loss of data.</para>
     139          <para>
     140            is an inverse filter which performs an inverse
     141            transformation with no loss of data.
     142          </para>
    119143          <indexterm zone="compface uncompface">
    120144            <primary sortas="b-uncompface">uncompface</primary>
     
    126150        <term><command>xbm2xface.pl</command></term>
    127151        <listitem>
    128           <para>is a script to generate xfaces.</para>
     152          <para>
     153            is a script to generate xfaces.
     154          </para>
    129155          <indexterm zone="compface xbm2xface">
    130156            <primary sortas="b-xbm2xface.pl">xbm2xface.pl</primary>
     
    136162        <term><filename class='libraryfile'>libcompface.{so,a}</filename></term>
    137163        <listitem>
    138           <para>allows the compression and decompression algorithms to be
    139           used in other programs such as MTAs.</para>
     164          <para>
     165            allows the compression and decompression algorithms to be
     166            used in other programs such as MTAs.
     167          </para>
    140168          <indexterm zone="compface libcompface">
    141169            <primary sortas="c-libcompface">libcompface.{so,a}</primary>
Note: See TracChangeset for help on using the changeset viewer.