source: general/genutils/pinentry.xml@ 9fd7f516

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 9fd7f516 was f3429309, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

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

  • Property mode set to 100644
File size: 8.3 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 " ">
8 <!ENTITY pinentry-download-ftp "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2">
9 <!ENTITY pinentry-md5sum "55439c4436b59573a29e144916ee5b61">
10 <!ENTITY pinentry-size "504 KB">
11 <!ENTITY pinentry-buildsize "7.9 MB (with <command>pinentry-qt4</command>)">
12 <!ENTITY pinentry-time "0.1 SBU">
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
35 <ulink url="http://www.gnupg.org/aegypten/">&#xC4;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 &lfs78_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">Optional</bridgehead>
71 <para role="optional">
72 <xref linkend="gtk2"/>,
73 <xref linkend="libcap-pam"/>,
74 <xref linkend="libsecret"/>, and
75 <xref linkend="qt4"/>
76 </para>
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
89<screen><userinput>./configure --prefix=/usr &amp;&amp;
90make</userinput></screen><!-- &amp;&amp;
91
92makeinfo - -html - -no-split -o doc/pinentry_nochunks.html doc/pinentry.texi &amp;&amp;
93makeinfo - -plaintext -o doc/pinentry.txt doc/pinentry.texi</userinput></screen>
94
95 <para>If you wish to build alternate formats of the documentation, you
96 must have <xref linkend="texlive"/> installed,
97 then issue the following command:</para>
98
99<screen><userinput>make -k -C doc pdf ps html</userinput></screen> -->
100
101 <para>This package does not come with a test suite.</para>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>make install</userinput></screen><!-- &amp;&amp;
106
107install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
108install -v -m644 README doc/pinentry{_*.html,.txt,.texi} \
109 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen>
110
111 <para>If you built the additional documentation, install it by issuing the
112 following commands as the <systemitem class="username">root</systemitem>
113 user:</para>
114
115<screen role="root"><userinput>install -v -m644 doc/pinentry.html/* \
116 /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
117install -v -m644 doc/pinentry.{pdf,ps,dvi} \
118 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> -->
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <option>--enable-pinentry-qt4</option>: Use this switch if you wish to
127 install <command>pinentry-qt4</command>.
128 </para>
129
130 <para>
131 <envar>CXXFLAGS=-std=c++11</envar>: If using
132 <option>--enable-pinentry-qt4</option> switch, add to the
133 <command>./configure ...</command> command line, to fix a build problem
134 with gcc-5.
135 </para>
136
137 <para>
138 <envar>MOC=$QT4DIR/bin/moc</envar>: If using
139 <option>--enable-pinentry-qt4</option> switch, add to the
140 <command>./configure ...</command> command line, to help Qt4
141 <command>moc</command> (Qt4 meta object compiler) detection.
142 </para>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directory</segtitle>
153
154 <seglistitem>
155 <seg>
156 pinentry (symlink), pinentry-curses, pinentry-gnome3, pinentry-gtk-2,
157 pinentry-qt4, and pinentry-tty
158 </seg>
159 <seg>None</seg>
160 <seg>None</seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="pinentry-prog">
170 <term><command>pinentry</command></term>
171 <listitem>
172 <para>is a symbolic link to the default
173 <application>PIN-Entry</application> program.</para>
174 <indexterm zone="pinentry pinentry-prog">
175 <primary sortas="b-pinentry">pinentry</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="pinentry-curses">
181 <term><command>pinentry-curses</command></term>
182 <listitem>
183 <para> is an <application>Ncurses</application> text-based
184 <application>PIN-Entry</application> helper program.</para>
185 <indexterm zone="pinentry pinentry-curses">
186 <primary sortas="b-pinentry-curses">pinentry-curses</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-qt4">
214 <term><command>pinentry-qt4</command></term>
215 <listitem>
216 <para> is a <application>Qt4</application>
217 <application>PIN-Entry</application> helper program.</para>
218 <indexterm zone="pinentry pinentry-qt4">
219 <primary sortas="b-pinentry-qt4">pinentry-qt4</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>
Note: See TracBrowser for help on using the repository browser.