[134812] trunk/dports/gnome/gnome-turtle/Portfile

devans at macports.org devans at macports.org
Tue Apr 7 13:17:04 PDT 2015


Revision: 134812
          https://trac.macports.org/changeset/134812
Author:   devans at macports.org
Date:     2015-04-07 13:17:04 -0700 (Tue, 07 Apr 2015)
Log Message:
-----------
gnome-turtle: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-turtle/Portfile

Modified: trunk/dports/gnome/gnome-turtle/Portfile
===================================================================
--- trunk/dports/gnome/gnome-turtle/Portfile	2015-04-07 20:03:27 UTC (rev 134811)
+++ trunk/dports/gnome/gnome-turtle/Portfile	2015-04-07 20:17:04 UTC (rev 134812)
@@ -1,23 +1,26 @@
+# -*- 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		gnome-turtle
-version		0.1.3
-description	A turtle and lsys drawing program for GNOME.
-long_description   	A turtle and lsys drawing program for GNOME. It \
-			can generate fractals from an L-System definition.
-maintainers	nomaintainer
-categories	gnome math
-license		GPL-2+
-platforms	darwin
-homepage	https://savannah.nongnu.org/p/gnome-turtle/
-master_sites    http://savannah.nongnu.org/download/gnome-turtle/
-checksums	md5 a964b8777854b388da966f1605b8a831
-worksrcdir	${name}
-depends_build	port:intltool port:pkgconfig
-depends_lib	port:libgnomeprintui port:libgnomeui
+name                gnome-turtle
+version             0.1.3
+description         A turtle and lsys drawing program for GNOME.
+long_description    A turtle and lsys drawing program for GNOME. It \
+                    can generate fractals from an L-System definition.
+maintainers         nomaintainer
+categories          gnome math
+license             GPL-2+
+platforms           darwin
+homepage            https://savannah.nongnu.org/p/gnome-turtle/
+master_sites        http://savannah.nongnu.org/download/gnome-turtle/
+checksums           md5 a964b8777854b388da966f1605b8a831
+worksrcdir          ${name}
+depends_build       port:intltool \
+                    port:pkgconfig
+depends_lib         port:libgnomeprintui \
+                    port:libgnomeui
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150407/d4cb7a1b/attachment.html>


More information about the macports-changes mailing list