Changeset cebbbb5


Ignore:
Timestamp:
07/06/2004 05:21:04 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:
022c007
Parents:
a249d64
Message:

Updated to libxml2-2.6.11; updated to Perl module PDL-2.4.1; added additional dependencies for PDL-2.4.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra249d64 rcebbbb5  
    1 <!ENTITY day          "05">
     1<!ENTITY day          "06">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2004">
     
    5757<!ENTITY fam-version                  "2.7.0">
    5858<!ENTITY libxml-version               "1.8.17">
    59 <!ENTITY libxml2-version              "2.6.10">
     59<!ENTITY libxml2-version              "2.6.11">
    6060<!ENTITY libxslt-version              "1.1.7">
    6161<!ENTITY readline-version             "4.3">
     
    114114<!ENTITY Python-version               "2.3.4">
    115115<!ENTITY Gtk-Perl-version             "0.7009">
    116 <!ENTITY PDL-version                  "2.4.0">
     116<!ENTITY PDL-version                  "2.4.1">
    117117<!ENTITY XML-Parser-version           "2.34">
    118118<!ENTITY XML-Writer-version           "0.510">
     
    121121<!ENTITY SGMLSpm-version              "1.03ii">
    122122<!ENTITY Perl-Tk-version              "804.027">
     123<!ENTITY ExtUtils-F77-version         "1.14">
     124<!ENTITY Inline-version               "0.44">
    123125<!ENTITY librep-version               "0.17">
    124126<!ENTITY j2sdk-bin-version            "1.4.2_03">
  • general/genlib/libxml2.xml

    ra249d64 rcebbbb5  
    55  %general-entities;
    66
    7 <!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/">
     7<!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
    88<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
    9 <!ENTITY libxml2-size "3.5 MB">
    10 <!ENTITY libxml2-buildsize "73 MB">
     9<!ENTITY libxml2-size "2.8 MB">
     10<!ENTITY libxml2-buildsize "99 MB">
    1111<!ENTITY libxml2-time "1.10 SBU">
    1212
  • general/prog/perl-modules.xml

    ra249d64 rcebbbb5  
    3333
    3434<listitem><para><ulink
     35url="http://www.cpan.org/authors/id/K/KG/KGB/ExtUtils-F77-&ExtUtils-F77-version;.tar.gz">ExtUtils-F77-&ExtUtils-F77-version;</ulink></para></listitem>
     36
     37<listitem><para><ulink
     38url="http://www.cpan.org/authors/id/I/IN/INGY/Inline-&Inline-version;.tar.gz">Inline-&Inline-version;</ulink></para><itemizedlist spacing='compact'>
     39
     40<listitem><para><ulink
     41url="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Parse-RecDescent-&Parse-RecDescent-version;.tar.gz">Parse-RecDescent-&Parse-RecDescent-version;</ulink></para></listitem></itemizedlist></listitem>
     42
     43<listitem><para><ulink
    3544url="http://search.cpan.org/CPAN/authors/id/A/AA/AALLAN/Astro-FITS-Header-&Astro-FITS-Header-version;.tar.gz">Astro-FITS-Header-&Astro-FITS-Header-version;</ulink></para></listitem></itemizedlist></listitem>
    3645
     
    4453url="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink>
    4554</para></listitem></itemizedlist></listitem>
    46 
    47 <listitem><para><ulink
    48 url="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Parse-RecDescent-&Parse-RecDescent-version;.tar.gz">Parse-RecDescent-&Parse-RecDescent-version;</ulink></para></listitem>
    4955
    5056<listitem><para><ulink
     
    106112<para>There is an alternate way of installing the modules using
    107113<application>Perl</application>'s built-in <command>install</command> command.
    108 The command automatically downloads the source from the <acronym>CPAN</acronym>archive, extracts it, runs the commands mentioned above, and removes
     114The command automatically downloads the source from the <acronym>CPAN</acronym>
     115archive, extracts it, runs the commands mentioned above, and removes
    109116the build tree.</para>
    110117                                                                               
  • introduction/welcome/changelog.xml

    ra249d64 rcebbbb5  
    1919<itemizedlist>
    2020
     21<listitem><para>July 5th, 2004 [randy]: Added X as an optional dependency
     22of libungif-4.1.0b1 as mentioned by Thomas Pegg; modified optional Java
     23parameter in DB-4 instructions; updated to libxml2-2.6.11; updated to Perl
     24module PDL-2.4.1; added additional dependencies for Perl module
     25PDL-2.4.1.</para></listitem>
     26
    2127<listitem><para>July 5th, 2004 [randy]: Updated to
    2228OpenOffice-1.1.2.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.