Changeset 7e03824 for x


Ignore:
Timestamp:
02/12/2005 06:52:02 PM (19 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:
da0ea05a
Parents:
69e9770b
Message:

Added md5sums to XFree86 instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xfree86.xml

    r69e9770b r7e03824  
    77  <!ENTITY xfree86-download-http "http://gnu.kookel.org/ftp/XFree86/4.4.0/source/">
    88  <!ENTITY xfree86-download-ftp  "ftp://ftp.xfree86.org/pub/XFree86/4.4.0/source/">
     9  <!ENTITY xfree86-md5sum        "ftp://ftp.xfree86.org/pub/XFree86/4.4.0/source/SUMS.md5sum">
    910  <!ENTITY xfree86-size          "52 MB">
    1011  <!ENTITY xfree86-buildsize     "775 MB">
     
    3738<sect3><title>Package information</title>
    3839  <itemizedlist spacing='compact'>
    39     <listitem><para>Download (HTTP):
    40     <ulink url="&xfree86-download-http;"/></para></listitem> <listitem><para>Download (FTP):
    41     <ulink url="&xfree86-download-ftp;"/></para></listitem>
     40    <listitem><para>Download (HTTP): <ulink url="&xfree86-download-http;"/></para></listitem>
     41    <listitem><para>Download (FTP): <ulink url="&xfree86-download-ftp;"/></para></listitem>
     42    <listitem><para>Download MD5 sums: <ulink url="&xfree86-md5sum;"/></para></listitem>
    4243    <listitem><para>Download size: &xfree86-size;</para></listitem>
    4344    <listitem><para>Estimated disk space required: &xfree86-buildsize;</para></listitem>
     
    5152<itemizedlist spacing='compact'>
    5253  <listitem>
    53     <para>Security patch: <ulink url="http://www.x.org/pub/X11R6.8.0/patches/xorg-CAN-2004-0687-0688.patch"/></para>
     54    <para>Security patch: <ulink
     55      url="http://www.x.org/pub/X11R6.8.0/patches/xorg-CAN-2004-0687-0688.patch"/></para>
    5456  </listitem>
    5557</itemizedlist></sect3>
     
    7476
    7577  <note><para>If you choose not to install <application>expat</application>,
    76     <application>freetype2</application>, and <application>fontconfig</application>,
     78    <application>FreeType2</application>, and <application>Fontconfig</application>,
    7779    the <filename>host.def</filename> file below will have to be modified to
    7880    instruct <application>XFree86</application> to build them.</para>
     
    114116
    115117  <para>The only errors you should see are for <filename>README</filename>,
    116     <filename>doctools-1.3.1.tgz</filename>, and
    117     <filename>utils-1.1.0.tgz</filename> files if you did not download them.
     118    <filename>doctools-1.3.1.tgz</filename>, <filename>utils-1.1.0.tgz</filename>
     119    and <filename>XFree86-xtest-4.0.x.tar.bz2</filename> files if you did not
     120    download them.
    118121  </para>
    119122
     
    733736  <term><command>xmodmap</command></term>
    734737  <listitem>
    735     <para>xmodmap.</para>
     738    <para>is a utility for modifying keymaps and pointer button mappings in
     739      <application>X</application>.</para>
    736740    <indexterm zone="xfree86 xmodmap">
    737741      <primary sortas="b-xmodmap">xmodmap</primary>
Note: See TracChangeset for help on using the changeset viewer.