dbus-glib version 0.74 for Mac OS X 10.5 Leopard
Tuesday the 20th of May, 2008

    dbus-glib  most recent diff


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



      # $Id: Portfile 33195 2008-01-21 02:05:44Z nox macports.org $

      PortSystem 1.0

      Name: dbus-glib
      Version: 0.74
      Maintainers: nomaintainer
      Category: devel
      Platform: darwin
      Description: Glib bindings for the dbus message bus system.

      Long Description: ${description}

      Homepage: http://www.freedesktop.org/Software/dbus
      master_sites http://dbus.freedesktop.org/releases/dbus-glib

      checksums md5 0923d825a0aff2e4eb23338b630286fb sha1 ea8a1c9269fe6b5f63e6571a2c8a537a558f0211 rmd160 0a78b138bfe1dbdfee0d7fbebcbe701c63511a86

      depends_build port:pkgconfig

      depends_lib port:expat port:libiconv port:glib2 port:dbus port:gettext

      configure.args --mandir=${prefix}/share/man --disable-tests

      test.run yes
      test.target check

      pre-test {
      if {![variant_isset test]} {
      ui_error "test variant must be activated to enable test support"
      return -code 1
      }
      }

      Variant: test {
      configure.args-delete --disable-tests
      configure.args-append --enable-tests
      }

      configure.cppflags-append -L${prefix}/lib
      configure.cflags-append -no-cpp-precomp -flat_namespace -undefined suppress -L${prefix}/lib

      livecheck.check regex
      livecheck.url http://www.freedesktop.org/wiki/Software/DBusBindings
      livecheck.regex ${name}-(\\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/dbus-glib
      % sudo port install dbus-glib
      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 dbus-glib
      ---> Verifying checksum for dbus-glib
      ---> Extracting dbus-glib
      ---> Configuring dbus-glib
      ---> Building dbus-glib with target all
      ---> Staging dbus-glib into destroot
      ---> Installing dbus-glib
    - 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 dbus-glib with these commands:
      %  man dbus-glib
      % apropos dbus-glib
      % which dbus-glib
      % locate dbus-glib

     Where to find more information:

    Darwin Ports



    image test