Gconf version 2.26.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 2.26.2

      View the most recent changes for the gconf port at: gconf.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gconf.
      The raw portfile for gconf 2.26.2 is located here:
      http://gconf.darwinports.com/dports/gnome/gconf/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gconf


      # -*- 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
      The gconf Portfile 57494 2009-09-11 17:13:09Z devans macports.org $

      PortSystem 1.0
      PortGroup muniversal 1.0

      Name: gconf
      set my_name GConf
      Version: 2.26.2
      set branch [join [lrange [split ${version} .] 0 1] .]
      Maintainers: nomaintainer
      Category: gnome
      Platform: 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 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}
      use_bzip2 yes

      Checksums: md5 8b55d58dab13e821e048627aa4f92b8b sha1 bf5323d974fa22165de2144100234647fd50ef17 rmd160 280cd55dc3562445c716b88dfddba4ddd2508786

      depends_build port:pkgconfig port:intltool port:p5-xml-parser

      depends_lib port:gtk2 port:dbus-glib port:policykit port:orbit2

      configure.cppflags-append -L${prefix}/lib

      destroot.keepdirs ${destroot}${prefix}/etc/gconf/gconf.xml.mandatory ${destroot}${prefix}/etc/gconf/gconf.xml.defaults

      livecheck.type regex
      livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
      livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/gconf
      % sudo port install gconf
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching gconf
      ---> Verifying checksum for gconf
      ---> Extracting gconf
      ---> Configuring gconf
      ---> Building gconf with target all
      ---> Staging gconf into destroot
      ---> Installing gconf
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using gconf with these commands:
      %  man gconf
      % apropos gconf
      % which gconf
      % locate gconf

     Where to find more information:

    Darwin Ports



    Lightbox this page.