Author: ken
Date: Thu Nov 12 12:28:14 2015
New Revision: 16643

Log:
biblatex-biber-2.2 with biblatex-3.1

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/pst/typesetting/biber.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Nov 12 12:11:25 
2015        (r16642)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Nov 12 12:28:14 
2015        (r16643)
@@ -48,6 +48,11 @@
       <para>November 12th, 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Update to biblatex-biber-2.2 and biblatex-3.1. Fixes
+          <ulink url="&blfs-ticket-root;7043">#7043</ulink> and
+          <ulink url="&blfs-ticket-root;7044">#7044</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[ken] - Update to Unicode::LineBreak-2015.11. Fixes
           <ulink url="&blfs-ticket-root;7077">#7077</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Nov 12 12:11:25 2015        (r16642)
+++ trunk/BOOK/packages.ent     Thu Nov 12 12:28:14 2015        (r16643)
@@ -806,7 +806,7 @@
  in asymptote, biber and xindy -->
 <!ENTITY texlive-year                 "2015">
 <!ENTITY asymptote-version            "2.35">
-<!ENTITY biber-version                "2.1">
-<!ENTITY biblatex-version             "3.0">
+<!ENTITY biber-version                "2.2">
+<!ENTITY biblatex-version             "3.1">
 <!ENTITY xindy-version                "2.5.1">
 

Modified: trunk/BOOK/pst/typesetting/biber.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/biber.xml        Thu Nov 12 12:11:25 2015        
(r16642)
+++ trunk/BOOK/pst/typesetting/biber.xml        Thu Nov 12 12:28:14 2015        
(r16643)
@@ -6,15 +6,15 @@
 
   <!ENTITY biber-download-http   
"http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz";>
   <!ENTITY biber-download-ftp    " ">
-  <!ENTITY biber-md5sum          "c46979acce3befdb3431ffadcc81bdf3">
+  <!ENTITY biber-md5sum          "fbadc0fc66f8580d94ad140191244545">
   <!ENTITY biber-size            "2.0 MB">
   <!-- buildsize includes the installed biblatex -->
   <!ENTITY biber-buildsize       "37 MB">
-  <!ENTITY biber-time            "less than 0.1 SBU (0.6 SBU to run the 
tests)">
+  <!ENTITY biber-time            "less than 0.1 SBU (0.8 SBU to run the 
tests)">
 
   <!ENTITY biblatex-download-http   
"http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz";>
   <!ENTITY biblatex-download-ftp    "">
-  <!ENTITY biblatex-md5sum          "c6dad1c1f8a46785981610b5165d9fe5">
+  <!ENTITY biblatex-md5sum          "fbadc0fc66f8580d94ad140191244545">
   <!ENTITY biblatex-size            "19 MB">
 
 ]>
@@ -65,27 +65,6 @@
 
     <bridgehead renderas="sect3">Required Additional Downloads</bridgehead>
 
-    <itemizedlist spacing="compact">
-      <listitem>
-      <para>The corresponding version of <application>biblatex</application> is
-      a separate project - the tds tarball is pre-packaged for untarring into
-      the <filename class="directory">texmf-dist</filename> directory.
-      Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download MD5 sum: &biblatex-md5sum;</para>
-      </listitem>
-      <listitem>
-        <para>Download size: &biblatex-size;</para>
-      </listitem>
-      <listitem>
-        <para>
-          Required patch:
-          <ulink 
url="&patch-root;/biblatex-biber-&biber-version;-upstream_fixes-1.patch"/>
-        </para>
-      </listitem>
-    </itemizedlist>
-
     <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -156,10 +135,10 @@
 
       <para>
         It is possible to install (all) missing dependencies automatically.
-        From <application>perl-5.22.0</application> onwards,
+        Except, from <application>perl-5.22.0</application> onwards,
         <xref linkend="perl-module-build"/> is no longer part of
         the core distribution.  To automatically install the remaining perl
-        dependencies you will need to install that first.
+        dependencies you will need to manually install that first.
         You can then run <command>perl ./Build.PL</command> and when it
         prompts you, become the root user and run
         <command>./Build installdeps</command>
@@ -187,15 +166,14 @@
     <title>Installation of Biber</title>
 
     <para>Install <application>Biber</application> by running the following
-    commands (patching the read-only files will produce warnings):</para>
+    commands:</para>
 
-<screen><userinput>patch -Np1 -i 
../biblatex-biber-&biber-version;-upstream_fixes-1.patch &amp;&amp;
-sed -i 's/ 44/ 43/' t/bcfvalidation.t &amp;&amp;
+<screen><userinput>sed -i 's/ 44/ 43/' t/bcfvalidation.t &amp;&amp;
 perl ./Build.PL &amp;&amp;
 ./Build</userinput></screen>
 
     <para>To test the results, enter: <command>./Build test</command> - you 
will
-    require the en_GB.UTF-8 and sv_SE.UTF-8 locales. Two tests (and two 
subtests)
+    require the en_GB.UTF-8 and sv_SE.UTF-8 locales. One test
     will fail : for speed the tests use system locales instead of the default
     Unicode::Collation algorithm, and some minor details of the locales in OSX
     (where development takes place) differ from those in
@@ -213,20 +191,13 @@
     <title>Command Explanations</title>
 
     <para>
-      <parameter>patch -Np1 -i
-      ../biblate-biber-&biber-version;-upstream_fixes-1.patch</parameter>:
-      <application>perl-5.22</application> has become more strict about
-      what needs to be escaped.
-    </para>
-
-    <para>
       <parameter>sed -i 's/ 44/ 43/' t/bcfvalidation.t</parameter>: Although
       the git master branch has 44 pairs of files for this test, the shipped
-      tarball only contains 43. The sed prevents it failing.
+      tarball only contains 43. The sed prevents it reporting a failure.
     </para>
 
     <para>
-      <parameter>tar -xf biblatex-&biblatex-version;a.tds.tar.gz -C
+      <parameter>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
       /opt/texlive/&texlive-year;/texmf-dist</parameter>:
       this installs the new <application>biblatex</application> files over 
those
       installed by <application>texlive</application>.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to