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

    centerim-devel  most recent diff


    version 4.22.7-36-g6ba0

      View the most recent changes for the centerim-devel port at: centerim-devel.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for centerim-devel.
      The raw portfile for centerim-devel 4.22.7-36-g6ba0 is located here:
      http://centerim-devel.darwinports.com/dports/net/centerim-devel/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-devel


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The centerim-devel Portfile 56369 2009-08-26 19:02:36Z jmr macports.org $

      PortSystem 1.0

      Name: centerim-devel
      Version: 4.22.7-36-g6ba0
      Category: net
      Maintainers: nomaintainer
      Platform: darwin
      Description: Console multi-IM client.
      Long Description: Console client for AIM/ICQ/Yahoo/IRC/LiveJournal.
      distname centerim-${version}
      Checksums: md5 be3f231956ceca41e716c679e5e175ed sha1 69bf0f824fd11ff96110867c9ebf29355e7475ff rmd160 d7690ef9eb47caa5931fbafc8181ac9a163fc750
      Homepage: http://www.centerim.org/
      Master Sites: ${homepage}download/mobshots/
      depends_lib port:libiconv port:gettext port:ncurses port:openssl port:jpeg port:gpgme

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

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.