Changeset e6f8f78 for general/prog


Ignore:
Timestamp:
07/01/2004 10:56:36 PM (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:
646d9189
Parents:
359e1043
Message:

Added SGMLSpm-1.03ii Perl module (dependency of docbook-utils)

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

File:
1 edited

Legend:

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

    r359e1043 re6f8f78  
    55  %general-entities;
    66
    7 <!ENTITY Gtk-Perl-version          "0.7009">
     7<!-- <!ENTITY Gtk-Perl-version          "0.7009">
    88<!ENTITY PDL-version               "2.4.0">
    99<!ENTITY XML-Parser-version        "2.34">
    1010<!ENTITY XML-Writer-version        "0.4.1">
    1111<!ENTITY Astro-FITS-Header-version "2.8.1">
    12 <!ENTITY Parse-RecDescent-version  "1.94">
     12<!ENTITY Parse-RecDescent-version  "1.94"> -->
    1313
    1414]>
     
    4545
    4646<listitem><para><ulink
    47 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>
     47url="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>
     48
     49<listitem><para><ulink
     50url="http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-&SGMLSpm-version;.tar.gz">SGMLSpm-&SGMLSpm-version;</ulink></para></listitem></itemizedlist>
    4851
    4952</sect3>
     
    6164make install</command></userinput></screen>
    6265                                                                               
    63 <para>The module listed below requires a modification in order to install
    64 successfully.</para>
     66<para>The modules listed below require modifications to the instructions in
     67order to install successfully.</para>
    6568                                                                               
    66 <para>Gtk-Perl-&Gtk-Perl-version;:</para>
     69<sect3>
     70<title>Gtk-Perl-&Gtk-Perl-version;:</title>
    6771                                                                               
    6872<screen><userinput><command>perl Makefile.PL --without-guessing &amp;&amp;
    6973make &amp;&amp;
    70 make install</command></userinput></screen>
     74make install</command></userinput></screen></sect3>
     75                                                                               
     76<sect3>
     77<title>SGMLSpm-&SGMLSpm-version;</title>
     78                                                                               
     79<para>If your system's <application>Perl</application> is older than 5.8.4,
     80you'll need to modify the <command>sed</command> command below to reflect
     81the version you have installed.</para>
     82
     83<screen><userinput><command>sed -i -e "s@/usr/local/bin@/usr/bin@" \
     84       -e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/5.8.4@" \
     85       -e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \
     86    Makefile &amp;&amp;
     87make install &amp;&amp;
     88install -d -m 755 /usr/share/doc/perl5 &amp;&amp;
     89make install_html &amp;&amp;
     90rm -f /usr/share/doc/perl5/SGMLSpm/sample.pl &amp;&amp;
     91install -m 644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm</command></userinput></screen>
     92</sect3>
    7193                                                                               
    7294</sect2>
Note: See TracChangeset for help on using the changeset viewer.