Ticket #22192: Portfile-gource-0.23

File Portfile-gource-0.23, 924 bytes (added by hahn.seb@…, 14 years ago)

Updated portfile for Gource 0.23, works on 10.6.2

Line 
1# $Id$
2PortSystem          1.0
3name                gource
4version             0.23
5categories          devel
6maintainers         nomaintainer
7description         Version Control Visualization Tool
8long_description    Gource is a tool that can be used to visualize who \
9                    committed when, and to which files. It supports git, CVS, \
10                    Mercurial, and svn.
11homepage            http://code.google.com/p/gource/
12platforms           darwin
13master_sites        http://gource.googlecode.com/files/
14checksums           md5 8373e2a468af026a4a5eb1f2a6d56166 \
15                    sha1 92bad90b8e6dd622699086e1366d0a0ba208312a \
16                    rmd160 6500eaa1cf27d68dfb5550ef019e591547f11274
17depends_lib         port:ftgl \
18                    port:libsdl \
19                    port:libsdl_image \
20                    port:pcre \
21                    port:libpng \
22                    port:jpeg
23