Changeset 4938dadc
- Timestamp:
- 12/16/2013 11:34:15 AM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 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, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7de152b
- Parents:
- 876cd11
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r876cd11 r4938dadc 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 5"> <!-- Always 2 digits -->3 <!ENTITY day "16"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2013"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 1 5th, &year;">9 <!ENTITY releasedate "December 16th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 188 188 <!ENTITY dash-version "0.5.7"> 189 189 <!ENTITY tcsh-version "6.18.01"> 190 <!ENTITY zsh-version "5.0. 2">190 <!ENTITY zsh-version "5.0.3"> 191 191 192 192 <!-- Chapter 8 Virtualization --> -
introduction/welcome/changelog.xml
r876cd11 r4938dadc 45 45 --> 46 46 <listitem> 47 <para>December 16th, 2013</para> 48 <itemizedlist> 49 <listitem> 50 <para>[igor] - Update to zsh-5.0.3. Fixes 51 <ulink url="&blfs-ticket-root;4453">#4453</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>December 15th, 2013</para> 48 58 <itemizedlist> -
postlfs/shells/zsh.xml
r876cd11 r4938dadc 5 5 %general-entities; 6 6 7 <!ENTITY zsh-download-http " &sourceforge-repo;/zsh/zsh-&zsh-version;.tar.bz2">7 <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2"> 8 8 <!ENTITY zsh-download-ftp " "> 9 <!ENTITY zsh-md5sum " b8f2ad691acf58b3252225746480dcad">10 <!ENTITY zsh-size " 2.9MB">11 <!ENTITY zsh-buildsize "6 5MB (includes installing documentation)">12 <!ENTITY zsh-time " 1.1SBU">13 14 <!ENTITY zsh-doc-md5sum " b6818cbbea635b2f70883bb913d0a04a">9 <!ENTITY zsh-md5sum "aeba7cffed625aa5e212d33285243e11"> 10 <!ENTITY zsh-size "3.0 MB"> 11 <!ENTITY zsh-buildsize "63 MB (includes installing documentation)"> 12 <!ENTITY zsh-time "2.0 SBU"> 13 14 <!ENTITY zsh-doc-md5sum "01096a74fb641d2c6a00de0cfe2cd3ec"> 15 15 ]> 16 16 … … 65 65 <itemizedlist spacing="compact"> 66 66 <listitem> 67 <para>Required patch: <ulink68 url="&patch-root;/zsh-&zsh-version;-makeinfo-1.patch"/></para>69 </listitem>70 <listitem>71 67 <para>Optional Documentation: <ulink 72 url=" &sourceforge-repo;/zsh/zsh-&zsh-version;-doc.tar.bz2"/></para>68 url="http://www.zsh.org/pub/zsh-&zsh-version;-doc.tar.bz2"/></para> 73 69 </listitem> 74 70 <listitem> … … 101 97 commands:</para> 102 98 103 <screen><userinput>patch -Np1 -i ../zsh-&zsh-version;-makeinfo-1.patch && 104 105 ./configure --prefix=/usr \ 99 <screen><userinput>./configure --prefix=/usr \ 106 100 --bindir=/bin \ 107 101 --sysconfdir=/etc/zsh \ … … 163 157 <command>zsh</command> binaries into the root filesystem.</para> 164 158 165 <para>< parameter>--enable-cap</parameter>: This parameterenables159 <para><option>--enable-cap</option>: This option enables 166 160 POSIX capabilities.</para> 167 161 168 <para>< parameter>--disable-gdbm</parameter>: This parameterdisables the162 <para><option>--disable-gdbm</option>: This option disables the 169 163 use of the <application>GDBM</application> library.</para> 170 164 171 <para>< parameter>--enable-pcre</parameter>: This parameterallows to use165 <para><option>--enable-pcre</option>: This option allows to use 172 166 the <application>pcre</application> regular expression library in shell 173 167 builtins.</para>
Note:
See TracChangeset
for help on using the changeset viewer.