source: general/genutils/pinentry.xml@ 24be2b6

12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 24be2b6 was 0fa2f6ef, checked in by Xi Ruoyao <xry111@…>, 12 months ago

pinentry: Fix a typo

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