freebsd-ports/devel/rubygem-bugspots/Makefile
TAKATSU Tomonari 5e43696e43 - 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
2012-01-22 13:09:53 +00:00

25 lines
544 B
Makefile

# New ports collection makefile for: rubygem-bugspots
# Date created: 2012-01-11
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bugspots
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Bugspots - Bug Prediction Heuristic
RUN_DEPENDS= rubygem-grit>=0:${PORTSDIR}/devel/rubygem-grit \
rubygem-rainbow>=0:${PORTSDIR}/devel/rubygem-rainbow
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/bugspots bin/git-bugspots
.include <bsd.port.mk>