[33065] trunk/dports/gnome/gtksourceview/Portfile

nox at macports.org nox at macports.org
Thu Jan 17 05:30:32 PST 2008


Revision: 33065
          http://trac.macosforge.org/projects/macports/changeset/33065
Author:   nox at macports.org
Date:     2008-01-17 05:29:06 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
gtksourceview: Whitespace changes.

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

Modified: trunk/dports/gnome/gtksourceview/Portfile
===================================================================
--- trunk/dports/gnome/gtksourceview/Portfile	2008-01-17 13:03:30 UTC (rev 33064)
+++ trunk/dports/gnome/gtksourceview/Portfile	2008-01-17 13:29:06 UTC (rev 33065)
@@ -1,33 +1,56 @@
 # $Id$
-PortSystem 1.0
-name		gtksourceview
-version		1.8.5
-description	GtkSourceView is a text widget
-long_description        GtkSourceView is a text widget that extends the standard \
-			gtk+ 2.x text widget GtkTextView. It improves GtkTextView \
-			by implementing syntax highlighting and other features \
-			typical of a source editor.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://cvs.gnome.org/lxr/source/gtksourceview
+
+PortSystem      1.0
+
+name            gtksourceview
+version         1.8.5
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin 
+description     GtkSourceView is a text widget
+
+long_description \
+    GtkSourceView is a text widget that extends the standard gtk+ 2.x \
+    text widget GtkTextView. It improves GtkTextView by implementing \
+    syntax highlighting and other features typical of a source editor.
+
+homepage        http://cvs.gnome.org/lxr/source/gtksourceview
 master_sites    gnome:sources/${name}/1.8/
-checksums	rmd160 978c59d5f99baeb5d8b9c3c14246ffc48ce150f8
+use_bzip2       yes
 
-depends_lib \
-	lib:libXft.2.1.2:Xft2 port:freetype port:fontconfig port:tiff \
-        lib:libatk-1.0:atk bin:gconftool-2:gconf lib:libgettextlib:gettext \
-        lib:libglib-2.0:glib2 lib:libgnomevfs-2:gnome-vfs lib:libgtk-x11-2.0:gtk2 \
-        lib:libgnomecanvas-2:libgnomecanvas lib:libart_lgpl_2:libart_lgpl \
-        lib:libbonobo-2:libbonobo port:zlib bin:orbit-idl-2:orbit2 port:libxml2 \
-        lib:libpangoft2-1.0:pango lib:libgnomeprintui:libgnomeprintui port:gnuregex \
-	port:xrender lib:libexpat:expat lib:libiconv:libiconv lib:libpng:libpng \
-	port:popt lib:libjpeg:jpeg lib:libgnomeprint-2-2:libgnomeprint \
-	lib:libcairo:cairo
+checksums       rmd160 978c59d5f99baeb5d8b9c3c14246ffc48ce150f8
 
-use_bzip2 	yes
+depends_lib     lib:libXft.2.1.2:Xft2 \
+                port:freetype \
+                port:fontconfig \
+                port:tiff \
+                lib:libatk-1.0:atk \
+                bin:gconftool-2:gconf \
+                lib:libgettextlib:gettext \
+                lib:libglib-2.0:glib2 \
+                lib:libgnomevfs-2:gnome-vfs \
+                lib:libgtk-x11-2.0:gtk2 \
+                lib:libgnomecanvas-2:libgnomecanvas \
+                lib:libart_lgpl_2:libart_lgpl \
+                lib:libbonobo-2:libbonobo \
+                port:zlib \
+                bin:orbit-idl-2:orbit2 \
+                port:libxml2 \
+                lib:libpangoft2-1.0:pango \
+                lib:libgnomeprintui:libgnomeprintui \
+                port:gnuregex \
+                port:xrender \
+                lib:libexpat:expat \
+                lib:libiconv:libiconv \
+                lib:libpng:libpng \
+                port:popt \
+                lib:libjpeg:jpeg \
+                lib:libgnomeprint-2-2:libgnomeprint \
+                lib:libcairo:cairo
 
-patchfiles	patch_gtksourceregex.c
+patchfiles      patch_gtksourceregex.c
 
-configure.args  --mandir=${prefix}/share/man --enable-gnuregex
-configure.cppflags-append "-L${prefix}/lib" 
+configure.args  --mandir=${prefix}/share/man \
+                --enable-gnuregex
+
+configure.cppflags-append   "-L${prefix}/lib" 

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


More information about the macports-changes mailing list