source: general/genutils/compface.xml@ 8f2d2ba0

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 8f2d2ba0 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 4.8 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 compface-download-http "&sources-anduin-http;/compface/compface-&compface-version;.tar.gz">
8 <!ENTITY compface-download-ftp " ">
9 <!ENTITY compface-md5sum "62f4f79c0861ad292ba3cf77b4c48319">
10 <!ENTITY compface-size "47 KB">
11 <!ENTITY compface-buildsize "520 KB">
12 <!ENTITY compface-time "less than 0.1 SBU">
13]>
14
15<sect1 id="compface" xreflabel="Compface-&compface-version;">
16 <?dbhtml filename="compface.html"?>
17
18
19 <title>Compface-&compface-version;</title>
20
21 <indexterm zone="compface">
22 <primary sortas="a-Compface">Compface</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Compface</title>
27
28 <para>
29 <application>Compface</application> provides utilities and a library to
30 convert from/to X-Face format, a 48x48 bitmap format used to carry
31 thumbnails of email authors in a mail header.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&compface-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&compface-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &compface-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &compface-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &compface-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &compface-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of Compface</title>
74
75 <para>
76 Install <application>Compface</application> by running the
77 following commands:
78 </para>
79
80<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
81make</userinput></screen>
82
83 <para>
84 This package does not come with a test suite.
85 </para>
86
87 <para>
88 Now, as the <systemitem class="username">root</systemitem> user:
89 </para>
90
91<screen role="root"><userinput>make install &amp;&amp;
92install -m755 -v xbm2xface.pl /usr/bin</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Programs</segtitle>
101 <segtitle>Installed Library</segtitle>
102 <segtitle>Installed Directories</segtitle>
103
104 <seglistitem>
105 <seg>compface, uncompface and xbm2xface.pl</seg>
106 <seg>libcompface.{so,a}</seg>
107 <seg>None</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="compface-prog">
117 <term><command>compface</command></term>
118 <listitem>
119 <para>
120 is a filter for generating highly compressed representations
121 of 48x48x1 face image files
122 </para>
123 <indexterm zone="compface compface-prog">
124 <primary sortas="b-compface">compface</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 <varlistentry id="uncompface">
130 <term><command>uncompface</command></term>
131 <listitem>
132 <para>
133 is an inverse filter which performs an inverse
134 transformation with no loss of data
135 </para>
136 <indexterm zone="compface uncompface">
137 <primary sortas="b-uncompface">uncompface</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="xbm2xface">
143 <term><command>xbm2xface.pl</command></term>
144 <listitem>
145 <para>
146 is a script to generate xfaces
147 </para>
148 <indexterm zone="compface xbm2xface">
149 <primary sortas="b-xbm2xface.pl">xbm2xface.pl</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="libcompface">
155 <term><filename class="libraryfile">libcompface.{so,a}</filename></term>
156 <listitem>
157 <para>
158 allows the compression and decompression algorithms to be
159 used in other programs such as MTAs
160 </para>
161 <indexterm zone="compface libcompface">
162 <primary sortas="c-libcompface">libcompface.{so,a}</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.