Changeset 2be20f1b
- Timestamp:
- 09/21/2003 01:38:00 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 110ec35a
- Parents:
- 7b3d96c9
- Location:
- general
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/bc/bc-desc.xml
r7b3d96c9 r2be20f1b 2 2 <title>Contents</title> 3 3 4 <para>The bc package contains <userinput>bc</userinput> and 5 <userinput>dc</userinput>.</para> 4 <para>The <application>bc</application> package contains 5 <command>bc</command> and 6 <command>dc</command>.</para> 6 7 7 8 </sect2> … … 10 11 11 12 <sect3><title>bc</title> 12 <para> bcis a calculator.</para></sect3>13 <para><command>bc</command> is a calculator.</para></sect3> 13 14 14 15 <sect3><title>dc</title> 15 <para> dcis a reverse-polish calculator.</para></sect3>16 <para><command>dc</command> is a reverse-polish calculator.</para></sect3> 16 17 17 18 </sect2> -
general/genutils/bc/bc-inst.xml
r7b3d96c9 r2be20f1b 1 1 <sect2> 2 <title>Installation of bc</title>2 <title>Installation of <command>bc</command></title> 3 3 4 <para>Download the patches for bcfrom <ulink url="&hfile-root;"/>.</para>4 <para>Download the patches for <command>bc</command> from <ulink url="&hfile-root;"/>.</para> 5 5 6 <para>Install bcby running the following commands:</para>6 <para>Install <command>bc</command> by running the following commands:</para> 7 7 8 < para><screen><userinput>patch -Np1 -i ../bc-1.06-flex-invocation.patch &&8 <screen><userinput><command>patch -Np1 -i ../bc-1.06-flex-invocation.patch && 9 9 patch -Np1 -i ../bc-1.06-info.patch && 10 10 patch -Np1 -i ../bc-1.06-readline.patch && 11 11 ./configure --prefix=/usr --with-readline && 12 12 make && 13 make install</ userinput></screen></para>13 make install</command></userinput></screen> 14 14 15 15 </sect2> -
general/genutils/bc/bc-intro.xml
r7b3d96c9 r2be20f1b 1 1 <sect2> 2 <title>Introduction to bc</title>2 <title>Introduction to <application>bc</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&bc-download-http;"/> 5 Download location (FTP): <ulink url="&bc-download-ftp;"/> 6 Version used: &bc-version; 7 Package size: &bc-size; 8 Estimated Disk space required: &bc-buildsize; 9 Estimated build time: &bc-time;</screen> 10 11 <para>The bc package contains bc. This is an arbitrary precision numeric 4 <para>The <application>bc</application> package contains 5 <command>bc</command>. This is an arbitrary precision numeric 12 6 processing language.</para> 13 7 14 <screen>bc depends on: 15 <xref linkend="readline"/></screen> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink 11 url="&bc-download-http;"/></para></listitem> 12 <listitem><para>Download (FTP): <ulink 13 url="&bc-download-ftp;"/></para></listitem> 14 <listitem><para>Download size: &bc-size;</para></listitem> 15 <listitem><para>Estimated Disk space required: 16 &bc-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: 18 &bc-time;</para></listitem></itemizedlist> 19 </sect3> 20 21 <sect3><title><application>bc</application> dependencies</title> 22 <sect4><title>Required</title> 23 <para><xref linkend="readline"/></para></sect4> 24 </sect3> 25 16 26 </sect2> -
general/sysutils/gpm/gpm-config.xml
r7b3d96c9 r2be20f1b 1 1 <sect2> 2 <title>Configuring gpm</title>2 <title>Configuring <application>gpm</application></title> 3 3 4 4 <sect3><title>gpm init.d script</title> 5 <para>The gpm init.d script can be created using the following6 commands: (This assumes that you have followed the LFS default of 7 having your $rc_base set to <filename5 <para>The <application>gpm</application> init.d script can be created using 6 the following commands: (This assumes that you have followed the 7 <acronym>LFS</acronym> default of having your $rc_base set to <filename 8 8 class="directory">/etc/rc.d</filename>)</para> 9 < para><screen><userinput>cat > /etc/rc.d/init.d/gpm << "EOF"</userinput>9 <screen><userinput><command>cat > /etc/rc.d/init.d/gpm << "EOF"</command> 10 10 #!/bin/sh 11 11 # Begin $rc_base/init.d/gpm … … 58 58 59 59 # End $rc_base/init.d/gpm 60 < userinput>EOF61 chmod 755 /etc/rc.d/init.d/gpm</ userinput></screen></para>60 <command>EOF 61 chmod 755 /etc/rc.d/init.d/gpm</command></userinput></screen> 62 62 63 63 <para>You then need to create symbolic links to this file in the relevant rc.d 64 64 directories. For example: 65 <screen><userinput> cd /etc/rc.d/init.d &&65 <screen><userinput><command>cd /etc/rc.d/init.d && 66 66 ln -sf ../init.d/gpm ../rc0.d/K10gpm && 67 67 ln -sf ../init.d/gpm ../rc1.d/K10gpm && … … 70 70 ln -sf ../init.d/gpm ../rc4.d/S70gpm && 71 71 ln -sf ../init.d/gpm ../rc5.d/S70gpm && 72 ln -sf ../init.d/gpm ../rc6.d/K10gpm</ userinput></screen></para></sect3>72 ln -sf ../init.d/gpm ../rc6.d/K10gpm</command></userinput></screen></para></sect3> 73 73 74 74 <sect3><title>Config files</title> … … 77 77 it uses. To create this file, run the following:</para> 78 78 79 < para><screen><userinput>cat > /etc/sysconfig/mouse << "EOF"</userinput>79 <screen><userinput><command>cat > /etc/sysconfig/mouse << "EOF"</command> 80 80 # start /etc/sysconfig/mouse 81 81 MDEVICE=yourdevice 82 82 PROTOCOL=yourprotocol 83 83 # end /etc/sysconfig/mouse 84 < userinput>EOF</userinput></screen></para>84 <command>EOF</command></userinput></screen> 85 85 </sect3> 86 86 87 87 <sect3><title>Configuration Information</title> 88 88 89 <para>Examples of values to set MDEVICE and PROTOCOL to are</para> 89 <para>Examples of values to set <envar>MDEVICE</envar> and 90 <envar>PROTOCOL</envar> to are</para> 90 91 91 < para><screen>MDEVICE=/dev/psaux92 PROTOCOL=imps2</ screen></para>92 <screen><userinput>MDEVICE=/dev/psaux 93 PROTOCOL=imps2</userinput></screen> 93 94 94 95 <para>A list of which protocol values are known can be found by running 95 < userinput>gpm -t -help</userinput>. Your MDEVICEsetting depends on96 <command>gpm -t -help</command>. Your <envar>MDEVICE</envar> setting depends on 96 97 which type of mouse you have. For example, 97 98 <filename>/dev/ttyS0</filename> for a serial mouse (on Windows this is 98 COM1), <filename>/dev/input/mice</filename> is often used for USB mice 99 and <filename>/dev/psaux</filename> for PS2 mice. It is normally 99 COM1), <filename>/dev/input/mice</filename> is often used for 100 <acronym>USB</acronym> mice 101 and <filename>/dev/psaux</filename> for <acronym>PS2</acronym> mice. It is normally 100 102 thought not a good idea to link <filename>/dev/mouse</filename> to the relevant device, but 101 103 instead to reference it directly.</para> -
general/sysutils/gpm/gpm-desc.xml
r7b3d96c9 r2be20f1b 2 2 <title>Contents</title> 3 3 4 <para>The gpm package contains <userinput>gpm</userinput>, 5 <userinput>gpm-root</userinput>, <userinput>disable-paste</userinput> 6 and <userinput>mev</userinput>.</para> 4 <para>The <application>gpm</application> package contains 5 <command>gpm</command>, 6 <command>gpm-root</command>, <command>disable-paste</command> 7 and <command>mev</command>.</para> 7 8 8 9 </sect2> … … 11 12 12 13 <sect3><title>gpm</title> 13 <para> gpm is a cut and paste utility and mouse server for virtual14 consoles.</para></sect3>14 <para><command>gpm</command> is a cut and paste utility and mouse server for 15 virtual consoles.</para></sect3> 15 16 16 17 <sect3><title>gpm-root</title> 17 <para>gpm-root is a default handler for gpm. It is used to draw menus on the 18 <para><command>gpm-root</command> is a default handler for 19 <command>gpm</command>. It is used to draw menus on the 18 20 root window.</para></sect3> 19 21 … … 22 24 23 25 <sect3><title>mev</title> 24 <para> mevis a program to report mouse events.</para></sect3>26 <para><command>mev</command> is a program to report mouse events.</para></sect3> 25 27 26 28 </sect2> -
general/sysutils/gpm/gpm-inst.xml
r7b3d96c9 r2be20f1b 1 1 <sect2> 2 <title>Installation of gpm</title>2 <title>Installation of <application>gpm</application></title> 3 3 4 4 <para>Download the patches for <application>gpm</application> from <ulink url="&hfile-root;"/>.</para> 5 5 6 <para>Install gpm by running the following commands:</para> 7 8 <note><para>The LDFLAGS environment variable must be set before 9 configuring gpm.</para></note> 6 <para>Install <application>gpm</application> by running the following commands: 7 </para> 8 <!-- 9 <note><para>The <envar>LDFLAGS</envar> environment variable must be set before 10 configuring <application>gpm</application>.</para></note> --> 10 11 11 < para><screen><userinput>patch -Np0 -i ../gpm-1.20.1-smooth-cursor.patch &&12 <screen><userinput><command>patch -Np0 -i ../gpm-1.20.1-smooth-cursor.patch && 12 13 patch -Np1 -i ../gpm-1.20.1-segfault.patch && 13 14 patch -Np1 -i ../gpm-1.20.1-silent.patch && 14 15 LDFLAGS="-lm" ./configure --prefix=/usr && 15 16 make && 16 make install</ userinput></screen></para>17 make install</command></userinput></screen> 17 18 </sect2> 18 19 … … 21 22 <title>Command explanations</title> 22 23 23 <para>< userinput>export LDFLAGS="-lm": </userinput>The math library24 <para><command>export LDFLAGS="-lm"</command> : The math library 24 25 must be linked with gpm, as ceil() is used in some cursor scrolling 25 logic. LDFLAGS is only needed if you optimize gpm for size.</para> 26 logic. <envar>LDFLAGS</envar> is only needed if you optimize gpm for size. 27 </para> 26 28 27 29 </sect2> -
general/sysutils/gpm/gpm-intro.xml
r7b3d96c9 r2be20f1b 1 1 <sect2> 2 <title>Introduction to gpm</title>2 <title>Introduction to <application>gpm</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&gpm-download-http;"/> 5 Download location (FTP): <ulink url="&gpm-download-ftp;"/> 6 Version used: &gpm-version; 7 Package size: &gpm-size; 8 Estimated Disk space required: &gpm-buildsize;</screen> 4 <para>The <application>gpm</application> package contains a mouse server for 5 the console and <command>xterm</command>. This is useful for cutting and 6 pasting text in console mode, and also because many console-based programs 7 need it to compile mouse support into themselves.</para> 9 8 10 <para>The gpm package contains a mouse server for the console and xterm. 11 This is useful for cutting and pasting text in console mode, and also 12 because many console-based programs need it to compile mouse support 13 into themselves.</para> 9 <sect3><title>Package information</title> 10 <itemizedlist spacing='compact'> 11 <listitem><para>Download (HTTP): <ulink 12 url="&gpm-download-http;"/></para></listitem> 13 <listitem><para>Download (FTP): <ulink 14 url="&gpm-download-ftp;"/></para></listitem> 15 <listitem><para>Download size: &gpm-size;</para></listitem> 16 <listitem><para>Estimated Disk space required: 17 &gpm-buildsize;</para></listitem> 18 <listitem><para>Estimated build time: 19 &gpm-time;</para></listitem></itemizedlist> 20 </sect3> 21 14 22 15 23 </sect2> -
general/sysutils/gpm/gpm.ent
r7b3d96c9 r2be20f1b 9 9 <!ENTITY gpm-download-ftp "ftp://arcana.linux.it/pub/gpm/gpm-&gpm-version;.tar.bz2"> 10 10 <!ENTITY gpm-size "556 KB"> 11 <!ENTITY gpm-time "">
Note:
See TracChangeset
for help on using the changeset viewer.