Evolution-data-server version 2.26.3 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    evolution-data-server  most recent diff


    version 2.26.3

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The evolution-data-server Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: evolution-data-server
      Version: 2.26.3
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: Addressbook and calender libs for GNOME.
      Long Description: Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop.
      Maintainers: geekdaily.org:jim
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/
      Master Sites: gnome:sources/${name}/${branch}/

      Checksums: md5 01205605a598253bc227ff360c7c3dad sha1 a9406b748d5a002df9570d17c91066575f2ba408 rmd160 83f68a464a0cfb50511f33e662d8a24ede42b9e6

      depends_build port:pkgconfig port:intltool port:p5-xml-parser port:gtk-doc

      depends_lib port:libgnomeui port:libgweather port:libical port:nss

      use_bzip2 yes

      Patch Files: patch-configure.in.diff

      use_autoconf yes

      configure.args --enable-static --enable-nss --enable-smime --enable-gnome-keyring --enable-ipv6 --enable-nntp --with-libiconv=${prefix} --with-nspr-includes=${prefix}/include/nspr --with-nspr-libs=${prefix}/lib/nspr --with-nss-includes=${prefix}/include/nss --with-nss-libs=${prefix}/lib/nss --with-krb5=/usr --disable-schemas-install

      platform darwin 8 {
      post-patch {
      reinplace "s|#include |#include \\\n#include |g" ${worksrcpath}/camel/camel-block-file.h
      }
      }

      Variant: gtk_doc description {Build gtk-doc documentation} {
      configure.args-append --enable-gtk-doc
      }

      post-activate {
      system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
      }

      livecheck.type regex
      livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
      livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.