Ignore:
Timestamp:
03/18/2020 10:00:14 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
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
Children:
63228ac1
Parents:
dca1247
Message:

Format general/genutils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    rdca1247 rb7a85cd9  
    3131    <title>Introduction to PIN-Entry</title>
    3232
    33     <para>The <application>PIN-Entry</application> package contains a
    34     collection of simple PIN or pass-phrase entry dialogs which utilize the
    35     Assuan protocol as described by the
    36     <ulink url="http://www.gnupg.org/aegypten/">&#xC4;gypten project</ulink>.
    37     <application>PIN-Entry</application> programs are usually invoked by
    38     the <command>gpg-agent</command> daemon, but can be run from the command
    39     line as well. There are programs for various text-based and GUI
    40     environments, including interfaces designed for
    41     <application>Ncurses</application> (text-based), and for the common
    42     <application>GTK</application> and <application>Qt</application>
    43     toolkits.</para>
     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>
    4446
    4547    &lfs91_checked;
     
    4850    <itemizedlist spacing="compact">
    4951      <listitem>
    50         <para>Download (HTTP): <ulink url="&pinentry-download-http;"/></para>
    51       </listitem>
    52       <listitem>
    53         <para>Download (FTP): <ulink url="&pinentry-download-ftp;"/></para>
    54       </listitem>
    55       <listitem>
    56         <para>Download MD5 sum: &pinentry-md5sum;</para>
    57       </listitem>
    58       <listitem>
    59         <para>Download size: &pinentry-size;</para>
    60       </listitem>
    61       <listitem>
    62         <para>Estimated disk space required: &pinentry-buildsize;</para>
    63       </listitem>
    64       <listitem>
    65         <para>Estimated build time: &pinentry-time;</para>
     52        <para>
     53          Download (HTTP): <ulink url="&pinentry-download-http;"/>
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download (FTP): <ulink url="&pinentry-download-ftp;"/>
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Download MD5 sum: &pinentry-md5sum;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Download size: &pinentry-size;
     69        </para>
     70      </listitem>
     71      <listitem>
     72        <para>
     73          Estimated disk space required: &pinentry-buildsize;
     74        </para>
     75      </listitem>
     76      <listitem>
     77        <para>
     78          Estimated build time: &pinentry-time;
     79        </para>
    6680      </listitem>
    6781    </itemizedlist>
     
    96110    <title>Installation of PIN-Entry</title>
    97111
    98     <para>Install <application>PIN-Entry</application> by running the following
    99     commands:</para>
     112    <para>
     113      Install <application>PIN-Entry</application> by running the following
     114      commands:
     115    </para>
    100116
    101117<screen><userinput>./configure --prefix=/usr --enable-pinentry-tty &amp;&amp;
    102118make</userinput></screen>
    103119
    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>
     120    <para>
     121      This package does not come with a test suite.
     122    </para>
     123
     124    <para>
     125      Now, as the <systemitem class="username">root</systemitem> user:
     126    </para>
    107127
    108128<screen role="root"><userinput>make install</userinput></screen>
     
    165185        <term><command>pinentry</command></term>
    166186        <listitem>
    167           <para>is a symbolic link to the default
    168           <application>PIN-Entry</application> program.</para>
     187          <para>
     188            is a symbolic link to the default
     189            <application>PIN-Entry</application> program.
     190          </para>
    169191          <indexterm zone="pinentry pinentry-prog">
    170192            <primary sortas="b-pinentry">pinentry</primary>
     
    176198        <term><command>pinentry-curses</command></term>
    177199        <listitem>
    178           <para> is an <application>Ncurses</application> text-based
    179           <application>PIN-Entry</application> helper program.</para>
     200          <para>
     201            is an <application>Ncurses</application> text-based
     202            <application>PIN-Entry</application> helper program.
     203          </para>
    180204          <indexterm zone="pinentry pinentry-curses">
    181205            <primary sortas="b-pinentry-curses">pinentry-curses</primary>
     
    187211        <term><command>pinentry-emacs</command></term>
    188212        <listitem>
    189           <para> is an <application>Emacs</application> version of the
    190           <application>PIN-Entry</application> helper program.</para>
     213          <para>
     214            is an <application>Emacs</application> version of the
     215            <application>PIN-Entry</application> helper program.
     216          </para>
    191217          <indexterm zone="pinentry pinentry-emacs">
    192218            <primary sortas="b-pinentry-emacs">pinentry-emacs</primary>
     
    198224        <term><command>pinentry-fltk</command></term>
    199225        <listitem>
    200           <para> is a <application>FLTK</application>
    201           <application>PIN-Entry</application> helper program.</para>
     226          <para>
     227            is a <application>FLTK</application>
     228            <application>PIN-Entry</application> helper program.
     229          </para>
    202230          <indexterm zone="pinentry pinentry-fltk">
    203231            <primary sortas="b-pinentry-fltk">pinentry-fltk</primary>
     
    209237        <term><command>pinentry-gnome3</command></term>
    210238        <listitem>
    211           <para> is a <application>GNOME-3</application>
    212           <application>PIN-Entry</application> helper program.</para>
     239          <para>
     240            is a <application>GNOME-3</application>
     241            <application>PIN-Entry</application> helper program.
     242          </para>
    213243          <indexterm zone="pinentry pinentry-gnome3">
    214244            <primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary>
     
    220250        <term><command>pinentry-gtk-2</command></term>
    221251        <listitem>
    222           <para> is a <application>GTK+2</application>
    223           <application>PIN-Entry</application> program program.</para>
     252          <para>
     253            is a <application>GTK+2</application>
     254            <application>PIN-Entry</application> program program.
     255          </para>
    224256          <indexterm zone="pinentry pinentry-gtk-2">
    225257            <primary sortas="b-pinentry-gtk-2">pinentry-gtk-2</primary>
     
    231263        <term><command>pinentry-qt</command></term>
    232264        <listitem>
    233           <para> is a <application>Qt4 or 5</application>
    234           <application>PIN-Entry</application> helper program.</para>
     265          <para>
     266            is a <application>Qt4 or 5</application>
     267            <application>PIN-Entry</application> helper program.
     268          </para>
    235269          <indexterm zone="pinentry pinentry-qt">
    236270            <primary sortas="b-pinentry-qt">pinentry-qt</primary>
     
    242276        <term><command>pinentry-tty</command></term>
    243277        <listitem>
    244           <para> is a <application>tty</application>
    245           <application>PIN-Entry</application> helper program.</para>
     278          <para>
     279            is a <application>tty</application>
     280            <application>PIN-Entry</application> helper program.
     281          </para>
    246282          <indexterm zone="pinentry pinentry-tty">
    247283            <primary sortas="b-pinentry-tty">pinentry-tty</primary>
Note: See TracChangeset for help on using the changeset viewer.