Changeset bf52548 for general


Ignore:
Timestamp:
06/04/2020 03:20:42 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e2439a3
Parents:
e199e24
Message:

Asciidoc-9.0.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/asciidoc.xml

    re199e24 rbf52548  
    55  %general-entities;
    66
    7   <!ENTITY asciidoc-download-http "&sourceforge-dl;/asciidoc/asciidoc-&asciidoc-version;.tar.gz">
     7  <!ENTITY asciidoc-download-http "https://github.com/asciidoc/asciidoc-py3/releases/download/&asciidoc-version;/asciidoc-&asciidoc-version;.tar.gz">
    88  <!ENTITY asciidoc-download-ftp  " ">
    9   <!ENTITY asciidoc-md5sum        "c59018f105be8d022714b826b0be130a">
    10   <!ENTITY asciidoc-size          "888 KB">
    11   <!ENTITY asciidoc-buildsize     "3.9 MB">
    12   <!ENTITY asciidoc-time          "less than 0.1 SBU">
     9  <!ENTITY asciidoc-md5sum        "ee65c6c6aa7257173e63be0082558fe3">
     10  <!ENTITY asciidoc-size          "1.2 MB">
     11  <!ENTITY asciidoc-buildsize     "8.6 MB (with tests)">
     12  <!ENTITY asciidoc-time          "less than 0.1 SBU (0.2 SBU with tests">
    1313]>
    1414
     
    7575    <bridgehead renderas="sect3">Asciidoc Dependencies</bridgehead>
    7676
    77     <bridgehead renderas="sect4">Required (Run time)</bridgehead>
    78     <para role="required">
    79       <xref role="runtime" linkend="python2"/>
     77    <bridgehead renderas="sect4">Optional (tests and runtime)</bridgehead>
     78    <para role="optional">
     79      <xref linkend="docbook-xsl"/>,
     80      <xref linkend="fop"/>,
     81      <xref linkend="libxslt"/>,
     82      <xref linkend="lynx"/>,
     83      <ulink url="http://sourceforge.net/projects/dblatex/">dblatex</ulink>, and
     84      <ulink url="&w3m-url;">W3m</ulink>
    8085    </para>
     86
     87    <bridgehead renderas="sect4">Optional</bridgehead>
     88    <para role="optional">
     89    </para>
     90
    8191
    8292    <para condition="html" role="usernotes">User Notes:
     
    99109
    100110    <para>
    101       This package does not come with a test suite.
     111      To test the results, issue: <command>make test</command>
    102112    </para>
    103113
Note: See TracChangeset for help on using the changeset viewer.