Ignore:
Timestamp:
08/31/2019 05:29:21 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
d953bb9
Parents:
17e976e3
Message:

Update to ruby-2.6.4
mariadb: bring libaio dependency internal
xindy/tex-prefix: very minor tweaks such as extra period removals.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r17e976e3 rd28648d  
    77  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "60c8b3883cde410f8f8db374febdb0d8">
     9  <!ENTITY ruby-md5sum        "624ecd14d366b20f41db35f06337d007">
    1010  <!ENTITY ruby-size          "11 MB">
    11   <!ENTITY ruby-buildsize     "414 MB (add 277 MB for C API docs)">
    12   <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 3.6 SBU for tests; add 0.6 SBU for C API docs)">
     11  <!ENTITY ruby-buildsize     "532 MB (add 481 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 4.3 SBU for tests; add 0.5 SBU for C API docs)">
    1313]>
    1414
     
    8080      <xref linkend="graphviz"/>,
    8181      <xref linkend="libyaml"/>,
    82       <xref linkend="tk"/>, and
    83       <xref linkend="valgrind"/>
     82      <xref linkend="tk"/>,
     83      <xref linkend="valgrind"/>, and
     84      <ulink url="http://dtrace.org/blogs/about/">DTrace</ulink>
    8485    </para>
    8586
     
    160161      <seglistitem>
    161162        <seg>
    162           erb, gem, irb, rake, rdoc, ri, and ruby
     163          bundle, bundler, erb, gem, irb, rake, rdoc, ri, and ruby
    163164        </seg>
    164165        <seg>
    165           libruby.so and libruby-static.a
     166          libruby.so
    166167        </seg>
    167168        <seg>
     
    179180      <?dbhtml list-presentation="table"?>
    180181
     182      <varlistentry id="bundle">
     183        <term><command>bundle</command></term>
     184        <listitem>
     185          <para>
     186            creates bundles of Ruby Gems.
     187          </para>
     188          <indexterm zone="ruby bundle">
     189            <primary sortas="b-bundle">bundle</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
     193
     194      <varlistentry id="bundler">
     195        <term><command>bundler</command></term>
     196        <listitem>
     197          <para>
     198            manages an application's dependencies throughout it's lifecycle.
     199          </para>
     200          <indexterm zone="ruby bundler">
     201            <primary sortas="b-bundler">bundler</primary>
     202          </indexterm>
     203        </listitem>
     204      </varlistentry>
     205
    181206      <varlistentry id="erb">
    182207        <term><command>erb</command></term>
Note: See TracChangeset for help on using the changeset viewer.