At-spi version 1.26.0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 1.26.0

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The at-spi Portfile 57793 2009-09-16 18:02:07Z devans macports.org $

      PortSystem 1.0

      Name: at-spi
      Version: 1.26.0
      Revision: 1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: Gnome Accesibility Technology Service
      Long Description: 'at-spi' is a part of the Gnome Accessibility Project. It provides a Service Provider Interface for the Assistive Technologies available on the GNOME platform, and a library against which applications can be linked.
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://developer.gnome.org/projects/gap/
      Master Sites: gnome:sources/${name}/${branch}/

      Checksums: md5 3f2f7d29b45eff08adf56af0d31d3984 sha1 814871ea8a04570d44003ceffc166cbe44a8bb7c rmd160 e8cc5da683ec4289f552bbc07a08ee70cac5c3c7

      depends_build port:p5-xml-parser port:pkgconfig

      depends_lib port:atk port:gtk2 port:libbonobo port:python25 port:xorg-libXtst

      use_bzip2 yes

      configure.args --enable-static --disable-xevie --with-x --x-includes=${prefix}/include --x-libraries=${prefix}/lib --disable-schemas-install

      configure.python ${prefix}/bin/python2.5

      Variant: no_x11 {
      pre-fetch {
      return -code error "The +no_x11 (was +quartz) variant of ${name} does not work. See http://trac.macports.org/ticket/15013"
      }
      configure.args-delete --with-x --x-includes=${prefix}/include --x-libraries=${prefix}/lib
      configure.args-append --without-x
      depends_lib-delete port:xorg-libXtst
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.