diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-13 16:59:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-13 16:59:21 +0000 |
commit | c9bb2d4bf7827f115efdfe4798e0359219681e3b (patch) | |
tree | 32589dc064894f73b0f801255155498a0b7ddd97 /Master/texmf/tpm/lib-zlib.tpm | |
parent | f5bdcc408a6ac8e0afbd42f495035e0d5ae87609 (diff) |
remove tpm files, tlpkg is our way forward
git-svn-id: svn://tug.org/texlive/trunk@4575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tpm/lib-zlib.tpm')
-rw-r--r-- | Master/texmf/tpm/lib-zlib.tpm | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Master/texmf/tpm/lib-zlib.tpm b/Master/texmf/tpm/lib-zlib.tpm deleted file mode 100644 index c4dbbada41c..00000000000 --- a/Master/texmf/tpm/lib-zlib.tpm +++ /dev/null @@ -1,30 +0,0 @@ -<!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/lib-zlib.zip"> - <TPM:Name>lib-zlib</TPM:Name> - <TPM:Type>TLCore</TPM:Type> - <TPM:Date>2006/12/18 04:07:08</TPM:Date> - <TPM:Version>1.2.1</TPM:Version> - <TPM:Creator>popineau</TPM:Creator> - <TPM:Title>The Zlib library package.</TPM:Title> - <TPM:Description> -A Massively Spiffy Yet Delicately Unobtrusive Compression Library. -Zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in Unix compress(1) and in the GIF image format, the compression method currently used in zlib essentially never expands the data. (LZW can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression. - </TPM:Description> - <TPM:Author></TPM:Author> - <TPM:Size>75528</TPM:Size> - <TPM:License></TPM:License> - <TPM:Build> - <TPM:BinPatterns>bin/win32/tl90zlib.dll</TPM:BinPatterns> - <TPM:RunPatterns>texmf/tpm/lib-zlib.tpm</TPM:RunPatterns> - <TPM:DocPatterns> -texmf/doc/man/man3/zlib.3 -texmf/doc/man/man3/zlib.3.html - </TPM:DocPatterns> - </TPM:Build> - <TPM:BinFiles arch="win32" size="73728">bin/win32/tl90zlib.dll</TPM:BinFiles> - <TPM:RunFiles size="1800">texmf/tpm/lib-zlib.tpm</TPM:RunFiles> - <TPM:Provides>TLCore/lib-zlib</TPM:Provides> - </rdf:Description> -</rdf:RDF> - |