- Timestamp:
- Jul 11, 2009, 5:50:02 PM (15 years ago)
- Branches:
- master
- Children:
- ccbeb45
- Parents:
- 8a63c91
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/file.xml
r8a63c91 r42910b8 18 18 <sect2 role="installation"> 19 19 <title>Installation of File</title> 20 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"22 href="../../final-system/common/file.xml"23 xpointer="xpointer(//*[@os='p1'])"/>24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../../final-system/common/file.xml"27 xpointer="xpointer(//*[@os='p2'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../../final-system/common/file.xml"31 xpointer="xpointer(//*[@os='p3'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../../final-system/common/file.xml"35 xpointer="xpointer(//*[@os='p4'])"/>36 20 37 21 <para>Prepare File for compilation:</para> -
BOOK/final-system/common/file.xml
r8a63c91 r42910b8 27 27 <sect2 role="installation"> 28 28 <title>Installation of File</title> 29 30 <para os="p1">The following patch will fix an issue due to utf-8 with file on documents:</para>31 32 <screen os="p2"><userinput>patch -Np1 -i ../&file-fixes-patch;</userinput></screen>33 34 <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>35 36 <screen os="p4"><userinput>patch -Np1 -i ../&file-new_compressors-patch;</userinput></screen>37 29 38 30 <para os="ap1">The following patch will fix a compile issue that would prevent -
BOOK/introduction/common/changelog.xml
r8a63c91 r42910b8 40 40 <para>July 11, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Less to 429.</para> 44 </listitem> 45 <listitem> 46 <para>[jciccone] - Updated File to 5.03.</para> 47 </listitem> 42 48 <listitem> 43 49 <para>[jciccone] - Updated the Kernel to 2.6.30.1.</para> -
BOOK/materials/common/patches.xml
r8a63c91 r42910b8 83 83 84 84 <varlistentry> 85 <term>File Fixes Patch - <token>&file-fixes-patch-size;</token>:</term>86 <listitem>87 <para>Download: <ulink88 url="&patches-root;&file-fixes-patch;"/></para>89 <para>MD5 sum: <literal>&file-fixes-patch-md5;</literal></para>90 </listitem>91 </varlistentry>92 93 <varlistentry>94 <term>File New Compressors Patch - <token>&file-new_compressors-patch-size;</token>:</term>95 <listitem>96 <para>Download: <ulink97 url="&patches-root;&file-new_compressors-patch;"/></para>98 <para>MD5 sum: <literal>&file-new_compressors-patch-md5;</literal></para>99 </listitem>100 </varlistentry>101 102 <varlistentry>103 85 <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term> 104 86 <listitem> -
BOOK/packages.ent
r8a63c91 r42910b8 78 78 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net"> 79 79 80 <!ENTITY file-version "5.0 0">81 <!ENTITY file-size " 586KB">82 <! -- <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> -->83 <! ENTITY file-url "&packages-root;file-&file-version;.tar.gz">84 <!ENTITY file-md5 " 74cd5466416136da30a4e69f74dbc7a0">80 <!ENTITY file-version "5.03"> 81 <!ENTITY file-size "601 KB"> 82 <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> 83 <!--<!ENTITY file-url "&packages-root;file-&file-version;.tar.gz">--> 84 <!ENTITY file-md5 "d05f08a53e5c2f51f8ee6a4758c0cc53"> 85 85 <!ENTITY file-home "http://www.darwinsys.com/file"> 86 86 … … 176 176 <!ENTITY kbd-home " "> 177 177 178 <!ENTITY less-version "4 18">179 <!ENTITY less-size "29 2KB">178 <!ENTITY less-version "429"> 179 <!ENTITY less-size "296 KB"> 180 180 <!ENTITY less-url "http://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz"> 181 <!ENTITY less-md5 " b5864d76c54ddf4627fd57ab333c88b4">181 <!ENTITY less-md5 "206f2f13b9b0a35e45df660fcb6af31d"> 182 182 <!ENTITY less-home "http://www.greenwoodsoftware.com/less"> 183 183 -
BOOK/patches.ent
r8a63c91 r42910b8 32 32 <!ENTITY file-cross_compile-patch-md5 "17956303345b8514a9c2bdc3939a21e5"> 33 33 <!ENTITY file-cross_compile-patch-size "1 KB"> 34 35 <!ENTITY file-fixes-patch "file-&file-version;-fixes-2.patch">36 <!ENTITY file-fixes-patch-md5 "23725f364441a9b1f4b244b2b3cdcd27">37 <!ENTITY file-fixes-patch-size "5 KB">38 39 <!ENTITY file-new_compressors-patch "file-&file-version;-new_compressors-1.patch">40 <!ENTITY file-new_compressors-patch-md5 "e19197f1872456a8557552cac0075915">41 <!ENTITY file-new_compressors-patch-size "1 KB">42 34 43 35 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-6.patch">
Note:
See TracChangeset
for help on using the changeset viewer.