Changeset bddbf06


Ignore:
Timestamp:
08/28/2003 01:14:49 PM (21 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
84cf3abc
Parents:
c8181ac
Message:

update to ruby-1.8.0, typo from blfs-dev

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • content/web/proftpd/proftpd-config.xml

    rc8181ac rbddbf06  
    6666<sect3><title>proftpd init.d script</title>
    6767
    68 <para><screen><userinput><command>cat &gt; /etc/rc.d/init.d/proftp &lt;&lt; "EOF"</command>
     68<para><screen><userinput><command>cat &gt; /etc/rc.d/init.d/proftpd &lt;&lt; "EOF"</command>
    6969#!/bin/sh
    70 # Begin $rc_base/init.d/proftp
     70# Begin $rc_base/init.d/proftpd
    7171
    7272# Based on sysklogd script from LFS-3.1 and earlier.
     
    108108esac
    109109
    110 # End $rc_base/init.d/proftp
     110# End $rc_base/init.d/proftpd
    111111<command>EOF
    112 chmod 755 /etc/rc.d/init.d/proftp</command></userinput></screen></para>
     112chmod 755 /etc/rc.d/init.d/proftpd</command></userinput></screen></para>
    113113
    114114<para>Create the symbolic links to this file in the relevant <filename
    115115class="directory">rc.d</filename> directories with the following commands:
    116116<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    117 ln -sf ../init.d/proftp ../rc0.d/K50proftp &amp;&amp;
    118 ln -sf ../init.d/proftp ../rc1.d/K50proftp &amp;&amp;
    119 ln -sf ../init.d/proftp ../rc2.d/K50proftp &amp;&amp;
    120 ln -sf ../init.d/proftp ../rc3.d/S50proftp &amp;&amp;
    121 ln -sf ../init.d/proftp ../rc4.d/S50proftp &amp;&amp;
    122 ln -sf ../init.d/proftp ../rc5.d/S50proftp &amp;&amp;
    123 ln -sf ../init.d/proftp ../rc6.d/K50proftp</command></userinput></screen></para>
     117ln -sf ../init.d/proftpd ../rc0.d/K50proftpd &amp;&amp;
     118ln -sf ../init.d/proftpd ../rc1.d/K50proftpd &amp;&amp;
     119ln -sf ../init.d/proftpd ../rc2.d/K50proftpd &amp;&amp;
     120ln -sf ../init.d/proftpd ../rc3.d/S50proftpd &amp;&amp;
     121ln -sf ../init.d/proftpd ../rc4.d/S50proftpd &amp;&amp;
     122ln -sf ../init.d/proftpd ../rc5.d/S50proftpd &amp;&amp;
     123ln -sf ../init.d/proftpd ../rc6.d/K50proftpd</command></userinput></screen></para>
    124124
    125125</sect3>
  • general/prog/python/python.ent

    rc8181ac rbddbf06  
    1010<!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/2.3/Python-2.3.tgz">
    1111<!ENTITY Python-size "6.6 MB">
    12 <!ENTITY Python-time "2.45 SBU">
     12<!ENTITY Python-time "1.03 SBU">
  • general/prog/ruby/ruby-desc.xml

    rc8181ac rbddbf06  
    22<title>Contents</title>
    33
    4 <para>The ruby package contains <userinput>ruby</userinput> and
    5 <userinput>irb</userinput>.</para>
     4<para>The <application>ruby</application> package contains
     5<command>ruby</command> and
     6<command>irb</command>.</para>
    67
    78</sect2>
     
    1011
    1112<sect3><title>ruby</title>
    12 <para>ruby is an interpreted scripting language for quick and easy
     13<para><command>ruby</command> is an interpreted scripting language for quick and easy
    1314object-oriented programming.</para></sect3>
    1415
    1516<sect3><title>irb</title>
    16 <para>irb is the interactive interface for ruby.</para></sect3>
     17<para><command>irb</command> is the interactive interface for ruby.</para></sect3>
    1718
    1819</sect2>
  • general/prog/ruby/ruby-inst.xml

    rc8181ac rbddbf06  
    11<sect2>
    2 <title>Installation of ruby</title>
     2<title>Installation of <application>ruby</application></title>
    33
    4 <para>Install ruby by running the following commands:</para>
     4<para>Install <application>ruby</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • general/prog/ruby/ruby-intro.xml

    rc8181ac rbddbf06  
    11<sect2>
    22<title>Introduction to ruby</title>
    3 
    4 <screen>Download location (HTTP):       <ulink url="&ruby-download-http;"/>
    5 Download location (FTP):        <ulink url="&ruby-download-ftp;"/>
    6 Version used:                   &ruby-version;
    7 Package size:                   &ruby-size;
    8 Estimated Disk space required:  &ruby-buildsize;
    9 Estimated build time:           &ruby-time;</screen>
    103
    114<para>The ruby package contains the ruby development environment. This
    125is useful for object-oriented scripting.</para>
    136
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&ruby-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&ruby-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &ruby-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &ruby-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &ruby-time;</para></listitem></itemizedlist>
     14</sect3>
    1415
    1516</sect2>
  • general/prog/ruby/ruby.ent

    rc8181ac rbddbf06  
    55<!ENTITY ruby-desc SYSTEM "ruby-desc.xml">
    66<!ENTITY ruby-config SYSTEM "ruby-config.xml">
    7 <!ENTITY ruby-buildsize "9.2 MB">
    8 <!ENTITY ruby-version "1.6.8">
     7<!ENTITY ruby-buildsize "25.6 MB">
     8<!ENTITY ruby-version "1.8.0">
    99<!ENTITY ruby-download-http "">
    10 <!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/1.6/ruby-1.6.8.tar.gz">
    11 <!ENTITY ruby-size "1 MB">
    12 <!ENTITY ruby-time "0.92 SBU">
     10<!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.0.tar.gz">
     11<!ENTITY ruby-size "1.9 MB">
     12<!ENTITY ruby-time "0.52 SBU">
  • index.xml

    rc8181ac rbddbf06  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030826">
    6 <!ENTITY releasedate "August 26th, 2003">
     5<!ENTITY version "20030828">
     6<!ENTITY releasedate "August 28th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rc8181ac rbddbf06  
    1111<itemizedlist>
    1212
     13<listitem><para>August 28, 2003  [larry]: updated to
     14ruby-1.8.0</para></listitem>
     15
    1316<listitem><para>August 26th, 2003 [larry]: added patch to
    1417OpenSP.</para></listitem>
     
    3841<listitem><para>August 22nd, 2003 [tushar]: Updated libfam to fix libtool-1.5 related bug.</para></listitem>
    3942       
    40 <listitem><para>August 19th, 2003 [larry]: Basicnet: updated to gnet-1.1.9. Changed SBU's for pkgconfig, GLib-2, Pango, ATK, GTK-2, intltool, gnet.</para></listitem>
    4143<listitem><para>August 21st, 2003 [larry]: Changed SBU's for aspell, pan, zip, libidl, which, mozilla, and vim.</para></listitem>
    4244       
Note: See TracChangeset for help on using the changeset viewer.