Ticket #27173: Portfile

File Portfile, 1.2 KB (added by pj31042@…, 13 years ago)
Line 
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
4PortSystem          1.0
5
6name                svndigest
7version             0.9
8categories          devel
9platforms           darwin
10maintainers         gmail.com:pj31042
11
12description         Create statistics of a subversion repository
13
14long_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
20homepage            http://dev.thep.lu.se/svndigest
21master_sites        sourceforge
22
23checksums           sha1    4add09bbeeedcd1dc169465901ed6f8d7553c7fe \
24                    rmd160  de68f786625b83e850a4c28e3d977179d35f94ef
25
26depends_build       port:pkgconfig
27
28depends_lib         port:subversion \
29                    port:apr \
30                    port:plplot
31
32use_parallel_build  yes
33
34test.run            yes
35test.target         check