source: general/genutils/pinentry.xml@ 9811e74

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.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 nosym 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 9811e74 was 9811e74, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Clarify pinentry program descriptions

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

  • Property mode set to 100644
File size: 8.6 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
[322c473]7 <!ENTITY pinentry-download-http " ">
[19f9333]8 <!ENTITY pinentry-download-ftp "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2">
[56b449e]9 <!ENTITY pinentry-md5sum "b81321407466a6263ebbfd34145cd6e8">
10 <!ENTITY pinentry-size "500 KB">
11 <!ENTITY pinentry-buildsize "15 MB (with <command>pinentry-qt4</command>)">
12 <!ENTITY pinentry-time "less than 0.1 SBU (with <command>pinentry-qt4</command>)">
[80115ad]13]>
14
15<sect1 id="pinentry" xreflabel="PIN-Entry-&pinentry-version;">
16 <?dbhtml filename="pinentry.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>PIN-Entry-&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
[14b8417]35 <ulink url="http://www.gnupg.org/aegypten/">&#xC4;gypten project</ulink>.
[80115ad]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
[df522e4]40 <application>Ncurses</application> (text-based), and for the common
41 <application>GTK</application> and <application>Qt</application>
42 toolkits.</para>
[80115ad]43
[5c16309]44 &lfs77_checked; &gcc5_checked;
[14b8417]45
[80115ad]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">Optional</bridgehead>
[4049d110]71 <para role="optional">
72 <xref linkend="gtk2"/>,
[5c16309]73 <xref linkend="libcap-pam"/>,
74 <xref linkend="libsecret"/> and
[7af92fe5]75 <xref linkend="qt4"/>
[4049d110]76 </para>
[80115ad]77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/pinentry"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of PIN-Entry</title>
85
86 <para>Install <application>PIN-Entry</application> by running the following
87 commands:</para>
88
[56b449e]89<screen><userinput>sed -i 's:ncursesw/::' pinentry/pinentry-curses.c &amp;&amp;
90
91./configure --prefix=/usr &amp;&amp;
[5030bab]92make</userinput></screen><!-- &amp;&amp;
[80115ad]93
[5030bab]94makeinfo - -html - -no-split -o doc/pinentry_nochunks.html doc/pinentry.texi &amp;&amp;
95makeinfo - -plaintext -o doc/pinentry.txt doc/pinentry.texi</userinput></screen>
[80115ad]96
[f1e103a]97 <para>If you wish to build alternate formats of the documentation, you
[8aeb474]98 must have <xref linkend="texlive"/> installed,
[f1e103a]99 then issue the following command:</para>
100
[5030bab]101<screen><userinput>make -k -C doc pdf ps html</userinput></screen> -->
[f1e103a]102
[80115ad]103 <para>This package does not come with a test suite.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
[5030bab]107<screen role="root"><userinput>make install</userinput></screen><!-- &amp;&amp;
[f1e103a]108
109install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
110install -v -m644 README doc/pinentry{_*.html,.txt,.texi} \
111 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen>
[80115ad]112
113 <para>If you built the additional documentation, install it by issuing the
114 following commands as the <systemitem class="username">root</systemitem>
115 user:</para>
116
[f1e103a]117<screen role="root"><userinput>install -v -m644 doc/pinentry.html/* \
118 /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
119install -v -m644 doc/pinentry.{pdf,ps,dvi} \
[5030bab]120 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> -->
[80115ad]121
122 </sect2>
[5c16309]123
[6b4f8529]124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
[56b449e]127 <para>
128 <command>sed -i ... pinentry/pinentry-curses.c</command>: Help
129 <command>configure</command> script to find
130 <application>ncursesw</application> headers -
131 <application>ncursesw</application> is the default in LFS/BLFS.
132 </para>
133
[6b4f8529]134 <para>
[5c16309]135 <option>--enable-pinentry-qt4</option>: Use this switch if ypu wish to
136 install <command>pinentry-qt4</command>. If both <xref linkend="qt4"/>
137 and <xref linkend="qt5"/> are installed, use <command>source
138 setqt4</command>, before starting. Also, you need to modify the
139 configuration step, using <command>CXX="g++ -std=c++11"
140 MOC="$QT4DIR/bin/moc" ./configure ...</command>, to fix building with
141 gcc-5 and for Qt4 <command>moc</command> (Qt4 meta object compiler)
142 detection.
[6b4f8529]143 </para>
144
145 </sect2>
[5c16309]146
[80115ad]147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directory</segtitle>
154
155 <seglistitem>
[56b449e]156 <seg>
157 pinentry (symlink), pinentry-curses, pinentry-gnome3, pinentry-gtk-2,
158 pinentry-qt4, and pinentry-tty
159 </seg>
160 <seg>None</seg>
[80115ad]161 <seg>None</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="pinentry-prog">
171 <term><command>pinentry</command></term>
172 <listitem>
173 <para>is a symbolic link to the default
174 <application>PIN-Entry</application> program.</para>
175 <indexterm zone="pinentry pinentry-prog">
[b960e3ec]176 <primary sortas="b-pinentry">pinentry</primary>
[80115ad]177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="pinentry-curses">
182 <term><command>pinentry-curses</command></term>
183 <listitem>
184 <para> is an <application>Ncurses</application> text-based
[9811e74]185 <application>PIN-Entry</application> ihelper program.</para>
[80115ad]186 <indexterm zone="pinentry pinentry-curses">
[b960e3ec]187 <primary sortas="b-pinentry-curses">pinentry-curses</primary>
[80115ad]188 </indexterm>
189 </listitem>
190 </varlistentry>
[56b449e]191
192 <varlistentry id="pinentry-gnome3">
193 <term><command>pinentry-gnome3</command></term>
[80115ad]194 <listitem>
[9811e74]195 <para> is a <application>GNOME-3</application>
196 <application>PIN-Entry</application> helper program.</para>
[56b449e]197 <indexterm zone="pinentry pinentry-gnome3">
198 <primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary>
[80115ad]199 </indexterm>
200 </listitem>
[56b449e]201 </varlistentry>
[80115ad]202
203 <varlistentry id="pinentry-gtk-2">
204 <term><command>pinentry-gtk-2</command></term>
205 <listitem>
[9811e74]206 <para> is a <application>GTK+2</application>
207 <application>PIN-Entry</application> program program.</para>
[80115ad]208 <indexterm zone="pinentry pinentry-gtk-2">
[b960e3ec]209 <primary sortas="b-pinentry-gtk-2">pinentry-gtk-2</primary>
[80115ad]210 </indexterm>
211 </listitem>
212 </varlistentry>
213
[af373d35]214 <varlistentry id="pinentry-qt4">
215 <term><command>pinentry-qt4</command></term>
216 <listitem>
[9811e74]217 <para> is a <application>Qt4</application>
218 <application>PIN-Entry</application> helper program.</para>
[af373d35]219 <indexterm zone="pinentry pinentry-qt4">
220 <primary sortas="b-pinentry-qt4">pinentry-qt4</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
[6b4f8529]225 <varlistentry id="pinentry-tty">
226 <term><command>pinentry-tty</command></term>
227 <listitem>
228 <para> is a <application>tty</application>
[9811e74]229 <application>PIN-Entry</application> helper program.</para>
[6b4f8529]230 <indexterm zone="pinentry pinentry-tty">
231 <primary sortas="b-pinentry-tty">pinentry-tty</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
[80115ad]236 </variablelist>
237
238 </sect2>
239
240</sect1>
Note: See TracBrowser for help on using the repository browser.