Changeset fc8b669


Ignore:
Timestamp:
09/25/2016 10:07:15 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
755648d3
Parents:
0d8e5a10
Message:

perl-modules : comment Unicode::Collate and Unicode::Normalize, the core versions are good enough for biblatex-biber, and Unicode::Normalize was probably added in error - I saw the dep, did not realise it was core.

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

Files:
4 edited

Legend:

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

    r0d8e5a10 rfc8b669  
    110110  <!ENTITY Text-Roman-md5sum "1f6b09c0cc1f4425b565ff787a39fd83">
    111111
     112<!-- version of Unicode::Collate in core perl is currently adequate
    112113  <!ENTITY Unicode-Collate-download-http "http://search.cpan.org/CPAN/authors/id/S/SA/SADAHIRO/Unicode-Collate-&Unicode-Collate-version;.tar.gz">
    113   <!ENTITY Unicode-Collate-md5sum "c486b31f87bfa3875883f3c9fad9fd99">
     114  <!ENTITY Unicode-Collate-md5sum "c486b31f87bfa3875883f3c9fad9fd99"> -->
    114115
    115116  <!ENTITY Unicode-LineBreak-download-http "http://www.cpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-&Unicode-LineBreak-version;.tar.gz">
    116117  <!ENTITY Unicode-LineBreak-md5sum "57dc12ff0511f9db95a2dbb6304342ca">
    117118
     119<!-- version of Unicode::Normalize in core perl has probable always been adequate
    118120  <!ENTITY Unicode-Normalize-download-http "http://www.cpan.org/authors/id/K/KH/KHW/Unicode-Normalize-&Unicode-Normalize-version;.tar.gz">
    119   <!ENTITY Unicode-Normalize-md5sum "8f25327bbccc33717b7d85433e1083bd">
     121  <!ENTITY Unicode-Normalize-md5sum "8f25327bbccc33717b7d85433e1083bd"> -->
    120122
    121123  <!ENTITY URI-download-http "http://www.cpan.org/authors/id/E/ET/ETHER/URI-&URI-version;.tar.gz">
     
    17211723    -->
    17221724
    1723     <!-- Unicode::Collate -->
     1725    <!-- Unicode::Collate
    17241726    <bridgehead renderas="sect3" id="perl-unicode-collate"
    17251727    xreflabel="Unicode::Collate-&Unicode-Collate-version;">
     
    17451747MD5 sum: &Unicode-Collate-md5sum;</literallayout>
    17461748      </listitem>
    1747     </itemizedlist>
     1749    </itemizedlist> -->
    17481750
    17491751    <!-- Unicode::LineBreak -->
     
    17891791    </itemizedlist>
    17901792
    1791     <!-- Unicode::Normalize -->
     1793    <!-- Unicode::Normalize
    17921794    <bridgehead renderas="sect3" id="perl-unicode-normalize"
    17931795    xreflabel="Unicode::Normalize-&Unicode-Normalize-version;">
     
    18131815MD5 sum: &Unicode-Normalize-md5sum;</literallayout>
    18141816      </listitem>
    1815     </itemizedlist>
     1817    </itemizedlist> -->
    18161818
    18171819    <!-- URI -->
  • introduction/welcome/changelog.xml

    r0d8e5a10 rfc8b669  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[ken] - Commented perl modules Unicode::Collate and
     51          Unicode::Normalize, the versions in core perl are good
     52          enough for biber.</para>
     53        </listitem>
     54        <listitem>
    5055          <para>[bdubbs] - Removed startx change in xinit for
    5156          systemd builds.  No ticket.</para>
  • packages.ent

    r0d8e5a10 rfc8b669  
    321321<!ENTITY python3-majorver             "3.5">
    322322
    323 <!-- Perl module versions used in the Perl Modules instructions -->
     323<!-- Perl module versions used or previously used in the Perl Modules instructions -->
    324324<!ENTITY autovivification-version     "0.16">
    325325<!ENTITY Archive-Zip-version          "1.59">
  • pst/typesetting/biber.xml

    r0d8e5a10 rfc8b669  
    115115      but it needs to be present even if people do not run the tests -->
    116116      <xref linkend="perl-list-moreutils"/>
     117      <!-- List::MoreUtils::XS is listed as a dep, but it is part of
     118      List::MoreUtils -->
    117119      <xref linkend="perl-log-log4perl"/>
    118120      <!-- I initially misread LWP-Protocol-https as part of libwww-perl
     
    131133      versions.  Make the latest version required so that everyone is using the
    132134      same version.  In fact, the version in perl-5.20.2 is indeed too old for
    133       biber-2.0 -->
    134       <xref linkend="perl-unicode-collate"/>
     135      biber-2.0  - commented, biber 2.6 is happy with the version in 5.24.0
     136      <xref linkend="perl-unicode-collate"/> -->
    135137      <!-- Unicode::GCstring is part of Unicode::LineBreak -->
    136138      <xref linkend="perl-unicode-linebreak"/>
    137       <xref linkend="perl-unicode-normalize"/>
     139      <!-- Unicode::Normalize is part of core perl
     140      <xref linkend="perl-unicode-normalize"/> -->
    138141      <xref linkend="perl-xml-libxml-simple"/>
    139142      <xref linkend="perl-xml-libxslt"/>
Note: See TracChangeset for help on using the changeset viewer.