Commits
Marius Schamschula authored 26f510d4f0e
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 t1utils |
6 - | version 1.40 |
6 + | version 1.41 |
7 7 | categories graphics print fonts |
8 8 | maintainers nomaintainer |
9 9 | license Permissive |
10 10 | description Command line tools for dealing with Type 1 fonts |
11 11 | long_description \ |
12 12 | t1utils is a collection of simple type-1 font manipulation programs. \ |
13 13 | Together, they allow you to convert between PFA (ASCII) and PFB (binary) \ |
14 14 | formats, disassemble PFA or PFB files into human-readable form, \ |
15 15 | reassemble them into PFA or PFB format. Additionally you can extract font \ |
16 16 | resources from a Macintosh font file (ATM/Laserwriter), or create a \ |
17 17 | Macintosh Type 1 font file from a PFA or PFB font. |
18 18 | |
19 19 | platforms darwin |
20 20 | |
21 21 | homepage http://www.lcdf.org/~eddietwo/type/ |
22 22 | master_sites ${homepage} |
23 23 | |
24 - | checksums rmd160 ff48fa2202d10fb21c7d17c97051316b76308f4f \ |
25 - | sha256 56060d147f628fb3a356aea35e5119c0b3fdf1ed8c750e0ab16b95cdf1713d8b |
24 + | checksums rmd160 922d63805ae4c943118709353f20fc9ce45190bb \ |
25 + | sha256 fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427 |
26 26 | |
27 27 | configure.args --mandir=${prefix}/share/man |
28 28 | |
29 29 | livecheck.type regex |
30 30 | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |