source: general/genutils/pinentry.xml@ 62c0ce6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 62c0ce6 was 62c0ce6, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to x264-20200218
Tags for webkitgtk dependencies

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

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