[32989] trunk/dports/gnome/vte/Portfile

nox at macports.org nox at macports.org
Tue Jan 15 18:18:26 PST 2008


Revision: 32989
          http://trac.macosforge.org/projects/macports/changeset/32989
Author:   nox at macports.org
Date:     2008-01-15 18:18:24 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------
vte: Whitespace changes.

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

Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile	2008-01-16 02:13:03 UTC (rev 32988)
+++ trunk/dports/gnome/vte/Portfile	2008-01-16 02:18:24 UTC (rev 32989)
@@ -1,46 +1,51 @@
 # $Id$
-PortSystem 1.0
-name		vte
-version		0.16.9
-description	Terminal widget with improved accessibility and I18N support.
-long_description        Terminal widget with improved font, \
-			internationalisation and accessibility support \
-			for the GNOME 2 desktop.  Designed to replace libzvt.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
+
+PortSystem      1.0
+
+name            vte
+version         0.16.9
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin 
+description     Terminal widget with improved accessibility and I18N support.
+
+long_description \
+    Terminal widget with improved font, internationalisation and \
+    accessibility support for the GNOME 2 desktop.  Designed to \
+    replace libzvt.
+
+homepage        http://www.gnome.org/
 master_sites    gnome:sources/vte/[join [lrange [split ${version} .] 0 1] .]/
+use_bzip2       yes
 
 checksums       md5 a42c893a01e3d9818789be373e529422 \
                 sha1 53a49c7d5fae41ac6ec9b79e6b290e99e3f10860 \
                 rmd160 28b7160425e3bfb5752b1648ea9b9af79fe63acb
 
-depends_lib	\
-    port:python25 \
-    port:py25-gtk \
-    port:fontconfig \
-    port:freetype \
-    port:gettext \
-    port:libiconv \
-    port:gtk2 \
-    port:glib2 \
-    port:ncurses \
-    port:Xft2 \
-    port:pango
-depends_build	\
-	port:p5-xml-parser \
-	port:pkgconfig
+depends_lib     port:python25 \
+                port:py25-gtk \
+                port:fontconfig \
+                port:freetype \
+                port:gettext \
+                port:libiconv \
+                port:gtk2 \
+                port:glib2 \
+                port:ncurses \
+                port:Xft2 \
+                port:pango
 
-patchfiles	patch-python_vtemodule.c
-use_bzip2 	yes
+depends_build   port:p5-xml-parser \
+                port:pkgconfig
+
+patchfiles      patch-python_vtemodule.c
+
 configure.args  --disable-freetypetest
+configure.env   PYTHON=${prefix}/bin/python2.5
 
-configure.env   PYTHON=${prefix}/bin/python2.5
 configure.cflags-append -fstrict-aliasing -funroll-loops
 
 variant without_python {
-	depends_lib-delete	port:python25 port:py25-gtk
-	configure.args-append	--disable-python
+    depends_lib-delete  port:python25 port:py25-gtk
+    configure.args-append   --disable-python
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080115/e31ecc2d/attachment-0001.html


More information about the macports-changes mailing list