1$FreeBSD$ 2 3Julian Seward's bzip2 4 originals can be found at: http://sources.redhat.com/bzip2/ 5 6Imported by: 7 8 cvs import -m "Virgin import (trimmed) of Bzip2 version 1.0.2." \ 9 src/contrib/bzip2 BZIP2 v1_0_2 10 11Notes: 12 1. The following log shows details of trimming: 13 14 $ tar xvfz bzip2-1.0.2.tar.gz 15 $ cd bzip2-1.0.2 16 $ rm bzdiff bzdiff.1 bzgrep bzgrep.1 bzip2.1.preformatted bzip2.txt 17 $ rm bzmore bzmore.1 dlltest.dsp libbz2.dsp manual.html manual.pdf 18 $ rm manual.ps manual_1.html manual_2.html manual_3.html manual_4.html 19 $ rm manual_abt.html manual_ovr.html manual_toc.html mk251.c 20 $ uuencode sample1.bz2 sample1.bz2 > sample1.bz2.uu 21 $ uuencode sample2.bz2 sample2.bz2 > sample2.bz2.uu 22 $ uuencode sample3.bz2 sample3.bz2 > sample3.bz2.uu 23 $ gzip -9 sample1.ref sample2.ref sample3.ref 24 $ uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu 25 $ uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu 26 $ uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu 27 $ rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz 28 $ rm sample3.bz2 sample3.ref.gz 29 30 31sobomax@FreeBSD.org 321 February 2002 33