Changeset 777e407


Ignore:
Timestamp:
08/18/2002 04:45:37 PM (22 years ago)
Author:
Larry Lawrence <larry@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
329bca8
Parents:
5fcd7c5
Message:

added gmp-4.1 and gdbm-1.8.0

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

Files:
13 added
5 edited

Legend:

Unmodified
Added
Removed
  • general/general.ent

    r5fcd7c5 r777e407  
    1010<!ENTITY % libfam SYSTEM "genlib/libfam/libfam.ent">
    1111<!ENTITY % slang SYSTEM "genlib/slang/slang.ent">
     12<!ENTITY % gmp SYSTEM "genlib/gmp/gmp.ent">
     13<!ENTITY % gdbm SYSTEM "genlib/gdbm/gdbm.ent">
    1214
    1315%zlib;
     
    1820%libfam;
    1921%slang;
     22%gmp;
     23%gdbm;
    2024
    2125<!-- Graphics Libraries -->
  • general/genlib/genlib.xml

    r5fcd7c5 r777e407  
    4141&libxml2;
    4242&libxslt;
     43&gmp;
     44&gdbm;
    4345
    4446</chapter>
  • index.xml

    r5fcd7c5 r777e407  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20020817">
    6 <!ENTITY releasedate "August 17th, 2002">
     5<!ENTITY version "20020818">
     6<!ENTITY releasedate "August 18th, 2002">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    r5fcd7c5 r777e407  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>August 18th, 2002 [larry]: General: added gmp-4.1 and
     14gdbm-1.8.0.</para></listitem>
    1215
    1316<listitem><para>August 17th, 2002 [larry]: Added patch paragraph to
  • introduction/welcome/credits.xml

    r5fcd7c5 r777e407  
    7575
    7676<listitem><para>ATK, audiofile, bc, cdrdao, cdrtools, cpio, curl, dhcp, fcron,
    77 fluxbox, gcc, gnat, imlib, GLib2, GTK+2, j2sdk, libao, libogg, libvorbis, libxml2, libxslt, mutt, OpenSSH, Pango, pccts, pcre, pkgconfig, postfix,
     77fluxbox, gcc, gdbm, gmp, gnat, imlib, GLib2, GTK+2, j2sdk, libao, libogg, libvorbis, libxml2, libxslt, mutt, OpenSSH, Pango, pccts, pcre, pkgconfig, postfix,
    7878procmail, Python, QT, ruby, unzip, vorbis-tools, wget, XFce and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
    7979
     
    140140based.</para></listitem>
    141141
     142<listitem><para><emphasis>Oliver Brackmann</emphasis> for developing the
     143dhcpcd patch for FHS complience.</para></listitem>
     144
     145<listitem><para><emphasis>DJ Lucas</emphasis> for contibuting to dhcpcd
     146patch and many contributions while dhcp section was being
     147developed.</para></listitem>
    142148</itemizedlist>
    143149</sect2>
Note: See TracChangeset for help on using the changeset viewer.