Changeset 014d11ad for general/sysutils


Ignore:
Timestamp:
06/24/2004 06:44:11 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bb2a071c
Parents:
c230e05
Message:

renamed patches in package instructions to conform with the guidelines

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

Location:
general/sysutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm.xml

    rc230e05 r014d11ad  
    1919<sect2>
    2020<title>Introduction to <application><acronym>GPM</acronym></application></title>
    21                                                                                
     21
    2222<para>The <application><acronym>GPM</acronym></application> (General
    2323Purpose Mouse daemon) package contains a mouse server for the console
     
    2929less error prone) to cut and paste between two console windows than to
    3030type everything by hand!</para>
    31                                                                                
     31
    3232<sect3><title>Package information</title>
    3333<itemizedlist spacing='compact'>
     
    4242&gpm-time;</para></listitem></itemizedlist>
    4343</sect3>
    44                                                                                
     44
    4545<sect3><title>Additional downloads</title>
    4646<itemizedlist spacing='compact'>
    4747<listitem><para>Recommended patch: <ulink
    48 url="&patch-root;/gpm-1.20.1-segfault.patch"/></para></listitem>
     48url="&patch-root;/gpm-1.20.1-segfault-1.patch"/></para></listitem>
    4949<listitem><para>Recommended patch: <ulink
    50 url="&patch-root;/gpm-1.20.1-silent.patch"/></para></listitem>
     50url="&patch-root;/gpm-1.20.1-silent-1.patch"/></para></listitem>
    5151</itemizedlist>
    5252</sect3>
    53                                                                                
     53
    5454</sect2>
    5555
    5656<sect2>
    5757<title>Installation of <application><acronym>GPM</acronym></application></title>
    58                                                                                
    59 <para>Install <application><acronym>GPM</acronym></application> by running the following commands:
     58
     59<para>Install <application><acronym>GPM</acronym></application> by running
     60the following commands:
    6061</para>
    61                                                                                
    62 <screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault.patch &amp;&amp;
    63 patch -Np1 -i ../gpm-1.20.1-silent.patch &amp;&amp;
     62
     63<screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault-1.patch &amp;&amp;
     64patch -Np1 -i ../gpm-1.20.1-silent-1.patch &amp;&amp;
    6465LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    6566make &amp;&amp;
     
    7172<sect2>
    7273<title>Command explanations</title>
    73                                                                                
    74 <para><command>LDFLAGS="-lm"</command>: The math library
    75  must be linked with <command>gpm</command>, as ceil() is used in some cursor
     74
     75<para><command>LDFLAGS="-lm"</command>: The math library 
     76must be linked with <command>gpm</command>, as ceil() is used in some cursor
    7677scrolling logic.</para>
    77                                                                                
     78
    7879<para><command>ldconfig -n -l </command>: During installation, gpm outputs a
    7980message to run the above command to create the proper library links.</para>
    80                                                                                
     81
    8182</sect2>
    8283
    8384<sect2>
    8485<title>Configuring <application><acronym>GPM</acronym></application></title>
    85                                                                                
     86
    8687<sect3><title>gpm init.d script</title>
    8788<para>Install the <filename>/etc/rc.d/init.d/gpm</filename>
    8889init script included in the
    8990<xref linkend="intro-important-bootscripts"/> package.</para>
    90                                                                                
     91
    9192<screen><userinput><command>make install-gpm</command></userinput></screen>
    92                                                                                
     93
    9394</sect3>
    94                                                                                
     95
    9596<sect3><title>Config files</title>
    9697<para><filename>/etc/sysconfig/mouse</filename>
    9798This file contains the name of your mouse device and the protocol which
    9899it uses.  To create this file, run the following:</para>
    99                                                                                
     100
    100101<screen><userinput><command>cat &gt; /etc/sysconfig/mouse &lt;&lt; "EOF"</command>
    101102# Begin /etc/sysconfig/mouse
    102                                                                                
     103
    103104MDEVICE="<replaceable>[yourdevice]</replaceable>"
    104105PROTOCOL="<replaceable>[yourprotocol]</replaceable>"
    105106GPMOPTS="<replaceable>[additional options]</replaceable>"
    106                                                                                
     107
    107108# End /etc/sysconfig/mouse
    108109<command>EOF</command></userinput></screen>
    109110</sect3>
    110                                                                                
     111
    111112<sect3><title>Configuration Information</title>
    112                                                                                
     113
    113114<para>Examples of values to set <envar>MDEVICE</envar>,
    114115<envar>PROTOCOL</envar>, and <envar>GPMOPTS</envar> to are:</para>
    115                                                                                
     116
    116117<screen><userinput>MDEVICE="/dev/psaux"
    117118PROTOCOL="imps2"
    118119GPMOPTS=""</userinput></screen>
    119                                                                                
     120
    120121<para>A list of which protocol values are known can be found by running
    121122<command>gpm -t -help</command>.  The <envar>MDEVICE</envar> setting
     
    126127mice.  <envar>GPMOPTS</envar> is the 'catch all' for any
    127128additional options that are needed for your hardware.</para>
    128                                                                                
     129
    129130</sect3>
    130                                                                                
     131
    131132</sect2>
    132133
    133134<sect2>
    134135<title>Contents</title>
    135                                                                                
     136
    136137<para>The <application><acronym>GPM</acronym></application> package contains
    137 <command>gpm</command>,
    138 <command>gpm-root</command>, <command>disable-paste</command>
    139 and <command>mev</command>.</para>
    140                                                                                
     138<command>gpm</command>, <command>gpm-root</command>,
     139<command>disable-paste</command> and <command>mev</command>.</para>
     140
    141141</sect2>
    142                                                                                
     142
    143143<sect2><title>Description</title>
    144                                                                                
     144
    145145<sect3><title>gpm</title>
    146146<para><command>gpm</command> is a cut and paste utility and mouse server for
    147147virtual consoles.</para></sect3>
    148                                                                                
     148
    149149<sect3><title>gpm-root</title>
    150150<para><command>gpm-root</command> is a default handler for
    151151<command>gpm</command>.  It is used to draw menus on the
    152152root window.</para></sect3>
    153                                                                                
     153
    154154<sect3><title>disable-paste</title>
    155155<para>No description available.</para></sect3>
    156                                                                                
     156
    157157<sect3><title>mev</title>
    158158<para><command>mev</command> is a program to report mouse events.</para></sect3>
    159                                                                                
     159
    160160</sect2>
    161161
  • general/sysutils/unzip.xml

    rc230e05 r014d11ad  
    1919<sect2>
    2020<title>Introduction to <application>UnZip</application></title>
    21                                                                                
     21
    2222<para>The <application>UnZip</application> package contains <filename>ZIP
    2323</filename> extraction utilities. These are useful for extracting files from
     
    2626</application> utilities primarily in a <acronym>DOS</acronym> environment.
    2727</para>
    28                                                                                
     28
    2929<sect3><title>Package information</title>
    3030<itemizedlist spacing='compact'>
     
    3939&unzip-time;</para></listitem></itemizedlist>
    4040</sect3>
    41                                                                                
     41
    4242<sect3><title>Additional downloads</title>
    4343<itemizedlist spacing='compact'>
    4444<listitem><para>Required patch: <ulink
    45 url="&patch-root;/unzip-&unzip-version;-fix-Makefile.patch"/></para></listitem><listitem><para>Required patch: <ulink
    46 url="&patch-root;/unzip-&unzip-version;-fix-libz.patch"/></para></listitem>
     45url="&patch-root;/unzip-&unzip-version;-fix_Makefile-1.patch"/></para></listitem><listitem><para>Required patch: <ulink
     46url="&patch-root;/unzip-&unzip-version;-fix_libz-1.patch"/></para></listitem>
    4747<listitem><para>Recommended patch: <ulink
    48 url="&patch-root;/unzip-&unzip-version;-dont-make-noise.patch"/></para></listitem></itemizedlist>
     48url="&patch-root;/unzip-&unzip-version;-dont_make_noise-1.patch"/></para></listitem></itemizedlist>
    4949</sect3>
    50                                                                                
     50
    5151</sect2>
    5252
    5353<sect2>
    5454<title>Installation of <application>UnZip</application></title>
    55                                                                                
     55
    5656<para>By default, <application>UnZip</application> does not support shrink
    5757decompression. To enable it or to obtain more information, check out the
    5858<application>UnZip</application> <acronym>FAQ</acronym> at
    5959<ulink url="http://www.info-zip.org/pub/infozip/FAQ.html#unshrink"/>.</para>
    60                                                                                
     60
    6161<para>Install <application>UnZip</application> by running the following
    6262commands:</para>
    63                                                                                
    64 <screen><userinput><command>patch -Np1 -i ../unzip-&unzip-version;-fix-Makefile.patch &amp;&amp;
    65 patch -Np1 -i ../unzip-&unzip-version;-fix-libz.patch &amp;&amp;
    66 patch -Np1 -i ../unzip-&unzip-version;-dont-make-noise.patch &amp;&amp;
     63
     64<screen><userinput><command>patch -Np1 -i ../unzip-&unzip-version;-fix_Makefile-1.patch &amp;&amp;
     65patch -Np1 -i ../unzip-&unzip-version;-fix_libz-1.patch &amp;&amp;
     66patch -Np1 -i ../unzip-&unzip-version;-dont_make_noise-1.patch &amp;&amp;
    6767cp unix/Makefile . &amp;&amp;
    6868make prefix=/usr linux &amp;&amp;
     
    7070make prefix=/usr install &amp;&amp;
    7171cp -a libunzip.so* /usr/lib</command></userinput></screen>
    72                                                                                
     72
    7373</sect2>
    7474
    7575<sect2>
    7676<title>Command explanations</title>
    77                                                                                
     77
    7878<para><command>make prefix=/usr linux</command>: This command
    7979overrides the prefix variable that is set to
     
    8282and builds the executables for a linux system.  The alternatives to
    8383'linux' can be seen with a 'make list' command.</para>
    84                                                                                
     84
    8585<para><command>make prefix=/usr linux_shlibz</command>: Build shared
    86 <filename>libunzip</filename> and link <application>UnZip</application> against                                                                              
     86<filename>libunzip</filename> and link <application>UnZip</application> against
    8787it and <application>zlib</application>.</para>
    88                                                                                
     88
    8989</sect2>
    9090
    9191<sect2>
    9292<title>Contents</title>
    93                                                                                
     93
    9494<para>The <application>UnZip</application> package contains <command>unzip
    9595</command>, <command>funzip</command>, <command>unzipfsx</command>,
    9696<command>zipgrep</command> and <command>zipinfo</command>.</para>
    97                                                                                
     97
    9898</sect2>
    99                                                                                
     99
    100100<sect2><title>Description</title>
    101                                                                                
     101
    102102<sect3><title>unzip</title>
    103103<para><command>unzip</command> lists, tests or extracts files from a
    104104<filename>ZIP</filename> archive.</para></sect3>
    105                                                                                
     105
    106106<sect3><title>funzip</title>
    107107<para><command>funzip</command> allows the output of <command>unzip</command>
    108108commands to be redirected.</para></sect3>
    109                                                                                
     109
    110110<sect3><title>unzipfsx</title>
    111111<para><command>unzipfsx</command> is the self-extracting stub that can be
     
    113113the recipient to decompress the archive without installing
    114114<application>UnZip</application>.</para></sect3>
    115                                                                                
     115
    116116<sect3><title>zipgrep</title>
    117117<para><command>zipgrep</command> is a grep for <filename>ZIP</filename>
    118118archives.</para></sect3>
    119                                                                                
     119
    120120<sect3><title>zipinfo</title>
    121 <para><command>zipinfo</command> produces technical information about the files                                                                              
     121<para><command>zipinfo</command> produces technical information about the files
    122122in a <filename>ZIP</filename> archive, including file access permissions,
    123123encryption status, type of compression, etc.</para></sect3>
    124                                                                                
     124
    125125</sect2>
    126126
Note: See TracChangeset for help on using the changeset viewer.