blob: e9c25456c1c7ea71034e3e0c6d707b9819e0df1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!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/bin-tifftools.zip">
<TPM:Name>bin-tifftools</TPM:Name>
<TPM:Type>TLCore</TPM:Type>
<TPM:Date>2007/01/06 22:54:00</TPM:Date>
<TPM:Version>1.0</TPM:Version>
<TPM:Creator>staw</TPM:Creator>
<TPM:Title>TIFF utilities.</TPM:Title>
<TPM:Description>TIFF Utilities from the LibTIFF library.</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>309787</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build>
<TPM:BinPatterns>bin/win32/tiff2png.exe</TPM:BinPatterns>
<TPM:RunPatterns>texmf/tpm/bin-tifftools.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:BinFiles arch="win32" size="308736">bin/win32/tiff2png.exe</TPM:BinFiles>
<TPM:RunFiles size="1051">texmf/tpm/bin-tifftools.tpm</TPM:RunFiles>
<TPM:Provides>TLCore/bin-tifftools</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|