[42045] trunk/dports/devel/gnome-bindings-suite/Portfile

devans at macports.org devans at macports.org
Thu Nov 13 13:48:33 PST 2008


Revision: 42045
          http://trac.macports.org/changeset/42045
Author:   devans at macports.org
Date:     2008-11-13 13:48:33 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
gnome-bindings-suite: lint and white space changes.

Modified Paths:
--------------
    trunk/dports/devel/gnome-bindings-suite/Portfile

Modified: trunk/dports/devel/gnome-bindings-suite/Portfile
===================================================================
--- trunk/dports/devel/gnome-bindings-suite/Portfile	2008-11-13 21:43:57 UTC (rev 42044)
+++ trunk/dports/devel/gnome-bindings-suite/Portfile	2008-11-13 21:48:33 UTC (rev 42045)
@@ -1,25 +1,28 @@
 # -*- 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		gnome-bindings-suite
-version		2.12
-categories	devel gnome
-maintainers	nomaintainer
-description	The GNOME bindings
-long_description	The GNOME bindings is the set of libraries that allow developers to develop fully GNOME compliant applications in C#, C++, Java, Perl, and Python. The platform is one of the suites of software packages that form the complete GNOME project offerings. NOTE: the GNOME Java bindings have yet to be ported to Mac OS X.
-homepage	http://www.gnome.org/
-depends_lib	port:gnome-bindings-cxx	\
-		port:gnome-bindings-perl5	\
-		port:gnome-bindings-python
+PortSystem      1.0
+
+name            gnome-bindings-suite
+version         2.12
+categories      devel gnome
+platforms       darwin
+maintainers     nomaintainer
+description     The GNOME bindings
+long_description    The GNOME bindings is the set of libraries that allow developers to develop fully GNOME compliant applications in C#, C++, Java, Perl, and Python. The platform is one of the suites of software packages that form the complete GNOME project offerings. NOTE: the GNOME Java bindings have yet to be ported to Mac OS X.
+homepage        http://www.gnome.org/
+master_sites    gnome
+depends_lib    port:gnome-bindings-cxx    \
+        port:gnome-bindings-perl5    \
+        port:gnome-bindings-python
 distfiles
 fetch           { }
 checksum        { }
-configure       { }
+use_configure   no
 build           { }
 destroot        {
-	file mkdir ${destroot}${prefix}/share/doc/
-	system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
+    file mkdir ${destroot}${prefix}/share/doc/
+    system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
 }
 
 livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/c77aca51/attachment.html>


More information about the macports-changes mailing list