Changeset cd2e5d37


Ignore:
Timestamp:
02/27/2003 03:20:42 AM (21 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:
fb29103
Parents:
d0721ff
Message:

updated pan-0.13.4 and added gnet-1.1.8

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

Files:
7 added
7 edited

Legend:

Unmodified
Added
Removed
  • basicnet/basicnet.ent

    rd0721ff rcd2e5d37  
    55<!ENTITY % curl SYSTEM "netlibs/curl/curl.ent">
    66<!ENTITY % wvstreams SYSTEM "netlibs/wvstreams/wvstreams.ent">
     7<!ENTITY % gnet SYSTEM "netlibs/gnet/gnet.ent">
    78%curl;
    89%wvstreams;
     10%gnet
    911
    1012<!-- Text Web Browsers -->
  • basicnet/netlibs/netlibs.xml

    rd0721ff rcd2e5d37  
    55&curl;
    66&wvstreams;
     7&gnet;
    78
    89</chapter>
  • index.xml

    rd0721ff rcd2e5d37  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030225">
    6 <!ENTITY releasedate "February 25th, 2003">
     5<!ENTITY version "20030226">
     6<!ENTITY releasedate "February 26th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rd0721ff rcd2e5d37  
    1111<itemizedlist>
    1212
     13<listitem><para>February 26th, 2003 [larry]: xsoft: Updated to
     14pan-0.13.4.</para></listitem>
     15
     16<listitem><para>February 26th, 2003 [larry]: Basicnet: Added
     17gnet-1.1.8, newly required by pan.</para></listitem>
    1318
    1419<listitem><para>February 25th, 2003 [larry]: General: Updated to
  • introduction/welcome/credits.xml

    rd0721ff rcd2e5d37  
    8383cdrdao, cdrtools, cpio, curl, dhcp, enlightenment, eog, esound,
    8484fcron, fluxbox, FNLIB, gail, galeon, gcc, gconf-editor, gdbm, gedit,
    85 gimp, GLib2, gmp, gnat, gnome-applets, gnome-desktop,
     85gimp, GLib2, gmp, gnat, gnet, gnome-applets, gnome-desktop,
    8686gnome-games, gnome-icon-theme, gnome-libs,
    8787gnome-media, gnome-mime-data, gnome-panel, gnome-session,
  • xsoft/other/pan/pan-intro.xml

    rd0721ff rcd2e5d37  
    66Version used:                   &pan-version;
    77Package size:                   &pan-size;
    8 Estimated Disk space required:  &pan-buildsize;</screen>
     8Estimated Disk space required:  &pan-buildsize;
     9Estimated build time:           &pan-time;</screen>
    910
    1011<para>The pan package contains a graphical newsreader.  This is useful
     
    1314
    1415<screen>pan depends on:
    15 <xref linkend="GTK2"/>, <xref linkend="intltool"/> and <xref linkend="libxml2"/>
     16<xref linkend="GTK2"/>, <xref linkend="gnet"/>, <xref linkend="intltool"/> and <xref linkend="libxml2"/>
    1617pan will utilize:
    1718<ulink url="http://gtkspell.sourceforge.net/download/gtkspell-2.0.4.tar.gz">gtkspell-2.0.4</ulink></screen>
  • xsoft/other/pan/pan.ent

    rd0721ff rcd2e5d37  
    55<!ENTITY pan-desc SYSTEM "pan-desc.xml">
    66<!ENTITY pan-config SYSTEM "pan-config.xml">
    7 <!ENTITY pan-buildsize "19.4 MB">
    8 <!ENTITY pan-version "0.13.3">
    9 <!ENTITY pan-download-http "http://pan.rebelbase.com/download/releases/0.13.3/SOURCE/pan-0.13.3.tar.bz2">
     7<!ENTITY pan-buildsize "19.2 MB">
     8<!ENTITY pan-version "0.13.4">
     9<!ENTITY pan-download-http "http://pan.rebelbase.com/download/releases/&pan-version;/SOURCE/pan-&pan-version;.tar.bz2">
    1010<!ENTITY pan-download-ftp "">
    11 <!ENTITY pan-size "1.8 MB">
     11<!ENTITY pan-size "1.6 MB">
    1212<!ENTITY pan-time "1.92 SBU">
Note: See TracChangeset for help on using the changeset viewer.