Changeset 9b104add
- Timestamp:
- 08/02/2003 07:54:51 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1c07ab2a
- Parents:
- 5d8d360
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
r5d8d360 r9b104add 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "20030 731">6 <!ENTITY releasedate " July 31st, 2003">5 <!ENTITY version "20030802"> 6 <!ENTITY releasedate "August 2nd, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r5d8d360 r9b104add 10 10 11 11 <itemizedlist> 12 13 <listitem><para>August 2nd, 2003 [larry]: X: updated to 14 lesstif-0.93.46.</para></listitem> 12 15 13 16 <listitem><para>July 31st, 2003 [larry]: general: added patches to -
x/lib/lesstif/lesstif-config.xml
r5d8d360 r9b104add 1 1 <sect2> 2 <title>Configuring lesstif</title>2 <title>Configuring <application>lesstif</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> … … 10 10 </sect2> 11 11 12 <sect2><title>Testing Lesstif</title> 13 <para>It is advisable to test the installation of lesstif with the 12 <sect2><title>Testing <application>rlLesstif</application></title> 13 <para>It is advisable to test the installation of 14 <application>lesstif</application> with the 14 15 test suite located in 15 16 <filename>lesstif-&lesstif-version;/test</filename>. It is not … … 19 20 suffice:</para> 20 21 21 <para><screen><userinput> ./configure &&22 make</ userinput></screen></para>22 <para><screen><userinput><command>./configure && 23 make</command></userinput></screen></para> 23 24 24 25 </sect2> -
x/lib/lesstif/lesstif-desc.xml
r5d8d360 r9b104add 2 2 <title>Contents</title> 3 3 4 <para>The lesstifpackage contains <filename>lesstif</filename> libraries.</para>4 <para>The <application>lesstif</application> package contains <filename>lesstif</filename> libraries.</para> 5 5 6 6 </sect2> … … 10 10 <sect3><title>lesstif libraries</title> 11 11 <para>Lesstif libraries are an OSF/Motif(R) source code compatible 12 library for XWindows.</para></sect3>12 library for <application>X</application> Windows.</para></sect3> 13 13 14 14 -
x/lib/lesstif/lesstif-exp.xml
r5d8d360 r9b104add 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--enable-build-20</userinput> : Build the Motif 2.0 compatible version of the lesstif libraries.</para>4 <para><command>--enable-build-20</command> : Build the Motif 2.0 compatible version of the lesstif libraries.</para> 5 5 6 6 <para> 7 < userinput>--enable-build-21</userinput> : Also build the Motif 2.1 compatible versions.</para>7 <command>--enable-build-21</command> : Also build the Motif 2.1 compatible versions.</para> 8 8 9 <para>< userinput>--disable-debug</userinput> : Do not generate debugging information.</para>9 <para><command>--disable-debug</command> : Do not generate debugging information.</para> 10 10 11 <para>< userinput>--enable-production</userinput> : Build the release version of the lesstif libraries.</para>11 <para><command>--enable-production</command> : Build the release version of the lesstif libraries.</para> 12 12 13 <para>< userinput>--disable-build-tests</userinput> : Do not build the test/ tree(see testing note below).</para>13 <para><command>--disable-build-tests</command> : Do not build the test/ tree(see testing note below).</para> 14 14 15 <para>< userinput>--with-xdnd</userinput> : Enable XDND Gnome compatibility support.</para>15 <para><command>--with-xdnd</command> : Enable XDND Gnome compatibility support.</para> 16 16 17 17 </sect2> -
x/lib/lesstif/lesstif-inst.xml
r5d8d360 r9b104add 1 1 <sect2> 2 <title>Installation of lesstif</title>2 <title>Installation of <application>lesstif</application></title> 3 3 4 <para>Install lesstifby running the following commands:</para>4 <para>Install <application>lesstif</application> by running the following commands:</para> 5 5 6 <para><screen><userinput> ./configure --prefix=/usr \6 <para><screen><userinput><command>./configure --prefix=/usr \ 7 7 --enable-build-20 \ 8 8 --enable-build-21 \ … … 12 12 --with-xdnd && 13 13 make && 14 make install</ userinput></screen></para>14 make install</command></userinput></screen></para> 15 15 16 16 </sect2> -
x/lib/lesstif/lesstif-intro.xml
r5d8d360 r9b104add 1 1 <sect2> 2 <title>Introduction to lesstif</title>2 <title>Introduction to <application>lesstif</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&lesstif-download-http;"/> 5 Download location (FTP): <ulink url="&lesstif-download-ftp;"/> 6 Version used: &lesstif-version; 7 Package size: &lesstif-size; 8 Estimated Disk space required: &lesstif-buildsize; 9 Estimated build time: &lesstif-time;</screen> 4 <para>The <application>lesstif</application> package contains an Open Source version of OSF/Motif(R).</para> 10 5 11 <para>The lesstif package contains an Open Source version of 12 OSF/Motif(R).</para> 6 <sect3><title>Package information</title> 7 <itemizedlist spacing='compact'> 8 <listitem><para>Download (HTTP): <ulink url="&lesstif-download-http;"/></para></listitem> 9 <listitem><para>Download (FTP): <ulink url="&lesstif-download-ftp;"/></para></listitem> 10 <listitem><para>Download size: &lesstif-size;</para></listitem> 11 <listitem><para>Estimated Disk space required: &lesstif-buildsize;</para></listitem> 12 <listitem><para>Estimated build time: &lesstif-time;</para></listitem></itemizedlist> 13 </sect3> 13 14 14 <screen>lesstif depends on: 15 <xref linkend="xfree86"/></screen> 15 <sect3><title><application>lesstif</application> dependencies</title> 16 <sect4><title>Required</title> 17 <para><xref linkend="xfree86"/></para></sect4> 18 </sect3> 16 19 17 20 </sect2> -
x/lib/lesstif/lesstif.ent
r5d8d360 r9b104add 5 5 <!ENTITY lesstif-desc SYSTEM "lesstif-desc.xml"> 6 6 <!ENTITY lesstif-config SYSTEM "lesstif-config.xml"> 7 <!ENTITY lesstif-buildsize " 62MB">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">7 <!ENTITY lesstif-buildsize "33 MB"> 8 <!ENTITY lesstif-version "0.93.46"> 9 <!ENTITY lesstif-download-http "http://telia.dl.sourceforge.net/sourceforge/lesstif/lesstif-0.93.46.tar.bz2"> 10 10 <!ENTITY lesstif-download-ftp ""> 11 <!ENTITY lesstif-size "2. 4MB">11 <!ENTITY lesstif-size "2.5 MB"> 12 12 <!ENTITY lesstif-time "4.24 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.