Changeset b738ceb


Ignore:
Timestamp:
04/16/2019 04:41:13 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
d7f7232
Parents:
289c90f
Message:

Change from yaml to libyaml

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

Location:
general
Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r289c90f rb738ceb  
    122122  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxslt.xml"/>
    123123  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwacom.xml"/>
     124  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libyaml.xml"/>
    124125
    125126  <!-- systemd only -->
     
    149150  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xapian.xml"/>
    150151
    151   <!-- systemd only -->
    152   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yaml.xml"/>
    153152</chapter>
  • general/genlib/libblockdev.xml

    r289c90f rb738ceb  
    8181      <xref linkend="gobject-introspection"/>,
    8282      <xref linkend="libbytesize"/>,
    83       <xref linkend="parted"/>,
    84       <xref linkend="volume_key"/>, and
    85       <xref linkend="yaml"/>
     83      <xref linkend="libyaml"/>,
     84      <xref linkend="parted"/>, and
     85      <xref linkend="volume_key"/>
    8686    </para>
    8787
  • general/genlib/libyaml.xml

    r289c90f rb738ceb  
    55  %general-entities;
    66
    7   <!ENTITY yaml-download-http "https://github.com/yaml/libyaml/archive/&yaml-version;/yaml-&yaml-version;.tar.gz">
     7  <!ENTITY yaml-download-http "https://github.com/yaml/libyaml/archive/&yaml-version;/libyaml-dist-&yaml-version;.tar.gz">
    88  <!ENTITY yaml-download-ftp  " ">
    99  <!ENTITY yaml-md5sum        "2ad4119a57f94739cc39a1b482c81264">
    1010  <!ENTITY yaml-size          "80 KB">
    11   <!ENTITY yaml-buildsize     "3.0 MB (with tests)">
    12   <!ENTITY yaml-time          "less than 0.1 SBU (with tests)">
     11  <!ENTITY yaml-buildsize     "6.4 MB (with tests)">
     12  <!ENTITY yaml-time          "0.1 SBU (with tests)">
    1313]>
    1414
    15 <sect1 id="yaml" xreflabel="YAML-&yaml-version;">
    16   <?dbhtml filename="yaml.html"?>
     15<sect1 id="libyaml" xreflabel="libyaml-&yaml-version;">
     16  <?dbhtml filename="libyaml.html"?>
    1717
    1818  <sect1info>
     
    2121  </sect1info>
    2222
    23   <title>YAML-&yaml-version;</title>
     23  <title>libyaml-&yaml-version;</title>
    2424
    25   <indexterm zone="yaml">
    26     <primary sortas="a-YAML">YAML</primary>
     25  <indexterm zone="libyaml">
     26    <primary sortas="a-libyaml">libyaml</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to YAML</title>
     30    <title>Introduction to libyaml</title>
    3131
    3232    <para>
    33       The <application>YAML</application> package contains a C
     33      The <application>libyaml</application> package contains a C
    3434      library for parsing and emitting YAML (YAML Ain't Markup
    35       Language).
     35      Language) code.
    3636    </para>
    3737
     
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">YAML Dependencies</bridgehead>
     74    <bridgehead renderas="sect3">libyaml Dependencies</bridgehead>
    7575
    7676    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8080
    8181    <para condition="html" role="usernotes">User Notes:
    82       <ulink url="&blfs-wiki;/yaml"/>
     82      <ulink url="&blfs-wiki;/libyaml"/>
    8383    </para>
    8484  </sect2>
    8585
    8686  <sect2 role="installation">
    87     <title>Installation of YAML</title>
    88 
    89     <note>
    90       <para>This package expands to libyaml-&yaml-version;, not
    91       the expected yaml-&yaml-version;.</para>
    92     </note>
     87    <title>Installation of libyaml</title>
    9388
    9489    <para>
    95       Install <application>YAML</application> by running the following
     90      Install <application>libyaml</application> by running the following
    9691      commands:
    9792    </para>
    9893
     94    <screen><userinput>./bootstrap                                &amp;&amp;
     95./configure --prefix=/usr --disable-static &amp;&amp;
     96make</userinput></screen>
     97
     98<!--
    9999<screen><userinput>mkdir build &amp;&amp;
    100100cd    build &amp;&amp;
     
    103103      -DBUILD_SHARED_LIBS=true    \
    104104      -DCMAKE_BUILD_TYPE=RELEASE ..  &amp;&amp;
    105 make</userinput></screen>
     105make</userinput></screen> -->
    106106
    107107    <para>
    108       To test the results, issue: <command>make test</command>.
     108      To test the results, issue: <command>make check</command>.
    109109    </para>
    110110
     
    151151      <?dbhtml list-presentation="table"?>
    152152
    153       <varlistentry id="libyaml">
     153      <varlistentry id="libyaml-lib">
    154154        <term><filename class="libraryfile">libyaml.so</filename></term>
    155155        <listitem>
    156156          <para>
    157             contains API functions for parsing and emitting YAML.
     157            contains API functions for parsing and emitting YAML code.
    158158          </para>
    159           <indexterm zone="yaml libyaml">
     159          <indexterm zone="libyaml libyaml-lib">
    160160            <primary sortas="c-libyaml">libyaml.so</primary>
    161161          </indexterm>
  • general/prog/llvm.xml

    r289c90f rb738ceb  
    161161      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
    162162      <xref linkend="valgrind"/>,
    163       <xref linkend="yaml"/>, <!-- for yaml2obj -->
     163      <xref linkend="libyaml"/>, <!-- for yaml2obj -->
    164164      <xref linkend="zip"/>,
    165165      <ulink url="http://www.ocaml.org/">OCaml</ulink>,
  • general/prog/pyyaml.xml

    r289c90f rb738ceb  
    7070      <bridgehead renderas="sect5">Required</bridgehead>
    7171      <para role="required">
    72         <xref linkend="yaml"/>
     72        <xref linkend="libyaml"/>
    7373      </para>
    7474
  • general/prog/ruby.xml

    r289c90f rb738ceb  
    7979      <xref linkend="doxygen"/>,
    8080      <xref linkend="graphviz"/>,
    81       <xref linkend="tk"/>,
    82       <xref linkend="valgrind"/>, and
    83       <xref linkend="yaml"/>
     81      <xref linkend="libyaml"/>,
     82      <xref linkend="tk"/>, and
     83      <xref linkend="valgrind"/>
    8484    </para>
    8585
Note: See TracChangeset for help on using the changeset viewer.