]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/expat/FREEBSD-upgrade
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / expat / FREEBSD-upgrade
1 $FreeBSD$
2
3 eXpat from www.libexpat.org
4
5 v2.0.1:
6
7 This directory contains the virgin sources for the import of the
8 expat XML processing library, trimmed of the bits realted to other
9 platforms (the trimmed contents are listed below).
10
11 Imported via:
12   1) Upacking sources
13   2) cd expat-2.0.1, remove the listed files below
14   3) cvs import -ko src/contrib/expat EXPAT v2_0_1
15
16 The docs say that I should add this FREEBSD-upgrade separately, as
17 a "cvs add / cvs ci" operation, which is what I have done (but it
18 differs from the processed used for the 1.95.5 import).
19
20 The following files/directories were removed from the distribution:
21 amiga/
22 amiga/Makefile
23 amiga/README.txt
24 amiga/expat.xml
25 amiga/expat_lib.c
26 amiga/expat_vectors.c
27 amiga/include
28 amiga/include/inline4
29 amiga/include/inline4/expat.h
30 amiga/include/interfaces
31 amiga/include/interfaces/expat.h
32 amiga/include/libraries
33 amiga/include/libraries/expat.h
34 amiga/include/proto
35 amiga/include/proto/expat.h
36 amiga/launch.c
37 amiga/stdlib.c
38 bcb5/
39 bcb5/README.txt
40 bcb5/all_projects.bpg
41 bcb5/elements.bpf
42 bcb5/elements.bpr
43 bcb5/elements.mak
44 bcb5/expat.bpf
45 bcb5/expat.bpr
46 bcb5/expat.mak
47 bcb5/expat_static.bpf
48 bcb5/expat_static.bpr
49 bcb5/expat_static.mak
50 bcb5/expatw.bpf
51 bcb5/expatw.bpr
52 bcb5/expatw.mak
53 bcb5/expatw_static.bpf
54 bcb5/expatw_static.bpr
55 bcb5/expatw_static.mak
56 bcb5/libexpat_mtd.def
57 bcb5/libexpatw_mtd.def
58 bcb5/makefile.mak
59 bcb5/outline.bpf
60 bcb5/outline.bpr
61 bcb5/outline.mak
62 bcb5/setup.bat
63 bcb5/xmlwf.bpf
64 bcb5/xmlwf.bpr
65 bcb5/xmlwf.mak
66 conftools/
67 conftools/PrintPath
68 conftools/ac_c_bigendian_cross.m4
69 conftools/config.guess
70 conftools/config.sub
71 conftools/expat.m4
72 conftools/get-version.sh
73 conftools/install-sh
74 conftools/libtool.m4
75 conftools/ltmain.sh
76 conftools/mkinstalldirs
77 examples/elements.dsp
78 examples/outline.dsp
79 expat.dsw
80 lib/Makefile.MPW
81 lib/amigaconfig.h
82 lib/expat.dsp
83 lib/expat_static.dsp
84 lib/expatw.dsp
85 lib/expatw_static.dsp
86 lib/libexpat.def
87 lib/libexpatw.def
88 lib/macconfig.h
89 vms/
90 vms/README.vms
91 vms/descrip.mms
92 vms/expat_config.h
93 win32/
94 win32/MANIFEST.txt
95 win32/README.txt
96 win32/expat.iss
97 xmlwf/xmlwf.dsp
98
99 v1.95.5:
100 Imported by:
101
102         tar zxvf expat-1.95.5.tar.gz
103         cd expat-1.95.5
104         rm -rf bcb5 win32 vms conftools doc/valid-xhtml10.png
105         vi FREEBSD-upgrade
106         cvs import -m "Virgin import (trimmed) of eXpat version 1.95.5" \
107                 src/contrib/expat EXPAT v1_95_5
108
109 phk@FreeBSD.org
110
111