Ticket #26983: Portfile

File Portfile, 965 bytes (added by pj31042@…, 14 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.8
8revision            0
9categories          devel
10platforms           darwin
11maintainers         peter
12description         Create statistics of a subversion repository
13long_description svndigest is a tool to extract development \
14information and statistics from a subversion repository.  Svndigest is \
15written in C++ and extracts repository history using the subversion \
16API. The resulting report is written to a user specifiable directory \
17in HTML format.
18
19homepage            http://dev.thep.lu.se/svndigest
20master_sites        sourceforge
21checksums           md5 3267502c1ada2962cff8f54c28bee0c3
22
23test.run            yes
24test.target         check
25
26depends_lib         port:subversion port:apr port:plplot
27
28use_parallel_build  yes