Commits
Aaron Madlon-Kay authored c6bc5cdec97
7 7 | revision 0 |
8 8 | categories graphics science devel |
9 9 | platforms darwin |
10 10 | license BSD |
11 11 | |
12 12 | maintainers {stromnov @stromnov} openmaintainer |
13 13 | |
14 14 | description Leptonica is a image processing and image analysis library. |
15 15 | long_description ${description} |
16 16 | |
17 - | homepage http://www.leptonica.com/ |
18 - | master_sites http://www.leptonica.com/source/ |
17 + | homepage http://www.leptonica.org/ |
18 + | master_sites http://www.leptonica.org/source/ |
19 19 | |
20 20 | checksums rmd160 84265adca9e51ec3649dc6bf02f07eb81e13e766 \ |
21 21 | sha256 dd7990ab6b6824b0cfed70920824d37b47184240f98db4085f7dbf1250cd4899 \ |
22 22 | size 12888756 |
23 23 | |
24 24 | depends_build port:pkgconfig |
25 25 | |
26 26 | depends_lib port:tiff \ |
27 27 | port:zlib \ |
28 28 | port:libpng \ |
32 32 | port:webp |
33 33 | |
34 34 | use_autoreconf yes |
35 35 | |
36 36 | configure.args --disable-silent-rules |
37 37 | |
38 38 | # ${prefix}/bin/fileinfo |
39 39 | conflicts-append osxutils |
40 40 | |
41 41 | livecheck.type regex |
42 - | livecheck.url http://www.leptonica.com/download.html |
42 + | livecheck.url http://www.leptonica.org/download.html |
43 43 | livecheck.regex {leptonica-(\d+(?:\.\d+)*)\.[tz]} |