source: general/genutils/pinentry.xml@ 67b1a0a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 67b1a0a was 67b1a0a, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Remove references to qt4 in poppler, cmake,
doxygen, qca, and pinentry

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

  • Property mode set to 100644
File size: 8.4 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">
[cd602728]9 <!ENTITY pinentry-md5sum "9510b2de013e818dab619e468298703a">
10 <!ENTITY pinentry-size "424 KB">
11 <!ENTITY pinentry-buildsize "10 MB">
12 <!ENTITY pinentry-time "less than 0.1 SBU">
[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
[67b1a0a]44 &lfs79_checked;&gcc6_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
[35f1730]70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="libassuan"/> and
73 <xref linkend="libgpg-error"/>
74 </para>
75
[80115ad]76 <bridgehead renderas="sect4">Optional</bridgehead>
[4049d110]77 <para role="optional">
[cd602728]78 <xref linkend="gcr"/>,
[4049d110]79 <xref linkend="gtk2"/>,
[cd602728]80 <xref linkend="gtk3"/>,
[5c16309]81 <xref linkend="libcap-pam"/>,
[67b1a0a]82 <xref linkend="libsecret"/>, and
[cd602728]83 <xref linkend="qt5"/>
[4049d110]84 </para>
[80115ad]85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/pinentry"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of PIN-Entry</title>
93
94 <para>Install <application>PIN-Entry</application> by running the following
95 commands:</para>
96
[7c4f32b]97<screen><userinput>./configure --prefix=/usr &amp;&amp;
[5030bab]98make</userinput></screen><!-- &amp;&amp;
[80115ad]99
[5030bab]100makeinfo - -html - -no-split -o doc/pinentry_nochunks.html doc/pinentry.texi &amp;&amp;
101makeinfo - -plaintext -o doc/pinentry.txt doc/pinentry.texi</userinput></screen>
[80115ad]102
[f1e103a]103 <para>If you wish to build alternate formats of the documentation, you
[8aeb474]104 must have <xref linkend="texlive"/> installed,
[f1e103a]105 then issue the following command:</para>
106
[5030bab]107<screen><userinput>make -k -C doc pdf ps html</userinput></screen> -->
[f1e103a]108
[80115ad]109 <para>This package does not come with a test suite.</para>
110
111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
[5030bab]113<screen role="root"><userinput>make install</userinput></screen><!-- &amp;&amp;
[f1e103a]114
115install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
116install -v -m644 README doc/pinentry{_*.html,.txt,.texi} \
117 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen>
[80115ad]118
119 <para>If you built the additional documentation, install it by issuing the
120 following commands as the <systemitem class="username">root</systemitem>
121 user:</para>
122
[f1e103a]123<screen role="root"><userinput>install -v -m644 doc/pinentry.html/* \
124 /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
125install -v -m644 doc/pinentry.{pdf,ps,dvi} \
[5030bab]126 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> -->
[80115ad]127
128 </sect2>
[5c16309]129
[6b4f8529]130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
[cd602728]133 <para>
134 <option>--enable-pinentry-qt=yes/no</option>: Default is yes.
[56b449e]135 </para>
136
[6b4f8529]137 <para>
[cd602728]138 <option>--enable-pinentry-gtk2=yes/no</option>: Default is yes. Even if
139 other <command>pinentry-*</command> is installed,
140 <command>pinentry</command> will be a symlink to
141 <command>pinentry-gtk-2</command>.
[7c4f32b]142 </para>
143
144 <para>
[cd602728]145 <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
146 Actually, it is the gtk3 pinentry.
[6b4f8529]147 </para>
148
149 </sect2>
[5c16309]150
[80115ad]151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directory</segtitle>
158
159 <seglistitem>
[56b449e]160 <seg>
161 pinentry (symlink), pinentry-curses, pinentry-gnome3, pinentry-gtk-2,
[cd602728]162 pinentry-qt, and pinentry-tty
[56b449e]163 </seg>
164 <seg>None</seg>
[80115ad]165 <seg>None</seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="pinentry-prog">
175 <term><command>pinentry</command></term>
176 <listitem>
177 <para>is a symbolic link to the default
178 <application>PIN-Entry</application> program.</para>
179 <indexterm zone="pinentry pinentry-prog">
[b960e3ec]180 <primary sortas="b-pinentry">pinentry</primary>
[80115ad]181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="pinentry-curses">
186 <term><command>pinentry-curses</command></term>
187 <listitem>
188 <para> is an <application>Ncurses</application> text-based
[514b131]189 <application>PIN-Entry</application> helper program.</para>
[80115ad]190 <indexterm zone="pinentry pinentry-curses">
[b960e3ec]191 <primary sortas="b-pinentry-curses">pinentry-curses</primary>
[80115ad]192 </indexterm>
193 </listitem>
194 </varlistentry>
[56b449e]195
196 <varlistentry id="pinentry-gnome3">
197 <term><command>pinentry-gnome3</command></term>
[80115ad]198 <listitem>
[f3429309]199 <para> is a <application>GNOME-3</application>
[9811e74]200 <application>PIN-Entry</application> helper program.</para>
[56b449e]201 <indexterm zone="pinentry pinentry-gnome3">
202 <primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary>
[80115ad]203 </indexterm>
204 </listitem>
[56b449e]205 </varlistentry>
[80115ad]206
207 <varlistentry id="pinentry-gtk-2">
208 <term><command>pinentry-gtk-2</command></term>
209 <listitem>
[f3429309]210 <para> is a <application>GTK+2</application>
[9811e74]211 <application>PIN-Entry</application> program program.</para>
[80115ad]212 <indexterm zone="pinentry pinentry-gtk-2">
[b960e3ec]213 <primary sortas="b-pinentry-gtk-2">pinentry-gtk-2</primary>
[80115ad]214 </indexterm>
215 </listitem>
216 </varlistentry>
217
[cd602728]218 <varlistentry id="pinentry-qt">
219 <term><command>pinentry-qt</command></term>
[af373d35]220 <listitem>
[cd602728]221 <para> is a <application>Qt4 or 5</application>
[9811e74]222 <application>PIN-Entry</application> helper program.</para>
[cd602728]223 <indexterm zone="pinentry pinentry-qt">
224 <primary sortas="b-pinentry-qt">pinentry-qt</primary>
[af373d35]225 </indexterm>
226 </listitem>
227 </varlistentry>
228
[6b4f8529]229 <varlistentry id="pinentry-tty">
230 <term><command>pinentry-tty</command></term>
231 <listitem>
232 <para> is a <application>tty</application>
[9811e74]233 <application>PIN-Entry</application> helper program.</para>
[6b4f8529]234 <indexterm zone="pinentry pinentry-tty">
235 <primary sortas="b-pinentry-tty">pinentry-tty</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
[80115ad]240 </variablelist>
241
242 </sect2>
243
244</sect1>
Note: See TracBrowser for help on using the repository browser.