Ticket #157: lesstif.patch

File lesstif.patch, 4.2 KB (added by billy@…, 22 years ago)

*lesstif* section added to x/lib

  • lesstif/lesstif-config.xml

    diff --exclude=CVS --exclude='qt*' -Naur ./lesstif/lesstif-config.xml /home/billy/NEWBLFS/BOOK/x/lib/lesstif/lesstif-config.xml
    old new  
     1<sect2>
     2<title>Configuring lesstif</title>
     3
     4<sect3><title>Configuration Information</title>
     5
     6&library-config;
     7
     8</sect3>
     9
     10</sect2>
     11
     12<sect2><title>Testing Lesstif</title>
     13<para>It is advisable to test the installation of lesstif with the
     14test suite located in lesstif-&lesstif-version;/test.  It is not
     15required to install any of the resulting binaries to validate the
     16installation, the following commands, executed in
     17<filename>lesstif-&lesstif-version;/test</filename>, will
     18suffice:</para>
     19
     20<para><screen><userinput>
     21./configure &amp;&amp;
     22make
     23</userinput></screen></para>
     24
     25</sect2>
     26 No newline at end of file
  • lesstif/lesstif-desc.xml

    diff --exclude=CVS --exclude='qt*' -Naur ./lesstif/lesstif-desc.xml /home/billy/NEWBLFS/BOOK/x/lib/lesstif/lesstif-desc.xml
    old new  
     1<sect2>
     2<title>Contents</title>
     3
     4<para>The lesstif package contains <userinput>lesstif libraries</userinput>
     5.</para>
     6
     7</sect2>
     8
     9<sect2><title>Description</title>
     10
     11<sect3><title>lesstif libraries</title>
     12<para>Lesstif libraries are an OSF/Motif(R) source code compatible
     13library for X Windows.</para></sect3>
     14
     15
     16</sect2>
     17
  • lesstif/lesstif-inst.xml

    diff --exclude=CVS --exclude='qt*' -Naur ./lesstif/lesstif-inst.xml /home/billy/NEWBLFS/BOOK/x/lib/lesstif/lesstif-inst.xml
    old new  
     1<sect2>
     2<title>Installation of lesstif</title>
     3
     4<para>Install lesstif by running the following commands:</para>
     5
     6<para><screen><userinput>
     7./configure --prefix=/usr &amp;&amp;
     8make &amp;&amp;
     9make install</userinput></screen></para>
     10
     11</sect2>
     12
  • lesstif/lesstif-intro.xml

    diff --exclude=CVS --exclude='qt*' -Naur ./lesstif/lesstif-intro.xml /home/billy/NEWBLFS/BOOK/x/lib/lesstif/lesstif-intro.xml
    old new  
     1<sect2>
     2<title>Introduction to lesstif</title>
     3
     4<screen>Download location (HTTP):       <ulink url="&lesstif-download-http;"/>
     5Download location (FTP):        <ulink url="&lesstif-download-ftp;"/>
     6Version used:                   &lesstif-version;
     7Package size:                   &lesstif-size;
     8Estimated Disk space required:  &lesstif-buildsize;</screen>
     9
     10<para>The lesstif package contains an Open Source version of
     11OSF/Motif(R).</para>
     12
     13</sect2>
  • lesstif/lesstif.ent

    diff --exclude=CVS --exclude='qt*' -Naur ./lesstif/lesstif.ent /home/billy/NEWBLFS/BOOK/x/lib/lesstif/lesstif.ent
    old new  
    11<!ENTITY lesstif SYSTEM "../lesstif.xml">
     2<!ENTITY lesstif-intro SYSTEM "lesstif-intro.xml">
     3<!ENTITY lesstif-inst SYSTEM "lesstif-inst.xml">
     4<!ENTITY lesstif-exp SYSTEM "lesstif-exp.xml">
     5<!ENTITY lesstif-desc SYSTEM "lesstif-desc.xml">
     6<!ENTITY lesstif-config SYSTEM "lesstif-config.xml">
     7<!ENTITY lesstif-buildsize "62 MB">
     8<!ENTITY lesstif-version "0.93.36">
     9<!ENTITY lesstif-download-http "http://telia.dl.sourceforge.net/sourceforge/lesstif/lesstif-0.93.36.tar.bz2">
     10<!ENTITY lesstif-download-ftp "">
     11<!ENTITY lesstif-size "2.4 MB">
  • lesstif.xml

    diff --exclude=CVS --exclude='qt*' -Naur ./lesstif.xml /home/billy/NEWBLFS/BOOK/x/lib/lesstif.xml
    old new  
    1 <sect1 id="lesstif" xreflabel="lesstif">
     1<sect1 id="lesstif" xreflabel="lesstif-&lesstif-version;">
    22<?dbhtml filename="lesstif.html" dir="x"?>
    3 <title>lesstif</title>
     3<title>lesstif-&lesstif-version;</title>
    44
    5 <para>TO BE DONE</para>
     5&lesstif-intro;
     6&lesstif-inst;
     7&lesstif-config;
     8&lesstif-desc;
    69
    710</sect1>
    811