1 | # $Id: Portfile 122 2011-10-21 20:37:05Z mapo $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name xtermcontrol |
---|
6 | categories x11 |
---|
7 | version 2.10 |
---|
8 | platforms darwin |
---|
9 | maintainers puffin.lb.shuttle.de:michael.klein openmaintainer |
---|
10 | |
---|
11 | description Enables Dynamic Control of XFree86 xterm Properties |
---|
12 | long_description xtermcontrol makes it easy to change colors, title, font \ |
---|
13 | and geometry of a running xterm, as well as to report the current settings \ |
---|
14 | of these properties |
---|
15 | |
---|
16 | homepage http://www.thrysoee.dk/xtermcontrol/ |
---|
17 | master_sites ${homepage} |
---|
18 | |
---|
19 | checksums rmd160 4b81784ba15d220ba88d5de6347cf04712bc0cd8 \ |
---|
20 | sha256 34ab906bb6639c41819799330ec9243c4a2f302b5201f524d2f4c486273032b3 |
---|
21 | |
---|
22 | livecheck.type regex |
---|
23 | livecheck.url ${homepage} |
---|
24 | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |
---|