summaryrefslogtreecommitdiffstats
path: root/contrib/bzip2
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-05-16 18:56:30 +0000
committerobrien <obrien@FreeBSD.org>2005-05-16 18:56:30 +0000
commitd80e4b8864237dd8cfd9e7338eec81cfc2c29b99 (patch)
tree4ef54545576e352acd7c88034d5381d883f0b25e /contrib/bzip2
parent206ba6ee3b72311c95ceee496525bbd2fb90f9dd (diff)
downloadFreeBSD-src-d80e4b8864237dd8cfd9e7338eec81cfc2c29b99.zip
FreeBSD-src-d80e4b8864237dd8cfd9e7338eec81cfc2c29b99.tar.gz
Update to match the 1.0.3 import.
Diffstat (limited to 'contrib/bzip2')
-rw-r--r--contrib/bzip2/FREEBSD-Xlist24
-rw-r--r--contrib/bzip2/FREEBSD-upgrade39
2 files changed, 41 insertions, 22 deletions
diff --git a/contrib/bzip2/FREEBSD-Xlist b/contrib/bzip2/FREEBSD-Xlist
new file mode 100644
index 0000000..2725621
--- /dev/null
+++ b/contrib/bzip2/FREEBSD-Xlist
@@ -0,0 +1,24 @@
+# $FreeBSD$
+*README.XML.STUFF
+*bz-common.xsl
+*bz-fo.xsl
+*bz-html.xsl
+*bzdiff
+*bzdiff.1
+*bzgrep
+*bzgrep.1
+*bzip.css
+*bzip2.1.preformatted
+*bzip2.txt
+*bzmore
+*bzmore.1
+*dlltest.dsp
+*entities.xml
+*format.pl
+*libbz2.dsp
+*manual.html
+*manual.pdf
+*manual.ps
+*manual.xml
+*mk251.c
+*xmlproc.sh
diff --git a/contrib/bzip2/FREEBSD-upgrade b/contrib/bzip2/FREEBSD-upgrade
index eebf2fe..58857ca 100644
--- a/contrib/bzip2/FREEBSD-upgrade
+++ b/contrib/bzip2/FREEBSD-upgrade
@@ -5,28 +5,23 @@ Julian Seward's bzip2
Imported by:
- cvs import -m "Virgin import (trimmed) of Bzip2 version 1.0.2." \
- src/contrib/bzip2 BZIP2 v1_0_2
+ cvs import -m "Virgin import (trimmed) of Bzip2 version 1.0.3." \
+ src/contrib/bzip2 BZIP2 v1_0_3
Notes:
- 1. The following log shows details of trimming:
+ The following log shows details of trimming:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ tar xvfz bzip2-1.0.3.tar.gz -X FREEBSD-Xlist
+ cd bzip2-1.0.3
+ 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
- $ 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
+obrien@FreeBSD.org
+15 May 2005
OpenPOWER on IntegriCloud