source: general/genutils/pinentry.xml@ b7a85cd9

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
Last change on this file since b7a85cd9 was b7a85cd9, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format general/genutils

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

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