--- Portfile.orig	2009-10-04 23:02:23.000000000 +0100
+++ Portfile	2009-10-04 23:06:58.000000000 +0100
@@ -1,42 +1 @@
-# -*- 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
-# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $
-
-PortSystem      1.0
-
-name            exempi
-version         2.1.1
-categories      graphics
-maintainers     devans openmaintainer
-platforms       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
-
-# see http://trac.macports.org/ticket/19894
-
-if { ${os.platform} == "darwin" &&  ${os.major} > 8 } {
-    patchfiles      patch-source__common__LargeFileAccess.cpp
-    patch.args      -p1
-}
-
-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+)*)}
+# -*- 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# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $PortSystem      1.0name            exempiversion         2.1.1categories      graphicsmaintainers     devans openmaintainerplatforms       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# see http://trac.macports.org/ticket/19894if { ${os.platform} == "darwin" &&  ${os.major} > 8 } {    patchfiles      patch-source__common__LargeFileAccess.cpp    patch.args      -p1}# see http://trac.macports.org/ticket/20965if { ${os.platform} == "darwin" &&  ${os.major} > 9 } {     # Remove compilation of QuickTime/mov suppport (there is no 64 bit support for Carbon QuickTime framework),    # see https://developer.apple.com/mac/library/documentation/Carbon/Conceptual/Carbon64BitGuide/OtherAPIChanges/OtherAPIChanges.html#//apple_ref/doc/uid/TP40004381-CH5-SW2    #     # TODO: Restore QuickTime/mov support by re-writing ${worksrcpath}/source/XMPFiles/FileHandlers/MOV_Handler.cpp and     #       ${worksrcpath}/source/XMPFiles/FormatSupport/QuickTime_Support.cpp to use QuickTime Kit instead of Carbon QuickTime framework.    #       see https://developer.apple.com/mac/library/documentation/QuickTime/Conceptual/QTKitProgrammingGuide/Chapter01/Introduction.html        patchfiles-append      patch-source__XMPFiles__FileHandlers__Makefile.am \                           patch-source__XMPFiles__FormatSupport__Makefile.am \                           patch-source__XMPFiles__FormatSupport__Reconcile_Impl.cpp                               use_autoreconf         yes    autoreconf.args        --force -I m4    use_automake           yes    automake.args          --add-missing --copy --foreign    use_autoconf           yes        configure.cppflags     "-DXMP_64 -I/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers"}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+)*)}
\ No newline at end of file

