darcs-graph: Generate graphs of darcs repository activity

[ bsd3, distribution, program ] [ Propose Tags ]

Generate graphs of darcs repository activity


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
small_base

Choose the new smaller, split-up base package.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3.1, 0.3.2, 1.0
Dependencies base (<4), bytestring, containers, directory, old-locale, old-time, process, time [details]
License BSD-3-Clause
Author Don Stewart
Maintainer dons@galois.com
Category Distribution
Uploaded by DonaldStewart at 2008-11-29T19:24:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables darcs-graph
Downloads 4187 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-11 [all 8 reports]

Readme for darcs-graph-1.0

[back to package description]
-- 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