[89006] trunk/dports/devel/gource/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 16 23:08:36 PST 2012


Revision: 89006
          http://trac.macports.org/changeset/89006
Author:   ryandesign at macports.org
Date:     2012-01-16 23:08:36 -0800 (Mon, 16 Jan 2012)
Log Message:
-----------
gource: adjust formatting / whitespace; add modeline

Modified Paths:
--------------
    trunk/dports/devel/gource/Portfile

Modified: trunk/dports/devel/gource/Portfile
===================================================================
--- trunk/dports/devel/gource/Portfile	2012-01-17 07:07:33 UTC (rev 89005)
+++ trunk/dports/devel/gource/Portfile	2012-01-17 07:08:36 UTC (rev 89006)
@@ -1,17 +1,21 @@
+# -*- 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
+PortSystem          1.0
 
 name                gource
 version             0.37
 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/
-platforms           darwin
 master_sites        googlecode
 
 checksums           rmd160  76bbe62693566c61d5bc8324494079b07a07cb02 \
@@ -31,6 +35,6 @@
 
 configure.args      --disable-sdltest
 
-livecheck.type		regex
-livecheck.url		http://code.google.com/p/gource/
-livecheck.regex		"gource-(\\d+\\.\\d+)\\.tar\\.gz"
+livecheck.type      regex
+livecheck.url       http://code.google.com/p/gource/
+livecheck.regex     "gource-(\\d+\\.\\d+)\\.tar\\.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120116/ed1a1e1a/attachment.html>


More information about the macports-changes mailing list