freebsd-src/contrib/bzip2/FREEBSD-upgrade

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
861 B
Plaintext
Raw Normal View History

2002-02-01 16:34:13 +00:00
Julian Seward's bzip2
2007-03-30 16:33:05 +00:00
originals can be found at: http://www.bzip.org/downloads.html
2002-02-01 16:34:13 +00:00
Imported by:
cvs import -m "Virgin import (trimmed) of Bzip2 version 1.0.5." \
src/contrib/bzip2 BZIP2 v1_0_5
2002-02-01 16:34:13 +00:00
Notes:
2005-05-16 18:56:30 +00:00
The following log shows details of trimming:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2007-03-28 07:56:14 +00:00
tar xvfz bzip2-1.0.4.tar.gz -X FREEBSD-Xlist
cd bzip2-1.0.4
2005-05-16 18:56:30 +00:00
uuencode sample1.bz2 sample1.bz2 > sample1.bz2.uu
uuencode sample2.bz2 sample2.bz2 > sample2.bz2.uu
uuencode sample3.bz2 sample3.bz2 > sample3.bz2.uu
gzip -9 sample1.ref sample2.ref sample3.ref
uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu
uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu
uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu
rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz
rm sample3.bz2 sample3.ref.gz
2002-02-01 16:34:13 +00:00
2005-05-16 18:56:30 +00:00
obrien@FreeBSD.org
15 May 2005