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 " ">
|
---|
8 | <!ENTITY pinentry-download-ftp "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2">
|
---|
9 | <!ENTITY pinentry-md5sum "4a3fad8b31f9b4c5526c8837495015dc">
|
---|
10 | <!ENTITY pinentry-size "428 KB">
|
---|
11 | <!ENTITY pinentry-buildsize "7.7 MB">
|
---|
12 | <!ENTITY pinentry-time "less than 0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="pinentry" xreflabel="pinentry-&pinentry-version;">
|
---|
16 | <?dbhtml filename="pinentry.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>pinentry-&pinentry-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="pinentry">
|
---|
26 | <primary sortas="a-PIN-Entry">PIN-Entry</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to PIN-Entry</title>
|
---|
31 |
|
---|
32 | <para>The <application>PIN-Entry</application> package contains a
|
---|
33 | collection of simple PIN or pass-phrase entry dialogs which utilize the
|
---|
34 | Assuan protocol as described by the
|
---|
35 | <ulink url="http://www.gnupg.org/aegypten/">Ägypten project</ulink>.
|
---|
36 | <application>PIN-Entry</application> programs are usually invoked by
|
---|
37 | the <command>gpg-agent</command> daemon, but can be run from the command
|
---|
38 | line as well. There are programs for various text-based and GUI
|
---|
39 | environments, including interfaces designed for
|
---|
40 | <application>Ncurses</application> (text-based), and for the common
|
---|
41 | <application>GTK</application> and <application>Qt</application>
|
---|
42 | toolkits.</para>
|
---|
43 |
|
---|
44 | &lfs7a_checked;
|
---|
45 |
|
---|
46 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
47 | <itemizedlist spacing="compact">
|
---|
48 | <listitem>
|
---|
49 | <para>Download (HTTP): <ulink url="&pinentry-download-http;"/></para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Download (FTP): <ulink url="&pinentry-download-ftp;"/></para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Download MD5 sum: &pinentry-md5sum;</para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>Download size: &pinentry-size;</para>
|
---|
59 | </listitem>
|
---|
60 | <listitem>
|
---|
61 | <para>Estimated disk space required: &pinentry-buildsize;</para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>Estimated build time: &pinentry-time;</para>
|
---|
65 | </listitem>
|
---|
66 | </itemizedlist>
|
---|
67 |
|
---|
68 | <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead>
|
---|
69 |
|
---|
70 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
71 | <para role="required">
|
---|
72 | <xref linkend="libassuan"/> and
|
---|
73 | <xref linkend="libgpg-error"/>
|
---|
74 | </para>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
77 | <para role="optional">
|
---|
78 | <xref linkend="emacs"/>,
|
---|
79 | <xref linkend="gcr"/>,
|
---|
80 | <xref linkend="gtk2"/>,
|
---|
81 | <xref linkend="gtk3"/>,
|
---|
82 | <!-- <xref linkend="libcap-pam"/>, This is in LFS already. PAM is not
|
---|
83 | neccessary. -->
|
---|
84 | <xref linkend="libsecret"/>, and
|
---|
85 | <xref linkend="qt5"/>
|
---|
86 | </para>
|
---|
87 |
|
---|
88 | <para condition="html" role="usernotes">User Notes:
|
---|
89 | <ulink url="&blfs-wiki;/pinentry"/></para>
|
---|
90 |
|
---|
91 | </sect2>
|
---|
92 |
|
---|
93 | <sect2 role="installation">
|
---|
94 | <title>Installation of PIN-Entry</title>
|
---|
95 |
|
---|
96 | <para>Install <application>PIN-Entry</application> by running the following
|
---|
97 | commands:</para>
|
---|
98 |
|
---|
99 | <screen><userinput>./configure --prefix=/usr &&
|
---|
100 | make</userinput></screen>
|
---|
101 |
|
---|
102 | <para>This package does not come with a test suite.</para>
|
---|
103 |
|
---|
104 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
105 |
|
---|
106 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
107 |
|
---|
108 | </sect2>
|
---|
109 |
|
---|
110 | <sect2 role="commands">
|
---|
111 | <title>Command Explanations</title>
|
---|
112 |
|
---|
113 | <para>
|
---|
114 | <option>--enable-emacs=yes/no</option>: Default is no.
|
---|
115 | </para>
|
---|
116 |
|
---|
117 | <para>
|
---|
118 | <option>--enable-pinentry-qt=yes/no</option>: Default is yes.
|
---|
119 | </para>
|
---|
120 |
|
---|
121 | <para>
|
---|
122 | <option>--enable-pinentry-gtk2=yes/no</option>: Default is yes. Even if
|
---|
123 | other <command>pinentry-*</command> is installed,
|
---|
124 | <command>pinentry</command> will be a symlink to
|
---|
125 | <command>pinentry-gtk-2</command>.
|
---|
126 | </para>
|
---|
127 |
|
---|
128 | <para>
|
---|
129 | <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
|
---|
130 | Actually, it is the gtk3 pinentry.
|
---|
131 | </para>
|
---|
132 |
|
---|
133 | </sect2>
|
---|
134 |
|
---|
135 | <sect2 role="content">
|
---|
136 | <title>Contents</title>
|
---|
137 |
|
---|
138 | <segmentedlist>
|
---|
139 | <segtitle>Installed Programs</segtitle>
|
---|
140 | <segtitle>Installed Libraries</segtitle>
|
---|
141 | <segtitle>Installed Directory</segtitle>
|
---|
142 |
|
---|
143 | <seglistitem>
|
---|
144 | <seg>
|
---|
145 | pinentry (symlink), pinentry-curses, pinentry,emacs, pinentry-gnome3,
|
---|
146 | pinentry-gtk-2, pinentry-qt, and pinentry-tty
|
---|
147 | </seg>
|
---|
148 | <seg>None</seg>
|
---|
149 | <seg>None</seg>
|
---|
150 | </seglistitem>
|
---|
151 | </segmentedlist>
|
---|
152 |
|
---|
153 | <variablelist>
|
---|
154 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
155 | <?dbfo list-presentation="list"?>
|
---|
156 | <?dbhtml list-presentation="table"?>
|
---|
157 |
|
---|
158 | <varlistentry id="pinentry-prog">
|
---|
159 | <term><command>pinentry</command></term>
|
---|
160 | <listitem>
|
---|
161 | <para>is a symbolic link to the default
|
---|
162 | <application>PIN-Entry</application> program.</para>
|
---|
163 | <indexterm zone="pinentry pinentry-prog">
|
---|
164 | <primary sortas="b-pinentry">pinentry</primary>
|
---|
165 | </indexterm>
|
---|
166 | </listitem>
|
---|
167 | </varlistentry>
|
---|
168 |
|
---|
169 | <varlistentry id="pinentry-curses">
|
---|
170 | <term><command>pinentry-curses</command></term>
|
---|
171 | <listitem>
|
---|
172 | <para> is an <application>Ncurses</application> text-based
|
---|
173 | <application>PIN-Entry</application> helper program.</para>
|
---|
174 | <indexterm zone="pinentry pinentry-curses">
|
---|
175 | <primary sortas="b-pinentry-curses">pinentry-curses</primary>
|
---|
176 | </indexterm>
|
---|
177 | </listitem>
|
---|
178 | </varlistentry>
|
---|
179 |
|
---|
180 | <varlistentry id="pinentry-emacs">
|
---|
181 | <term><command>pinentry-emacs</command></term>
|
---|
182 | <listitem>
|
---|
183 | <para> is an <application>Emacs</application> version of the
|
---|
184 | <application>PIN-Entry</application> helper program.</para>
|
---|
185 | <indexterm zone="pinentry pinentry-emacs">
|
---|
186 | <primary sortas="b-pinentry-emacs">pinentry-emacs</primary>
|
---|
187 | </indexterm>
|
---|
188 | </listitem>
|
---|
189 | </varlistentry>
|
---|
190 |
|
---|
191 | <varlistentry id="pinentry-gnome3">
|
---|
192 | <term><command>pinentry-gnome3</command></term>
|
---|
193 | <listitem>
|
---|
194 | <para> is a <application>GNOME-3</application>
|
---|
195 | <application>PIN-Entry</application> helper program.</para>
|
---|
196 | <indexterm zone="pinentry pinentry-gnome3">
|
---|
197 | <primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary>
|
---|
198 | </indexterm>
|
---|
199 | </listitem>
|
---|
200 | </varlistentry>
|
---|
201 |
|
---|
202 | <varlistentry id="pinentry-gtk-2">
|
---|
203 | <term><command>pinentry-gtk-2</command></term>
|
---|
204 | <listitem>
|
---|
205 | <para> is a <application>GTK+2</application>
|
---|
206 | <application>PIN-Entry</application> program program.</para>
|
---|
207 | <indexterm zone="pinentry pinentry-gtk-2">
|
---|
208 | <primary sortas="b-pinentry-gtk-2">pinentry-gtk-2</primary>
|
---|
209 | </indexterm>
|
---|
210 | </listitem>
|
---|
211 | </varlistentry>
|
---|
212 |
|
---|
213 | <varlistentry id="pinentry-qt">
|
---|
214 | <term><command>pinentry-qt</command></term>
|
---|
215 | <listitem>
|
---|
216 | <para> is a <application>Qt4 or 5</application>
|
---|
217 | <application>PIN-Entry</application> helper program.</para>
|
---|
218 | <indexterm zone="pinentry pinentry-qt">
|
---|
219 | <primary sortas="b-pinentry-qt">pinentry-qt</primary>
|
---|
220 | </indexterm>
|
---|
221 | </listitem>
|
---|
222 | </varlistentry>
|
---|
223 |
|
---|
224 | <varlistentry id="pinentry-tty">
|
---|
225 | <term><command>pinentry-tty</command></term>
|
---|
226 | <listitem>
|
---|
227 | <para> is a <application>tty</application>
|
---|
228 | <application>PIN-Entry</application> helper program.</para>
|
---|
229 | <indexterm zone="pinentry pinentry-tty">
|
---|
230 | <primary sortas="b-pinentry-tty">pinentry-tty</primary>
|
---|
231 | </indexterm>
|
---|
232 | </listitem>
|
---|
233 | </varlistentry>
|
---|
234 |
|
---|
235 | </variablelist>
|
---|
236 |
|
---|
237 | </sect2>
|
---|
238 |
|
---|
239 | </sect1>
|
---|