Author: bdubbs
Date: Sun Apr  8 09:22:36 2018
New Revision: 20062

Log:
Script updates for pax and summary

Modified:
   trunk/scripts/blfs-chapter12.php
   trunk/scripts/summ-blfs.php

Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php    Sat Apr  7 23:05:30 2018        (r20061)
+++ trunk/scripts/blfs-chapter12.php    Sun Apr  8 09:22:36 2018        (r20062)
@@ -12,6 +12,7 @@
 $renames[ 'udisks1'  ] = 'udisks2';
 $renames[ 'sg'       ] = 'sg3_utils';
 $renames[ 'unrarsrc' ] = 'unrar';
+$renames[ 'paxmirabilis' ] = 'pax';
 
 $ignores = array();
 $ignores[ 'colord1' ] = "";
@@ -52,6 +53,10 @@
           'match'   => '^.*$', 
           'replace' => "ftp://ftp.rarlab.com/rar"; ),
    
+   array( 'pkg'     => 'paxmirabilis',
+          'match'   => '^.*$', 
+          'replace' => "http://pub.allbsd.org/MirOS/dist/mir/cpio"; ),
+   
    array( 'pkg'     => 'acpid',
           'match'   => '^.*$', 
           'replace' => "http://sourceforge.net/projects/acpid2/files"; ),
@@ -193,6 +198,9 @@
   if ( $book_index == "udisks1" )
     return find_max( $lines, '/udisks/', '/^.*udisks (\d[\d\.]*\d).*$/' );
 
+  if ( $book_index == "paxmirabilis" )
+    return find_max( $lines, '/paxmirabilis/', 
'/^.*paxmirabilis-(\d\d*\d).cpio.*$/' );
+
   if ( $book_index == "p7zip" )
   {
     $max = find_max( $lines, '/^\s*\d/', '/^\s*([\d\.]+) .*$/' );

Modified: trunk/scripts/summ-blfs.php
==============================================================================
--- trunk/scripts/summ-blfs.php Sat Apr  7 23:05:30 2018        (r20061)
+++ trunk/scripts/summ-blfs.php Sun Apr  8 09:22:36 2018        (r20062)
@@ -83,6 +83,8 @@
        $pkg == "juffed"           ||
        $pkg == "js38"             ||
        $pkg == "js52"             ||
+       $pkg == "firefox"          ||
+       $pkg == "x264"             ||
        $pkg == "polkit"
      ) continue;
 
-- 
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