# -*- 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
# $Id: Portfile 80397 2011-07-12 04:55:16Z ryandesign@macports.org $

PortSystem          1.0

name                svndigest
version             0.9.3
categories          devel
platforms           darwin
license             GPL-3+
maintainers         gmail.com:pj31042

description         Create statistics of a subversion repository

long_description    ${name} is a tool to extract development information and \
                    statistics from a subversion repository. Svndigest is \
                    written in C++ and extracts repository history using the \
                    Subversion API. The resulting report is written to a user \
                    specifiable directory in HTML format.

homepage            http://dev.thep.lu.se/svndigest
master_sites        sourceforge

checksums           sha1    3f00f10e962cf84a2c72d2d1796be60fb972b0af \
                    rmd160  422520f7d28d09a0d68c37df7e20266a68ef9d4e

depends_build       port:pkgconfig

depends_lib         port:subversion \
                    port:apr \
                    port:plplot

use_parallel_build  yes

test.run            yes
test.target         check
