Ignore:
Timestamp:
02/07/2017 12:08:05 AM (7 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, 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:
2612183a
Parents:
81d1117
Message:

Biber - use versioned tarball from github, change name to biber from biblatex-biber.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/biber.xml

    r81d1117 r21007b1b  
    55  %general-entities;
    66
    7   <!-- when released, the directory is current instead of a version -->
    8   <!ENTITY biber-download-http   "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/current/biblatex-biber.tar.gz">
    9   <!ENTITY biber-download-ftp " ">
    10 <!-- <!ENTITY biber-download-http   "&sources-anduin-http;/biblatex-biber/biblatex-biber-&biber-version;.tar.gz">
    11 
    12   <!ENTITY biber-download-ftp    "&sources-anduin-ftp;/biblatex-biber/biblatex-biber-&biber-version;.tar.gz">-->
    13   <!ENTITY biber-md5sum          "md5sum 87411d2d3c4787aa2d104d8068bdcb02">
    14   <!ENTITY biber-size            "843 KB">
     7  <!ENTITY biber-download-http "https://github.com/plk/biber/archive/v&biber-version;.tar.gz">
     8  <!ENTITY biber-download-ftp  " ">
     9  <!ENTITY biber-md5sum        "md5sum 0bb4b95df612b477c5f63250f33355da">
     10  <!ENTITY biber-size          "1.3 MB">
    1511  <!-- buildsize includes the installed biblatex -->
    16   <!ENTITY biber-buildsize       "31 MB">
    17   <!ENTITY biber-time            "0.3 SBU including tests">
     12  <!ENTITY biber-buildsize     "35 MB">
     13  <!ENTITY biber-time          "0.3 SBU including tests">
    1814
    1915  <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
     
    3228  </sect1info>
    3329
    34   <title>biblatex-biber-&biber-version;</title>
     30  <title>biber-&biber-version;</title>
    3531
    3632  <indexterm zone="biber">
     
    145141    </para>
    146142
    147     <note>
     143    <note> <!-- FIXME remove this after our 8.0 release, so that it is noted
     144      in at least one release of the book -->
    148145      <para>This version of <application>biber</application> requires at least
    149146      <application>perl-5.24.0</application>. If you are using an older version
     
    161158
    162159    <note>
    163 <!-- when a new release appears, use this para and link to sourceforge,
    164      until we  have a versioned copy at anduin. -->
    165       <para>
    166         Although the tarball name is unversioned, it will untar to a
    167         correctly-versioned biblatex-biber-&biber-version; directory.
    168       </para>
    169 
    170160      <para>
    171161        It is possible to install all missing dependencies automatically.
Note: See TracChangeset for help on using the changeset viewer.