darcs-graph: Generate pretty graphs of darcs repository activity

[ bsd3, distribution, program ] [ Propose Tags ]

Generate pretty graphs of darcs repository activity


[Skip to Readme]

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 [details]
License LicenseRef-GPL
Author Don Stewart
Maintainer dons@cse.unsw.edu.au
Category Distribution
Uploaded by DonaldStewart at 2007-01-25T08:18:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables darcs-graph
Downloads 4193 total (17 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-0.2

[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