Revision
72703
Author
ryandesign@macports.org
Date
2010-10-24 13:48:22 -0700 (Sun, 24 Oct 2010)

Log Message

svndigest: new port, version 0.8; see #26983

Added Paths

Diff

Added: trunk/dports/devel/svndigest/Portfile (0 => 72703)


--- trunk/dports/devel/svndigest/Portfile	                        (rev 0)
+++ trunk/dports/devel/svndigest/Portfile	2010-10-24 20:48:22 UTC (rev 72703)
@@ -0,0 +1,35 @@
+# -*- 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$
+
+PortSystem          1.0
+
+name                svndigest
+version             0.8
+categories          devel
+platforms           darwin
+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    b9d2557140c8eeb72a8bf126cdf7b5438cd91e47 \
+                    rmd160  2c7bfb666bc702db7ab8a8db45c72ccf7d6d54b3
+
+depends_build       port:pkgconfig
+
+depends_lib         port:subversion \
+                    port:apr \
+                    port:plplot
+
+use_parallel_build  yes
+
+test.run            yes
+test.target         check
Property changes on: trunk/dports/devel/svndigest/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style