[40287] trunk/dports/gnome/gconf/Portfile
nox at macports.org
nox at macports.org
Sun Sep 28 11:52:56 PDT 2008
Revision: 40287
http://trac.macports.org/changeset/40287
Author: nox at macports.org
Date: 2008-09-28 11:52:52 -0700 (Sun, 28 Sep 2008)
Log Message:
-----------
gconf: Whitespace changes.
Modified Paths:
--------------
trunk/dports/gnome/gconf/Portfile
Modified: trunk/dports/gnome/gconf/Portfile
===================================================================
--- trunk/dports/gnome/gconf/Portfile 2008-09-28 18:50:49 UTC (rev 40286)
+++ trunk/dports/gnome/gconf/Portfile 2008-09-28 18:52:52 UTC (rev 40287)
@@ -1,49 +1,56 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name gconf
-set my_name GConf
-version 2.22.0
-set branch [join [lrange [split ${version} .] 0 1] .]
-description GConf is a configuration database system.
-long_description GConf is a configuration database system, \
- functionally similar to the Windows registry \
- but lots better. :-) It's being written for \
- the GNOME desktop but does not require GNOME.
-maintainers nomaintainer
-categories gnome
-platforms darwin
-homepage http://www.gnome.org/projects/gconf/
+name gconf
+set my_name GConf
+version 2.22.0
+set branch [join [lrange [split ${version} .] 0 1] .]
+maintainers nomaintainer
+categories gnome
+platforms darwin
+description GConf is a configuration database system.
+
+long_description \
+ GConf is a configuration database system, \
+ functionally similar to the Windows registry \
+ but lots better. :-) It's being written for \
+ the GNOME desktop but does not require GNOME.
+
+homepage http://www.gnome.org/projects/gconf/
+master_sites gnome:sources/${my_name}/${branch}/
distname ${my_name}-${version}
-master_sites gnome:sources/${my_name}/${branch}/
-checksums md5 a56c043afeb1052abaf45407409b0331 \
- sha1 2a9ca649ef58394e425a030dc99b863b499a8a56 \
- rmd160 71f0c6f20882681efdffc957f6d86affd4a29a80
+use_bzip2 yes
+checksums md5 a56c043afeb1052abaf45407409b0331 \
+ sha1 2a9ca649ef58394e425a030dc99b863b499a8a56 \
+ rmd160 71f0c6f20882681efdffc957f6d86affd4a29a80
+
depends_build port:pkgconfig \
port:perl5.8 \
port:p5-xml-parser \
port:intltool
-depends_lib \
- path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \
- port:gettext \
- port:libxml2 \
- port:gtk2 \
- port:orbit2
+depends_lib path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \
+ port:gettext \
+ port:libxml2 \
+ port:gtk2 \
+ port:orbit2
-use_bzip2 yes
configure.cppflags-append "-L${prefix}/lib"
pre-destroot {
- destroot.keepdirs ${destroot}${prefix}/etc/gconf/gconf.xml.mandatory ${destroot}${prefix}/etc/gconf/gconf.xml.defaults
+ destroot.keepdirs \
+ ${destroot}${prefix}/etc/gconf/gconf.xml.mandatory \
+ ${destroot}${prefix}/etc/gconf/gconf.xml.defaults
}
-platform darwin 7 { configure.cflags-append "-DBIND_8_COMPAT=1" }
+platform darwin 7 {
+ configure.cflags-append "-DBIND_8_COMPAT=1"
+}
livecheck.check regex
livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080928/0af115ea/attachment.html
More information about the macports-changes
mailing list