Changeset f17b2db
- Timestamp:
- 09/04/2012 07:31:26 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 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, gimp3, gnome, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4cc1340
- Parents:
- 2f8cc75
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r2f8cc75 rf17b2db 210 210 <!ENTITY dash-version "0.5.7"> 211 211 <!ENTITY tcsh-version "6.18.01"> 212 <!ENTITY zsh-version " 4.3.10">212 <!ENTITY zsh-version "5.0.0"> 213 213 214 214 <!-- Removed -
introduction/welcome/changelog.xml
r2f8cc75 rf17b2db 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Update to zsh-5.0.0. Fixes 51 <ulink url="&blfs-ticket-root;3514">#3514</ulink>.</para> 52 </listitem> 53 <listitem> 50 54 <para>[bdubbs] - Removed curlftpfs. Resolves 51 55 <ulink url="&blfs-ticket-root;3508">#3508</ulink>.</para> -
postlfs/shells/zsh.xml
r2f8cc75 rf17b2db 7 7 <!ENTITY zsh-download-http "&sourceforge-repo;/zsh/zsh-&zsh-version;.tar.bz2"> 8 8 <!ENTITY zsh-download-ftp " "> 9 <!ENTITY zsh-md5sum " 74c5b275544400082a1cde806c98682a">10 <!ENTITY zsh-size "2. 7MB">11 <!ENTITY zsh-buildsize " 49MB (includes installing all documentation)">12 <!ENTITY zsh-time "0. 8SBU">9 <!ENTITY zsh-md5sum "e8484468925cec8d9a84b8b04797e764"> 10 <!ENTITY zsh-size "2.9 MB"> 11 <!ENTITY zsh-buildsize "61 MB (includes installing all documentation)"> 12 <!ENTITY zsh-time "0.7 SBU"> 13 13 14 14 <!ENTITY zsh-doc-md5sum "b3a026cf02471b66454a2b241a4d92a4"> 15 15 ]> 16 16 17 <sect1 id="zsh" xreflabel=" ZSH-&zsh-version;">17 <sect1 id="zsh" xreflabel="zsh-&zsh-version;"> 18 18 <?dbhtml filename="zsh.html"?> 19 19 … … 23 23 </sect1info> 24 24 25 <title> ZSH-&zsh-version;</title>25 <title>zsh-&zsh-version;</title> 26 26 27 27 <indexterm zone="zsh"> 28 <primary sortas="a- ZSH">ZSH</primary>28 <primary sortas="a-zsh">zsh</primary> 29 29 </indexterm> 30 30 31 31 <sect2 role="package"> 32 <title>Introduction to ZSH</title>33 34 <para>The <application> ZSH</application> package contains a command32 <title>Introduction to zsh</title> 33 34 <para>The <application>zsh</application> package contains a command 35 35 interpreter (shell) usable as an interactive login shell and as 36 36 a shell script command processor. Of the standard shells, 37 <application>ZSH</application> most closely resembles 38 <application>KSH</application> but includes many enhancements.</para> 39 40 &lfs71_checked; 41 42 <note> 43 <para>This version of <application>ZSH</application> is a development 44 release. The BLFS staff has determined that it provides a stable 45 program which works properly with multibyte locales (e.g., UTF-8). 46 To find the current stable release, refer to the 47 <ulink url="http://www.zsh.org/">ZSH home page</ulink> and compile 48 <application>ZSH</application> with the same instructions.</para> 49 </note> 37 <application>zsh</application> most closely resembles 38 <application>ksh</application> but includes many enhancements.</para> 39 40 &lfs72_checked; 50 41 51 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 82 73 </itemizedlist> 83 74 84 <bridgehead renderas="sect3"> ZSHDependencies</bridgehead>75 <bridgehead renderas="sect3">zsh Dependencies</bridgehead> 85 76 86 77 <bridgehead renderas="sect4">Optional</bridgehead> … … 95 86 96 87 <sect2 role="installation"> 97 <title>Installation of ZSH</title>88 <title>Installation of zsh</title> 98 89 99 90 <para>If you downloaded the optional documentation, unpack it with … … 102 93 <screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.bz2</userinput></screen> 103 94 104 <para>Install <application> ZSH</application> by running the following95 <para>Install <application>zsh</application> by running the following 105 96 commands:</para> 106 97 … … 156 147 <para><parameter>--sysconfdir=/etc/zsh</parameter> and 157 148 <parameter>--enable-etcdir=/etc/zsh</parameter>: These parameters are 158 used so that all the <application> ZSH</application> configuration files149 used so that all the <application>zsh</application> configuration files 159 150 are consolidated into the <filename class='directory'>/etc/zsh</filename> 160 151 directory. Omit these parameters if you wish to retain historical … … 172 163 173 164 <para><parameter>--enable-pcre</parameter>: This parameter allows to use 174 the <application> PCRE</application> regular expression library in shell165 the <application>pcre</application> regular expression library in shell 175 166 builtins.</para> 176 167 … … 178 169 <title>Multiple partitions</title> 179 170 180 <para>Linking <application> ZSH</application> dynamically against181 <application> PCRE</application> and/or <application>GDBM</application>171 <para>Linking <application>zsh</application> dynamically against 172 <application>pcre</application> and/or <application>gdbm</application> 182 173 produces runtime dependencies on <filename class='libraryfile'> 183 174 libpcre.so</filename> and/or <filename class='libraryfile'>libgdbm.so … … 185 176 <filename class='directory'>/usr</filename> hierarchy. If 186 177 <filename class='directory'>/usr</filename> is a separate mount point 187 and <application> ZSH</application> needs to be available in boot time,178 and <application>zsh</application> needs to be available in boot time, 188 179 then its supporting libraries should be in 189 180 <filename class='directory'>/lib</filename> too. You can move the … … 197 188 </screen> 198 189 199 <para>Alternatively you can statically link <application> ZSH</application>200 against <application> PCRE</application> and <application>GDBM</application>190 <para>Alternatively you can statically link <application>zsh</application> 191 against <application>pcre</application> and <application>gdbm</application> 201 192 if you modify the <filename>config.modules</filename> file (you need first 202 193 to run configure to generate it).</para> … … 207 198 208 199 <sect2 role="configuration"> 209 <title>Configuring ZSH</title>200 <title>Configuring zsh</title> 210 201 211 202 <sect3 id="zsh-config"> … … 213 204 214 205 <para>There are a whole host of configuration files for 215 <application> ZSH</application> including206 <application>zsh</application> including 216 207 <filename>/etc/zsh/zshenv</filename>, 217 208 <filename>/etc/zsh/zprofile</filename>, … … 248 239 249 240 <para>Update <filename>/etc/shells</filename> to include the 250 <application> ZSH</application> shell program names (as the241 <application>zsh</application> shell program names (as the 251 242 <systemitem class="username">root</systemitem> user):</para> 252 243
Note:
See TracChangeset
for help on using the changeset viewer.