Author: rthomsen Date: 2012-07-19 13:15:06 -0600 (Thu, 19 Jul 2012) New Revision: 10428
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/cmake.xml trunk/BOOK/general/sysutils/libarchive.xml trunk/BOOK/introduction/welcome/changelog.xml Log: CMake 2.8.8 and Libarchive 3.0.4. Modified: trunk/BOOK/general/prog/cmake.xml =================================================================== --- trunk/BOOK/general/prog/cmake.xml 2012-07-19 17:52:46 UTC (rev 10427) +++ trunk/BOOK/general/prog/cmake.xml 2012-07-19 19:15:06 UTC (rev 10428) @@ -6,9 +6,9 @@ <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> <!ENTITY cmake-download-ftp " "> - <!ENTITY cmake-md5sum "e1b237aeaed880f65dec9c20602452f6"> + <!ENTITY cmake-md5sum "ba74b22c788a0c8547976b880cd02b17"> <!ENTITY cmake-size "5.4 MB"> - <!ENTITY cmake-buildsize "220 MB (including tests)"> + <!ENTITY cmake-buildsize "262 MB (including tests)"> <!ENTITY cmake-time "1.8 SBU (additional 6.5 SBU for the test suite)"> ]> @@ -29,9 +29,12 @@ <sect2 role="package"> <title>Introduction to CMake</title> - <para>The <application>CMake</application> package contains a modern toolset used - for generating <filename>Makefile</filename>s. It is a successor of the auto-generated - <command>configure</command> script.</para> + <para>The <application>CMake</application> package contains a modern + toolset used for generating Makefiles. It is a successor of the + auto-generated <command>configure</command> script and aims to be platform- + and compiler-independent. A significant user of + <application>CMake</application> is <application>KDE</application> since + version 4.</para> &lfs71_checked; @@ -62,7 +65,7 @@ <bridgehead renderas="sect4">Required</bridgehead> <para role="required"> <xref linkend="curl"/>, - <xref linkend="libarchive"/>, and + <xref linkend="libarchive"/> and <xref linkend="expat"/> </para> @@ -121,7 +124,7 @@ <seglistitem> <seg>ccmake, cmake, cmake-gui, cpack and ctest</seg> - <seg>None</seg> + <seg>none</seg> <seg>/usr/share/cmake-&cmake-major-version; and /usr/share/doc/cmake-&cmake-version;</seg> </seglistitem> Modified: trunk/BOOK/general/sysutils/libarchive.xml =================================================================== --- trunk/BOOK/general/sysutils/libarchive.xml 2012-07-19 17:52:46 UTC (rev 10427) +++ trunk/BOOK/general/sysutils/libarchive.xml 2012-07-19 19:15:06 UTC (rev 10428) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY libarchive-download-http "http://libarchive.googlecode.com/files/libarchive-&libarchive-version;.tar.gz"> + <!ENTITY libarchive-download-http "http://github.com/downloads/libarchive/libarchive/libarchive-&libarchive-version;.tar.gz"> <!ENTITY libarchive-download-ftp " "> - <!ENTITY libarchive-md5sum "ca4090f0099432a9ac5a8b6618dc3892"> - <!ENTITY libarchive-size "3.3 MB"> - <!ENTITY libarchive-buildsize "23 MB"> + <!ENTITY libarchive-md5sum "af443ca9a10ddbcbf00f7ae34ca7fc16"> + <!ENTITY libarchive-size "3.5 MB"> + <!ENTITY libarchive-buildsize "39 MB"> <!ENTITY libarchive-time "0.5 SBU"> ]> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-07-19 17:52:46 UTC (rev 10427) +++ trunk/BOOK/general.ent 2012-07-19 19:15:06 UTC (rev 10428) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "18"> <!-- Always 2 digits --> +<!ENTITY day "19"> <!-- Always 2 digits --> <!ENTITY month "07"> <!-- Always 2 digits --> <!ENTITY year "2012"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "July 18th, &year;"> +<!ENTITY releasedate "July 19th, &year;"> <!-- <!ENTITY releasedate "November &day;st, &year;"> --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> @@ -350,7 +350,7 @@ <!ENTITY gpm-version "1.20.6"> <!ENTITY gvfs-version "1.12.3"> <!ENTITY hdparm-version "9.37"> -<!ENTITY libarchive-version "3.0.3"> +<!ENTITY libarchive-version "3.0.4"> <!ENTITY lm_sensors-version "3.3.2"> <!ENTITY mc-version "4.8.3"> <!ENTITY obex-data-server-version "0.4.6"> @@ -383,7 +383,7 @@ <!-- Chapter 13 --> <!ENTITY bazaar-version "2.5.0"> <!ENTITY check-version "0.9.8"> -<!ENTITY cmake-version "2.8.7"> +<!ENTITY cmake-version "2.8.8"> <!ENTITY cvs-version "1.11.23"> <!ENTITY dejagnu-version "1.5"> <!ENTITY doxygen-version "1.7.5"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-07-19 17:52:46 UTC (rev 10427) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-07-19 19:15:06 UTC (rev 10428) @@ -45,6 +45,12 @@ <para>July 19th, 2012</para> <itemizedlist> <listitem> + <para>[rthomsen] - CMake 2.8.8.</para> + </listitem> + <listitem> + <para>[rthomsen] - Libarchive 3.0.4.</para> + </listitem> + <listitem> <para>[krejzi] - Boost 1.50.0.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
