cclient version 2007 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    cclient  most recent diff


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



      # $Id: Portfile 33281 2008-01-22 15:54:42Z nox macports.org $

      PortSystem 1.0

      Name: cclient
      Version: 2007
      Category: mail
      Maintainers: pguyot kallisys.net
      Description: UW IMAP c-client library
      Long Description: C-client is a common API for accessing mailboxes. It is used internally by the popular PINE mail reader as well as the University of Washington's IMAP server.
      Homepage: http://www.washington.edu/imap/
      Platform: darwin
      master_sites ftp://ftp.cac.washington.edu/imap/ ftp://ftp.cac.washington.edu/imap/old/ macports:pguyot
      extract.suffix .tar.Z
      distname imap-${version}
      dist_subdir imap-uw
      worksrcdir imap-${version}
      checksums md5 8162c341dd3a08d18b369a745cf83838 sha1 638fa748bd3eb32191799bc20db0cc383f9fedbe rmd160 7fe7f72c192e1d150b3c533261142459db600c3e

      depends_lib port:openssl lib:libz:zlib lib:libgssapi_krb5:kerberos5

      use_configure no

      post-patch {
      reinplace "s|/System/Library/OpenSSL SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib|${prefix}/etc/openssl SSLINCLUDE=${prefix}/include SSLLIB=${prefix}/lib|g" ${worksrcpath}/Makefile
      reinplace "s| -Wno-pointer-sign||g" ${worksrcpath}/src/osdep/unix/Makefile
      }

      build.target oxp EXTRACFLAGS=-fno-common

      Variant: ssl_plaintext {
      patchfiles patch-Makefile
      build.args SSLTYPE=unix
      }

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/include/c-client
      xinstall -m 644 -W ${worksrcpath}/c-client c-client.h dummy.h env.h env_unix.h fdstring.h flockcyg.h flocksim.h flstring.h fs.h ftl.h imap4r1.h linkage.c linkage.h mail.h misc.h netmsg.h newsrc.h nl.h nntp.h osdep.h pseudo.h rfc822.h smtp.h sslio.h tcp.h tcp_unix.h unix.h utf8.h utf8aux.h ${destroot}${prefix}/include/c-client
      xinstall -m 644 ${worksrcpath}/c-client/c-client.a ${destroot}${prefix}/lib/libc-client4.a
      system "cd ${destroot}${prefix}/lib/ && ranlib libc-client4.a"
      }

      livecheck.check regex
      livecheck.url http://ftp.ntua.gr/pub/net/mail/imap/?C=M&O=D
      livecheck.regex {imap-(\d+(?:[a-z]\d*)?)\.tar}

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

     Where to find more information:

    Darwin Ports



    image test