1 | PortSystem 1.0 |
---|
2 | name lcdf-typetools |
---|
3 | version 2.48 |
---|
4 | categories print |
---|
5 | maintainers master@iaas.msu.ru |
---|
6 | description Tools for manipulating fonts |
---|
7 | |
---|
8 | long_description \ |
---|
9 | The LCDF Typetools package contains several programs for manipulating fonts. \ |
---|
10 | For PostScript-flavored OpenType fonts: \ |
---|
11 | cfftot1 translates into PostScript Type 1 format, \ |
---|
12 | otfinfo reports information, \ |
---|
13 | otftotfm creates TeX font metrics and encodings. \ |
---|
14 | For Type 1 multiple master fonts: \ |
---|
15 | mmafm creates an AFM file (font metrics), \ |
---|
16 | mmpfb creates a normal, single-master font program. \ |
---|
17 | For PostScript Type 1 fonts: \ |
---|
18 | t1dotlessj creates a new font whose only character is a dotless j, \ |
---|
19 | t1lint checks Type 1 fonts for correctness, \ |
---|
20 | t1reencode reencodes a font. \ |
---|
21 | For TrueType-flavored OpenType fonts: \ |
---|
22 | ttftotype42 creates a Type 42 wrapper. \ |
---|
23 | \ |
---|
24 | Variant kpathsea is to be used if TeX is installed. |
---|
25 | |
---|
26 | platforms darwin |
---|
27 | |
---|
28 | homepage http://www.lcdf.org/type/ |
---|
29 | master_sites http://www.lcdf.org/type |
---|
30 | |
---|
31 | checksums md5 fe1a7553ed42d9d4a58a77ffe26393bc |
---|
32 | |
---|
33 | configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" |
---|
34 | |
---|
35 | configure.args --without-kpathsea |
---|
36 | |
---|
37 | variant kpathsea { |
---|
38 | configure.args-delete --without-kpathsea |
---|
39 | configure.args-append --with-kpathsea |
---|
40 | depends_lib-append lib:libkpathsea:teTeX |
---|
41 | } |
---|