1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name ufraw |
---|
6 | version 0.18 |
---|
7 | revision 1 |
---|
8 | categories graphics |
---|
9 | maintainers janusresearch.com:frank.mcpherson |
---|
10 | description Unidentified Flying Raw (UFRaw) |
---|
11 | |
---|
12 | long_description \ |
---|
13 | The Unidentified Flying Raw (UFRaw) is a utility to read and \ |
---|
14 | manipulate raw images from digital cameras. It can be used on \ |
---|
15 | its own or as a Gimp plug-in. It reads raw images using Dave Coffin's \ |
---|
16 | raw conversion utility - DCRaw. UFRaw supports basic color management \ |
---|
17 | using Little CMS, allowing the user to apply color profiles. |
---|
18 | |
---|
19 | homepage http://ufraw.sourceforge.net |
---|
20 | platforms darwin |
---|
21 | master_sites sourceforge |
---|
22 | |
---|
23 | checksums md5 454f40a402928998a82e2645d9265d96 \ |
---|
24 | sha1 41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2 \ |
---|
25 | rmd160 faeb20a5c5eeba2ba91d5737efaa019c5f223c8e |
---|
26 | |
---|
27 | depends_lib port:dcraw path:lib/pkgconfig/gimpui-2.0.pc:gimp2 port:exiv2 port:gtkimageview port:cfitsio port:lensfun |
---|
28 | |
---|
29 | # gimp2 is not universal |
---|
30 | universal_variant no |
---|
31 | |
---|
32 | configure.args --with-exiv2 --with-lensfun |
---|
33 | |
---|
34 | post-destroot { |
---|
35 | set docdir ${destroot}${prefix}/share/doc/${name} |
---|
36 | xinstall -d ${docdir} |
---|
37 | xinstall -m 644 -W ${worksrcpath} \ |
---|
38 | COPYING \ |
---|
39 | MANIFEST \ |
---|
40 | README \ |
---|
41 | TODO \ |
---|
42 | ${docdir} |
---|
43 | } |
---|
44 | |
---|
45 | livecheck.regex "<title>${name} ${name}-(\\d+(?:\\.\\d+)*) released.*</title>" |
---|