Changeset 34f86ab


Ignore:
Timestamp:
07/04/2004 06:28:50 AM (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:
3eb080ce
Parents:
b5043700
Message:

Updated to Perl module XML-Writer-0.510; removed ldconfig command from GPM instructions

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb5043700 r34f86ab  
    1 <!ENTITY day          "02">
     1<!ENTITY day          "04">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2004">
    44<!ENTITY version      "cvs-&year;&month;&day;">
    5 <!ENTITY releasedate  "July &day;nd, &year;">
     5<!ENTITY releasedate  "July &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
     
    116116<!ENTITY PDL-version                  "2.4.0">
    117117<!ENTITY XML-Parser-version           "2.34">
    118 <!ENTITY XML-Writer-version           "0.4.1">
     118<!ENTITY XML-Writer-version           "0.510">
    119119<!ENTITY Astro-FITS-Header-version    "2.8.1">
    120120<!ENTITY Parse-RecDescent-version     "1.94">
  • general/prog/perl-modules.xml

    rb5043700 r34f86ab  
    3939
    4040<listitem><para><ulink
    41 url="http://search.cpan.org/CPAN/authors/id/E/ED/EDAVIS/XML-Writer-&XML-Writer-version;.tar.gz">XML-Writer-&XML-Writer-version;</ulink></para></listitem>
     41url="http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;.tar.gz">XML-Writer-&XML-Writer-version;</ulink></para></listitem>
    4242
    4343<listitem><para><ulink
  • general/sysutils/gpm.xml

    rb5043700 r34f86ab  
    88<!ENTITY gpm-download-ftp "ftp://arcana.linux.it/pub/gpm/gpm-&gpm-version;.tar.bz2">
    99<!ENTITY gpm-size "556 KB">
    10 <!ENTITY gpm-buildsize "5.3 MB">
     10<!ENTITY gpm-buildsize "6.7 MB">
    1111<!ENTITY gpm-time "0.09 SBU">
    1212
     
    6666make &amp;&amp;
    6767make install &amp;&amp;
    68 cp conf/gpm-root.conf /etc &amp;&amp;
    69 ldconfig -n -l /usr/lib/libgpm.so.1.19.0</command></userinput></screen>
     68cp conf/gpm-root.conf /etc</command></userinput></screen>
     69<!-- ldconfig -n -l /usr/lib/libgpm.so.1.19.0</command></userinput></screen> -->
    7070</sect2>
    7171
     
    7777scrolling logic.</para>
    7878
    79 <para><command>ldconfig -n -l </command>: During installation, gpm outputs a
    80 message to run the above command to create the proper library links.</para>
     79<!-- <para><command>ldconfig -n -l </command>: During installation, gpm outputs a
     80message to run the above command to create the proper library links.</para> -->
    8181
    8282</sect2>
     
    9595
    9696<sect3><title>Config files</title>
    97 <para><filename>/etc/sysconfig/mouse</filename>
     97
     98<para><filename>/etc/gpm-root.conf</filename> and
     99<filename>~/.gpm-root</filename>: The default and individual user
     100<command>gpm-root</command> configuration files.</para>
     101
     102<para><filename>/etc/sysconfig/mouse</filename>:
    98103This file contains the name of your mouse device and the protocol which
    99104it uses.  To create this file, run the following:</para>
     
    137142<para>The <application><acronym>GPM</acronym></application> package contains
    138143<command>gpm</command>, <command>gpm-root</command>,
    139 <command>disable-paste</command> and <command>mev</command>.</para>
     144<command>disable-paste</command>, <command>mev</command>,
     145<command>mouse-test</command> and <command>hltest</command>.</para>
    140146
    141147</sect2>
     
    153159
    154160<sect3><title>disable-paste</title>
    155 <para>No description available.</para></sect3>
     161<para><command>disable-paste</command> is a security mechanism used to disable
     162the paste buffer.</para></sect3>
    156163
    157164<sect3><title>mev</title>
    158165<para><command>mev</command> is a program to report mouse events.</para></sect3>
    159166
     167<sect3><title>mouse-test</title>
     168<para><command>mouse-test</command> is a tool for determining the mouse type
     169and device it's attached to.</para></sect3>
     170
     171<sect3><title>hltest</title>
     172<para><command>hltest</command> is a simple sample application using the
     173high-level library, meant to be read by programmers trying to use the
     174high-level library.</para></sect3>
     175
    160176</sect2>
    161177
  • introduction/welcome/changelog.xml

    rb5043700 r34f86ab  
    1919<itemizedlist>
    2020
     21<listitem><para>July 4th, 2004 [randy]: Updated to Perl module
     22XML-Writer-0.510; removed ldconfig command from GPM instructions as
     23suggested by Kevin Fleming.</para></listitem>
     24
    2125<listitem><para>July 2nd, 2004 [randy]: Added new package
    2226DocBook-utils-0.6.14.</para></listitem>
  • pst/sgml/docbook-utils.xml

    rb5043700 r34f86ab  
    4848<para><xref linkend="jadetex"/> (for conversion to <acronym>DVI</acronym>,
    4949<acronym>PS</acronym> and <acronym>PDF</acronym>),
    50 SGMLSpm-1.03ii <xref linkend="perl-modules"/> (for conversion to man and
    51 texinfo), and 
     50<xref linkend="perl-modules"/>: SGMLSpm-&SGMLSpm-version; (for conversion to
     51man and texinfo), and 
    5252<xref linkend="lynx"/> or <xref linkend="Links"/> or <xref linkend="w3m"/>
    5353(for conversion to <acronym>ASCII</acronym> text)</para></sect4>
  • pst/typesetting/tex.xml

    rb5043700 r34f86ab  
    5454<xref linkend="openssl"/>,
    5555<xref linkend="mysql"/> and
    56 Tk-&Perl-Tk-version; <xref linkend="perl-modules"/></para>
     56<xref linkend="perl-modules"/>: Tk-&Perl-Tk-version;</para>
    5757</sect4>
    5858</sect3>
Note: See TracChangeset for help on using the changeset viewer.