source: archive/librep.xml

trunk
Last change on this file was 3802215, checked in by Bruce Dubbs <bdubbs@…>, 8 months ago

Archive librep to go with previous archiving of sawfish

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY librep-download-http "https://download.tuxfamily.org/librep/librep_&librep-version;.tar.xz">
8 <!ENTITY librep-download-ftp " ">
9 <!ENTITY librep-md5sum "036195b371006848e29ed6f50ddc8475">
10 <!ENTITY librep-size "840 KB">
11 <!ENTITY librep-buildsize "10 MB">
12 <!ENTITY librep-time "0.3 SBU">
13]>
14
15<sect1 id="librep" xreflabel="librep-&librep-version;">
16 <?dbhtml filename="librep.html" ?>
17
18
19 <title>Librep-&librep-version;</title>
20
21 <indexterm zone="librep">
22 <primary sortas="a-Librep">Librep</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Librep</title>
27
28 <para>
29 The <application>librep</application> package contains a Lisp system.
30 This is useful for scripting or for applications that may use the Lisp
31 interpreter as an extension language.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&librep-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&librep-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &librep-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &librep-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &librep-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &librep-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69<!--
70 <bridgehead renderas="sect3">Librep Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="libffi"/>
75 </para>
76-->
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Librep</title>
81
82 <para>
83 Install <application>librep</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 This package does not come with a test suite.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>sed -i '5043,5044 d' libtool &amp;&amp;
99make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>rep, <!--rep-config, -->rep-remote, rep-xgettext, and repdoc</seg>
113 <seg>librep.so and numerous modules installed in the /usr/lib/rep
114 hierarchy</seg>
115 <seg>/usr/lib/rep, /usr/share/emacs/site-lisp, and /usr/share/rep</seg>
116 </seglistitem>
117 </segmentedlist>
118
119 <variablelist>
120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 <?dbfo list-presentation="list"?>
122 <?dbhtml list-presentation="table"?>
123
124 <varlistentry id="rep">
125 <term><command>rep</command></term>
126 <listitem>
127 <para>
128 is the Lisp interpreter
129 </para>
130 <indexterm zone="librep rep">
131 <primary sortas="b-rep">rep</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="librep-lib">
137 <term><filename class="libraryfile">librep.so</filename></term>
138 <listitem>
139 <para>
140 contains the functions necessary for the Lisp interpreter
141 </para>
142 <indexterm zone="librep librep-lib">
143 <primary sortas="c-librep">librep.so</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.