Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / contrib / bzip2 / FREEBSD-upgrade
1 $FreeBSD: src/contrib/bzip2/FREEBSD-upgrade,v 1.1.2.1 2002/02/18 09:12:53 sobomax Exp $
2 $DragonFly: src/contrib/bzip2/Attic/FREEBSD-upgrade,v 1.2 2003/06/17 04:23:58 dillon Exp $
3
4 Julian Seward's bzip2
5         originals can be found at:      http://sources.redhat.com/bzip2/
6
7 Imported by:
8
9         cvs import -m "Virgin import (trimmed) of Bzip2 version 1.0.2." \
10                 src/contrib/bzip2 BZIP2 v1_0_2
11
12 Notes:
13         1. The following log shows details of trimming:
14
15         $ tar xvfz bzip2-1.0.2.tar.gz
16         $ cd bzip2-1.0.2
17         $ rm bzdiff bzdiff.1 bzgrep bzgrep.1 bzip2.1.preformatted bzip2.txt
18         $ rm bzmore bzmore.1 dlltest.dsp libbz2.dsp manual.html manual.pdf
19         $ rm manual.ps manual_1.html manual_2.html manual_3.html manual_4.html
20         $ rm manual_abt.html manual_ovr.html manual_toc.html mk251.c
21         $ uuencode sample1.bz2 sample1.bz2 > sample1.bz2.uu
22         $ uuencode sample2.bz2 sample2.bz2 > sample2.bz2.uu
23         $ uuencode sample3.bz2 sample3.bz2 > sample3.bz2.uu
24         $ gzip -9 sample1.ref sample2.ref sample3.ref
25         $ uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu
26         $ uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu
27         $ uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu
28         $ rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz
29         $ rm sample3.bz2 sample3.ref.gz
30
31
32 sobomax@FreeBSD.org
33 1 February 2002