Author: ken
Date: 2012-01-26 12:16:08 -0700 (Thu, 26 Jan 2012)
New Revision: 9228

Added:
   trunk/BOOK/general/genutils/autogen.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genutils/genutils.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Add autogen.  I have grave doubts about this, but it is a required dependency 
of anjuta, which is part of gnome-3 and will be added when I get to it, so it 
needs to be in the book.

Added: trunk/BOOK/general/genutils/autogen.xml
===================================================================
--- trunk/BOOK/general/genutils/autogen.xml                             (rev 0)
+++ trunk/BOOK/general/genutils/autogen.xml     2012-01-26 19:16:08 UTC (rev 
9228)
@@ -0,0 +1,208 @@
+<?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 autogen-download-http 
"http://ftp.gnu.org/gnu/autogen/rel5.12/autogen-&autogen-version;.tar.bz2";>
+  <!ENTITY autogen-download-ftp  " ">
+  <!ENTITY autogen-md5sum        "126e56be629cda747390e8ba9be71e4b">
+  <!ENTITY autogen-size          "1.1 MB">
+  <!ENTITY autogen-buildsize     "39 MB">
+  <!ENTITY autogen-time          "0.5 SBU">
+]>
+
+<sect1 id="autogen" xreflabel="autogen-&autogen-version;">
+  <?dbhtml filename="autogen.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>autogen-&autogen-version;</title>
+
+  <indexterm zone="autogen">
+    <primary sortas="a-autogen">autogen</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to autogen</title>
+
+    <para><application>Autogen</application> is a tool designed to simplify the
+    creation and maintenance of programs that contain large amounts of 
repetitious
+    text. It is especially valuable in programs that have several blocks of 
text
+    that must be kept synchronized.</para>
+
+    &lfs70_built;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&autogen-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&autogen-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &autogen-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &autogen-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &autogen-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &autogen-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing='compact'>
+      <listitem>
+        <para>Optional Patch: <ulink
+        
url="&patch-root;/autogen-&autogen-version;-build_shared-1.patch"/></para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">autogen Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="guile"/></para>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/autogen"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of autogen</title>
+
+    <!-- yes, I do mean if and only if (ken) : this package is an aggravation 
-->
+    <para>IFF you do not wish to install the static library, and will
+    add '--enable-static=no' to the configure, apply the patch.
+    This is not recommended, but included as an example of how a common
+    option may have an unexpected implementation. The preferred
+    approach for this package is to discard the static library after
+    the package has been installed.</para>
+
+<screen><userinput>patch -Np1 -i 
../autogen-&autogen-version;-build_shared-1.patch
+</userinput></screen>
+
+    <para>Install <application>autogen</application> by running the following
+    commands:</para>
+
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+make</userinput></screen>
+
+    <para>To test the results, issue: <command>make check</command>.
+    You can expect some failures.  If you applied the patch, the
+    testsuite will fail because it is looking for the static library.</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>
+
+    <para><command>patch -Np1 -i ...</command>: The patch modifies the
+    <filename>mk-agen-texi-in</filename> file so that it can use the shared
+    <filename>libopts.so</filename> when rebuilding the supplied documentation.
+    No doubt similar changes can be made to enable the testsuite to run in the
+    absence of the static library.</para>
+
+    <para><option>--enable-static=no</option>: This switch prevents the static
+    library being installed.  Unusually, in this package it prevents it being
+    created and used by the package itself.</para>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>autogen, autoopts-config, columns, getdefs, and xml2ag</seg>
+        <seg>libopts.{so,a}</seg>
+        <seg>/usr/{include/autoopts,share/autogen}</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="autogen-prog">
+        <term><command>autogen</command></term>
+        <listitem>
+          <para>is an automated text file generator.</para>
+          <indexterm zone="autogen autogen-prog">
+            <primary sortas="b-autogen-prog">autogen-prog</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="autoopts-config">
+        <term><command>autoopts-config</command></term>
+        <listitem>
+          <para>does this .....</para>
+          <indexterm zone="autogen autoopts-config">
+            <primary sortas="b-autoopts-config">autoopts-config</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="columns">
+        <term><command>columns</command></term>
+        <listitem>
+          <para>does this .....</para>
+          <indexterm zone="autogen columns">
+            <primary sortas="b-columns">columns</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="getdefs">
+        <term><command>getdefs</command></term>
+        <listitem>
+          <para>does this .....</para>
+          <indexterm zone="autogen getdefs">
+            <primary sortas="b-getdefs">getdefs</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="xml2ag">
+        <term><command>xml2ag</command></term>
+        <listitem>
+          <para>does this .....</para>
+          <indexterm zone="autogen xml2ag">
+            <primary sortas="b-xml2ag">xml2ag</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="libopts">
+        <term><filename class='libraryfile'>libopts.{so,a}</filename></term>
+        <listitem>
+          <para>contains functions that .....</para>
+          <indexterm zone="autogen libopts">
+            <primary sortas="c-libopts">libopts.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>


Property changes on: trunk/BOOK/general/genutils/autogen.xml
___________________________________________________________________
Added: svn:keywords
   + Date LastChangedBy

Modified: trunk/BOOK/general/genutils/genutils.xml
===================================================================
--- trunk/BOOK/general/genutils/genutils.xml    2012-01-26 13:21:48 UTC (rev 
9227)
+++ trunk/BOOK/general/genutils/genutils.xml    2012-01-26 19:16:08 UTC (rev 
9228)
@@ -20,6 +20,7 @@
   text and graphics, a program to interface with a palm-pilot, a program for 
entering
   PIN numbers and pass-phrases, and a hash generator.</para>
 
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="autogen.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="bc.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="rep-gtk.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="sharutils.xml"/>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-01-26 13:21:48 UTC (rev 9227)
+++ trunk/BOOK/general.ent      2012-01-26 19:16:08 UTC (rev 9228)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "26">                   <!-- Always 2 digits -->
+<!ENTITY day          "27">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2012">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 26th, &year;">
+<!ENTITY releasedate  "January 27th, &year;">
 <!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
@@ -269,6 +269,7 @@
 -->
 
 <!-- Chapter 10 -->
+<!ENTITY autogen-version              "5.12">
 <!ENTITY bc-version                   "1.06.95">
 <!ENTITY rep-gtk-version              "0.90.2">
 <!ENTITY sharutils-version            "4.11.1">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-01-26 13:21:48 UTC 
(rev 9227)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-01-26 19:16:08 UTC 
(rev 9228)
@@ -42,6 +42,15 @@
 
 -->
     <listitem>
+      <para>January 27th, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Add autogen-5.12 from Wayne.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 26th, 2012</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to