[110719] trunk/dports/gnome/libgnomedb/Portfile

larryv at macports.org larryv at macports.org
Wed Sep 4 08:55:42 PDT 2013


Revision: 110719
          https://trac.macports.org/changeset/110719
Author:   larryv at macports.org
Date:     2013-09-04 08:55:42 -0700 (Wed, 04 Sep 2013)
Log Message:
-----------
libgnomedb: Add modeline; clean up whitespace and formatting (#40281).

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

Modified: trunk/dports/gnome/libgnomedb/Portfile
===================================================================
--- trunk/dports/gnome/libgnomedb/Portfile	2013-09-04 15:54:29 UTC (rev 110718)
+++ trunk/dports/gnome/libgnomedb/Portfile	2013-09-04 15:55:42 UTC (rev 110719)
@@ -1,32 +1,42 @@
+# -*- 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
+PortSystem          1.0
 
-name		libgnomedb
-version		1.2.2
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description	Data access architecture for GNOME.
-long_description 	The GNOME-DB project aims to provide a free unified \
-			data access architecture to the GNOME project. \
-			GNOME-DB is useful for any application that accesses \
-			persistent data (not only databases, but data), since \
-			it now contains a pretty good data management API.
-maintainers	nomaintainer
-categories	gnome databases
-license		GPL-2+
-platforms	darwin
-homepage	http://www.gnome-db.org/
-master_sites    gnome:sources/${name}/${branch}/
-use_bzip2	yes
+name                libgnomedb
+version             1.2.2
+set branch          [join [lrange [split ${version} .] 0 1] .]
 
-checksums	rmd160  9b5f2c6b684f583467de7cd4be00b6bb93cefeb3 \
-		sha256  1dc3967ac3ff9407268ad0b36dc93eef680b5a2a088929c2a52597223d4b4d96
+categories          gnome databases
+platforms           darwin
+license             GPL-2+
+maintainers         nomaintainer
 
-patchfiles	patch-glib-2.32.diff
+description         Data access architecture for GNOME.
+long_description    The GNOME-DB project aims to provide a free unified \
+                    data access architecture to the GNOME project. \
+                    GNOME-DB is useful for any application that accesses \
+                    persistent data (not only databases, but data), since \
+                    it now contains a pretty good data management API.
+homepage            http://www.gnome-db.org/
 
-depends_build	port:intltool port:pkgconfig
-depends_lib	port:gtksourceview port:libgda port:rarian port:libgnomeui
-configure.cppflags-append "-L${prefix}/lib"
-configure.args  --mandir=${prefix}/share/man
+master_sites        gnome:sources/${name}/${branch}/
+use_bzip2           yes
 
-livecheck.type  gnome
+checksums           rmd160  9b5f2c6b684f583467de7cd4be00b6bb93cefeb3 \
+                    sha256  1dc3967ac3ff9407268ad0b36dc93eef680b5a2a088929c2a52597223d4b4d96
+
+patchfiles          patch-glib-2.32.diff
+
+depends_build       port:intltool \
+                    port:pkgconfig
+
+depends_lib         port:gtksourceview \
+                    port:libgda \
+                    port:rarian \
+                    port:libgnomeui
+
+configure.cppflags-append   "-L${prefix}/lib"
+configure.args              --mandir=${prefix}/share/man
+
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130904/4b8f6a9f/attachment.html>


More information about the macports-changes mailing list