@hackage / darcs-graph

Generate graphs of darcs repository activity

Latest1.0

About

Metadata

  • Last updated , by DonaldStewart
  • License BSD-3-Clause
  • Categories Package Distribution
  • Maintained by: dons@galois.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    small_base (on by default)

    Choose the new smaller, split-up base package.

Readme

-- darcs-graph

-- draw pretty graphs of a darcs repository's activity, including a -- 7-day sliding average

Depends on the fps library included with 6.6, and available separate for 6.4: http://www.cse.unsw.edu.au/~dons/fps.html (version 0.7 or greater)

Invokes gnuplot to generate the graph: http://www.gnuplot.info/

Building: $ chmod +x Setup.hs $ ./Setup.hs configure --prefix=/home/dons $ ./Setup.hs build $ ./Setup.hs install

Use: $ darcs-graph /home/dons/lambdabot Output written to: /tmp/lambdabot-commits.png

Author: Don Stewart, http://www.cse.unsw.edu.au/~dons Wed Jun 14 17:49:32 EST 2006