source: general/genutils/pinentry.xml@ 73fb07ad

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 73fb07ad was 73fb07ad, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to scons-4.1.0
Update to bind (and bind-utils) 9.16.11
Update to pipewire-0.3.20
Update to mc-4.8.26
Update to pango-1.48.1
Update to libmbim-1.24.6
Update to pinentry-1.1.1
Update to icewm-2.1.1

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

  • Property mode set to 100644
File size: 9.0 KB
RevLine 
[80115ad]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
[8dfc5c3]7 <!ENTITY pinentry-download-http "&gnupg-http;/pinentry/pinentry-&pinentry-version;.tar.bz2">
[d4e8cd93]8 <!ENTITY pinentry-download-ftp "&gnupg-ftp;/pinentry/pinentry-&pinentry-version;.tar.bz2">
[14d673a2]9 <!ENTITY pinentry-download-ftp " ">
[73fb07ad]10 <!ENTITY pinentry-md5sum "d7f646d373b722317d985cddc1d107c1">
11 <!ENTITY pinentry-size "504 KB">
12 <!ENTITY pinentry-buildsize "15 MB">
[cd602728]13 <!ENTITY pinentry-time "less than 0.1 SBU">
[80115ad]14]>
15
[8d68192]16<sect1 id="pinentry" xreflabel="pinentry-&pinentry-version;">
[80115ad]17 <?dbhtml filename="pinentry.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[fdaae04]24 <title>pinentry-&pinentry-version;</title>
[80115ad]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
[b7a85cd9]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>
[80115ad]46
[62c0ce6]47 &lfs10_checked;
[14b8417]48
[80115ad]49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
[b7a85cd9]52 <para>
53 Download (HTTP): <ulink url="&pinentry-download-http;"/>
54 </para>
[80115ad]55 </listitem>
56 <listitem>
[b7a85cd9]57 <para>
58 Download (FTP): <ulink url="&pinentry-download-ftp;"/>
59 </para>
[80115ad]60 </listitem>
61 <listitem>
[b7a85cd9]62 <para>
63 Download MD5 sum: &pinentry-md5sum;
64 </para>
[80115ad]65 </listitem>
66 <listitem>
[b7a85cd9]67 <para>
68 Download size: &pinentry-size;
69 </para>
[80115ad]70 </listitem>
71 <listitem>
[b7a85cd9]72 <para>
73 Estimated disk space required: &pinentry-buildsize;
74 </para>
[80115ad]75 </listitem>
76 <listitem>
[b7a85cd9]77 <para>
78 Estimated build time: &pinentry-time;
79 </para>
[80115ad]80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead>
84
[35f1730]85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="libassuan"/> and
88 <xref linkend="libgpg-error"/>
89 </para>
90
[80115ad]91 <bridgehead renderas="sect4">Optional</bridgehead>
[4049d110]92 <para role="optional">
[9a363500]93 <xref linkend="emacs"/>,
[8a7c250]94 <xref linkend="fltk"/>,
[cd602728]95 <xref linkend="gcr"/>,
[4049d110]96 <xref linkend="gtk2"/>,
[cd602728]97 <xref linkend="gtk3"/>,
[9a363500]98 <!-- <xref linkend="libcap-pam"/>, This is in LFS already. PAM is not
[0639bb6]99 necessary. -->
[73fb07ad]100 <xref linkend="libsecret"/>,
101 <xref linkend="qt5"/>, and
102 <ulink url="https://www.enlightenment.org/about-efl/">efl</ulink>
[4049d110]103 </para>
[80115ad]104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/pinentry"/></para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of PIN-Entry</title>
112
[b7a85cd9]113 <para>
114 Install <application>PIN-Entry</application> by running the following
115 commands:
116 </para>
[80115ad]117
[5eafafd6]118<screen><userinput>./configure --prefix=/usr --enable-pinentry-tty &amp;&amp;
[fdaae04]119make</userinput></screen>
[f1e103a]120
[b7a85cd9]121 <para>
122 This package does not come with a test suite.
123 </para>
[80115ad]124
[b7a85cd9]125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
[80115ad]128
[fdaae04]129<screen role="root"><userinput>make install</userinput></screen>
[80115ad]130
131 </sect2>
[5c16309]132
[6b4f8529]133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
[9a363500]136 <para>
[9d1bc14]137 <option>--enable-inside-emacs=yes/no</option>: Default is no.
[9a363500]138 </para>
139
[cd602728]140 <para>
141 <option>--enable-pinentry-qt=yes/no</option>: Default is yes.
[56b449e]142 </para>
143
[6b4f8529]144 <para>
[cd602728]145 <option>--enable-pinentry-gtk2=yes/no</option>: Default is yes. Even if
146 other <command>pinentry-*</command> is installed,
147 <command>pinentry</command> will be a symlink to
148 <command>pinentry-gtk-2</command>.
[7c4f32b]149 </para>
150
151 <para>
[cd602728]152 <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
153 Actually, it is the gtk3 pinentry.
[6b4f8529]154 </para>
155
[5eafafd6]156 <para>
[aa41434]157 <parameter>--enable-pinentry-tty</parameter>: Default is 'maybe'.
[5eafafd6]158 </para>
159
[6b4f8529]160 </sect2>
[5c16309]161
[80115ad]162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Programs</segtitle>
167 <segtitle>Installed Libraries</segtitle>
168 <segtitle>Installed Directory</segtitle>
169
170 <seglistitem>
[56b449e]171 <seg>
[27c8cca]172 pinentry (symlink), pinentry-curses, pinentry-emacs, pinentry-fltk,
173 pinentry-gnome3, pinentry-gtk-2, pinentry-qt, and pinentry-tty
[56b449e]174 </seg>
175 <seg>None</seg>
[80115ad]176 <seg>None</seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="pinentry-prog">
186 <term><command>pinentry</command></term>
187 <listitem>
[b7a85cd9]188 <para>
189 is a symbolic link to the default
190 <application>PIN-Entry</application> program.
191 </para>
[80115ad]192 <indexterm zone="pinentry pinentry-prog">
[b960e3ec]193 <primary sortas="b-pinentry">pinentry</primary>
[80115ad]194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="pinentry-curses">
199 <term><command>pinentry-curses</command></term>
200 <listitem>
[b7a85cd9]201 <para>
202 is an <application>Ncurses</application> text-based
203 <application>PIN-Entry</application> helper program.
204 </para>
[80115ad]205 <indexterm zone="pinentry pinentry-curses">
[b960e3ec]206 <primary sortas="b-pinentry-curses">pinentry-curses</primary>
[80115ad]207 </indexterm>
208 </listitem>
209 </varlistentry>
[56b449e]210
[9a363500]211 <varlistentry id="pinentry-emacs">
212 <term><command>pinentry-emacs</command></term>
213 <listitem>
[b7a85cd9]214 <para>
215 is an <application>Emacs</application> version of the
216 <application>PIN-Entry</application> helper program.
217 </para>
[9a363500]218 <indexterm zone="pinentry pinentry-emacs">
219 <primary sortas="b-pinentry-emacs">pinentry-emacs</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
[27c8cca]224 <varlistentry id="pinentry-fltk">
225 <term><command>pinentry-fltk</command></term>
226 <listitem>
[b7a85cd9]227 <para>
228 is a <application>FLTK</application>
229 <application>PIN-Entry</application> helper program.
230 </para>
[27c8cca]231 <indexterm zone="pinentry pinentry-fltk">
232 <primary sortas="b-pinentry-fltk">pinentry-fltk</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
[56b449e]237 <varlistentry id="pinentry-gnome3">
238 <term><command>pinentry-gnome3</command></term>
[80115ad]239 <listitem>
[b7a85cd9]240 <para>
241 is a <application>GNOME-3</application>
242 <application>PIN-Entry</application> helper program.
243 </para>
[56b449e]244 <indexterm zone="pinentry pinentry-gnome3">
245 <primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary>
[80115ad]246 </indexterm>
247 </listitem>
[56b449e]248 </varlistentry>
[80115ad]249
250 <varlistentry id="pinentry-gtk-2">
251 <term><command>pinentry-gtk-2</command></term>
252 <listitem>
[b7a85cd9]253 <para>
254 is a <application>GTK+2</application>
255 <application>PIN-Entry</application> program program.
256 </para>
[80115ad]257 <indexterm zone="pinentry pinentry-gtk-2">
[b960e3ec]258 <primary sortas="b-pinentry-gtk-2">pinentry-gtk-2</primary>
[80115ad]259 </indexterm>
260 </listitem>
261 </varlistentry>
262
[cd602728]263 <varlistentry id="pinentry-qt">
264 <term><command>pinentry-qt</command></term>
[af373d35]265 <listitem>
[b7a85cd9]266 <para>
267 is a <application>Qt4 or 5</application>
268 <application>PIN-Entry</application> helper program.
269 </para>
[cd602728]270 <indexterm zone="pinentry pinentry-qt">
271 <primary sortas="b-pinentry-qt">pinentry-qt</primary>
[af373d35]272 </indexterm>
273 </listitem>
274 </varlistentry>
275
[6b4f8529]276 <varlistentry id="pinentry-tty">
277 <term><command>pinentry-tty</command></term>
278 <listitem>
[b7a85cd9]279 <para>
280 is a <application>tty</application>
281 <application>PIN-Entry</application> helper program.
282 </para>
[6b4f8529]283 <indexterm zone="pinentry pinentry-tty">
284 <primary sortas="b-pinentry-tty">pinentry-tty</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
288
[80115ad]289 </variablelist>
290
291 </sect2>
292
293</sect1>
Note: See TracBrowser for help on using the repository browser.