Exempi version 2.1.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 2.1.1

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


      # -*- 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 exempi Portfile 59183 2009-10-11 08:45:26Z jmr macports.org $

      PortSystem 1.0

      Name: exempi
      Version: 2.1.1
      Category: graphics
      Maintainers: devans openmaintainer
      Platform: darwin
      Homepage: http://libopenraw.freedesktop.org/wiki/Exempi
      Master Sites: http://libopenraw.freedesktop.org/download/

      Description: Exempi is an implementation of XMP.

      Long Description: Exempi is an implementation of XMP. Version 2.x is based on Adobe XMP SDK 4.1.1 and is released under a BSD-style license like Adobe's.

      Checksums: md5 62ecb5a01387b9f940a5429b3df67e65 sha1 f05a4c1d609c0e3cafdf839c16ec46afae1b160d rmd160 e79500f804e162df340e669deea620408e4926b4

      patch.args -p1

      # see http://trac.macports.org/ticket/19894

      if { ${os.platform} == "darwin" && ${os.major} > 8 } {
      patchfiles-append patch-source__common__LargeFileAccess.cpp
      }

      # see http://trac.macports.org/ticket/20965
      if {$build_arch == "x86_64" || $build_arch == "ppc64"} {
      patchfiles-append patch-source__XMPFiles__FileHandlers__Makefile.am patch-source__XMPFiles__FormatSupport__Makefile.am patch-source__XMPFiles__FormatSupport__Reconcile_Impl.cpp
      use_autoreconf yes
      configure.cppflags-append -DXMP_64
      }

      configure.args --enable-unittest=no

      Variant: unit_test description {Enable unit test} {
      depends_lib-append port:boost
      configure.args-delete --enable-unittest=no
      configure.args-append --enable-unittest=yes
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex {version\ (\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/exempi
      % sudo port install exempi
      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 exempi
      ---> Verifying checksum for exempi
      ---> Extracting exempi
      ---> Configuring exempi
      ---> Building exempi with target all
      ---> Staging exempi into destroot
      ---> Installing exempi
    - 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 exempi with these commands:
      %  man exempi
      % apropos exempi
      % which exempi
      % locate exempi

     Where to find more information:

    Darwin Ports



    Lightbox this page.