git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3641 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2005-04-03 02:43:23 +00:00
parent b52d2005ae
commit e73c45ef0f
4 changed files with 51 additions and 38 deletions

View File

@ -43,20 +43,14 @@ Linus Torvalds.</para>
<revhistory>
<revision>
<revnumber>&version;</revnumber>
<date>&pubdate;</date>
<revremark>Development Release</revremark>
</revision>
<revision>
<revnumber>&version;</revnumber>
<date>2005-03-17</date>
<revremark>Fourth release (Candidate 1)</revremark>
<revnumber>6.0</revnumber>
<date>2005-04-02</date>
<revremark>Fourth release</revremark>
</revision>
<revision>
<revnumber>5.1</revnumber>
<date>2004-6-05</date>
<date>2004-06-05</date>
<revremark>Third release</revremark>
</revision>

View File

@ -1,10 +1,10 @@
<!ENTITY day "02">
<!ENTITY month "04">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY version "6.0">
<!ENTITY releasedate "April &day;nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
<!ENTITY blfs-version "6.0"> <!-- cvs|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] -->
<!ENTITY last-commit "$Date$"> <!-- Automatic update -->
@ -12,16 +12,16 @@
<!ENTITY maintainer-firstname "Bruce">
<!ENTITY maintainer-address "bdubbs@linuxfromscratch.org">
<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn">
<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/6.0">
<!ENTITY downloads-project "http://downloads.linuxfromscratch.org">
<!ENTITY hints-root "http://www.linuxfromscratch.org/hints">
<!ENTITY patch-root "http://www.linuxfromscratch.org/blfs/downloads/svn">
<!ENTITY patch-root "http://www.linuxfromscratch.org/blfs/downloads/6.0">
<!-- <!ENTITY lfs-root "http://www.linuxfromscratch.org/lfs/view/&lfs-version;"> -->
<!ENTITY lfs-root "../../../../lfs/view/&lfs-version;">
<!ENTITY publisher "Unknown">
<!ENTITY blfs-bootscripts-version "20050313">
<!ENTITY blfs-bootscripts-version "6.0">
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
<!-- Part II -->

View File

@ -22,11 +22,27 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>April 2nd, 2005 [bdubbs]: 6.0 Release.</para></listitem>
<listitem><para>April 2nd, 2005 [bdubbs]: Updated emacs to 21.4a.</para></listitem>
<listitem><para>April 2nd, 2005 [bdubbs]: Updated iptables to add
bootscript installation.</para></listitem>
<listitem><para>April 2nd, 2005 [bdubbs]: Updated 6.0 branch with
vim security patch from SVN (randy).</para></listitem>
<listitem><para>April 2nd, 2005 [randy]: Added which as a required dependency
of DocBook-utils, reported by Andrew Benton.</para></listitem>
<listitem><para>March 17th, 2005 [randy]: Changed cracklib from a required
dependency to recommended in the Linux-Pam instructions; updated to Zip-2.31
and CUPS-1.1.23; added the creation of an 'lp' user to the CUPS
instructions.</para></listitem>
=======
<listitem><para>April 1st, 2005 [randy]: Updated to DocBook XML DTD-4.4 and
DocBook XSL Stylesheets-1.68.1.</para></listitem>
>>>>>>> .r3640
<listitem><para>March 31st, 2005 [bdubbs]: Updated the install instructions
for xinetd to use /etc/xinetd.d/ directory structure. Patch by John Gnew.

View File

@ -6,7 +6,7 @@
<!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
<!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
<!ENTITY emacs-md5sum "5ec2c01f7604cf207628de0e82181647">
<!ENTITY emacs-md5sum "8f9d97cbd126121bd5d97e5e31168a87">
<!ENTITY emacs-size "20 MB">
<!ENTITY emacs-buildsize "96.8 MB">
<!ENTITY emacs-time "4.20 SBU">
@ -14,13 +14,16 @@
<sect1 id="emacs" xreflabel="Emacs-&emacs-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="emacs.html"?>
<title>Emacs-&emacs-version;</title>
<indexterm zone="emacs"><primary
sortas="a-Emacs">Emacs</primary></indexterm>
<indexterm zone="emacs">
<primary sortas="a-Emacs">Emacs</primary>
</indexterm>
<sect2>
<title>Introduction to <application>Emacs</application></title>
@ -30,25 +33,26 @@ customizable, self-documenting real-time display editor.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&emacs-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&emacs-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem>
<listitem><para>Download size: &emacs-size;</para></listitem>
<listitem><para>Estimated disk space required:
&emacs-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&emacs-time;</para></listitem></itemizedlist>
<listitem><para>Download (HTTP): <ulink url="&emacs-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&emacs-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &emacs-md5sum;</para></listitem>
<listitem><para>Download size: &emacs-size;</para></listitem>
<listitem><para>Estimated disk space required: &emacs-buildsize;</para></listitem>
<listitem><para>Estimated build time: &emacs-time;</para></listitem>
</itemizedlist>
</sect3>
<sect3><title><application>Emacs</application> dependencies</title>
<sect4><title>Optional</title>
<sect3>
<title><application>Emacs</application> dependencies</title>
<sect4>
<title>Optional</title>
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
<xref linkend="libjpeg"/>,
<xref linkend="libpng"/>,
<xref linkend="libtiff"/> and
<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
<xref linkend="libjpeg"/>,
<xref linkend="libpng"/>,
<xref linkend="libtiff"/> and
<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
</sect4>
</sect3>
@ -60,8 +64,7 @@ url="&emacs-download-ftp;"/></para></listitem>
<para>Install <application>Emacs</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr \
--libexecdir=/usr/sbin &amp;&amp;
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
make bootstrap</command></userinput></screen>
<para>Now, as the root user:</para>