Author: bdubbs
Date: 2012-04-10 11:38:39 -0600 (Tue, 10 Apr 2012)
New Revision: 9894

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genutils/xscreensaver.xml
   trunk/BOOK/general/graphlib/poppler.xml
   trunk/BOOK/general/prog/pdl.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/editors/vim.xml
   trunk/BOOK/pst/ps/ps.xml
   trunk/BOOK/x/lib/lib.xml
   trunk/BOOK/x/wm/other-wms.xml
Log:
Remove lesstif and xpdf.


Modified: trunk/BOOK/general/genutils/xscreensaver.xml
===================================================================
--- trunk/BOOK/general/genutils/xscreensaver.xml        2012-04-10 17:18:18 UTC 
(rev 9893)
+++ trunk/BOOK/general/genutils/xscreensaver.xml        2012-04-10 17:38:39 UTC 
(rev 9894)
@@ -70,7 +70,9 @@
     <para role="required">
       <xref linkend="bc"/> and
       <xref linkend="libglade"/> (alternatively
-      <xref linkend="lesstif"/> but not recommended)
+      <!-- <xref linkend="lesstif"/> --> 
+      <ulink url="http://sourceforge.net/projects/lesstif/";>LessTif</ulink>
+      but not recommended)
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>

Modified: trunk/BOOK/general/graphlib/poppler.xml
===================================================================
--- trunk/BOOK/general/graphlib/poppler.xml     2012-04-10 17:18:18 UTC (rev 
9893)
+++ trunk/BOOK/general/graphlib/poppler.xml     2012-04-10 17:38:39 UTC (rev 
9894)
@@ -198,7 +198,7 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
-      <varlistentry id="pdffonts-poppler">
+      <varlistentry id="pdffonts">
         <term><command>pdffonts</command></term>
         <listitem>
           <para>lists the fonts used in a PDF file along
@@ -209,7 +209,7 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="pdfimages-poppler">
+      <varlistentry id="pdfimages">
         <term><command>pdfimages</command></term>
         <listitem>
           <para>saves images from a PDF file as PPM, PBM, or JPEG files.</para>
@@ -219,7 +219,7 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="pdfinfo-poppler">
+      <varlistentry id="pdfinfo">
         <term><command>pdfinfo</command></term>
         <listitem>
           <para>prints the contents of the 'Info' dictionary (plus some
@@ -261,7 +261,7 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="pdftoppm-poppler">
+      <varlistentry id="pdftoppm">
         <term><command>pdftoppm</command></term>
         <listitem>
           <para>converts PDF files to PBM, PGM and PPM formats.</para>
@@ -271,7 +271,7 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="pdftops-poppler">
+      <varlistentry id="pdftops">
         <term><command>pdftops</command></term>
         <listitem>
           <para> converts PDF files to Postscript format.</para>
@@ -281,7 +281,7 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="pdftotext-poppler">
+      <varlistentry id="pdftotext">
         <term><command>pdftotext</command></term>
         <listitem>
           <para>converts PDF files to plain text.</para>

Modified: trunk/BOOK/general/prog/pdl.xml
===================================================================
--- trunk/BOOK/general/prog/pdl.xml     2012-04-10 17:18:18 UTC (rev 9893)
+++ trunk/BOOK/general/prog/pdl.xml     2012-04-10 17:38:39 UTC (rev 9894)
@@ -206,7 +206,8 @@
             <itemizedlist>
               <listitem>
                 <para><xref linkend="x-window-system"/>,
-                <xref linkend="lesstif"/>,
+                <!-- <xref linkend="lesstif"/>, -->
+                <ulink 
url="http://sourceforge.net/projects/lesstif/";>LessTif</ulink>,
                 <xref linkend="tk"/>, and <ulink
                 url="&blfs-wiki;/gcc3">a Fortran
                 compiler</ulink></para>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-04-10 17:18:18 UTC (rev 9893)
+++ trunk/BOOK/general.ent      2012-04-10 17:38:39 UTC (rev 9894)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "09">                   <!-- Always 2 digits -->
+<!ENTITY day          "10">                   <!-- Always 2 digits -->
 <!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2012">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "April 9th, &year;">
+<!ENTITY releasedate  "April 10th, &year;">
 <!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-04-10 17:18:18 UTC 
(rev 9893)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-04-10 17:38:39 UTC 
(rev 9894)
@@ -42,6 +42,15 @@
 
 -->
     <listitem>
+      <para>April 10th, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Remove lesstif and xpdf.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 9th, 2012</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/postlfs/editors/vim.xml
===================================================================
--- trunk/BOOK/postlfs/editors/vim.xml  2012-04-10 17:18:18 UTC (rev 9893)
+++ trunk/BOOK/postlfs/editors/vim.xml  2012-04-10 17:38:39 UTC (rev 9894)
@@ -86,7 +86,8 @@
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="gtk2"/> or
-      <xref linkend="lesstif"/>,
+      <!-- <xref linkend="lesstif"/>, -->
+      <ulink url="http://sourceforge.net/projects/lesstif/";>LessTif</ulink>,
       <xref linkend="python2"/>,
       <xref linkend="tcl"/>,
       <xref linkend="ruby"/>, and

Modified: trunk/BOOK/pst/ps/ps.xml
===================================================================
--- trunk/BOOK/pst/ps/ps.xml    2012-04-10 17:18:18 UTC (rev 9893)
+++ trunk/BOOK/pst/ps/ps.xml    2012-04-10 17:38:39 UTC (rev 9894)
@@ -23,7 +23,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="enscript.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="psutils.xml"/>
   <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gsview.xml"/> -->
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="xpdf.xml"/>
+  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="xpdf.xml"/> -->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="epdfview.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="fop.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="paps.xml"/>

Modified: trunk/BOOK/x/lib/lib.xml
===================================================================
--- trunk/BOOK/x/lib/lib.xml    2012-04-10 17:18:18 UTC (rev 9893)
+++ trunk/BOOK/x/lib/lib.xml    2012-04-10 17:38:39 UTC (rev 9894)
@@ -38,7 +38,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gtk-engines.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gtkmm.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gtkmm2.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="lesstif.xml"/>
+  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="lesstif.xml"/> -->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="startup-notification.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libwnck.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="shared-mime-info.xml"/>

Modified: trunk/BOOK/x/wm/other-wms.xml
===================================================================
--- trunk/BOOK/x/wm/other-wms.xml       2012-04-10 17:18:18 UTC (rev 9893)
+++ trunk/BOOK/x/wm/other-wms.xml       2012-04-10 17:38:39 UTC (rev 9894)
@@ -21,6 +21,7 @@
 
   <para><command>mwm</command> is the Motif� Window Manager. It is an
   <application>OSF/Motif�</application> clone packaged and installed with
-  <xref linkend="lesstif"/>.</para>
+  <!-- <xref linkend="lesstif"/>.</para>-->
+  <ulink url="http://sourceforge.net/projects/lesstif/";>LessTif</ulink>.</para>
 
 </sect1>

-- 
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