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 "d7f646d373b722317d985cddc1d107c1">
|
---|
11 | <!ENTITY pinentry-size "504 KB">
|
---|
12 | <!ENTITY pinentry-buildsize "15 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/">Ä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 | &lfs10_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"/>,
|
---|
101 | <xref linkend="qt5"/>, and
|
---|
102 | <ulink url="https://www.enlightenment.org/about-efl/">efl</ulink>
|
---|
103 | </para>
|
---|
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 |
|
---|
113 | <para>
|
---|
114 | Install <application>PIN-Entry</application> by running the following
|
---|
115 | commands:
|
---|
116 | </para>
|
---|
117 |
|
---|
118 | <screen><userinput>./configure --prefix=/usr --enable-pinentry-tty &&
|
---|
119 | make</userinput></screen>
|
---|
120 |
|
---|
121 | <para>
|
---|
122 | This package does not come with a test suite.
|
---|
123 | </para>
|
---|
124 |
|
---|
125 | <para>
|
---|
126 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
127 | </para>
|
---|
128 |
|
---|
129 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
130 |
|
---|
131 | </sect2>
|
---|
132 |
|
---|
133 | <sect2 role="commands">
|
---|
134 | <title>Command Explanations</title>
|
---|
135 |
|
---|
136 | <para>
|
---|
137 | <option>--enable-inside-emacs=yes/no</option>: Default is no.
|
---|
138 | </para>
|
---|
139 |
|
---|
140 | <para>
|
---|
141 | <option>--enable-pinentry-qt=yes/no</option>: Default is yes.
|
---|
142 | </para>
|
---|
143 |
|
---|
144 | <para>
|
---|
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>.
|
---|
149 | </para>
|
---|
150 |
|
---|
151 | <para>
|
---|
152 | <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
|
---|
153 | Actually, it is the gtk3 pinentry.
|
---|
154 | </para>
|
---|
155 |
|
---|
156 | <para>
|
---|
157 | <parameter>--enable-pinentry-tty</parameter>: Default is 'maybe'.
|
---|
158 | </para>
|
---|
159 |
|
---|
160 | </sect2>
|
---|
161 |
|
---|
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>
|
---|
171 | <seg>
|
---|
172 | pinentry (symlink), pinentry-curses, pinentry-emacs, pinentry-fltk,
|
---|
173 | pinentry-gnome3, pinentry-gtk-2, pinentry-qt, and pinentry-tty
|
---|
174 | </seg>
|
---|
175 | <seg>None</seg>
|
---|
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>
|
---|
188 | <para>
|
---|
189 | is a symbolic link to the default
|
---|
190 | <application>PIN-Entry</application> program.
|
---|
191 | </para>
|
---|
192 | <indexterm zone="pinentry pinentry-prog">
|
---|
193 | <primary sortas="b-pinentry">pinentry</primary>
|
---|
194 | </indexterm>
|
---|
195 | </listitem>
|
---|
196 | </varlistentry>
|
---|
197 |
|
---|
198 | <varlistentry id="pinentry-curses">
|
---|
199 | <term><command>pinentry-curses</command></term>
|
---|
200 | <listitem>
|
---|
201 | <para>
|
---|
202 | is an <application>Ncurses</application> text-based
|
---|
203 | <application>PIN-Entry</application> helper program.
|
---|
204 | </para>
|
---|
205 | <indexterm zone="pinentry pinentry-curses">
|
---|
206 | <primary sortas="b-pinentry-curses">pinentry-curses</primary>
|
---|
207 | </indexterm>
|
---|
208 | </listitem>
|
---|
209 | </varlistentry>
|
---|
210 |
|
---|
211 | <varlistentry id="pinentry-emacs">
|
---|
212 | <term><command>pinentry-emacs</command></term>
|
---|
213 | <listitem>
|
---|
214 | <para>
|
---|
215 | is an <application>Emacs</application> version of the
|
---|
216 | <application>PIN-Entry</application> helper program.
|
---|
217 | </para>
|
---|
218 | <indexterm zone="pinentry pinentry-emacs">
|
---|
219 | <primary sortas="b-pinentry-emacs">pinentry-emacs</primary>
|
---|
220 | </indexterm>
|
---|
221 | </listitem>
|
---|
222 | </varlistentry>
|
---|
223 |
|
---|
224 | <varlistentry id="pinentry-fltk">
|
---|
225 | <term><command>pinentry-fltk</command></term>
|
---|
226 | <listitem>
|
---|
227 | <para>
|
---|
228 | is a <application>FLTK</application>
|
---|
229 | <application>PIN-Entry</application> helper program.
|
---|
230 | </para>
|
---|
231 | <indexterm zone="pinentry pinentry-fltk">
|
---|
232 | <primary sortas="b-pinentry-fltk">pinentry-fltk</primary>
|
---|
233 | </indexterm>
|
---|
234 | </listitem>
|
---|
235 | </varlistentry>
|
---|
236 |
|
---|
237 | <varlistentry id="pinentry-gnome3">
|
---|
238 | <term><command>pinentry-gnome3</command></term>
|
---|
239 | <listitem>
|
---|
240 | <para>
|
---|
241 | is a <application>GNOME-3</application>
|
---|
242 | <application>PIN-Entry</application> helper program.
|
---|
243 | </para>
|
---|
244 | <indexterm zone="pinentry pinentry-gnome3">
|
---|
245 | <primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary>
|
---|
246 | </indexterm>
|
---|
247 | </listitem>
|
---|
248 | </varlistentry>
|
---|
249 |
|
---|
250 | <varlistentry id="pinentry-gtk-2">
|
---|
251 | <term><command>pinentry-gtk-2</command></term>
|
---|
252 | <listitem>
|
---|
253 | <para>
|
---|
254 | is a <application>GTK+2</application>
|
---|
255 | <application>PIN-Entry</application> program program.
|
---|
256 | </para>
|
---|
257 | <indexterm zone="pinentry pinentry-gtk-2">
|
---|
258 | <primary sortas="b-pinentry-gtk-2">pinentry-gtk-2</primary>
|
---|
259 | </indexterm>
|
---|
260 | </listitem>
|
---|
261 | </varlistentry>
|
---|
262 |
|
---|
263 | <varlistentry id="pinentry-qt">
|
---|
264 | <term><command>pinentry-qt</command></term>
|
---|
265 | <listitem>
|
---|
266 | <para>
|
---|
267 | is a <application>Qt4 or 5</application>
|
---|
268 | <application>PIN-Entry</application> helper program.
|
---|
269 | </para>
|
---|
270 | <indexterm zone="pinentry pinentry-qt">
|
---|
271 | <primary sortas="b-pinentry-qt">pinentry-qt</primary>
|
---|
272 | </indexterm>
|
---|
273 | </listitem>
|
---|
274 | </varlistentry>
|
---|
275 |
|
---|
276 | <varlistentry id="pinentry-tty">
|
---|
277 | <term><command>pinentry-tty</command></term>
|
---|
278 | <listitem>
|
---|
279 | <para>
|
---|
280 | is a <application>tty</application>
|
---|
281 | <application>PIN-Entry</application> helper program.
|
---|
282 | </para>
|
---|
283 | <indexterm zone="pinentry pinentry-tty">
|
---|
284 | <primary sortas="b-pinentry-tty">pinentry-tty</primary>
|
---|
285 | </indexterm>
|
---|
286 | </listitem>
|
---|
287 | </varlistentry>
|
---|
288 |
|
---|
289 | </variablelist>
|
---|
290 |
|
---|
291 | </sect2>
|
---|
292 |
|
---|
293 | </sect1>
|
---|