[107264] trunk/dports/gnome/gal/Portfile

devans at macports.org devans at macports.org
Mon Jun 24 13:39:22 PDT 2013


Revision: 107264
          https://trac.macports.org/changeset/107264
Author:   devans at macports.org
Date:     2013-06-24 13:39:22 -0700 (Mon, 24 Jun 2013)
Log Message:
-----------
gal: add mode line, white space.

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

Modified: trunk/dports/gnome/gal/Portfile
===================================================================
--- trunk/dports/gnome/gal/Portfile	2013-06-24 19:48:38 UTC (rev 107263)
+++ trunk/dports/gnome/gal/Portfile	2013-06-24 20:39:22 UTC (rev 107264)
@@ -1,39 +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
+PortSystem      1.0
 
-name		gal
-version		2.5.3
+name            gal
+version         2.5.3
 revision        1
-set branch	[join [lrange [split ${version} .] 0 1] .]
-description	GNOME Application Libs (GAL).
-long_description	The GNOME Application Libs (GAL) module contains \
-			some library functions that came from Gnumeric \
-			and Evolution.  The idea is to reuse the code \
-			across various larger GNOME applications that \
-			might want to use it. This module is outdated \
-                        and no longer used in the GNOME project.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.gnome.org
-master_sites   	gnome:sources/${name}/${branch}/
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     GNOME Application Libs (GAL).
+long_description \
+                The GNOME Application Libs (GAL) module contains \
+                some library functions that came from Gnumeric \
+                and Evolution.  The idea is to reuse the code \
+                across various larger GNOME applications that \
+                might want to use it. This module is outdated \
+                and no longer used in the GNOME project.
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin
+homepage        http://www.gnome.org
+master_sites    gnome:sources/${name}/${branch}/
 
-checksums	md5     8fae770488887f9d0f95bcdbffc673cc \
-		sha1    7c590925bfc9f2650464d658c2d970291b034449 \
-		rmd160  caa7322c430059832829107027faa6fe7cee6e94
+checksums       md5     8fae770488887f9d0f95bcdbffc673cc \
+                sha1    7c590925bfc9f2650464d658c2d970291b034449 \
+                rmd160  caa7322c430059832829107027faa6fe7cee6e94
 
-depends_build	port:intltool \
-	port:pkgconfig
-depends_lib	port:libgnomeprintui \
-	port:libgnomecanvas \
-	port:libgnomeui \
-	port:dbus-glib
+depends_build   port:intltool \
+                port:pkgconfig
 
-use_bzip2 	yes
+depends_lib     port:libgnomeprintui \
+                port:libgnomecanvas \
+                port:libgnomeui \
+                port:dbus-glib
 
-patchfiles	patch-gal-widgets-e-unicode.h.diff
+use_bzip2       yes
 
-configure.args	--mandir=${prefix}/share/man
+patchfiles      patch-gal-widgets-e-unicode.h.diff
 
+configure.args  --mandir=${prefix}/share/man
+
 livecheck.type  gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130624/cf9c6e7f/attachment.html>


More information about the macports-changes mailing list