blob: 043bf29897dfc8c0eb6a7641f561a1d51b3ddb45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
<rdf:Description about="http://texlive.dante.de/texlive/TLCore/collection-psutils.zip">
<TPM:Name>collection-psutils</TPM:Name>
<TPM:Type>TLCore</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>PostScript and Truetype utilities</TPM:Title>
<TPM:Description>
Utilities to manipulate TrueType and PostScript files
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>1208</TPM:Size>
<TPM:Build>
<TPM:RunPatterns>texmf/tpm/collection-psutils.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:RunFiles size="1208">texmf/tpm/collection-psutils.tpm</TPM:RunFiles>
<TPM:Requires>
<TPM:TLCore name="bin-getafm"/>
<TPM:TLCore name="bin-lcdftypetools"/>
<TPM:TLCore name="bin-pstools"/>
<TPM:TLCore name="bin-psutils"/>
<TPM:TLCore name="bin-t1utils"/>
<TPM:TLCore name="bin-ttf2pt1"/>
</TPM:Requires>
<TPM:Provides>TLCore/collection-psutils</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|