Commits
Raphael Straub authored f88744afaed
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 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | PortGroup cmake 1.0 |
6 6 | |
7 7 | name scantailor |
8 - | version 0.9.7.2 |
9 - | revision 2 |
8 + | version 0.9.9.1 |
10 9 | platforms darwin |
11 10 | maintainers raphael openmaintainer |
12 11 | license GPL-3+ |
13 12 | categories graphics |
14 13 | description An interactive post-processing tool for scanned pages |
15 14 | homepage http://${name}.sourceforge.net/ |
16 15 | long_description Scan Tailor is an interactive post-processing tool for scanned \ |
17 16 | pages. It performs operations such as page splitting, deskewing, \ |
18 17 | adding/removing borders, and others. You give it raw scans, and \ |
19 18 | you get pages ready to be printed or assembled into a PDF or \ |
22 21 | |
23 22 | depends_lib port:qt4-mac \ |
24 23 | port:jpeg \ |
25 24 | port:zlib \ |
26 25 | port:libpng \ |
27 26 | port:tiff \ |
28 27 | port:boost |
29 28 | |
30 29 | master_sites sourceforge |
31 30 | |
32 - | checksums md5 26e7efb1cd443f698c7201e37c0efb23 \ |
33 - | sha1 a402c65be30de6809cc5ce5d44808f71fc12c694 \ |
34 - | rmd160 d30cc9ce9fc53bff21c5b4c4e7bf2ccc91b60ea7 |
31 + | checksums md5 58f7c549284d9fb92f25d15e1f66bae2 \ |
32 + | sha1 d3523cb5e9ebb95f2e1d20962595a1fc8f064526 \ |
33 + | rmd160 5bfaa1f55fc42fd6d044a261332ff64d471fdd72 |
35 34 | |
36 35 | post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} |
37 36 | xinstall -d ${docdir} |
38 37 | xinstall -m 644 -W ${worksrcpath} \ |
39 38 | COPYING \ |
40 39 | GPL3.txt \ |
41 - | VERSION \ |
42 40 | ${docdir} |
43 41 | } |
42 + | |
43 + | livecheck.type regex |
44 + | livecheck.url http://sourceforge.net/projects/${name}/files/ |
45 + | livecheck.regex ${name}-(\[0-9.\]+)\\.tar |