source: general/genutils/pinentry.xml@ c5d6597

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since c5d6597 was b3867c5, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

Add qt5-components page.

Also create an ENTITY for qt5 or qt5-alternate and use that
to specify the qt5 dependenies.

The complete KF5/plasma packages should use the full qt5 build, but
the lxqt kf5/plasma components only need qt5-alternate.

  • Property mode set to 100644
File size: 8.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 pinentry-download-http "&gnupg-http;/pinentry/pinentry-&pinentry-version;.tar.bz2">
8 <!ENTITY pinentry-download-ftp "&gnupg-ftp;/pinentry/pinentry-&pinentry-version;.tar.bz2">
9 <!ENTITY pinentry-download-ftp " ">
10 <!ENTITY pinentry-md5sum "be9b0d4bb493a139d2ec20e9b6872d37">
11 <!ENTITY pinentry-size "536 KB">
12 <!ENTITY pinentry-buildsize "5.6 MB">
13 <!ENTITY pinentry-time "less than 0.1 SBU">
14]>
15
16<sect1 id="pinentry" xreflabel="pinentry-&pinentry-version;">
17 <?dbhtml filename="pinentry.html"?>
18
19
20 <title>pinentry-&pinentry-version;</title>
21
22 <indexterm zone="pinentry">
23 <primary sortas="a-PIN-Entry">PIN-Entry</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to PIN-Entry</title>
28
29 <para>
30 The <application>PIN-Entry</application> package contains a
31 collection of simple PIN or pass-phrase entry dialogs which utilize the
32 Assuan protocol as described by the
33 <ulink url="https://www.gnupg.org/aegypten/">&#xC4;gypten project</ulink>.
34 <application>PIN-Entry</application> programs are usually invoked by
35 the <command>gpg-agent</command> daemon, but can be run from the command
36 line as well. There are programs for various text-based and GUI
37 environments, including interfaces designed for
38 <application>Ncurses</application> (text-based), and for the common
39 <application>GTK</application> and <application>Qt</application>
40 toolkits.
41 </para>
42
43 &lfs113_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&pinentry-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&pinentry-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &pinentry-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &pinentry-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &pinentry-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &pinentry-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="libassuan"/> and
84 <xref linkend="libgpg-error"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="emacs"/>,
90 <xref linkend="fltk"/>,
91 <xref linkend="gcr"/>,
92 <xref linkend="gtk2"/>,
93 <!-- <xref linkend="libcap-pam"/>, This is in LFS already. PAM is not
94 necessary. -->
95 <xref linkend="libsecret"/>,
96 &qt5-deps;, and
97 <ulink url="https://www.enlightenment.org/about-efl">efl</ulink>
98 </para>
99
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of PIN-Entry</title>
105
106 <para>
107 Install <application>PIN-Entry</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr --enable-pinentry-tty &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <option>--enable-inside-emacs=yes/no</option>: Default is no.
131 </para>
132
133 <para>
134 <option>--enable-pinentry-qt=yes/no</option>: Default is yes.
135 </para>
136
137 <para>
138 <option>--enable-pinentry-gtk2=yes/no</option>: Default is yes. Even if
139 other <command>pinentry-*</command> is installed,
140 <command>pinentry</command> will be a symlink to
141 <command>pinentry-gtk-2</command>.
142 </para>
143
144 <para>
145 <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
146 Actually, it uses <application>Gcr</application> for the pinentry
147 dialog.
148 </para>
149
150 <para>
151 <parameter>--enable-pinentry-tty</parameter>: Default is 'maybe'.
152 </para>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directory</segtitle>
163
164 <seglistitem>
165 <seg>
166 pinentry (symlink), pinentry-curses, pinentry-emacs, pinentry-fltk,
167 pinentry-gnome3, pinentry-gtk-2, pinentry-qt, and pinentry-tty
168 </seg>
169 <seg>None</seg>
170 <seg>None</seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="pinentry-prog">
180 <term><command>pinentry</command></term>
181 <listitem>
182 <para>
183 is a symbolic link to the default
184 <application>PIN-Entry</application> program
185 </para>
186 <indexterm zone="pinentry pinentry-prog">
187 <primary sortas="b-pinentry">pinentry</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="pinentry-curses">
193 <term><command>pinentry-curses</command></term>
194 <listitem>
195 <para>
196 is an <application>Ncurses</application> text-based
197 <application>PIN-Entry</application> helper program
198 </para>
199 <indexterm zone="pinentry pinentry-curses">
200 <primary sortas="b-pinentry-curses">pinentry-curses</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="pinentry-emacs">
206 <term><command>pinentry-emacs</command></term>
207 <listitem>
208 <para>
209 is an <application>Emacs</application> version of the
210 <application>PIN-Entry</application> helper program
211 </para>
212 <indexterm zone="pinentry pinentry-emacs">
213 <primary sortas="b-pinentry-emacs">pinentry-emacs</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="pinentry-fltk">
219 <term><command>pinentry-fltk</command></term>
220 <listitem>
221 <para>
222 is a <application>FLTK</application>
223 <application>PIN-Entry</application> helper program
224 </para>
225 <indexterm zone="pinentry pinentry-fltk">
226 <primary sortas="b-pinentry-fltk">pinentry-fltk</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="pinentry-gnome3">
232 <term><command>pinentry-gnome3</command></term>
233 <listitem>
234 <para>
235 is a <application>GNOME-3</application>
236 <application>PIN-Entry</application> helper program
237 </para>
238 <indexterm zone="pinentry pinentry-gnome3">
239 <primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="pinentry-gtk-2">
245 <term><command>pinentry-gtk-2</command></term>
246 <listitem>
247 <para>
248 is a <application>GTK+2</application>
249 <application>PIN-Entry</application> program program
250 </para>
251 <indexterm zone="pinentry pinentry-gtk-2">
252 <primary sortas="b-pinentry-gtk-2">pinentry-gtk-2</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="pinentry-qt">
258 <term><command>pinentry-qt</command></term>
259 <listitem>
260 <para>
261 is a <application>Qt4 or 5</application>
262 <application>PIN-Entry</application> helper program
263 </para>
264 <indexterm zone="pinentry pinentry-qt">
265 <primary sortas="b-pinentry-qt">pinentry-qt</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="pinentry-tty">
271 <term><command>pinentry-tty</command></term>
272 <listitem>
273 <para>
274 is a <application>tty</application>
275 <application>PIN-Entry</application> helper program
276 </para>
277 <indexterm zone="pinentry pinentry-tty">
278 <primary sortas="b-pinentry-tty">pinentry-tty</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 </variablelist>
284
285 </sect2>
286
287</sect1>
Note: See TracBrowser for help on using the repository browser.