diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:24:14 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:24:14 +0000 |
commit | b427eb87ce990f7727a5d63c107d34cd197c528f (patch) | |
tree | b6471bf3db242c75032be3311f7a4ce717187c43 /archivers/mscompress/DESCR | |
parent | 461042de918b432b8c3c3a7c19d772e646f65dfa (diff) | |
download | pkgsrc-b427eb87ce990f7727a5d63c107d34cd197c528f.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'archivers/mscompress/DESCR')
-rw-r--r-- | archivers/mscompress/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/mscompress/DESCR b/archivers/mscompress/DESCR new file mode 100644 index 00000000000..c3d9caa4bdb --- /dev/null +++ b/archivers/mscompress/DESCR @@ -0,0 +1,11 @@ +mscompress, Microsoft "compress.exe/expand.exe" compatible (de)compressor +Copyright (c) 2000 Martin Hinner <mhi@penguin.cz> +Algorithm & data structures by M. Winterhoff <100326.2776@compuserve.com> +ftp://ftp.penguin.cz/pub/users/mhi/mscompress/ + +This package contains two programs: + +msexpand, which decompress files compressed by Microsoft compress.exe utility + (e.g. Win 3.x installation files) +mscompress, which compress files using LZ77 compression algorithm. Output + files can be decompressed using Microsoft expand.exe or msexpand(1). |