Centerim version 4.22.7 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    centerim  most recent diff


    version 4.22.7

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


      The centerim Portfile 56369 2009-08-26 19:02:36Z jmr macports.org $

      PortSystem 1.0
      Name: centerim
      Version: 4.22.7
      Category: net
      Maintainers: nomaintainer
      Platform: darwin
      Description: Console multi-IM client.
      Long Description: Console client for AIM/ICQ/Yahoo/IRC/LiveJournal.
      Checksums: md5 2db303baa9b7680c2cccb3314bfa7ae2 sha1 c0b3433ed260fca23f8e10999c1cf91895489b35 rmd160 83c579db34fe6e7c5d539cf78102a2de6b89f47a
      Homepage: http://www.centerim.org/
      Master Sites: ${homepage}download/releases/
      use_bzip2 yes
      depends_lib port:libiconv port:gettext port:ncurses port:openssl port:jpeg port:gpgme
      Patch Files: patch-configure.diff patch-kkconsui_include_conscommon.h.diff

      configure.args --disable-msn --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix} --with-ssl --with-openssl=${prefix}/include --with-libjpeg --with-gpgme-prefix=${prefix} --without-libcurl
      build.type gnu

      Variant: msn description {Enable MSN support (requires curl+ssl)} {
      depends_build-append port:pkgconfig
      depends_lib-append port:curl
      configure.args-delete --disable-msn --without-libcurl
      configure.args-append --with-libcurl=${prefix}
      pre-fetch {
      set fd [open "|pkg-config --variable=supported_features libcurl"]
      eval set features [gets $fd]
      close $fd
      if {[lsearch -exact $features SSL] == -1} {
      return -code error "curl must be installed with +ssl to enable MSN support."
      }
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.