source: general/genutils/pinentry.xml@ 5eafafd6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 5eafafd6 was 5eafafd6, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Add sed to libcdio to fix version number.
Update to pinentry-1.1.0.
Update to poppler-0.62.0.
Update to gmime3-3.0.5.

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

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