Commits
Perry E. Metzger authored fa9fd24794b
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 xlsfonts |
4 - | version 1.0.5 |
6 + | version 1.0.6 |
5 7 | categories x11 |
6 8 | license X11 |
7 9 | maintainers {jeremyhu @jeremyhu} openmaintainer |
8 10 | description List available fonts on an X11 server |
9 11 | long_description ${description} |
10 12 | |
11 13 | platforms darwin |
12 14 | |
13 15 | homepage https://www.x.org/ |
14 16 | master_sites xorg:individual/app/ |
15 17 | use_bzip2 yes |
16 18 | |
17 - | checksums rmd160 b5bf1da219165a900d84f811112b0d12c5c88b91 \ |
18 - | sha256 40295bec35077cee93be2e4c26cc00268ed6ace779ae6e97766a866c1e3927fa |
19 + | checksums rmd160 84decdd86311c18691a5d223dab76b9a4b242c59 \ |
20 + | sha256 89b80b3a030006ab6cef717be286c12f2477894b227158b1e6133274f6ebd368 \ |
21 + | size 133500 |
19 22 | |
20 23 | depends_build port:pkgconfig |
21 24 | |
22 25 | depends_lib port:xorg-libX11 |
23 26 | |
24 27 | livecheck.type regex |
25 28 | livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} |
26 29 | livecheck.url http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D |