Import bzip2-1.0.3 modulo unneeded files.
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 29 Jun 2005 22:38:10 +0000 (22:38 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Wed, 29 Jun 2005 22:38:10 +0000 (22:38 +0000)
commit871977afb4f22db3b1b7877712f58e4ceb7cf178
tree23a9c81d4b8b2a1309e101816bc8ebf89cc5aca0
Import bzip2-1.0.3 modulo unneeded files.
23 files changed:
contrib/bzip2-1.0/CHANGES [new file with mode: 0644]
contrib/bzip2-1.0/LICENSE [new file with mode: 0644]
contrib/bzip2-1.0/README [new file with mode: 0644]
contrib/bzip2-1.0/blocksort.c [new file with mode: 0644]
contrib/bzip2-1.0/bzip2.1 [new file with mode: 0644]
contrib/bzip2-1.0/bzip2.c [new file with mode: 0644]
contrib/bzip2-1.0/bzip2recover.c [new file with mode: 0644]
contrib/bzip2-1.0/bzlib.c [new file with mode: 0644]
contrib/bzip2-1.0/bzlib.h [new file with mode: 0644]
contrib/bzip2-1.0/bzlib_private.h [new file with mode: 0644]
contrib/bzip2-1.0/compress.c [new file with mode: 0644]
contrib/bzip2-1.0/crctable.c [new file with mode: 0644]
contrib/bzip2-1.0/decompress.c [new file with mode: 0644]
contrib/bzip2-1.0/huffman.c [new file with mode: 0644]
contrib/bzip2-1.0/randtable.c [new file with mode: 0644]
contrib/bzip2-1.0/sample1.bz2 [new file with mode: 0644]
contrib/bzip2-1.0/sample1.ref [new file with mode: 0644]
contrib/bzip2-1.0/sample2.bz2 [new file with mode: 0644]
contrib/bzip2-1.0/sample2.ref [new file with mode: 0644]
contrib/bzip2-1.0/sample3.bz2 [new file with mode: 0644]
contrib/bzip2-1.0/sample3.ref [new file with mode: 0644]
contrib/bzip2-1.0/words1 [new file with mode: 0644]
contrib/bzip2-1.0/words3 [new file with mode: 0644]