Changeset 128b9bc2 for general/prog


Ignore:
Timestamp:
12/14/2003 12:44:17 AM (20 years ago)
Author:
Igor Živković <igor@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a5196c6
Parents:
bc5af77
Message:

updated to gtk-perl-0.7009, xml-writer-0.4.1 and xml-parser-2.34

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

Location:
general/prog/perl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl/perl-modules-inst.xml

    rbc5af77 r128b9bc2  
    99make install</command></userinput></screen>
    1010
    11 <para>Below are installation instructions for modules that happen to be
    12 broken at the present time.</para>
     11<para>Below are modules that require some modifications to standard
     12instructions or certain parameters in order to install
     13successfully.</para>
    1314
    1415<para>Gtk-Perl-&Gtk-Perl-version;:</para>
     16
    1517<screen><userinput><command>perl Makefile.PL --without-guessing &amp;&amp;
    16 make
    17 cp Gtk/Makefile Gtk/Makefile.bak &amp;&amp;
    18 sed '/^OBJECT/s/xs/./g' Gtk/Makefile.bak > Gtk/Makefile &amp;&amp;
    19 cp Gtk/Makefile Gtk/Makefile.bak &amp;&amp;
    20 sed '/^OBJECT/s/build/./g' Gtk/Makefile.bak > Gtk/Makefile &amp;&amp;
    2118make &amp;&amp;
    2219make install</command></userinput></screen>
    2320
    24 
    2521</sect2>
    26 
  • general/prog/perl/perl-modules-intro.xml

    rbc5af77 r128b9bc2  
    1414url="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>
    1515<listitem><para><ulink
    16 url="http://search.cpan.org/CPAN/authors/id/L/LU/LUPUS/Gtk-Perl-&Gtk-Perl-version;.tar.gz">Gtk-Perl-&Gtk-Perl-version;</ulink></para><itemizedlist spacing='compact'>
     16url="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Gtk-Perl-&Gtk-Perl-version;.tar.gz">Gtk-Perl-&Gtk-Perl-version;</ulink></para><itemizedlist spacing='compact'>
    1717<listitem><para><ulink
    18 url="http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/XML-Writer-&XML-Writer-version;.tar.gz">XML-Writer-&XML-Writer-version;</ulink></para></listitem>
    19 <listitem><para><ulink url="http://search.cpan.org/CPAN/authors/id/C/CO/COOPERCL/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink>
     18url="http://search.cpan.org/CPAN/authors/id/E/ED/EDAVIS/XML-Writer-&XML-Writer-version;.tar.gz">XML-Writer-&XML-Writer-version;</ulink></para></listitem>
     19<listitem><para><ulink
     20url="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink>
    2021</para></listitem></itemizedlist></listitem>
    2122<listitem><para><ulink
     
    2425</sect3>
    2526
    26 
    2727</sect2>
  • general/prog/perl/perl-modules.ent

    rbc5af77 r128b9bc2  
    22<!ENTITY perl-modules-intro SYSTEM "perl-modules-intro.xml">
    33<!ENTITY perl-modules-inst SYSTEM "perl-modules-inst.xml">
    4 <!ENTITY Gtk-Perl-version "0.7008">
     4<!ENTITY Gtk-Perl-version "0.7009">
    55<!ENTITY PDL-version "2.4.0">
    6 <!ENTITY XML-Parser-version "2.31">
    7 <!ENTITY XML-Writer-version "0.4">
     6<!ENTITY XML-Parser-version "2.34">
     7<!ENTITY XML-Writer-version "0.4.1">
    88<!ENTITY Astro-FITS-Header-version "2.7.1">
    99<!ENTITY Parse-RecDescent-version "1.94">
Note: See TracChangeset for help on using the changeset viewer.