Changeset 97d9b33


Ignore:
Timestamp:
01/12/2004 10:26:30 PM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
673b0f86
Parents:
9d93e9f
Message:

updated to librep-0.17

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/librep/librep-desc.xml

    r9d93e9f r97d9b33  
    22<title>Contents</title>
    33
    4 <para>The <application>librep</application> package contains <command>rep
    5 </command> and <filename>librep</filename> libraries.</para>
     4<para>The <application>librep</application> package contains
     5<command>rep</command>,
     6<command>rep-config</command>,
     7<command>rep-remote</command>,
     8<command>rep-xgettext</command>,
     9<command>repdoc</command> and
     10<filename class="libraryfile">librep</filename> libraries.</para>
    611
    712</sect2>
     
    1318
    1419<sect3><title>librep libraries</title>
    15 <para><filename>librep</filename> libraries contain the functions necessary
    16 for the Lisp interpreter.</para></sect3>
     20<para><filename class="libraryfile">librep</filename> libraries contain
     21the functions necessary for the Lisp interpreter.</para></sect3>
    1722
    1823</sect2>
    19 
  • general/prog/librep/librep-exp.xml

    r9d93e9f r97d9b33  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--libexec=/usr/lib</parameter>: This command installs
     4<para><parameter>--libexecdir=/usr/lib</parameter>: This command installs
    55files to <filename class="directory">/usr/lib/rep</filename> instead of
    6 <filename class="directory">/user/libexec/rep</filename>.</para>
     6<filename class="directory">/usr/libexec/rep</filename>.</para>
    77
    88</sect2>
    9 
  • general/prog/librep/librep-inst.xml

    r9d93e9f r97d9b33  
    55commands:</para>
    66
    7 <screen><userinput><command>./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \
    8 --infodir=/usr/share/info &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    98make &amp;&amp;
    109make install</command></userinput></screen>
    1110
    1211</sect2>
    13 
  • general/prog/librep/librep-intro.xml

    r9d93e9f r97d9b33  
    2121<sect3><title><application>librep</application> dependencies</title>
    2222<sect4><title>Required</title>
    23 <para><xref linkend="gmp"/> and <xref linkend="gdbm"/></para></sect4>
     23<para><xref linkend="gdbm"/></para></sect4>
    2424<sect4><title>Optional</title>
    25 <para><xref linkend="readline"/></para></sect4>
     25<para><xref linkend="gmp"/>, <xref linkend="readline"/> and
     26<ulink url="http://sources.redhat.com/libffi/">libffi</ulink></para></sect4>
    2627</sect3>
    2728
    28 
    2929</sect2>
  • general/prog/librep/librep.ent

    r9d93e9f r97d9b33  
    44<!ENTITY librep-exp SYSTEM "librep-exp.xml">
    55<!ENTITY librep-desc SYSTEM "librep-desc.xml">
    6 <!ENTITY librep-version "0.16.2">
     6<!ENTITY librep-version "0.17">
    77<!ENTITY librep-download-http "http://telia.dl.sourceforge.net/sourceforge/librep/librep-&librep-version;.tar.gz">
    88<!ENTITY librep-download-ftp "">
    9 <!ENTITY librep-size "896 KB">
    10 <!ENTITY librep-buildsize "9.1 MB">
    11 <!ENTITY librep-time "0.52 SBU">
     9<!ENTITY librep-size "1.2 MB">
     10<!ENTITY librep-buildsize "11 MB">
     11<!ENTITY librep-time "0.64 SBU">
  • introduction/welcome/changelog.xml

    r9d93e9f r97d9b33  
    1212<itemizedlist>
    1313
     14<listitem><para>January 12th, 2004 [igor]: Updated to
     15librep-0.17.</para></listitem>
     16   
    1417<listitem><para>January 12th, 2004 [larry]: Updated to at-spi-1.3.8,
    1518returned --libexec to sbin on gal and gtkhtml until LFS makes the
Note: See TracChangeset for help on using the changeset viewer.