Author: bdubbs
Date: 2012-09-04 13:31:26 -0600 (Tue, 04 Sep 2012)
New Revision: 10627
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/shells/zsh.xml
Log:
Update to zsh-5.0.0
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-09-04 18:28:12 UTC (rev 10626)
+++ trunk/BOOK/general.ent 2012-09-04 19:31:26 UTC (rev 10627)
@@ -209,7 +209,7 @@
<!-- Chapter 7 -->
<!ENTITY dash-version "0.5.7">
<!ENTITY tcsh-version "6.18.01">
-<!ENTITY zsh-version "4.3.10">
+<!ENTITY zsh-version "5.0.0">
<!-- Removed
<!ENTITY ksh-version "2008-11-04">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-09-04 18:28:12 UTC
(rev 10626)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-09-04 19:31:26 UTC
(rev 10627)
@@ -47,6 +47,10 @@
<para>September 4th, 2012</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to zsh-5.0.0. Fixes
+ <ulink url="&blfs-ticket-root;3514">#3514</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Removed curlftpfs. Resolves
<ulink url="&blfs-ticket-root;3508">#3508</ulink>.</para>
</listitem>
Modified: trunk/BOOK/postlfs/shells/zsh.xml
===================================================================
--- trunk/BOOK/postlfs/shells/zsh.xml 2012-09-04 18:28:12 UTC (rev 10626)
+++ trunk/BOOK/postlfs/shells/zsh.xml 2012-09-04 19:31:26 UTC (rev 10627)
@@ -6,15 +6,15 @@
<!ENTITY zsh-download-http
"&sourceforge-repo;/zsh/zsh-&zsh-version;.tar.bz2">
<!ENTITY zsh-download-ftp " ">
- <!ENTITY zsh-md5sum "74c5b275544400082a1cde806c98682a">
- <!ENTITY zsh-size "2.7 MB">
- <!ENTITY zsh-buildsize "49 MB (includes installing all documentation)">
- <!ENTITY zsh-time "0.8 SBU">
+ <!ENTITY zsh-md5sum "e8484468925cec8d9a84b8b04797e764">
+ <!ENTITY zsh-size "2.9 MB">
+ <!ENTITY zsh-buildsize "61 MB (includes installing all documentation)">
+ <!ENTITY zsh-time "0.7 SBU">
<!ENTITY zsh-doc-md5sum "b3a026cf02471b66454a2b241a4d92a4">
]>
-<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
+<sect1 id="zsh" xreflabel="zsh-&zsh-version;">
<?dbhtml filename="zsh.html"?>
<sect1info>
@@ -22,32 +22,23 @@
<date>$Date$</date>
</sect1info>
- <title>ZSH-&zsh-version;</title>
+ <title>zsh-&zsh-version;</title>
<indexterm zone="zsh">
- <primary sortas="a-ZSH">ZSH</primary>
+ <primary sortas="a-zsh">zsh</primary>
</indexterm>
<sect2 role="package">
- <title>Introduction to ZSH</title>
+ <title>Introduction to zsh</title>
- <para>The <application>ZSH</application> package contains a command
+ <para>The <application>zsh</application> package contains a command
interpreter (shell) usable as an interactive login shell and as
a shell script command processor. Of the standard shells,
- <application>ZSH</application> most closely resembles
- <application>KSH</application> but includes many enhancements.</para>
+ <application>zsh</application> most closely resembles
+ <application>ksh</application> but includes many enhancements.</para>
- &lfs71_checked;
+ &lfs72_checked;
- <note>
- <para>This version of <application>ZSH</application> is a development
- release. The BLFS staff has determined that it provides a stable
- program which works properly with multibyte locales (e.g., UTF-8).
- To find the current stable release, refer to the
- <ulink url="http://www.zsh.org/">ZSH home page</ulink> and compile
- <application>ZSH</application> with the same instructions.</para>
- </note>
-
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -81,7 +72,7 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">ZSH Dependencies</bridgehead>
+ <bridgehead renderas="sect3">zsh Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="pcre"/> and
@@ -94,14 +85,14 @@
</sect2>
<sect2 role="installation">
- <title>Installation of ZSH</title>
+ <title>Installation of zsh</title>
<para>If you downloaded the optional documentation, unpack it with
the following command:</para>
<screen><userinput>tar --strip-components=1 -xvf
../zsh-&zsh-version;-doc.tar.bz2</userinput></screen>
- <para>Install <application>ZSH</application> by running the following
+ <para>Install <application>zsh</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr \
@@ -155,7 +146,7 @@
<para><parameter>--sysconfdir=/etc/zsh</parameter> and
<parameter>--enable-etcdir=/etc/zsh</parameter>: These parameters are
- used so that all the <application>ZSH</application> configuration files
+ used so that all the <application>zsh</application> configuration files
are consolidated into the <filename class='directory'>/etc/zsh</filename>
directory. Omit these parameters if you wish to retain historical
compatibility by having all the files located in the
@@ -171,20 +162,20 @@
use of the <application>GDBM</application> library.</para>
<para><parameter>--enable-pcre</parameter>: This parameter allows to use
- the <application>PCRE</application> regular expression library in shell
+ the <application>pcre</application> regular expression library in shell
builtins.</para>
<sect3 id="mountpoints">
<title>Multiple partitions</title>
- <para>Linking <application>ZSH</application> dynamically against
- <application>PCRE</application> and/or <application>GDBM</application>
+ <para>Linking <application>zsh</application> dynamically against
+ <application>pcre</application> and/or <application>gdbm</application>
produces runtime dependencies on <filename class='libraryfile'>
libpcre.so</filename> and/or <filename class='libraryfile'>libgdbm.so
</filename>respectively, which both reside in
<filename class='directory'>/usr</filename> hierarchy. If
<filename class='directory'>/usr</filename> is a separate mount point
- and <application>ZSH</application> needs to be available in boot time,
+ and <application>zsh</application> needs to be available in boot time,
then its supporting libraries should be in
<filename class='directory'>/lib</filename> too. You can move the
libraries as follows:</para>
@@ -196,8 +187,8 @@
ln -v -sf ../../lib/libgdbm.so.3 /usr/lib/libgdbm.so</userinput>
</screen>
- <para>Alternatively you can statically link
<application>ZSH</application>
- against <application>PCRE</application> and
<application>GDBM</application>
+ <para>Alternatively you can statically link
<application>zsh</application>
+ against <application>pcre</application> and
<application>gdbm</application>
if you modify the <filename>config.modules</filename> file (you need
first
to run configure to generate it).</para>
@@ -206,13 +197,13 @@
</sect2>
<sect2 role="configuration">
- <title>Configuring ZSH</title>
+ <title>Configuring zsh</title>
<sect3 id="zsh-config">
<title>Config Files</title>
<para>There are a whole host of configuration files for
- <application>ZSH</application> including
+ <application>zsh</application> including
<filename>/etc/zsh/zshenv</filename>,
<filename>/etc/zsh/zprofile</filename>,
<filename>/etc/zsh/zshrc</filename>,
@@ -247,7 +238,7 @@
<title>Configuration Information</title>
<para>Update <filename>/etc/shells</filename> to include the
- <application>ZSH</application> shell program names (as the
+ <application>zsh</application> shell program names (as the
<systemitem class="username">root</systemitem> user):</para>
<screen role="root"><userinput>cat >> /etc/shells << "EOF"
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page