[40276] trunk/dports/gnome/libglade2/Portfile

nox at macports.org nox at macports.org
Sun Sep 28 04:24:06 PDT 2008


Revision: 40276
          http://trac.macports.org/changeset/40276
Author:   nox at macports.org
Date:     2008-09-28 04:24:03 -0700 (Sun, 28 Sep 2008)
Log Message:
-----------
libglade2: Whitespace changes. Added modeline.

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

Modified: trunk/dports/gnome/libglade2/Portfile
===================================================================
--- trunk/dports/gnome/libglade2/Portfile	2008-09-28 11:02:54 UTC (rev 40275)
+++ trunk/dports/gnome/libglade2/Portfile	2008-09-28 11:24:03 UTC (rev 40276)
@@ -1,42 +1,48 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
-PortSystem 1.0
-name		libglade2
-set my_name libglade
-version     2.6.2
-set branch  [join [lrange [split ${version} .] 0 1] .]
-description	GNOME glade library.
-long_description        A library that allows you to load GLADE interfaces \
-			at runtime (you don't have to generate stubs with \
-			GLADE before hand). This way you can change the \
-			look of your application without recompiling. \
-			This way you can write the logic behind the \
-			interface separately from the code to build the \
-			interface, so changing the interface is not so \
-			much of a problem. 
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
+
+PortSystem      1.0
+
+name            libglade2
+set my_name     libglade
+version         2.6.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+categories      gnome
+maintainers     nomaintainer
+platforms       darwin 
+description     GNOME glade library.
+
+long_description \
+    A library that allows you to load GLADE interfaces \
+    at runtime (you don't have to generate stubs with \
+    GLADE before hand). This way you can change the \
+    look of your application without recompiling. \
+    This way you can write the logic behind the \
+    interface separately from the code to build the \
+    interface, so changing the interface is not so \
+    much of a problem. 
+
+homepage        http://www.gnome.org/
 master_sites    gnome:sources/${my_name}/${branch}/
-distname	${my_name}-${version}
+distname        ${my_name}-${version}
+use_bzip2       yes
 
 checksums   md5 da4f9d1c6cd1337f6ef5e2db768d8557 \
             sha1 99ffcf33bcd0fdd67191c99b117a0cefc26b84bc \
             rmd160 d6b25114cdbcc5c74412186a9a5a2cc9a140c4e7
 
 depends_build \
-        port:pkgconfig
+    port:pkgconfig
+
 depends_lib \
-        port:fontconfig \
-        port:libxml2 \
-        port:gtk2
+    port:fontconfig \
+    port:libxml2 \
+    port:gtk2
 
-use_bzip2	yes
-
 configure.args  --disable-gtktest
 
-test.run    yes
-test.target check
+test.run        yes
+test.target     check
 
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080928/8892096e/attachment.html 


More information about the macports-changes mailing list