Changeset a81545c5


Ignore:
Timestamp:
09/19/2018 12:49:24 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
45b8c95
Parents:
5f393c0
Message:

perl modules branch: Add deps for wget.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20511 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 added
4 edited

Legend:

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

    r5f393c0 ra81545c5  
    6666      class="directory">/usr/lib/perl5/site_perl/5.xx.y</filename> and those will
    6767      not be documented. One or two install programs (mostly, perl scripts), or
    68       even a library, into <filename class="directory">/usr</filename> and those
    69       are documented.
     68      a library, into <filename class="directory">/usr/bin/</filename> or
     69      <filename class="directory">/usr/lib/</filename> and these
     70      <emphasis>are</emphasis> documented.
    7071    </para>
    7172
     
    104105      <listitem>
    105106        <para>
     107          <xref linkend="new-perl-http-daemon"/>
     108        </para>
     109      </listitem>
     110      <listitem>
     111        <para>
    106112          <xref linkend="new-perl-html-parser"/>
     113        </para>
     114      </listitem>
     115      <listitem>
     116        <para>
     117          <xref linkend="new-perl-io-socket-ssl"/>
    107118        </para>
    108119      </listitem>
     
    170181
    171182  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     183    href="perl-modules/perl-http-daemon.xml"/>
     184
     185  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    172186    href="perl-modules/perl-html-parser.xml"/>
    173187
    174188  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     189    href="perl-modules/perl-io-socket-ssl.xml"/>
     190
     191  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    175192    href="perl-modules/perl-module-build.xml"/>
    176193
  • general/prog/perl-deps.xml

    r5f393c0 ra81545c5  
    108108      <listitem>
    109109        <para>
     110          <xref linkend="perl-net-ssleay"/>
     111        </para>
     112      </listitem>
     113      <listitem>
     114        <para>
    110115          <xref linkend="new-perl-sub-identify"/>
    111116        </para>
     
    192197
    193198  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     199    href="perl-deps/perl-net-ssleay.xml"/>
     200
     201  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    194202    href="perl-deps/perl-sub-name.xml"/>
    195203
  • networking/netprogs/wget.xml

    r5f393c0 ra81545c5  
    8484      <xref linkend="gnutls"/>,
    8585      <xref linkend="gpgme"/>,
    86       <xref linkend="perl-http-daemon"/> (for the test suite),
    87       <xref linkend="perl-io-socket-ssl"/> (for the test suite),
     86      <xref linkend="new-perl-http-daemon"/> (for the test suite),
     87      <xref linkend="new-perl-io-socket-ssl"/> (for the test suite),
    8888      <xref linkend="libidn2"/>,
    8989      <xref linkend="libpsl"/>,
  • packages.ent

    r5f393c0 ra81545c5  
    419419<!ENTITY IO-HTML-version              "1.001">
    420420<!ENTITY LWP-MediaTypes-version       "6.02">
     421<!ENTITY Net-SSLeay-version           "1.85">
    421422<!ENTITY Sub-Identify-version         "0.14">
    422423<!ENTITY Sub-Name-version             "0.21">
Note: See TracChangeset for help on using the changeset viewer.