Commits
Zero King authored 51415b03f5d
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 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name byobu |
6 - | version 5.127 |
6 + | version 5.130 |
7 7 | categories sysutils |
8 8 | platforms darwin |
9 9 | license GPL-3 |
10 10 | maintainers {l2dy @l2dy} openmaintainer |
11 11 | description open source text-based window manager and terminal multiplexer |
12 12 | long_description Byobu is a GPLv3 open source text-based window manager and \ |
13 13 | terminal multiplexer. It was originally designed to provide \ |
14 14 | elegant enhancements to the otherwise functional, plain, \ |
15 15 | practical GNU Screen, for the Ubuntu server distribution. \ |
16 16 | Byobu now includes an enhanced profiles, convenient \ |
17 17 | keybindings, configuration utilities, and toggle-able system \ |
18 18 | status notifications for both the GNU Screen window manager \ |
19 19 | and the more modern Tmux terminal multiplexer, and works on \ |
20 20 | most Linux, BSD, and Mac distributions. |
21 21 | homepage http://byobu.co/ |
22 22 | master_sites https://launchpad.net/byobu/trunk/${version}/+download/ |
23 23 | distname ${name}_${version}.orig |
24 24 | worksrcdir ${name}-${version} |
25 25 | |
26 - | checksums rmd160 06d01d3d5b7ae0963d6443dad3b0be143272544b \ |
27 - | sha256 4bafc7cb69ff5b0ab6998816d58cd1ef7175e5de75abc1dd7ffd6d5288a4f63b \ |
28 - | size 755529 |
26 + | checksums rmd160 1f27628b62755b791b52657ffc0605b44ad8f428 \ |
27 + | sha256 47e414161dda124287b9ec1cf94acc716b49e7428c6ec7efeed181f477e17461 \ |
28 + | size 761162 |
29 29 | |
30 30 | depends_run port:coreutils \ |
31 31 | port:tmux |
32 32 | |
33 33 | livecheck.type regex |
34 34 | livecheck.url https://launchpad.net/byobu/+download |
35 35 | livecheck.regex ${name}_(\\d+(?:\\.\\d+)*).orig${extract.suffix} |