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.9 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:pj31042 |
---|
11 | |
---|
12 | description Create statistics of a subversion repository |
---|
13 | |
---|
14 | long_description ${name} is a tool to extract development information and \ |
---|
15 | statistics from a subversion repository. Svndigest is \ |
---|
16 | written in C++ and extracts repository history using the \ |
---|
17 | Subversion API. The resulting report is written to a user \ |
---|
18 | specifiable directory in HTML format. |
---|
19 | |
---|
20 | homepage http://dev.thep.lu.se/svndigest |
---|
21 | master_sites sourceforge |
---|
22 | |
---|
23 | checksums sha1 4add09bbeeedcd1dc169465901ed6f8d7553c7fe \ |
---|
24 | rmd160 de68f786625b83e850a4c28e3d977179d35f94ef |
---|
25 | |
---|
26 | depends_build port:pkgconfig |
---|
27 | |
---|
28 | depends_lib port:subversion \ |
---|
29 | port:apr \ |
---|
30 | port:plplot |
---|
31 | |
---|
32 | use_parallel_build yes |
---|
33 | |
---|
34 | test.run yes |
---|
35 | test.target check |
---|