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 lensfun |
---|
7 | version 0.2.5 |
---|
8 | license LGPL |
---|
9 | categories graphics |
---|
10 | maintainers gmail.com:julians37 |
---|
11 | homepage http://lensfun.berlios.de/ |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | description Library for fixing lens geometry distortion |
---|
15 | long_description Provides a database of photographic lenses and a library that allows advanced \ |
---|
16 | access to the database including functions to correct images based on intimate \ |
---|
17 | knowledge of lens characteristics and calibration data. |
---|
18 | |
---|
19 | master_sites http://download.berlios.de/lensfun/ |
---|
20 | |
---|
21 | checksums md5 930e15e7790a84eb7de28ed4c3c5c1ee \ |
---|
22 | sha1 0ed0ceccd8ea0fe19b942682a9e71b0bf08c9336 \ |
---|
23 | rmd160 d2d2c45eddc03e50e9425125e283b236c976b5d2 |
---|
24 | |
---|
25 | depends_lib port:glib2 \ |
---|
26 | port:libpng |
---|
27 | |
---|
28 | # Doesn't support --disable-dependency-tracking flag |
---|
29 | configure.universal_args |
---|
30 | |
---|
31 | # Ensure lensfun.pc is created |
---|
32 | patchfiles pkgconfig.diff |
---|
33 | |
---|
34 | livecheck.type regex |
---|
35 | livecheck.url http://developer.berlios.de/project/showfiles.php?group_id=9034 |
---|
36 | livecheck.regex "lensfun-(\\d+(?:\\.\\d+)*).tar" |
---|