# -*- 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 # $Id$ PortSystem 1.0 name gource version 0.38 revision 4 categories devel platforms darwin maintainers phw openmaintainer description Version Control Visualization Tool long_description Gource is a tool that can be used to visualize who \ committed when, and to which files. It supports git, CVS, \ Mercurial, Bazaar, and svn. homepage http://code.google.com/p/gource/ master_sites googlecode checksums rmd160 bfeb1de7d1d71dd8cb4d2f9e3fa4ecfc43a00191 \ sha256 9b250a70c1fbe9383a22673931bbc4ff43d669da5d6c1e18b5b3329ad2154505 depends_lib port:ftgl \ path:lib/pkgconfig/sdl.pc:libsdl \ port:libsdl_image \ port:pcre \ port:libpng \ port:jpeg \ port:glew \ port:glm \ port:boost patchfiles patch-src-logmill.cpp.diff if {${configure.compiler} == "clang"} { configure.compiler llvm-gcc-4.2 } configure.args --disable-sdltest livecheck.type regex livecheck.url http://code.google.com/p/gource/ livecheck.regex "gource-(\\d+\\.\\d+)\\.tar\\.gz"