texlive[61867] Master: biber (3feb22)

commits+karl at tug.org commits+karl at tug.org
Thu Feb 3 23:09:54 CET 2022


Revision: 61867
          http://tug.org/svn/texlive?view=revision&revision=61867
Author:   karl
Date:     2022-02-03 23:09:49 +0100 (Thu, 03 Feb 2022)
Log Message:
-----------
biber (3feb22)

Modified Paths:
--------------
    trunk/Master/bin/i386-cygwin/biber.exe
    trunk/Master/bin/i386-linux/biber
    trunk/Master/bin/universal-darwin/biber
    trunk/Master/bin/win32/biber.exe
    trunk/Master/bin/x86_64-cygwin/biber.exe
    trunk/Master/bin/x86_64-darwinlegacy/biber
    trunk/Master/bin/x86_64-linux/biber
    trunk/Master/bin/x86_64-linuxmusl/biber
    trunk/Master/bin/x86_64-solaris/biber
    trunk/Master/texmf-dist/doc/bibtex/biber/biber.pdf
    trunk/Master/texmf-dist/source/bibtex/biber/Changes
    trunk/Master/texmf-dist/source/bibtex/biber/biblatex-biber.tar.gz
    trunk/Master/tlpkg/libexec/ctan2tds
    trunk/Master/tlpkg/tlpsrc/biber.tlpsrc

Removed Paths:
-------------
    trunk/Master/bin/amd64-freebsd/biber
    trunk/Master/bin/i386-freebsd/biber

Deleted: trunk/Master/bin/amd64-freebsd/biber
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/i386-cygwin/biber.exe
===================================================================
(Binary files differ)

Deleted: trunk/Master/bin/i386-freebsd/biber
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/i386-linux/biber
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/universal-darwin/biber
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/win32/biber.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-cygwin/biber.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-darwinlegacy/biber
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-linux/biber
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-linuxmusl/biber
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-solaris/biber
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/bibtex/biber/biber.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/bibtex/biber/Changes
===================================================================
--- trunk/Master/texmf-dist/source/bibtex/biber/Changes	2022-02-03 21:46:25 UTC (rev 61866)
+++ trunk/Master/texmf-dist/source/bibtex/biber/Changes	2022-02-03 22:09:49 UTC (rev 61867)
@@ -1,5 +1,10 @@
 Revision history for Biber
 
+2.17   (2022-01)
+       * Tool mode now supports tab indentation in output as well as spaces
+         (see --output-indent)
+       * More compact match/replace syntax for serial items in data maps
+       * Native ARM64 binary for OSX now provided
 2.16   (2020-12)
        * Better support for Unicode on Windows (10 1803+) with the
          --winunicode option

Modified: trunk/Master/texmf-dist/source/bibtex/biber/biblatex-biber.tar.gz
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2022-02-03 21:46:25 UTC (rev 61866)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2022-02-03 22:09:49 UTC (rev 61867)
@@ -30,7 +30,7 @@
 # programs used; must all be on the path
 $MV = "mv -v";
 $CP = "cp -pv";
-$RM = "rm -vf";  # just to get feedback from GNU rm on removals
+$RM = "rm -vf";  # -v to get feedback via GNU rm on removals
 $MAKEINFO = "makeinfo";
 $INSTALL = "install -D -m 664";
 
@@ -6231,8 +6231,8 @@
   # move doc pdf.
   &mv_with_mkdir ("biber.pdf", $DOCDIR);
 
-  # we don't do 64-bit Windows or i386-darwin.
-  &SYSTEM ("$RM biber-MSWIN64* darwin_x86_i386");
+  # we don't do 64-bit Windows, etc.
+  &SYSTEM ("$RM biber-MSWIN64* biber-darwin_arm*");
 
   # biber uses different platform names.
   my %tl_platform = (
@@ -6240,7 +6240,7 @@
     "amd64-freebsd"      => "amd64-freebsd",
     "cygwin32"           => "i386-cygwin",
     "cygwin64"           => "x86_64-cygwin",
-    "darwin_x86_64"      => "x86_64-darwin",
+    "darwin_x86_64"      => "universal-darwin",
     "darwinlegacy_x86_64"=> "x86_64-darwinlegacy",
     "i386-freebsd"       => "i386-freebsd",
     "i386-pc-solaris2"   => "i386-solaris",
@@ -6263,10 +6263,6 @@
     my $biber_binary = "biber";
     $biber_binary .= ".exe" if $archive =~ /MSWIN|cygwin/i;
 
-    # musl tarball has wrong name, hopefully just once.
-    my $musl = "biber-linux_x86_64-musl";
-    &xsystem ("$MV $musl $biber_binary") if -r $musl;
-    
     # Put the executable in the Master bin directory.
     (my $biber_platform = $archive) =~ s/biber-(.*?)\..*/$1/;
     my $tl_platform = $tl_platform{$biber_platform};

Modified: trunk/Master/tlpkg/tlpsrc/biber.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/biber.tlpsrc	2022-02-03 21:46:25 UTC (rev 61866)
+++ trunk/Master/tlpkg/tlpsrc/biber.tlpsrc	2022-02-03 22:09:49 UTC (rev 61867)
@@ -3,8 +3,10 @@
 # Not all platforms provide this.
 binpattern f/!\
 aarch64-linux,\
+amd64-freebsd,\
 amd64-netbsd,\
 armhf-linux,\
+i386-freebsd,\
 i386-netbsd,\
 i386-solaris,\
   bin/${ARCH}/biber



More information about the tex-live-commits mailing list.