Author: bdubbs
Date: Fri Feb 21 19:47:03 2014
New Revision: 12761
Log:
Tags
Added:
trunk/BOOK/archive/ed.xml
- copied unchanged from r12758, trunk/BOOK/postlfs/editors/ed.xml
Modified:
trunk/BOOK/general/genlib/aspell.xml
trunk/BOOK/general/genlib/enchant.xml
trunk/BOOK/postlfs/editors/bluefish.xml
trunk/BOOK/postlfs/editors/emacs.xml
trunk/BOOK/x/lib/at-spi2-core.xml
trunk/BOOK/x/lib/gtk+2.xml
Copied: trunk/BOOK/archive/ed.xml (from r12758,
trunk/BOOK/postlfs/editors/ed.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/ed.xml Fri Feb 21 19:47:03 2014 (r12761, copy
of r12758, trunk/BOOK/postlfs/editors/ed.xml)
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY ed-download-http
"http://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz">
+ <!ENTITY ed-download-ftp
"ftp://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz">
+ <!ENTITY ed-md5sum "565b6d1d5a9a8816b9b304fc4ed9405d">
+ <!ENTITY ed-size "92 KB">
+ <!ENTITY ed-buildsize "2.3 MB">
+ <!ENTITY ed-time "less than 0.1 SBU">
+]>
+
+<sect1 id="ed" xreflabel="Ed-&ed-version;">
+ <?dbhtml filename="ed.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>Ed-&ed-version;</title>
+
+ <indexterm zone="ed">
+ <primary sortas="a-Ed">Ed</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Ed</title>
+
+ <para><application>Ed</application> is a line-oriented text editor. It
+ is used to create, display, modify and otherwise manipulate text files,
+ both interactively and via shell scripts. Ed isn't something which many
+ people use. It's described here because it can be used by the patch
+ program if you encounter an ed-based patch file. This happens rarely
+ because diff-based patches are preferred these days.</para>
+
+ &lfs74_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&ed-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&ed-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &ed-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &ed-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &ed-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &ed-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/ed"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Ed</title>
+
+ <para>Install <application>Ed</application> by running the following
+ commands:</para>
+
+<screen><userinput>./configure --prefix=/usr --bindir=/bin &&
+make</userinput></screen>
+
+ <para>To test the results, issue: <command>make check</command>.</para>
+
+ <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>ed and red</seg>
+ <seg>None</seg>
+ <seg>None</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="ed-prog">
+ <term><command>ed</command></term>
+ <listitem>
+ <para>is a line-oriented text editor.</para>
+ <indexterm zone="ed ed-prog">
+ <primary sortas="b-ed">ed</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="red">
+ <term><command>red</command></term>
+ <listitem>
+ <para>is a restricted <command>ed</command>—it can only edit
+ files in the current directory and cannot execute shell
+ commands.</para>
+ <indexterm zone="ed red">
+ <primary sortas="b-red">red</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Modified: trunk/BOOK/general/genlib/aspell.xml
==============================================================================
--- trunk/BOOK/general/genlib/aspell.xml Fri Feb 21 16:12:09 2014
(r12760)
+++ trunk/BOOK/general/genlib/aspell.xml Fri Feb 21 19:47:03 2014
(r12761)
@@ -38,7 +38,7 @@
library or as an independent spell checker.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -121,8 +121,10 @@
<screen role="root"><userinput>make install &&
install -v -m755 -d /usr/share/doc/aspell-&aspell-version;/aspell{,-dev}.html
&&
+
install -v -m644 manual/aspell.html/* \
/usr/share/doc/aspell-&aspell-version;/aspell.html &&
+
install -v -m644 manual/aspell-dev.html/* \
/usr/share/doc/aspell-&aspell-version;/aspell-dev.html</userinput></screen>
Modified: trunk/BOOK/general/genlib/enchant.xml
==============================================================================
--- trunk/BOOK/general/genlib/enchant.xml Fri Feb 21 16:12:09 2014
(r12760)
+++ trunk/BOOK/general/genlib/enchant.xml Fri Feb 21 19:47:03 2014
(r12761)
@@ -32,7 +32,7 @@
<para>The <application>enchant</application> package provide a generic
interface into various existing spell checking libraries.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/editors/bluefish.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/bluefish.xml Fri Feb 21 16:12:09 2014
(r12760)
+++ trunk/BOOK/postlfs/editors/bluefish.xml Fri Feb 21 19:47:03 2014
(r12761)
@@ -38,7 +38,7 @@
editing dynamic and interactive websites.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/editors/emacs.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/emacs.xml Fri Feb 21 16:12:09 2014
(r12760)
+++ trunk/BOOK/postlfs/editors/emacs.xml Fri Feb 21 19:47:03 2014
(r12761)
@@ -32,7 +32,7 @@
<para>The <application>Emacs</application> package contains an extensible,
customizable, self-documenting real-time display editor.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -77,7 +77,6 @@
commands:</para>
<screen><userinput>./configure --prefix=/usr \
- --libexecdir=/usr/lib \
--with-gif=no \
--localstatedir=/var &&
make bootstrap</userinput></screen>
@@ -124,7 +123,7 @@
grep-changelog, and
rcs-checkin</seg>
<seg>None</seg>
- <seg>/usr/lib/emacs,
+ <seg>/usr/libexec/emacs,
/usr/share/emacs, and
/var/games/emacs</seg>
</seglistitem>
Modified: trunk/BOOK/x/lib/at-spi2-core.xml
==============================================================================
--- trunk/BOOK/x/lib/at-spi2-core.xml Fri Feb 21 16:12:09 2014 (r12760)
+++ trunk/BOOK/x/lib/at-spi2-core.xml Fri Feb 21 19:47:03 2014 (r12761)
@@ -11,7 +11,7 @@
<!ENTITY at-spi2-core-md5sum "d4a198201f6189fb248f3edd19efe39c">
<!ENTITY at-spi2-core-size "436 KB">
<!ENTITY at-spi2-core-buildsize "13 MB">
- <!ENTITY at-spi2-core-time "0.14 SBU">
+ <!ENTITY at-spi2-core-time "0.1 SBU">
]>
<sect1 id="at-spi2-core" xreflabel="at-spi2-core-&at-spi2-core-version;">
Modified: trunk/BOOK/x/lib/gtk+2.xml
==============================================================================
--- trunk/BOOK/x/lib/gtk+2.xml Fri Feb 21 16:12:09 2014 (r12760)
+++ trunk/BOOK/x/lib/gtk+2.xml Fri Feb 21 19:47:03 2014 (r12761)
@@ -162,7 +162,8 @@
<para>
<command>sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in</command>:
- This <command>sed</command> disables one test know to fail. Not
necessary, if not running the tests.
+ This <command>sed</command> disables one test known to fail.
+ Not necessary, if not running the tests.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page