Changeset 35a9977


Ignore:
Timestamp:
01/04/2005 08:56:08 PM (19 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
03ab977
Parents:
959464b9
Message:

ruby contents - new form

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r959464b9 r35a9977  
    77<!ENTITY ruby-download-http " ">
    88<!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/ruby-&ruby-version;.tar.gz">
    9 <!ENTITY ruby-md5 "8ffc79d96f336b80f2690a17601dea9b">
     9<!ENTITY ruby-md5sum "8ffc79d96f336b80f2690a17601dea9b">
    1010<!ENTITY ruby-size "3.5 MB">
    1111<!ENTITY ruby-buildsize "36.2 MB">
     
    1313]>
    1414
    15 <sect1 id="ruby" xreflabel="Ruby-&ruby-version;">
     15<sect1 id="ruby-package" xreflabel="Ruby-&ruby-version;">
    1616<sect1info>
    1717<othername>$LastChangedBy$</othername>
     
    3232<listitem><para>Download (HTTP): <ulink url="&ruby-download-http;"/></para></listitem>
    3333<listitem><para>Download (FTP): <ulink url="&ruby-download-ftp;"/></para></listitem>
    34 <listitem><para>MD5 Sum: &ruby-md5;</para></listitem>
     34<listitem><para>MD5 Sum: &ruby-md5sum;</para></listitem>
    3535<listitem><para>Download size: &ruby-size;</para></listitem>
    3636<listitem><para>Estimated disk space required: &ruby-buildsize;</para></listitem>
     
    7575<sect2>
    7676<title>Contents</title>
     77<segmentedlist>
     78<segtitle>Installed Programs</segtitle>
     79<segtitle>Installed Library</segtitle>
     80<segtitle>Installed Directory</segtitle>
     81<seglistitem>
     82<seg>ruby, irb, erb, rdoc, ri, and testrb.</seg>
     83<seg>librudy.so</seg>
     84<seg>/usr/lib/ruby</seg></seglistitem>
     85</segmentedlist>
    7786
    78 <para>The <application>Ruby</application> package contains
    79 <command>ruby</command>,
    80 <command>irb</command>,
    81 <command>erb</command>,
    82 <command>rdoc</command>,
    83 <command>ri</command>,
    84 <command>testrb</command>,
    85 <filename class='libraryfile'>libruby</filename> libraries and
    86 numerous scripts and modules.</para>
     87<variablelist>
     88<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     89<?dbfo list-presentation="list"?>
    8790
    88 </sect2>
     91<varlistentry id="ruby">
     92<term><command>rudy</command></term>
     93<listitem><para>is an interpreted scripting language for quick
     94and easy object-oriented programming.</para></listitem>
     95</varlistentry>
    8996
    90 <sect2><title>Description</title>
    91 
    92 <sect3><title>ruby</title>
    93 <para><command>ruby</command> is an interpreted scripting language for quick
    94 and easy object-oriented programming.</para></sect3>
    95 
    96 <sect3><title>irb</title>
    97 <para><command>irb</command> is the interactive interface for ruby.</para>
    98 </sect3>
     97<varlistentry id="irb">
     98<term><command>irb</command></term>
     99<listitem><para>is the interactive interface for ruby.</para></listitem>
     100</varlistentry>
     101</variablelist>
    99102
    100103</sect2>
  • kde/add/kdebindings.xml

    r959464b9 r35a9977  
    6060<xref linkend="GTK"/>,
    6161<xref linkend="Python"/>,
    62 <xref linkend="ruby"/>,
     62<xref linkend="ruby-package"/>,
    6363<xref linkend="j2sdk"/>,
    6464<xref linkend="mozilla"/>,
  • postlfs/editors/vim.xml

    r959464b9 r35a9977  
    6868<xref linkend="Python"/>,
    6969<xref linkend="tcl"/>,
    70 <xref linkend="ruby"/>
     70<xref linkend="ruby-package"/>
    7171and <xref linkend="gpm"/>
    7272</para></sect4>
Note: See TracChangeset for help on using the changeset viewer.