summaryrefslogtreecommitdiffstats
path: root/contrib/bzip2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-02-01 16:34:13 +0000
committersobomax <sobomax@FreeBSD.org>2002-02-01 16:34:13 +0000
commit2911dcf482884986a4ee3fa4487ef44a341b1b4f (patch)
treec2b7a97f81cac2b71aff822510f37af26c29506d /contrib/bzip2
parent539011fe16de0fa4f5b918d9880bbadde16a466f (diff)
downloadFreeBSD-src-2911dcf482884986a4ee3fa4487ef44a341b1b4f.zip
FreeBSD-src-2911dcf482884986a4ee3fa4487ef44a341b1b4f.tar.gz
Add upgrade instructions.
Diffstat (limited to 'contrib/bzip2')
-rw-r--r--contrib/bzip2/FREEBSD-upgrade32
1 files changed, 32 insertions, 0 deletions
diff --git a/contrib/bzip2/FREEBSD-upgrade b/contrib/bzip2/FREEBSD-upgrade
new file mode 100644
index 0000000..eebf2fe
--- /dev/null
+++ b/contrib/bzip2/FREEBSD-upgrade
@@ -0,0 +1,32 @@
+$FreeBSD$
+
+Julian Seward's bzip2
+ originals can be found at: http://sources.redhat.com/bzip2/
+
+Imported by:
+
+ cvs import -m "Virgin import (trimmed) of Bzip2 version 1.0.2." \
+ src/contrib/bzip2 BZIP2 v1_0_2
+
+Notes:
+ 1. The following log shows details of trimming:
+
+ $ tar xvfz bzip2-1.0.2.tar.gz
+ $ cd bzip2-1.0.2
+ $ rm bzdiff bzdiff.1 bzgrep bzgrep.1 bzip2.1.preformatted bzip2.txt
+ $ rm bzmore bzmore.1 dlltest.dsp libbz2.dsp manual.html manual.pdf
+ $ rm manual.ps manual_1.html manual_2.html manual_3.html manual_4.html
+ $ rm manual_abt.html manual_ovr.html manual_toc.html mk251.c
+ $ 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
+
+
+sobomax@FreeBSD.org
+1 February 2002
OpenPOWER on IntegriCloud