source: trunk/build_support/Portfile.in @ 1405

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
4PortSystem          1.0
5
6name                svndigest
7version             @VERSION@
8categories          devel
9platforms           darwin
10license             GPL-3+
11maintainers         gmail.com:pj31042
12
13description         Create statistics of a subversion repository
14
15long_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
21homepage            @PACKAGE_URL@
22master_sites        sourceforge
23
24checksums           sha1    @SHA1SUM@ \
25                    rmd160  @RMD160SUM@
26
27depends_build       port:pkgconfig
28
29depends_lib         port:subversion \
30                    port:apr \
31                    port:plplot
32
33use_parallel_build  yes
34
35test.run            yes
36test.target         check
Note: See TracBrowser for help on using the repository browser.