source: general/graphlib/newt.xml@ d69b726

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d69b726 was d69b726, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Change title of libnewt-0.52.17 to newt-0.52.17. Thanks Bruce D.
Update to p11-kit-0.20.3.
Update to pixman-0.32.6.

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

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[acb3e9f]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 newt-download-http "http://fedorahosted.org/releases/n/e/newt/newt-&newt-version;.tar.gz">
8 <!ENTITY newt-download-ftp " ">
9 <!ENTITY newt-md5sum "f36d4d908965a0c89fd6fd8b61a6118b">
10 <!ENTITY newt-size "176 KB">
11 <!ENTITY newt-buildsize "5.1 MB">
12 <!ENTITY newt-time "less than 0.1 SBU">
13]>
14
15<sect1 id="newt" xreflabel="newt-&newt-version;">
16 <?dbhtml filename="newt.html"?>
17
18 <sect1info>
[bc5778f]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[acb3e9f]21 </sect1info>
22
[d69b726]23 <title>newt-&newt-version;</title>
[acb3e9f]24
25 <indexterm zone="newt">
26 <primary sortas="a-newt">newt</primary>
27 </indexterm>
28
29 <sect2 role="package">
[d69b726]30 <title>Introduction to newt</title>
[acb3e9f]31
32 <para>
33 <application>Newt</application> is a programming library for color text
34 mode, widget based user interfaces. It can be used to add stacked
35 windows, entry widgets, checkboxes, radio buttons, labels, plain text
36 fields, scrollbars, etc., to text mode user interfaces.
37 <application>Newt</application> is based on the S-Lang library.
38 </para>
39
40 &lfs75_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&newt-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&newt-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &newt-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &newt-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &newt-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &newt-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Newt Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="popt"/> and
81 <xref linkend="slang"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gpm"/> (runtime)
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="python2"/> and
92 <xref linkend="python3"/>
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/newt"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
[d69b726]101 <title>Installation of newt</title>
[acb3e9f]102
103 <para>
104 Install <application>newt</application> by running the following
105 command:
106 </para>
107
108<screen><userinput>sed -e 's/^LIBNEWT =/#&amp;/' \
109 -e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
110 -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \
111 -i Makefile.in &amp;&amp;
112./configure --prefix=/usr --with-gpm-support &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <command>sed -e ... -i Makefile.in</command>: Disables installation of an
132 static library.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg> whiptail </seg>
147 <seg> libnewt.so, whiptcl.so, and
148 /usr/lib/python{&python2-majorver;,&python3-majorver;}/site-packages/_snack.so </seg>
149 <seg> None </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="whiptail-prog">
159 <term><command>whiptail</command></term>
160 <listitem>
161 <para>
162 displays dialog boxes from shell scripts.
163 </para>
164 <indexterm zone="newt whiptail-prog">
165 <primary sortas="b-whiptail-prog">newt</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libnewt-lib">
171 <term><filename class="libraryfile">libnewt.so</filename></term>
172 <listitem>
173 <para>
174 is the library for color text mode, widget based user interfaces.
175 </para>
176 <indexterm zone="newt libnewt-lib">
177 <primary sortas="b-libnewt-lib">libnewt</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.