1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name svndigest |
---|
7 | version 0.8 |
---|
8 | revision 0 |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | maintainers peter |
---|
12 | description Create statistics of a subversion repository |
---|
13 | long_description svndigest is a tool to extract development \ |
---|
14 | information and statistics from a subversion repository. Svndigest is \ |
---|
15 | written in C++ and extracts repository history using the subversion \ |
---|
16 | API. The resulting report is written to a user specifiable directory \ |
---|
17 | in HTML format. |
---|
18 | |
---|
19 | homepage http://dev.thep.lu.se/svndigest |
---|
20 | master_sites sourceforge |
---|
21 | checksums md5 3267502c1ada2962cff8f54c28bee0c3 |
---|
22 | |
---|
23 | test.run yes |
---|
24 | test.target check |
---|
25 | |
---|
26 | depends_lib port:subversion port:apr port:plplot |
---|
27 | |
---|
28 | use_parallel_build yes |
---|