# -*- 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$ PortSystem 1.0 name ufraw version 0.22 license GPL-2+ categories graphics maintainers devans openmaintainer description Unidentified Flying Raw (UFRaw) long_description The Unidentified Flying Raw (UFRaw) is a utility to read and \ manipulate raw images from digital cameras. It can be used on \ its own or as a Gimp plug-in. It reads raw images using Dave Coffin's \ raw conversion utility - DCRaw. UFRaw supports basic color management \ using Little CMS, allowing the user to apply color profiles. homepage http://ufraw.sourceforge.net platforms darwin master_sites sourceforge:project/ufraw/ufraw/${distname} checksums rmd160 2588acde88dda8c30310b967e7185862072c124c \ sha256 f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e depends_build port:pkgconfig \ path:bin/perl:perl5 depends_lib port:cfitsio \ port:dcraw \ port:exiv2 \ port:gtk2 \ port:gtkimageview \ path:lib/pkgconfig/gimpui-2.0.pc:gimp2 \ port:jasper \ port:jpeg \ port:lcms2 \ port:libpng \ port:lensfun \ port:tiff patchfiles patch-ufraw-gimp.c.diff platform darwin { if {${os.major} < 11} { patchfiles-append snowleopard-strnlen.patch } } configure.args --enable-contrast post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ COPYING \ MANIFEST \ README \ TODO \ ${docdir} } # This looks like a bug in llvm-gcc-4.2 compilation being incompatible with llvm-g++-4.2 linking # Undefined symbols for architecture x86_64: # "___builtin_object_size", referenced from: # "_alloca", referenced from: compiler.blacklist-append llvm-gcc-4.2 macports-llvm-gcc-4.2 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"