[107740] trunk/dports/devel/kiwi/Portfile

devans at macports.org devans at macports.org
Thu Jul 4 12:53:43 PDT 2013


Revision: 107740
          https://trac.macports.org/changeset/107740
Author:   devans at macports.org
Date:     2013-07-04 12:53:43 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
kiwi: add mode line, white space.

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

Modified: trunk/dports/devel/kiwi/Portfile
===================================================================
--- trunk/dports/devel/kiwi/Portfile	2013-07-04 19:29:23 UTC (rev 107739)
+++ trunk/dports/devel/kiwi/Portfile	2013-07-04 19:53:43 UTC (rev 107740)
@@ -1,40 +1,42 @@
+# -*- 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		kiwi
-version		1.9.26
-revision	2
+name            kiwi
+version         1.9.26
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
-categories	devel gnome python
-license		LGPL-2.1+
-maintainers	nomaintainer
-supported_archs	noarch
+categories      devel gnome python
+license         LGPL-2.1+
+maintainers     nomaintainer
+supported_archs noarch
 
-description	Framework for Python applications with GUIs.
+description Framework for Python applications with GUIs.
 long_description \
-	Kiwi is a framework and a set of enhanced PyGTK widgets designed to \
-	make building programs with graphical interfaces both easy to write \
-	and easy to maintain. Kiwi is pure Python and should work \
-	cross-platform, but is developed on Python 2.4, Linux ix86.
-homepage	http://www.async.com.br/projects/kiwi
-platforms	darwin
+                Kiwi is a framework and a set of enhanced PyGTK widgets designed to \
+                make building programs with graphical interfaces both easy to write \
+                and easy to maintain. Kiwi is pure Python and should work \
+                cross-platform, but is developed on Python 2.4, Linux ix86.
+homepage        http://www.async.com.br/projects/kiwi
+platforms       darwin
 
-master_sites	gnome:sources/${name}/${branch}/
+master_sites    gnome:sources/${name}/${branch}/
 
 checksums       md5     036cb5d9007d816bdc7b9fff9fc3215c \
                 sha1    83f5b46762d446587bc4cd71e0e644c2fd3be6fd \
                 rmd160  fbc52676fc5501edf85e509a8e7951884bb7caac
 
-depends_lib-append	\
-	path:lib/pkgconfig/glib-2.0.pc:glib2 \
-	port:py26-gobject \
-	port:py26-pygtk \
-	port:py26-numeric
-depends_build-append	\
-	port:pkgconfig
+depends_lib-append  \
+                path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                port:py26-gobject \
+                port:py26-pygtk \
+                port:py26-numeric
 
+depends_build-append    \
+                port:pkgconfig
+
 python.link_binaries_suffix
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/59e84573/attachment.html>


More information about the macports-changes mailing list