source: general/genutils/pinentry.xml@ 1119387

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 1119387 was 1119387, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to ssh-askpass-8.2p1.
Update to bluez-5.53.
Update to IO-Socket-SSL-2.067 (Perl module).
Update to Net-DNS-1.22 (Perl module).
Tag python modules and other misc files.

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

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