Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31604/perlmod/Fink

Modified Files:
        ChangeLog Engine.pm 
Log Message:
Post current package and # remaining in xterm escapes

Index: Engine.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -d -r1.422 -r1.423
--- Engine.pm   7 Mar 2009 16:25:03 -0000       1.422
+++ Engine.pm   16 Mar 2009 22:03:14 -0000      1.423
@@ -2021,6 +2021,13 @@
                                ### set forceoff to count depth of depends
                                ### and to silence the dep engine so it
                                ### only asks once at the begining
+
+                               my $to_be_rebuilt = 0;
+                               for my $key (keys %to_be_rebuilt) {
+                                       $to_be_rebuilt += $to_be_rebuilt{$key};
+                               }
+                               print "\033]2;building " . 
$package->get_fullname . " (" . ($to_be_rebuilt - 1) . " remaining)\007";
+
                                unless ($forceoff) {
                                        ### Double check it didn't already get
                                        ### installed in an other loop
@@ -2028,7 +2035,7 @@
                                                # Remove the BuildConflicts, 
and reinstall after
                                                my $buildconfs = 
Fink::Finally::BuildConflicts->new(
                                                        $conflicts{$pkgname});
-                                               
+
                                                $package->log_output(1);
                                                {
                                                        my $bl = 
Fink::Finally::Buildlock->new($package);

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1575
retrieving revision 1.1576
diff -u -d -r1.1575 -r1.1576
--- ChangeLog   7 Mar 2009 16:25:03 -0000       1.1575
+++ ChangeLog   16 Mar 2009 22:03:14 -0000      1.1576
@@ -1,3 +1,7 @@
+2009-03-16  Benjamin Reed  <rangerr...@users.sourceforge.net>
+
+       * Engine.pm: Post current package and # remaining in xterm escapes
+
 2009-03-07  Dave Morrison  <d...@finkproject.org>
 
        * all: updated Copyright notice


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to