Gloox version 0.7.3 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    version 0.7.3

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


      The gloox Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: gloox
      Version: 0.7.3
      Category: net devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: C++ Jabber/XMPP library taking care of the low-level protocol
      Long Description: gloox is a C++ Jabber/XMPP library which takes care of the low-level protocol stuff. Additionally, it offers high-level interfaces for interaction with an XMPP server.

      Homepage: http://camaya.net/gloox
      Master Sites: http://camaya.net/download/
      Checksums: md5 ed8ab0f82bcd51ab889a9aad49ffec49
      use_bzip2 yes

      depends_lib port:iksemel port:gettext port:gnutls port:libgcrypt port:libgpg-error port:libiconv port:libidn port:zlib

      configure.args --with-gnutls=${prefix} --with-zlib=${prefix} --with-libidn=${prefix}
      configure.cflags-append "-I${prefix}/include"

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

    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/gloox
      % sudo port install gloox
      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 gloox
      ---> Verifying checksum for gloox
      ---> Extracting gloox
      ---> Configuring gloox
      ---> Building gloox with target all
      ---> Staging gloox into destroot
      ---> Installing gloox
    - 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 gloox with these commands:
      %  man gloox
      % apropos gloox
      % which gloox
      % locate gloox

     Where to find more information:

    Darwin Ports



    Lightbox this page.