Ticket #27989: Portfile

File Portfile, 1.7 KB (added by julians37@…, 13 years ago)
Line 
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# $Id$
3
4PortSystem 1.0
5
6name                darktable
7version             0.7.1
8license             GPLv3
9categories          graphics
10maintainers         gmail.com:julians37
11homepage            http://darktable.sf.net/
12platforms           darwin
13
14description         Virtual lighttable and darkroom for photographers
15long_description    Darktable is a virtual lighttable and darkroom for photographers: it manages \
16                    your digital negatives in a database and lets you view them through a zoomable \
17                    lighttable. It also enables you to develop raw images and enhance them.
18
19master_sites        sourceforge
20
21checksums           md5     502372506fd5ee86660eff735a9f681c \
22                    sha1    c0cb70f89ec5662f0eb3b38e7f4019235e93d5e4 \
23                    rmd160  13ce9120dfe217e21795159a2f0eca34a9e495d6
24
25depends_lib         port:cairo \
26                    port:curl \
27                    port:dbus-glib \
28                    port:exiv2 \
29                    port:fop \
30                    port:gconf \
31                    port:glib2 \
32                    port:gtk2 \
33                    port:jpeg \
34                    port:lcms \
35                    port:libglade2 \
36                    port:libgnome-keyring \
37                    port:libgphoto2 \
38                    port:libpng \
39                    port:librsvg \
40                    port:openexr \
41                    port:sqlite3 \
42                    port:tiff
43
44patchfiles          exiv2_headers.diff
45
46livecheck.url       http://sourceforge.net/api/file/index/project-id/258690/rss
47livecheck.regex     {darktable-([0-9.]+?).tar}