Author: bdubbs
Date: Fri Nov 13 09:22:29 2015
New Revision: 16647

Log:
Updates for Unicode-LineBreak and xdg-utils

Modified:
   trunk/scripts/blfs-chapter13.php
   trunk/scripts/blfs-chapter36.php

Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php    Fri Nov 13 07:45:21 2015        (r16646)
+++ trunk/scripts/blfs-chapter13.php    Fri Nov 13 09:22:29 2015        (r16647)
@@ -36,7 +36,7 @@
 $ignores[ 'python'       ] = '';
 $ignores[ 'python1'      ] = '';
 
-//$current="php";  // For debugging
+//$current="Unicode-LineBreak";  // For debugging
 
 $regex = array();
 $regex[ 'check'   ] = "/^.*Download check-(\d[\d\.]+\d).tar.*$/";
@@ -84,7 +84,7 @@
 $regex[ 'Text-BibTeX'       ] = "/^.*Text-BibTeX-(\d[\d\.]+\d).*$/";
 $regex[ 'Text-Roman'        ] = "/^.*Text-Roman-(\d[\d\.]+\d).*$/";
 $regex[ 'Unicode-Collate'   ] = "/^.*Unicode-Collate-(\d[\d\.]+\d).*$/";
-$regex[ 'Unicode-LineBreak' ] = "/^.*Unicode-LineBreak-(\d[\d\.]+\d).*$/";
+$regex[ 'Unicode-LineBreak' ] = "/^.*Unicode-LineBreak-(\d[\d\.]+\d)$/";
 $regex[ 'URI'               ] = "/^.*URI-(\d[\d\.]+\d).*$/";
 $regex[ 'XML-LibXML-Simple' ] = "/^.*XML-LibXML-Simple-(\d[\d\.]+\d).*$/";
 $regex[ 'XML-LibXSLT'       ] = "/^.*XML-LibXSLT-(\d[\d\.]+\d).*$/";
@@ -260,6 +260,7 @@
    array( 'pkg'     => 'Text-Roman',
           'match'   => '^.*$', 
           'replace' => "http://search.cpan.org/dist/Text-Roman/"; ),
+
    array( 'pkg'     => 'Unicode-Collate',
           'match'   => '^.*$', 
           'replace' => "http://search.cpan.org/dist/Unicode-Collate/"; ),

Modified: trunk/scripts/blfs-chapter36.php
==============================================================================
--- trunk/scripts/blfs-chapter36.php    Fri Nov 13 07:45:21 2015        (r16646)
+++ trunk/scripts/blfs-chapter36.php    Fri Nov 13 09:22:29 2015        (r16647)
@@ -14,7 +14,7 @@
 
 $libreoffice = array();
 
-//$current="firefox";
+//$current="xdg-utils";
 
 $regex = array();
 $regex[ 'inkscape'     ] = "/^.*Latest.*(\d[\d\.]+\d).*$/";
@@ -249,7 +249,7 @@
       return find_max( $lines, "/^\s*\d\./", "/^\s*(\d\.[\d\.]+).*$/" );
 
   if ( $package == "xdg-utils" )
-      return find_max( $lines, "/$package/", 
"/^$package-(\d\.[\d\.rc-]+).tar.*$/" );
+      return find_max( $lines, "/$package/", 
"/^$package-(\d\.[\d\.]+).tar.*$/" );
 
   // Most packages are in the form $package-n.n.n
   // Occasionally there are dashes (e.g. 201-1)
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to