mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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
This commit is contained in:
parent
a249d64e6f
commit
cebbbb57c6
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "05">
|
||||
<!ENTITY day "06">
|
||||
<!ENTITY month "07">
|
||||
<!ENTITY year "2004">
|
||||
<!ENTITY version "cvs-&year;&month;&day;">
|
||||
@ -56,7 +56,7 @@
|
||||
<!ENTITY slang-version "1.4.9">
|
||||
<!ENTITY fam-version "2.7.0">
|
||||
<!ENTITY libxml-version "1.8.17">
|
||||
<!ENTITY libxml2-version "2.6.10">
|
||||
<!ENTITY libxml2-version "2.6.11">
|
||||
<!ENTITY libxslt-version "1.1.7">
|
||||
<!ENTITY readline-version "4.3">
|
||||
<!ENTITY gmp-version "4.1.3">
|
||||
@ -113,13 +113,15 @@
|
||||
<!-- Chapter 12 -->
|
||||
<!ENTITY Python-version "2.3.4">
|
||||
<!ENTITY Gtk-Perl-version "0.7009">
|
||||
<!ENTITY PDL-version "2.4.0">
|
||||
<!ENTITY PDL-version "2.4.1">
|
||||
<!ENTITY XML-Parser-version "2.34">
|
||||
<!ENTITY XML-Writer-version "0.510">
|
||||
<!ENTITY Astro-FITS-Header-version "2.8.1">
|
||||
<!ENTITY Parse-RecDescent-version "1.94">
|
||||
<!ENTITY SGMLSpm-version "1.03ii">
|
||||
<!ENTITY Perl-Tk-version "804.027">
|
||||
<!ENTITY ExtUtils-F77-version "1.14">
|
||||
<!ENTITY Inline-version "0.44">
|
||||
<!ENTITY librep-version "0.17">
|
||||
<!ENTITY j2sdk-bin-version "1.4.2_03">
|
||||
<!ENTITY j2sdk-src-version "1.4.2">
|
||||
|
@ -4,10 +4,10 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/">
|
||||
<!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
|
||||
<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
|
||||
<!ENTITY libxml2-size "3.5 MB">
|
||||
<!ENTITY libxml2-buildsize "73 MB">
|
||||
<!ENTITY libxml2-size "2.8 MB">
|
||||
<!ENTITY libxml2-buildsize "99 MB">
|
||||
<!ENTITY libxml2-time "1.10 SBU">
|
||||
|
||||
]>
|
||||
|
@ -31,6 +31,15 @@ dependencies.</para>
|
||||
<listitem><para><ulink
|
||||
url="http://search.cpan.org/CPAN/authors/id/C/CS/CSOE/PDL-&PDL-version;.tar.gz">PDL-&PDL-version;</ulink></para><itemizedlist spacing='compact'>
|
||||
|
||||
<listitem><para><ulink
|
||||
url="http://www.cpan.org/authors/id/K/KG/KGB/ExtUtils-F77-&ExtUtils-F77-version;.tar.gz">ExtUtils-F77-&ExtUtils-F77-version;</ulink></para></listitem>
|
||||
|
||||
<listitem><para><ulink
|
||||
url="http://www.cpan.org/authors/id/I/IN/INGY/Inline-&Inline-version;.tar.gz">Inline-&Inline-version;</ulink></para><itemizedlist spacing='compact'>
|
||||
|
||||
<listitem><para><ulink
|
||||
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></itemizedlist></listitem>
|
||||
|
||||
<listitem><para><ulink
|
||||
url="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>
|
||||
|
||||
@ -44,9 +53,6 @@ url="http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;
|
||||
url="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink>
|
||||
</para></listitem></itemizedlist></listitem>
|
||||
|
||||
<listitem><para><ulink
|
||||
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>
|
||||
|
||||
<listitem><para><ulink
|
||||
url="http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-&SGMLSpm-version;.tar.gz">SGMLSpm-&SGMLSpm-version;</ulink></para></listitem>
|
||||
|
||||
@ -105,7 +111,8 @@ modules.</title>
|
||||
|
||||
<para>There is an alternate way of installing the modules using
|
||||
<application>Perl</application>'s built-in <command>install</command> command.
|
||||
The command automatically downloads the source from the <acronym>CPAN</acronym>archive, extracts it, runs the commands mentioned above, and removes
|
||||
The command automatically downloads the source from the <acronym>CPAN</acronym>
|
||||
archive, extracts it, runs the commands mentioned above, and removes
|
||||
the build tree.</para>
|
||||
|
||||
<para>Start the perl shell with the commands:</para>
|
||||
|
@ -18,6 +18,12 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>July 5th, 2004 [randy]: Added X as an optional dependency
|
||||
of libungif-4.1.0b1 as mentioned by Thomas Pegg; modified optional Java
|
||||
parameter in DB-4 instructions; updated to libxml2-2.6.11; updated to Perl
|
||||
module PDL-2.4.1; added additional dependencies for Perl module
|
||||
PDL-2.4.1.</para></listitem>
|
||||
|
||||
<listitem><para>July 5th, 2004 [randy]: Updated to
|
||||
OpenOffice-1.1.2.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user