Ignore:
Timestamp:
05/01/2022 01:24:41 AM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
9ed84ee
Parents:
cc6f95e
Message:

Update to texlive-2022.

For the binary, libwww-perl is now recommended, therefore move
that from perl-dependencies to the top-level perl-modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    rcc6f95e r396abe0  
    44  %general-entities;
    55
    6   <!ENTITY texlive-download-http " ">
     6  <!-- utah -->
     7  <!ENTITY texlive-download-http "https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/&texlive-year;/texlive-&texlive-version;-source.tar.xz">
    78  <!ENTITY texlive-download-ftp  "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texlive-version;-source.tar.xz">
    8   <!ENTITY texlive-md5sum        "19da95538956e26570ef7fb202af258f">
    9   <!ENTITY texlive-size          "53 MB">
    10 
    11   <!ENTITY texlive-buildsize      "8.1 GB including the additional download and the tests, 7.0 GB installed">
    12   <!ENTITY texlive-time           "4.2 SBU including the additional download and the tests, building with parallelism=4">
    13 
    14   <!ENTITY texlive-texmf-download-http " ">
     9  <!ENTITY texlive-md5sum        "4f05bbd93004175275f50215a4c51608">
     10  <!ENTITY texlive-size          "65 MB">
     11
     12  <!ENTITY texlive-buildsize      "8.0 GB including the additional download and the tests, 7.3 GB installed">
     13  <!ENTITY texlive-time           "3.9 SBU including the additional download and the tests, building with parallelism=4">
     14
     15  <!-- utah -->
     16  <!ENTITY texlive-texmf-download-http "https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/&texlive-year;/texlive-&texlive-version;-texmf.tar.xz">
    1517  <!ENTITY texlive-texmf-download-ftp  "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texmf-version;-texmf.tar.xz">
    16   <!ENTITY texlive-texmf-md5sum        "2426a62e43f8b07397ef2dd8367e0465">
    17   <!ENTITY texlive-texmf-size          "3.3 GB">
    18 
    19   <!ENTITY texlive-tlpdb-download-http " ">
     18  <!ENTITY texlive-texmf-md5sum        "9806803f703b6ce4d9845c46806a7a08">
     19  <!ENTITY texlive-texmf-size          "3.4 GB">
     20
     21  <!ENTITY texlive-tlpdb-download-http "https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/&texlive-year;/texlive-&tex-tlpdb-version;-tlpdb-full.tar.gz">
    2022  <!ENTITY texlive-tlpdb-download-ftp  "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&tex-tlpdb-version;-tlpdb-full.tar.gz">
    21   <!ENTITY texlive-tlpdb-md5sum        "af0240961ecd28be5fd30d0e99b341d5">
    22   <!ENTITY texlive-tlpdb-size          "3.0 MB">
     23  <!ENTITY texlive-tlpdb-md5sum        "1084c37c6775b567ed7babd71e612f75">
     24  <!ENTITY texlive-tlpdb-size          "3.1 MB">
    2325
    2426]>
     
    4042  <sect2 role="package">
    4143    <title>Introduction to TeX Live from source</title>
     44
     45    <note>
     46      <para>
     47        According to <ulink url="https://www.tug.org/historic/"/> the master
     48        site in France only supports ftp and rsync. Now that ftp is generally
     49        deprecated, that page has links to mirrors, some of which support https,
     50        e.g. in Utah and Chemntiz as well as in China. If you prefer to use a
     51        different mirror from the example links here, you will need to navigate
     52        to systems/historic/texlive/&texlive-year; or systems/texlive/&texlive-year;
     53        as the case may be.
     54        <!-- the chinese mirros do not use a 'historic' subdirectory. -->
     55      </para>
     56    </note>
    4257
    4358    <para>
     
    169184      </listitem>
    170185
    171       <listitem>
     186<!--  <listitem>
    172187        <para>
    173188          Required patch: <ulink url=
    174189          "&patch-root;/texlive-&texlive-version;-upstream_fixes-1.patch"/>
    175190        </para>
    176       </listitem>
     191      </listitem>-->
    177192    </itemizedlist>
    178193
     
    260275<screen><userinput>export TEXARCH=$(uname -m |
    261276 sed -e 's/i.86/i386/' -e 's/$/-linux/')                 &amp;&amp;
    262 patch -Np1 -i ../texlive-&texlive-version;-upstream_fixes-1.patch &amp;&amp;
    263277
    264278mkdir texlive-build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.