Commits
Marius Schamschula authored 8bb17479186
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 + | |
1 3 | PortSystem 1.0 |
2 4 | |
3 5 | name xkbprint |
4 - | version 1.0.4 |
6 + | version 1.0.5 |
7 + | revision 0 |
5 8 | categories x11 |
6 9 | license X11 |
7 10 | maintainers {jeremyhu @jeremyhu} openmaintainer |
8 11 | description Print an XKB keyboard description |
9 12 | long_description ${description} |
10 13 | |
11 14 | platforms darwin |
12 15 | |
13 16 | homepage https://www.x.org/ |
14 17 | master_sites xorg:individual/app/ |
15 18 | use_bzip2 yes |
16 19 | |
17 - | checksums rmd160 51100ad4e639af54e91f94340629780fac48795e \ |
18 - | sha256 0b3faab8fefad03dfb7e866f634cf859822801de6b5fc6cf5e0a62857ed93e12 |
20 + | checksums rmd160 f9b8e5e50b734db6027ba68c617d15407f344fcd \ |
21 + | sha256 5b58fe834f0822f06d63d283fac404098c6d3f6acce61888b81016f1c41023fa \ |
22 + | size 166856 |
19 23 | |
20 24 | depends_build port:pkgconfig |
21 25 | |
22 26 | depends_lib port:xorg-libxkbfile |
23 27 | |
24 28 | livecheck.type regex |
25 29 | livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} |
26 30 | livecheck.url https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D |