Changeset 92ada82 for pst/typesetting


Ignore:
Timestamp:
05/06/2016 10:54:06 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
54aaa89
Parents:
2432970
Message:

Sync to trunk r17147
Added gcc6_checked entity

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/biber.xml

    r2432970 r92ada82  
    55  %general-entities;
    66
    7 <!--  <!ENTITY biber-download-http   "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz">-->
    8   <!ENTITY biber-download-http   "&sources-anduin-http;/biblatex-biber/biblatex-biber-&biber-version;.tar.gz">
    9   <!ENTITY biber-download-ftp    "&sources-anduin-ftp;/biblatex-biber/biblatex-biber-&biber-version;.tar.gz">
    10   <!ENTITY biber-md5sum          "8bcfcc5c66a357521a2977c699a8c289">
    11   <!ENTITY biber-size            "2.0 MB">
     7  <!ENTITY biber-download-http   "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz">
     8  <!ENTITY biber-download-ftp    " ">
     9  <!ENTITY biber-md5sum          "530368acb20b0881e13d7df0e5976e11">
     10  <!ENTITY biber-size            "1.1 MB">
    1211  <!-- buildsize includes the installed biblatex -->
    13   <!ENTITY biber-buildsize       "37 MB">
    14   <!ENTITY biber-time            "less than 0.1 SBU (0.4 SBU to run the tests)">
     12  <!ENTITY biber-buildsize       "32 MB">
     13  <!ENTITY biber-time            "less than 0.1 SBU (0.8 SBU to run the tests)">
    1514
    1615  <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
    1716  <!ENTITY biblatex-download-ftp    "">
    18   <!ENTITY biblatex-md5sum          "bc08cbfe976b326774a6ba3e1f6b5efc">
     17  <!ENTITY biblatex-md5sum          "75321553c70697a213607b89f728e15d">
    1918  <!ENTITY biblatex-size            "19 MB">
    2019
     
    9796      <xref linkend="perl-business-ismn"/>
    9897      <xref linkend="perl-business-issn"/>
     98      <xref linkend="perl-class-accessor"/>
    9999      <xref linkend="perl-data-compare"/>
    100100      <xref linkend="perl-data-dump"/>
     101      <xref linkend="perl-data-uniqid"/>
    101102      <xref linkend="perl-date-simple"/>
    102103      <xref linkend="perl-encode-eucjpascii"/>
     
    139140    </para>
    140141
    141     <bridgehead renderas="sect4">Recommended</bridgehead>
    142     <para role="required">
    143       <xref linkend="perl-file-which"/>,
    144       <xref linkend="perl-test-differences"/>,
    145       <xref linkend="perl-test-pod"/> and
    146       <xref linkend="perl-test-pod-coverage"/> (all needed to run the testsuite)
     142    <bridgehead renderas="sect4">Optional</bridgehead>
     143    <para role="optional">
     144      <xref linkend="perl-file-which"/> and
     145      <xref linkend="perl-test-differences"/> to run the testsuite.
    147146    </para>
    148147
    149148    <note>
    150149<!-- when a new release appears, use this para and link to sourceforge,
    151      until we  have a versioned copy at anduin. \-\-\>
     150     until we  have a versioned copy at anduin. -->
    152151      <para>
    153152        Although the tarball name is unversioned, it will untar to a
    154153        correctly-versioned biblatex-biber-&biber-version; directory.
    155       </para> -->
     154      </para>
    156155
    157156      <para>
    158         It is possible to install (all) missing dependencies automatically.
     157        It is almost possible to install (all) missing dependencies automatically.
    159158        Except, from <application>perl-5.22.0</application> onwards,
    160159        <xref linkend="perl-module-build"/> is no longer part of
    161         the core distribution.  To automatically install the remaining perl
    162         dependencies you will need to manually install that first.
     160        the core perl distribution. And for <xref linkend="perl-data-uniqid"/>
     161        we have to patch it to skip over a test which always fails - that
     162        failing test will probably break the automatic install. To
     163        automatically install the remaining perl dependencies you will need
     164        to manually install those modules first.
    163165        You can then run <command>perl ./Build.PL</command> and when it
    164166        prompts you, become the root user and run
    165167        <command>./Build installdeps</command>
    166168      </para>
    167 <!--
     169    </note>
     170
     171    <note> <!-- remove this when texlive-2016 is released. -->
    168172      <para>
    169         If you run <command>./Build.PL</command> under versions of
    170         <application>perl</application> after 5.20.2 it will tell you that the
    171         version of <application>Unicode::Normalize</application> is too
    172         <emphasis>new</emphasis>. In fact, the new version works, but is now
    173         pure perl and takes longer to run : <emphasis>much</emphasis> longer
    174         if you have a large bibliography.  You can find the old version at <ulink
    175         url="http://backpan.perl.org/authors/id/S/SA/SADAHIRO/Unicode-Normalize-1.17.tar.gz"/>
    176         and use the standard <xref linkend="perl-standard-install"/>
    177         to install it if you wish. Further details are in the User Notes.
    178       </para>-->
     173        If you use external modules with biber, a change in v2.4 (to
     174        \DeclareNameFormat) breaks at least some of them - if this applies to
     175        you, you will need to update the affected module from CPAN.
     176      </para>
    179177    </note>
    180178
     
    190188    commands:</para>
    191189
    192 <!--<screen><userinput>sed -i 's/ 44/ 43/' t/bcfvalidation.t &amp;&amp;-->
    193190<screen><userinput>perl ./Build.PL &amp;&amp;
    194191./Build</userinput></screen>
    195192
    196193    <para>To test the results, enter: <command>./Build test</command> - you will
    197     require the en_GB.UTF-8 and sv_SE.UTF-8 locales. Some tests will fail : for
     194    require the en_GB.UTF-8 and sv_SE.UTF-8 locales. Test 12 of t/sort-order.t
     195    will fail : for
    198196    speed the tests use system locales instead of the default Unicode::Collation
    199197    algorithm, and some minor details of the locales in OSX (where development
     
    210208  <sect2 role="commands">
    211209    <title>Command Explanations</title>
    212 <!--
    213     <para>
    214       <parameter>sed -i 's/ 44/ 43/' t/bcfvalidation.t</parameter>: Although
    215       the git master branch has 44 pairs of files for this test, the shipped
    216       tarball only contains 43. The sed prevents it reporting a failure.
    217     </para>-->
    218210
    219211    <para>
Note: See TracChangeset for help on using the changeset viewer.