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

Modified Files:
      Tag: branch_0_29
        ChangeLog Engine.pm 
Log Message:
backport XTerm notifier fix from HEAD


Index: Engine.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.431
retrieving revision 1.431.2.1
diff -u -d -r1.431 -r1.431.2.1
--- Engine.pm   3 Apr 2009 07:47:48 -0000       1.431
+++ Engine.pm   8 Apr 2009 05:14:13 -0000       1.431.2.1
@@ -2034,6 +2034,8 @@
                                                        }
                                                }
                                        }
+                                       # FIXME: factor out a standard Xterm 
notifier with
+                                       # new event types
                                        my $use_xttitle = grep { /^xterm$/i } 
split / /, $config->param_default('NotifyPlugin', 'Growl');
                                        print "\033]2;building " . 
$package->get_fullname . " (" . ($rebuild_count - 1) . " remaining)\007" if 
$use_xttitle;
                                }
@@ -2970,6 +2972,7 @@
 sub prefetch {
        my ($use_bindist, $dryrun, @dep_items) = @_;
 
+       # FIXME: factor out a standard Xterm notifier with new event types
        my $use_xttitle = grep { /^xterm$/i } split / /, 
$config->param_default('NotifyPlugin', 'Growl');
        
        &call_queue_clear;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1592.2.1
retrieving revision 1.1592.2.2
diff -u -d -r1.1592.2.1 -r1.1592.2.2
--- ChangeLog   7 Apr 2009 18:15:08 -0000       1.1592.2.1
+++ ChangeLog   8 Apr 2009 05:14:13 -0000       1.1592.2.2
@@ -1,3 +1,8 @@
+2009-04-08  Daniel Macks  <[email protected]>
+
+       * Notify/XTerm.pm: non-standard implemenation, but need stub here
+       so that fink.conf:NotifyPlugin token can be resolved
+
 2009-04-07  Dave Morrison  <[email protected]>
 
        * Validation.pm: allow x86_64 as an Architecture value


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to