[107742] trunk/dports/devel/gazpacho/Portfile

devans at macports.org devans at macports.org
Thu Jul 4 13:03:58 PDT 2013


Revision: 107742
          https://trac.macports.org/changeset/107742
Author:   devans at macports.org
Date:     2013-07-04 13:03:58 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
gazpacho: add mode line, white space.

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

Modified: trunk/dports/devel/gazpacho/Portfile
===================================================================
--- trunk/dports/devel/gazpacho/Portfile	2013-07-04 19:56:50 UTC (rev 107741)
+++ trunk/dports/devel/gazpacho/Portfile	2013-07-04 20:03:58 UTC (rev 107742)
@@ -1,36 +1,37 @@
+# -*- 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
-PortGroup python26 1.0
+PortSystem      1.0
+PortGroup       python26 1.0
 
-name		gazpacho
-version		0.7.2
-revision	1
+name            gazpacho
+version         0.7.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
-categories	devel python gnome
-maintainers	nomaintainer
-description	A GUI builder for the GTK+ toolkit.
+categories      devel python gnome
+maintainers     nomaintainer
+description     A GUI builder for the GTK+ toolkit.
 long_description \
-	Gazpacho is a fresh new GUI builder for the GTK+ toolkit designed to \
-	be ultra easy to use.
-homepage	http://gazpacho.sicem.biz
-platforms	darwin
+                Gazpacho is a fresh new GUI builder for the GTK+ toolkit designed to \
+                be ultra easy to use.
+homepage        http://gazpacho.sicem.biz
+platforms       darwin
 
-master_sites	gnome:sources/gazpacho/${branch}/
-checksums	md5 42d180f2570f2f5d6c0fa69ed9897d9b \
-		sha1 3f664b23982273e698509c94a704c468a93fd31e \
-		rmd160 9e7614be94763bc9570032902019d26663331740
+master_sites    gnome:sources/gazpacho/${branch}/
+checksums       md5 42d180f2570f2f5d6c0fa69ed9897d9b \
+                sha1 3f664b23982273e698509c94a704c468a93fd31e \
+                rmd160 9e7614be94763bc9570032902019d26663331740
 
-post-extract	{
-	reinplace "s|/usr/|${prefix}/|g" ${worksrcpath}/gazpacho.desktop
+post-extract    {
+    reinplace "s|/usr/|${prefix}/|g" ${worksrcpath}/gazpacho.desktop
 }
 
-depends_lib-append	\
-	port:gettext \
-	port:py26-gobject \
-	port:py26-numeric \
-	port:kiwi
+depends_lib-append  \
+                port:gettext \
+                port:py26-gobject \
+                port:py26-numeric \
+                port:kiwi
 
 python.link_binaries_suffix
 
-livecheck.type gnome-with-unstable 
+livecheck.type  gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/23062f92/attachment.html>


More information about the macports-changes mailing list