Author: manuel
Date: 2005-12-02 12:19:41 -0700 (Fri, 02 Dec 2005)
New Revision: 5343
Modified:
trunk/BOOK/general/prog/dejagnu.xml
trunk/BOOK/general/prog/doxygen.xml
trunk/BOOK/general/prog/expect.xml
trunk/BOOK/general/prog/gc.xml
trunk/BOOK/general/prog/gcc.xml
trunk/BOOK/general/prog/gcc3.xml
trunk/BOOK/general/prog/guile.xml
trunk/BOOK/general/prog/jdk.xml
trunk/BOOK/general/prog/librep.xml
trunk/BOOK/general/prog/nasm.xml
trunk/BOOK/general/prog/pdl.xml
trunk/BOOK/general/prog/php.xml
trunk/BOOK/general/prog/python.xml
trunk/BOOK/general/prog/pyxml.xml
trunk/BOOK/general/prog/ruby.xml
trunk/BOOK/general/prog/tcl.xml
trunk/BOOK/general/prog/tk.xml
Log:
Adding automatized scripts generation related tags. Prog chapter.
Modified: trunk/BOOK/general/prog/dejagnu.xml
===================================================================
--- trunk/BOOK/general/prog/dejagnu.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/dejagnu.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">dejagnu-&dejagnu-version;.tar</keyword>
+ <keyword role="ftptdir">dejagnu</keyword>
+ </keywordset>
</sect1info>
<title>DejaGnu-&dejagnu-version;</title>
@@ -58,10 +62,10 @@
<bridgehead renderas="sect3">DejaGnu Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="expect"/></para>
+ <para role="required"><xref linkend="expect"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="docbook-utils"/></para>
+ <para role="optional"><xref linkend="docbook-utils"/></para>
</sect2>
Modified: trunk/BOOK/general/prog/doxygen.xml
===================================================================
--- trunk/BOOK/general/prog/doxygen.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/doxygen.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">doxygen-&doxygen-version;.src.tar</keyword>
+ <keyword role="ftptdir">doxygen</keyword>
+ </keywordset>
</sect1info>
<title>Doxygen-&doxygen-version;</title>
@@ -71,7 +75,7 @@
<bridgehead renderas="sect3">Doxygen Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="qt"/>,
+ <para role="optional"><xref linkend="qt"/>,
<xref linkend="tex"/> and
<ulink url="http://www.graphviz.org/">GraphViz</ulink></para>
Modified: trunk/BOOK/general/prog/expect.xml
===================================================================
--- trunk/BOOK/general/prog/expect.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/expect.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">expect-&expect-version;.tar</keyword>
+ <keyword role="ftptdir">expect</keyword>
+ </keywordset>
</sect1info>
<title>Expect-&expect-version;</title>
@@ -70,10 +74,10 @@
<bridgehead renderas="sect3">Expect Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="tcl"/></para>
+ <para role="required"><xref linkend="tcl"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="tk"/></para>
+ <para role="optional"><xref linkend="tk"/></para>
</sect2>
Modified: trunk/BOOK/general/prog/gc.xml
===================================================================
--- trunk/BOOK/general/prog/gc.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/gc.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">gc&gc-version;.tar</keyword>
+ <keyword role="ftptdir">gc</keyword>
+ </keywordset>
</sect1info>
<title>GC-&gc-version;</title>
Modified: trunk/BOOK/general/prog/gcc.xml
===================================================================
--- trunk/BOOK/general/prog/gcc.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/gcc.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -25,6 +25,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">gcc-&gcc-version;.tar</keyword>
+ <keyword role="ftptdir">gcc</keyword>
+ </keywordset>
</sect1info>
<title>GCC-&gcc-version;</title>
@@ -88,11 +92,11 @@
<bridgehead renderas="sect3">GCC Dependencies</bridgehead>
<bridgehead renderas="sect4">Recommended</bridgehead>
- <para><xref linkend="dejagnu"/></para>
+ <para role="recommended"><xref linkend="dejagnu"/></para>
<bridgehead renderas="sect4">Optional (Required to Build the Fortran
Compiler)</bridgehead>
- <para><xref linkend="gmp"/> and
+ <para role="optional"><xref linkend="gmp"/> and
<ulink url="http://www.mpfr.org/">MPFR</ulink></para>
<note>
@@ -127,7 +131,7 @@
<bridgehead renderas="sect3">GNAT Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="tcsh"/></para>
+ <para role="required"><xref linkend="tcsh"/></para>
</sect2>
Modified: trunk/BOOK/general/prog/gcc3.xml
===================================================================
--- trunk/BOOK/general/prog/gcc3.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/gcc3.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">gcc-&gcc3-version;.tar</keyword>
+ <keyword role="ftptdir">gcc</keyword>
+ </keywordset>
</sect1info>
<title>GCC-&gcc3-version;</title>
@@ -71,8 +75,10 @@
</itemizedlist>
<bridgehead renderas="sect3">GCC-&gcc3-version; Dependencies</bridgehead>
- <para><xref linkend="dejagnu"/> (required to run the full test
suite)</para>
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><xref linkend="dejagnu"/> (required to run the full
test suite)</para>
+
</sect2>
<sect2 role="installation">
Modified: trunk/BOOK/general/prog/guile.xml
===================================================================
--- trunk/BOOK/general/prog/guile.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/guile.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">guile-&guile-version;.tar</keyword>
+ <keyword role="ftptdir">guile</keyword>
+ </keywordset>
</sect1info>
<title>Guile-&guile-version;</title>
Modified: trunk/BOOK/general/prog/jdk.xml
===================================================================
--- trunk/BOOK/general/prog/jdk.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/jdk.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -20,6 +20,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">NONE</keyword>
+ <keyword role="ftptdir">jdk</keyword>
+ </keywordset>
</sect1info>
<title>JDK-&jdk-src-version;</title>
@@ -149,7 +153,7 @@
<bridgehead renderas="sect3">JDK Dependencies</bridgehead>
<bridgehead renderas="sect4">Required (to Build JDK from
Source)</bridgehead>
- <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
+ <para role="required">X (<xref linkend="xfree86"/> or <xref
linkend="xorg"/>),
<xref linkend="zip"/>,
<xref linkend="unzip"/>,
<xref linkend="cpio"/>,
@@ -360,15 +364,15 @@
# Create symlinks to this directory for auto classpath setting
AUTO_CLASSPATH_DIR=/usr/lib/classpath
if [ -z ${CLASSPATH} ]; then
- CLASSPATH=.:${AUTO_CLASSPATH_DIR}
+ CLASSPATH=.:${AUTO_CLASSPATH_DIR}
else
- CLASSPATH="${CLASSPATH}:.:${AUTO_CLASSPATH_DIR}"
+ CLASSPATH="${CLASSPATH}:.:${AUTO_CLASSPATH_DIR}"
fi
# Check for empty AUTO_CLASSPATH_DIR
ls ${AUTO_CLASSPATH_DIR}/*.jar &> /dev/null &&
for i in ${AUTO_CLASSPATH_DIR}/*.jar
- do CLASSPATH=${CLASSPATH}:"${i}"
+ do CLASSPATH=${CLASSPATH}:"${i}"
done
export CLASSPATH
Modified: trunk/BOOK/general/prog/librep.xml
===================================================================
--- trunk/BOOK/general/prog/librep.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/librep.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">librep-&librep-version;.tar</keyword>
+ <keyword role="ftptdir">librep</keyword>
+ </keywordset>
</sect1info>
<title>Librep-&librep-version;</title>
@@ -58,10 +62,10 @@
<bridgehead renderas="sect3">Librep Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="gdbm"/></para>
+ <para role="required"><xref linkend="gdbm"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="gmp"/> and
+ <para role="optional"><xref linkend="gmp"/> and
<xref linkend="gcc"/> (build Java so that
<filename class='libraryfile'>libffi</filename> is built)</para>
Modified: trunk/BOOK/general/prog/nasm.xml
===================================================================
--- trunk/BOOK/general/prog/nasm.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/nasm.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">nasm-&NASM-version;.tar</keyword>
+ <keyword role="ftptdir">nasm</keyword>
+ </keywordset>
</sect1info>
<title>NASM-&NASM-version;</title>
@@ -66,7 +70,7 @@
<bridgehead renderas="sect3">NASM Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional (for Building
Documentation)</bridgehead>
- <para><xref linkend="tex"/>, and
+ <para role="optional"><xref linkend="tex"/>, and
<xref linkend="espgs"/> or <xref linkend="gs"/></para>
</sect2>
Modified: trunk/BOOK/general/prog/pdl.xml
===================================================================
--- trunk/BOOK/general/prog/pdl.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/pdl.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">PDL-&pdl-version;.tar</keyword>
+ <keyword role="ftptdir">PDL</keyword>
+ </keywordset>
</sect1info>
<title>PDL-&pdl-version;</title>
Modified: trunk/BOOK/general/prog/php.xml
===================================================================
--- trunk/BOOK/general/prog/php.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/php.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">php-&php-version;.tar</keyword>
+ <keyword role="ftptdir">php</keyword>
+ </keywordset>
</sect1info>
<title>PHP-&php-version;</title>
@@ -70,13 +74,13 @@
<bridgehead renderas="sect3">PHP Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="apache"/></para>
+ <para role="required"><xref linkend="apache"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
- <para><xref linkend="libxml2"/></para>
+ <para role="recommended"><xref linkend="libxml2"/></para>
<bridgehead renderas="sect4">Optional System Utilities and
Libraries</bridgehead>
- <para><xref linkend="libxslt"/>,
+ <para role="optional"><xref linkend="libxslt"/>,
<xref linkend="gamin"/>,
<xref linkend="gmp"/>,
<xref linkend="pcre"/>,
@@ -90,7 +94,7 @@
an <ulink url="../server/mail.html">MTA</ulink></para>
<bridgehead renderas="sect4">Optional Graphics Utilities and
Libraries</bridgehead>
- <para><xref linkend="libjpeg"/>,
+ <para role="optional"><xref linkend="libjpeg"/>,
<xref linkend="libtiff"/>,
<xref linkend="libpng"/>,
<xref linkend="freetype2"/>,
@@ -102,7 +106,7 @@
<ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp">FDF
Toolkit</ulink></para>
<bridgehead renderas="sect4">Optional Web Utilities</bridgehead>
- <para><xref linkend="curl"/>,
+ <para role="optional"><xref linkend="curl"/>,
<xref linkend="html-tidy"/>,
<ulink url="http://www.mnogosearch.org/">mnoGoSearch</ulink>,
<ulink url="http://www.hyperwave.com/">Hyperwave</ulink>,
@@ -110,7 +114,7 @@
<ulink url="http://www.openwddx.org/">WDDX</ulink></para>
<bridgehead renderas="sect4">Optional Data Management Utilities and
Libraries</bridgehead>
- <para><xref linkend="openldap"/>,
+ <para role="optional"><xref linkend="openldap"/>,
<xref linkend="gdbm"/>,
<xref linkend="db"/>,
<xref linkend="mysql"/>,
@@ -128,7 +132,7 @@
<ulink url="http://www.mainstreetsoftworks.com/">Monetra</ulink></para>
<bridgehead renderas="sect4">Optional Security/Encryption Utilities and
Libraries</bridgehead>
- <para><xref linkend="openssl"/>,
+ <para role="optional"><xref linkend="openssl"/>,
<xref linkend="cyrus-sasl"/>,
<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
<ulink url="http://mcrypt.sourceforge.net/">libmcrypt</ulink> and
Modified: trunk/BOOK/general/prog/python.xml
===================================================================
--- trunk/BOOK/general/prog/python.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/python.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -13,11 +13,15 @@
]>
<sect1 id="python" xreflabel="Python-&Python-version;">
- <?dbhtml filename="Python.html" ?>
+ <?dbhtml filename="python.html" ?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">Python-&Python-version;.tar</keyword>
+ <keyword role="ftptdir">Python</keyword>
+ </keywordset>
</sect1info>
<title>Python-&Python-version;</title>
@@ -67,7 +71,7 @@
<bridgehead renderas="sect3">Python Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="openssl"/>,
+ <para role="optional"><xref linkend="openssl"/>,
<xref linkend="tk"/>,
<xref linkend="gdbm"/> and
<xref linkend="db"/></para>
Modified: trunk/BOOK/general/prog/pyxml.xml
===================================================================
--- trunk/BOOK/general/prog/pyxml.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/pyxml.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">PyXML-&pyxml-version;.tar</keyword>
+ <keyword role="ftptdir">PyXML</keyword>
+ </keywordset>
</sect1info>
<title>PyXML-&pyxml-version;</title>
@@ -61,7 +65,7 @@
<bridgehead renderas="sect3">PyXML Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="python"/></para>
+ <para role="required"><xref linkend="python"/></para>
</sect2>
Modified: trunk/BOOK/general/prog/ruby.xml
===================================================================
--- trunk/BOOK/general/prog/ruby.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/ruby.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -18,6 +18,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">ruby-&ruby-version;.tar</keyword>
+ <keyword role="ftptdir">ruby</keyword>
+ </keywordset>
</sect1info>
<title>Ruby-&ruby-version;</title>
@@ -67,7 +71,7 @@
<bridgehead renderas="sect3">Ruby Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="openssl"/>,
+ <para role="optional"><xref linkend="openssl"/>,
<xref linkend="tk"/>,
<xref linkend="db"/> and
<xref linkend="gdbm"/></para>
Modified: trunk/BOOK/general/prog/tcl.xml
===================================================================
--- trunk/BOOK/general/prog/tcl.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/tcl.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -19,6 +19,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">tcl&tcl-version;-src.tar</keyword>
+ <keyword role="ftptdir">tcl</keyword>
+ </keywordset>
</sect1info>
<title>Tcl-&tcl-version;</title>
Modified: trunk/BOOK/general/prog/tk.xml
===================================================================
--- trunk/BOOK/general/prog/tk.xml 2005-12-02 18:37:20 UTC (rev 5342)
+++ trunk/BOOK/general/prog/tk.xml 2005-12-02 19:19:41 UTC (rev 5343)
@@ -19,6 +19,10 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
+ <keywordset>
+ <keyword role="package">tk&tk-version;-src.tar</keyword>
+ <keyword role="ftptdir">tk</keyword>
+ </keywordset>
</sect1info>
<title>Tk-&tk-version;</title>
@@ -58,7 +62,7 @@
<bridgehead renderas="sect3">Tk Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
+ <para role="required">X (<xref linkend="xfree86"/> or <xref
linkend="xorg"/>) and
<xref linkend="tcl"/></para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page