Author: igor
Date: Mon Feb 10 03:25:21 2014
New Revision: 12687
Log:
removed makedepend and pangox-compat
Added:
trunk/BOOK/archive/makedepend.xml
- copied unchanged from r12686, trunk/BOOK/x/installing/makedepend.xml
Deleted:
trunk/BOOK/x/installing/makedepend.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/js.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/installing.xml
trunk/BOOK/x/lib/pango.xml
Copied: trunk/BOOK/archive/makedepend.xml (from r12686,
trunk/BOOK/x/installing/makedepend.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/makedepend.xml Mon Feb 10 03:25:21 2014
(r12687, copy of r12686, trunk/BOOK/x/installing/makedepend.xml)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY makedepend-download-http
"&xorg-download-http;/util/makedepend-&makedepend-version;.tar.bz2">
+ <!ENTITY makedepend-download-ftp
"&xorg-download-ftp;/util/makedepend-&makedepend-version;.tar.bz2">
+ <!ENTITY makedepend-md5sum "0475638eb40a3920d0d3f14482c924a4">
+ <!ENTITY makedepend-size "144 KB">
+ <!ENTITY makedepend-buildsize "1.5 MB">
+ <!ENTITY makedepend-time "less than 0.1 SBU">
+]>
+
+<sect1 id="makedepend" xreflabel="makedepend-&makedepend-version;">
+ <?dbhtml filename="makedepend.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>makedepend-&makedepend-version;</title>
+
+ <indexterm zone="makedepend">
+ <primary sortas="a-makedepend">makedepend</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to makedepend</title>
+
+ <para>The <application>makedepend</application> package contains a
+ C-preprocessor like utility to determine build-time dependencies.</para>
+
+ &lfs74_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&makedepend-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&makedepend-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &makedepend-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &makedepend-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &makedepend-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &makedepend-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">makedepend Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="xorg7-proto"/>
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/makedepend"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of makedepend</title>
+
+ <para>Install <application>makedepend</application> by running the
following
+ commands:</para>
+
+<screen><userinput>./configure $XORG_CONFIG &&
+make</userinput></screen>
+
+ <para>To test the results, issue: <command>make check</command>.</para>
+
+ <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>makedepend</seg>
+ <seg>None</seg>
+ <seg>None</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="makedepend-x7">
+ <term><command>makedepend</command></term>
+ <listitem>
+ <para>creates dependencies in makefiles.</para>
+ <indexterm zone="makedepend makedepend-x7">
+ <primary sortas="b-makedepend">makedepend</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Feb 9 06:52:03 2014 (r12686)
+++ trunk/BOOK/general.ent Mon Feb 10 03:25:21 2014 (r12687)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "09"> <!-- Always 2 digits -->
+<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "February 9th, &year;">
+<!ENTITY releasedate "February 10th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -524,7 +524,6 @@
<!-- Chapter 24 --> <!-- stable lt .90 micro
version -->
<!ENTITY xorg-version "7.7"> <!-- applies to all xorg
packages -->
<!ENTITY util-macros-version "1.18.0">
-<!ENTITY makedepend-version "1.0.5">
<!ENTITY libXau-version "1.0.8">
<!ENTITY libXdmcp-version "1.1.1">
<!ENTITY libpthread-stubs-version "0.3">
@@ -570,7 +569,6 @@
<!ENTITY libnotify-version "0.7.6">
<!ENTITY libxklavier-version "5.3">
<!ENTITY pango-version "1.36.2">
-<!ENTITY pangox-version "0.0.2">
<!ENTITY pangomm-version "2.34.0">
<!ENTITY qt4-version "4.8.5">
<!ENTITY qt5-version "5.2.1">
Modified: trunk/BOOK/general/genlib/js.xml
==============================================================================
--- trunk/BOOK/general/genlib/js.xml Sun Feb 9 06:52:03 2014 (r12686)
+++ trunk/BOOK/general/genlib/js.xml Mon Feb 10 03:25:21 2014 (r12687)
@@ -84,8 +84,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="doxygen"/> and
- <xref linkend="makedepend"/>
+ <xref linkend="doxygen"/>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Feb 9 06:52:03
2014 (r12686)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Feb 10 03:25:21
2014 (r12687)
@@ -45,6 +45,15 @@
-->
<listitem>
+ <para>February 10th, 2014</para>
+ <itemizedlist>
+ <listitem>
+ <para>[igor] - Removed makedepend and pangox-compat.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 9th, 2014</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/installing/installing.xml
==============================================================================
--- trunk/BOOK/x/installing/installing.xml Sun Feb 9 06:52:03 2014
(r12686)
+++ trunk/BOOK/x/installing/installing.xml Mon Feb 10 03:25:21 2014
(r12687)
@@ -53,7 +53,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg7.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="util-macros.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7proto.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="makedepend.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXau.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXdmcp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-proto.xml"/>
Modified: trunk/BOOK/x/lib/pango.xml
==============================================================================
--- trunk/BOOK/x/lib/pango.xml Sun Feb 9 06:52:03 2014 (r12686)
+++ trunk/BOOK/x/lib/pango.xml Mon Feb 10 03:25:21 2014 (r12687)
@@ -11,13 +11,6 @@
<!ENTITY pango-buildsize "24 MB">
<!ENTITY pango-time "0.2 SBU">
- <!ENTITY pangox-download-http
"&gnome-download-http;/pangox-compat/0.0/pangox-compat-&pangox-version;.tar.xz">
- <!ENTITY pangox-download-ftp
"&gnome-download-ftp;/pangox-compat/0.0/pangox-compat-&pangox-version;.tar.xz">
- <!ENTITY pangox-md5sum "7bcbd0187f03e1e27af9a81e07249c33">
- <!ENTITY pangox-size "264 KB">
- <!ENTITY pangox-buildsize "3.2 MB">
- <!ENTITY pangox-time "less than 0.1 SBU">
-
]>
<sect1 id="pango" xreflabel="Pango-&pango-version;">
@@ -81,40 +74,6 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
- <itemizedlist spacing="compact">
- <listitem>
- <para>
- Download (HTTP): <ulink url="&pangox-download-http;"/>
- </para>
- </listitem>
- <listitem>
- <para>
- Download (FTP): <ulink url="&pangox-download-ftp;"/>
- </para>
- </listitem>
- <listitem>
- <para>
- Download MD5 sum: &pangox-md5sum;
- </para>
- </listitem>
- <listitem>
- <para>
- Download size: &pangox-size;
- </para>
- </listitem>
- <listitem>
- <para>
- Estimated disk space required: &pangox-buildsize;
- </para>
- </listitem>
- <listitem>
- <para>
- Estimated build time: &pangox-time;
- </para>
- </listitem>
- </itemizedlist>
-
<bridgehead renderas="sect3">Pango Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -173,38 +132,10 @@
</sect2>
- <sect2 role="installation">
- <title>Installation of Pangox Compat</title>
-
- <para>
- Install <application>Pangox Compat</application> by running the following
- commands:
- </para>
-
-<screen><userinput>./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-static &&
-make</userinput></screen>
-
- <para>
- This package does not come with a testsuite.
- </para>
-
- <para>
- Now, as the <systemitem class="username">root</systemitem> user:
- </para>
-
-<screen role="root"><userinput>make install</userinput></screen>
-
- </sect2>
-
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../../xincludes/static-libraries.xml"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
@@ -258,7 +189,7 @@
</seg>
<seg>
libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so,
- libpangox-1.0.so and libpangoxft-1.0.so;
+ and libpangoxft-1.0.so;
several modules under /usr/lib/pango/1.8.0/modules/
</seg>
<seg>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page