cvs commit: ports/devel Makefile ports/devel/rubygem-bugspots
 Makefile distinfo pkg-descr
    TAKATSU Tomonari 
    tota at FreeBSD.org
       
    Sun Jan 22 13:09:53 UTC 2012
    
    
  
tota        2012-01-22 13:09:53 UTC
  FreeBSD ports repository
  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-bugspots Makefile distinfo pkg-descr 
  Log:
  - Add a new port: devel/rubygem-bugspots
  
    Bugspots - Bug Prediction Heuristic
  
    An implementation of the simple bug prediction heuristic outlined
    by the Google Engineering team: Bug Prediction at Google
  
        Well, we actually have a great, authoritative record of where
        code has been requiring fixes: our bug tracker and our source
        control commit log! The research indicates that predicting bugs
        from the source history works very well, so we decided to deploy
        it at Google.
  
    Point bugspots at any git repo and it will identify the hotspots
    for you.
  
    WWW:  https://github.com/igrigorik/bugspots
  
  Revision  Changes    Path
  1.4812    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/rubygem-bugspots/Makefile (new)
  1.1       +2 -0      ports/devel/rubygem-bugspots/distinfo (new)
  1.1       +15 -0     ports/devel/rubygem-bugspots/pkg-descr (new)
    
    
More information about the cvs-all
mailing list