Download and Install rb-jabber4r on Mac OS X
Thursday the 3rd of July, 2008

    rb-jabber4r  most recent diff


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



      # $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp macports.org $
      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup jabber4r 0.6.0 basic_install.rb {README examples} rubyforge:376
      revision 2
      Maintainers: nomaintainer
      Description: Library allowing Ruby apps to talk to a Jabber IM system.
      Long Description: This library was created to allow a Ruby application to connect to (or create a) Jabber account as an additional resource. Although it was not the original intent to serve as the infrastructure of a complete UI-based IM client... it supports everything except the groupchat protocol. It currently supports: Account registration Connection to an account (digest and plain text) Access to Roster (buddy list) Tracking of presence of resources in the Roster (including local account resources) Sending and receiving messages Managing subscriptions XHTML messages Pluggable XML Parsers What can you do with this? You could write a ruby application that allows you to query it by IM for status, control, etc. You could use this as a communications channel backbone for a Ruby application (which is my intent).
      checksums md5 e5e0bc060bd01389714c3598cf379e4d
      Platform: darwin

      worksrcdir ${ruby.module}

      depends_lib-append port:rb-xmlparser

      configure {
      reinplace "s|\\(USE_PARSER.*=\\).*\\(#.*\\)$|\\1 :xmlparser \\2|" ${worksrcpath}/lib/jabber4r/protocol.rb
      }


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

     Where to find more information:

    Darwin Ports



    image test