source: general/genutils/pinentry.xml@ 3a579120

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 3a579120 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

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