xref: /freebsd/contrib/bzip2/FREEBSD-upgrade (revision aa0a1e58)
1$FreeBSD$
2
3Julian Seward's bzip2
4	originals can be found at: 	http://www.bzip.org/downloads.html
5
6Imported by:
7
8	cvs import -m "Virgin import (trimmed) of Bzip2 version 1.0.5." \
9		src/contrib/bzip2 BZIP2 v1_0_5
10
11Notes:
12	The following log shows details of trimming:
13	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14	tar xvfz bzip2-1.0.4.tar.gz -X FREEBSD-Xlist
15	cd bzip2-1.0.4
16	uuencode sample1.bz2 sample1.bz2 > sample1.bz2.uu
17	uuencode sample2.bz2 sample2.bz2 > sample2.bz2.uu
18	uuencode sample3.bz2 sample3.bz2 > sample3.bz2.uu
19	gzip -9 sample1.ref sample2.ref sample3.ref
20	uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu
21	uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu
22	uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu
23	rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz
24	rm sample3.bz2 sample3.ref.gz
25
26obrien@FreeBSD.org
2715 May 2005
28