source: general/genutils/pinentry.xml@ 416bb219

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 416bb219 was bce7efc1, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Update to pinentry-1.3.1.

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