Commits
Ryan Schmidt authored f3dd036d4a4
1 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cmake 1.0 |
5 5 | PortGroup qt5 1.0 |
6 6 | |
7 7 | name luminance-hdr |
8 8 | version 2.4.0 |
9 - | revision 5 |
9 + | revision 6 |
10 10 | categories aqua graphics |
11 11 | license GPL-2+ |
12 12 | maintainers mcalhoun openmaintainer |
13 13 | description GUI for HDR imaging workflow |
14 14 | long_description Qtpfsgui is an open source graphical user interface \ |
15 15 | application that aims to provide a workflow for HDR imaging. |
16 16 | platforms darwin |
17 17 | homepage http://qtpfsgui.sourceforge.net/ |
18 18 | master_sites sourceforge:project/qtpfsgui/luminance/${version} |
19 19 | |