Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 20834

Show
Ignore:
Timestamp:
12/02/06 04:08:08 (2 years ago)
Author:
pguyot@…
Message:

Default rubyforge mechanism for livecheck.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/resources/group/ruby-1.0.tcl

    r20544 r20834  
    9191                        homepage                http://rubyforge.org/projects/${ruby.project} 
    9292                        master_sites    http://rubyforge.org/frs/download.php/${num}/ 
     93                        livecheck.check regex 
     94                        livecheck.url   http://rubyforge.org/projects/${ruby.project} 
     95                        livecheck.regex "<strong>${ruby.project}</strong></td><td>REL (.*)$" 
    9396                } 
    9497                rubyforge:* { 
     
    9699                        homepage                http://rubyforge.org/projects/${ruby.project} 
    97100                        master_sites    http://rubyforge.org/frs/download.php/${num}/ 
     101                        livecheck.check regex 
     102                        livecheck.url   http://rubyforge.org/projects/${ruby.project} 
     103                        livecheck.regex "<strong>${ruby.project}</strong></td><td>REL (.*)$" 
    98104                } 
    99105                rubyforge_gem { 
    100106                        homepage                http://rubyforge.org/projects/${ruby.project} 
    101107                        master_sites    http://rubyforge.rubyuser.de/gems/ 
     108                        livecheck.check regex 
     109                        livecheck.url   http://rubyforge.org/projects/${ruby.project} 
     110                        livecheck.regex "<strong>${ruby.project}</strong></td><td>REL (.*)$" 
    102111                } 
    103112                sourceforge:* {