Commits
Perry E. Metzger authored bff2808e16a
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 xfontsel |
4 - | version 1.0.5 |
6 + | version 1.0.6 |
5 7 | categories x11 graphics |
6 8 | license X11 |
7 9 | maintainers {jeremyhu @jeremyhu} openmaintainer |
8 10 | description Point and click selection of X11 font names |
9 11 | long_description \ |
10 12 | The xfontsel application provides a simple way to display the fonts \ |
11 13 | known to your X server, examine samples of each, and retrieve the X \ |
12 14 | Logical Font Description ("XLFD") full name for a font. |
13 15 | |
14 16 | platforms darwin |
15 17 | |
16 18 | homepage https://www.x.org/ |
17 19 | master_sites xorg:individual/app/ |
18 20 | use_bzip2 yes |
19 21 | |
20 - | checksums sha1 fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf \ |
21 - | rmd160 eaf098e16131168154c0f0ccf491560da9883f74 \ |
22 - | sha256 170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf |
22 + | checksums rmd160 6cbf5ef21312e6df1ee34f34bd7166357e0fae47 \ |
23 + | sha256 25aa0b7c4262f5e99c07c2b96e00e4eb25b7e53f94fa803942af9d0e8da3001c \ |
24 + | size 146469 |
23 25 | |
24 26 | depends_build port:pkgconfig |
25 27 | |
26 28 | depends_lib port:xorg-libXaw |
27 29 | |
28 30 | livecheck.type regex |
29 31 | livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} |
30 32 | livecheck.url http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D |