[84804] trunk/dports/x11/gtkglarea/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 2 01:30:10 PDT 2011


Revision: 84804
          http://trac.macports.org/changeset/84804
Author:   ryandesign at macports.org
Date:     2011-10-02 01:30:07 -0700 (Sun, 02 Oct 2011)
Log Message:
-----------
gtkglarea: whitespace changes / reformatting only / add modeline

Modified Paths:
--------------
    trunk/dports/x11/gtkglarea/Portfile

Modified: trunk/dports/x11/gtkglarea/Portfile
===================================================================
--- trunk/dports/x11/gtkglarea/Portfile	2011-10-02 08:28:12 UTC (rev 84803)
+++ trunk/dports/x11/gtkglarea/Portfile	2011-10-02 08:30:07 UTC (rev 84804)
@@ -1,27 +1,36 @@
+# -*- 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
-name		gtkglarea
-version		1.2.3
+
+PortSystem          1.0
+
+name                gtkglarea
+version             1.2.3
 revision            2
-categories      x11 devel
-maintainers     nomaintainer
-description	OpenGL widget to GTK+
-homepage        http://www.student.oulu.fi/~jlof/gtkglarea/
-platforms       darwin
-long_description	Just as GTK+ is built on top of GDK, GtkGLArea is built on top of \
-			gdkgl which is basically wrapper around GLX functions. The widget \
-			itself is very similar to GtkDrawinigArea widget and adds only three \
-			extra functions. Lower level gdkgl functions make it easy to render \
-			on any widget that has OpenGL capable visual, rendering to off-screen \
-			pixmaps is also supported. 
-master_sites    http://www.imem.unavarra.es/3d_mec/download/sources/ \
-		http://www.cis.nctu.edu.tw/~is85005/dports/gtkglarea/
-checksums	md5 cd82b1ca47d9bd13e0b890181b33a871
+categories          x11 devel
+platforms           darwin
+maintainers         nomaintainer
 
-depends_lib     port:mesa \
-                port:gettext \
-                port:gtk1
+description         OpenGL widget to GTK+
 
+long_description    Just as GTK+ is built on top of GDK, GtkGLArea is built \
+                    on top of gdkgl which is basically wrapper around GLX \
+                    functions. The widget itself is very similar to \
+                    GtkDrawinigArea widget and adds only three extra \
+                    functions. Lower level gdkgl functions make it easy to \
+                    render on any widget that has OpenGL capable visual, \
+                    rendering to off-screen pixmaps is also supported.
+
+homepage            http://www.student.oulu.fi/~jlof/gtkglarea/
+
+master_sites        http://www.imem.unavarra.es/3d_mec/download/sources/ \
+                    http://www.cis.nctu.edu.tw/~is85005/dports/gtkglarea/
+
+checksums           md5     cd82b1ca47d9bd13e0b890181b33a871
+
+depends_lib         port:mesa \
+                    port:gettext \
+                    port:gtk1
+
 patchfiles          patch-gtkgl.m4.diff
 
-use_parallel_build yes
+use_parallel_build  yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111002/e86e0fc2/attachment.html>


More information about the macports-changes mailing list