Changeset 7cdb9a45
- Timestamp:
- 09/14/2003 01:27:34 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8e72009
- Parents:
- acaf298
- Location:
- general/prog
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/librep/librep-desc.xml
racaf298 r7cdb9a45 2 2 <title>Contents</title> 3 3 4 <para>The librep package contains <userinput>rep</userinput> and5 < filename>librep</filename> libraries.</para>4 <para>The <application>librep</application> package contains <command>rep 5 </command> and <filename>librep</filename> libraries.</para> 6 6 7 7 </sect2> … … 10 10 11 11 <sect3><title>rep</title> 12 <para> repis the Lisp interpreter.</para></sect3>12 <para><command>rep</command> is the Lisp interpreter.</para></sect3> 13 13 14 14 <sect3><title>librep libraries</title> 15 <para> librep libraries contain the functions necessary for the Lisp16 interpreter.</para></sect3>15 <para><filename>librep</filename> libraries contain the functions necessary 16 for the Lisp interpreter.</para></sect3> 17 17 18 18 </sect2> -
general/prog/librep/librep-exp.xml
racaf298 r7cdb9a45 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--libexec=/usr/lib</userinput> : This command installs4 <para><command>--libexec=/usr/lib</command> : This command installs 5 5 files to <filename>/usr/lib/rep</filename> instead of 6 6 <filename>/user/libexec/rep</filename>.</para> -
general/prog/librep/librep-inst.xml
racaf298 r7cdb9a45 1 1 <sect2> 2 <title>Installation of librep</title>2 <title>Installation of <application>librep</application></title> 3 3 4 <para>Install librep by running the following commands:</para> 4 <para>Install <application>librep</application> by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \7 <screen><userinput><command>./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \ 7 8 --infodir=/usr/share/info && 8 9 make && 9 make install </userinput></screen></para>10 make install</command></userinput></screen> 10 11 11 12 </sect2> -
general/prog/librep/librep-intro.xml
racaf298 r7cdb9a45 1 1 <sect2> 2 <title>Introduction to librep</title>2 <title>Introduction to <application>librep</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&librep-download-http;"/> 5 Download location (FTP): <ulink url="&librep-download-ftp;"/> 6 Version used: &librep-version; 7 Package size: &librep-size; 8 Estimated Disk space required: &librep-buildsize; 9 Estimated build time: &librep-time;</screen> 4 <para>The <application>librep</application> package contains a Lisp system. 5 This is useful for scripting or for applications that may use the Lisp 6 interpreter as an extension language.</para> 10 7 11 <para>The librep package contains a Lisp system. This is useful for 12 scripting or for applications that may use the Lisp interpreter as an 13 extension language.</para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink 11 url="&librep-download-http;"/></para></listitem> 12 <listitem><para>Download (FTP): <ulink 13 url="&librep-download-ftp;"/></para></listitem> 14 <listitem><para>Download size: &librep-size;</para></listitem> 15 <listitem><para>Estimated Disk space required: 16 &librep-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: 18 &librep-time;</para></listitem></itemizedlist> 19 </sect3> 20 21 <sect3><title><application>librep</application> dependencies</title> 22 <sect4><title>Required</title> 23 <para><xref linkend="gmp"/> and <xref linkend="gdbm"/></para></sect4> 24 <sect4><title>Optional</title> 25 <para><xref linkend="readline"/></para></sect4> 26 </sect3> 14 27 15 <screen>librep depends on:16 <xref linkend="gmp"/> and <xref linkend="gdbm"/>17 librep will utilize:18 <xref linkend="readline"/></screen>19 28 20 29 </sect2> -
general/prog/librep/librep.ent
racaf298 r7cdb9a45 5 5 <!ENTITY librep-desc SYSTEM "librep-desc.xml"> 6 6 <!ENTITY librep-config SYSTEM "librep-config.xml"> 7 <!ENTITY librep-buildsize " 6.8MB">7 <!ENTITY librep-buildsize "9.1 MB"> 8 8 <!ENTITY librep-version "0.16.2"> 9 9 <!ENTITY librep-download-http "http://telia.dl.sourceforge.net/sourceforge/librep/librep-0.16.2.tar.gz"> 10 10 <!ENTITY librep-download-ftp ""> 11 11 <!ENTITY librep-size "896 KB"> 12 <!ENTITY librep-time " 1.46SBU">12 <!ENTITY librep-time "0.52 SBU"> -
general/prog/python/python-inst.xml
racaf298 r7cdb9a45 4 4 <para>Install <application>Python</application> by running the following commands:</para> 5 5 6 <para><screen><userinput><command>./configure --prefix=/usr &&6 <para><screen><userinput><command>./configure --prefix=/usr --enable-shared && 7 7 make && 8 8 make install </command></userinput></screen></para> -
general/prog/python/python.ent
racaf298 r7cdb9a45 5 5 <!ENTITY Python-desc SYSTEM "python-desc.xml"> 6 6 <!ENTITY Python-config SYSTEM "python-config.xml"> 7 <!ENTITY Python-buildsize "6 5.8MB">7 <!ENTITY Python-buildsize "69.3 MB"> 8 8 <!ENTITY Python-version "2.3"> 9 9 <!ENTITY Python-download-http "http://www.python.org/ftp/python/2.3/Python-2.3.tgz">
Note:
See TracChangeset
for help on using the changeset viewer.