Last change
on this file since 1405 was
1405,
checked in by Peter Johansson, 12 years ago
|
merged patch release 0.9.4 to trunk
|
-
Property svn:eol-style set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name svndigest |
---|
7 | version @VERSION@ |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | license GPL-3+ |
---|
11 | maintainers gmail.com:pj31042 |
---|
12 | |
---|
13 | description Create statistics of a subversion repository |
---|
14 | |
---|
15 | long_description ${name} is a tool to extract development information and \ |
---|
16 | statistics from a subversion repository. Svndigest is \ |
---|
17 | written in C++ and extracts repository history using the \ |
---|
18 | Subversion API. The resulting report is written to a user \ |
---|
19 | specifiable directory in HTML format. |
---|
20 | |
---|
21 | homepage @PACKAGE_URL@ |
---|
22 | master_sites sourceforge |
---|
23 | |
---|
24 | checksums sha1 @SHA1SUM@ \ |
---|
25 | rmd160 @RMD160SUM@ |
---|
26 | |
---|
27 | depends_build port:pkgconfig |
---|
28 | |
---|
29 | depends_lib port:subversion \ |
---|
30 | port:apr \ |
---|
31 | port:plplot |
---|
32 | |
---|
33 | use_parallel_build yes |
---|
34 | |
---|
35 | test.run yes |
---|
36 | test.target check |
---|
Note: See
TracBrowser
for help on using the repository browser.