Commits
Marius Schamschula authored 229991b69eb
1 + | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 + | |
1 3 | PortSystem 1.0 |
2 4 | |
3 5 | name setxkbmap |
4 - | version 1.3.1 |
6 + | version 1.3.2 |
7 + | revision 0 |
5 8 | categories x11 |
6 9 | license X11 |
7 10 | maintainers {jeremyhu @jeremyhu} openmaintainer |
8 11 | description Set the keyboard using the X11 keyboard extension |
9 12 | long_description \ |
10 13 | The setxkbmap command maps the keyboard to use the layout determined by \ |
11 14 | the options specified on the command line. |
12 15 | |
13 16 | platforms darwin |
14 17 | |
15 18 | homepage https://www.x.org/ |
16 19 | master_sites xorg:individual/app/ |
17 20 | use_bzip2 yes |
18 21 | |
19 - | checksums sha1 560a02cf6f7db1f79739a4f2bd4f8050c7eb6f43 \ |
20 - | rmd160 e625f4c402516448c3b27a57def90e8948e5d1fe \ |
21 - | sha256 a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1 |
22 + | checksums rmd160 ce8bb6c71a65627f52704bfc79280235036886c3 \ |
23 + | sha256 8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5 \ |
24 + | size 136253 |
22 25 | |
23 26 | depends_build port:pkgconfig |
24 27 | |
25 28 | depends_lib port:xorg-libxkbfile |
26 29 | |
27 30 | livecheck.type regex |
28 31 | livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} |
29 32 | livecheck.url https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D |