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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name darktable |
---|
7 | version 0.7.1 |
---|
8 | license GPLv3 |
---|
9 | categories graphics |
---|
10 | maintainers gmail.com:julians37 |
---|
11 | homepage http://darktable.sf.net/ |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | description Virtual lighttable and darkroom for photographers |
---|
15 | long_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 | |
---|
19 | master_sites sourceforge |
---|
20 | |
---|
21 | checksums md5 502372506fd5ee86660eff735a9f681c \ |
---|
22 | sha1 c0cb70f89ec5662f0eb3b38e7f4019235e93d5e4 \ |
---|
23 | rmd160 13ce9120dfe217e21795159a2f0eca34a9e495d6 |
---|
24 | |
---|
25 | depends_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 | |
---|
44 | patchfiles exiv2_headers.diff |
---|
45 | |
---|
46 | livecheck.url http://sourceforge.net/api/file/index/project-id/258690/rss |
---|
47 | livecheck.regex {darktable-([0-9.]+?).tar} |
---|