freebsd-dev/contrib/expat/FREEBSD-upgrade
Coleman Kane b53e922121 Update the FREEBSD-upgrade for expat 2.0.1
Approved by:	sam, phk
2008-05-08 13:56:58 +00:00

112 lines
2.3 KiB
Plaintext

$FreeBSD$
eXpat from www.libexpat.org
v2.0.1:
This directory contains the virgin sources for the import of the
expat XML processing library, trimmed of the bits realted to other
platforms (the trimmed contents are listed below).
Imported via:
1) Upacking sources
2) cd expat-2.0.1, remove the listed files below
3) cvs import -ko src/contrib/expat EXPAT v2_0_1
The docs say that I should add this FREEBSD-upgrade separately, as
a "cvs add / cvs ci" operation, which is what I have done (but it
differs from the processed used for the 1.95.5 import).
The following files/directories were removed from the distribution:
amiga/
amiga/Makefile
amiga/README.txt
amiga/expat.xml
amiga/expat_lib.c
amiga/expat_vectors.c
amiga/include
amiga/include/inline4
amiga/include/inline4/expat.h
amiga/include/interfaces
amiga/include/interfaces/expat.h
amiga/include/libraries
amiga/include/libraries/expat.h
amiga/include/proto
amiga/include/proto/expat.h
amiga/launch.c
amiga/stdlib.c
bcb5/
bcb5/README.txt
bcb5/all_projects.bpg
bcb5/elements.bpf
bcb5/elements.bpr
bcb5/elements.mak
bcb5/expat.bpf
bcb5/expat.bpr
bcb5/expat.mak
bcb5/expat_static.bpf
bcb5/expat_static.bpr
bcb5/expat_static.mak
bcb5/expatw.bpf
bcb5/expatw.bpr
bcb5/expatw.mak
bcb5/expatw_static.bpf
bcb5/expatw_static.bpr
bcb5/expatw_static.mak
bcb5/libexpat_mtd.def
bcb5/libexpatw_mtd.def
bcb5/makefile.mak
bcb5/outline.bpf
bcb5/outline.bpr
bcb5/outline.mak
bcb5/setup.bat
bcb5/xmlwf.bpf
bcb5/xmlwf.bpr
bcb5/xmlwf.mak
conftools/
conftools/PrintPath
conftools/ac_c_bigendian_cross.m4
conftools/config.guess
conftools/config.sub
conftools/expat.m4
conftools/get-version.sh
conftools/install-sh
conftools/libtool.m4
conftools/ltmain.sh
conftools/mkinstalldirs
examples/elements.dsp
examples/outline.dsp
expat.dsw
lib/Makefile.MPW
lib/amigaconfig.h
lib/expat.dsp
lib/expat_static.dsp
lib/expatw.dsp
lib/expatw_static.dsp
lib/libexpat.def
lib/libexpatw.def
lib/macconfig.h
vms/
vms/README.vms
vms/descrip.mms
vms/expat_config.h
win32/
win32/MANIFEST.txt
win32/README.txt
win32/expat.iss
xmlwf/xmlwf.dsp
v1.95.5:
Imported by:
tar zxvf expat-1.95.5.tar.gz
cd expat-1.95.5
rm -rf bcb5 win32 vms conftools doc/valid-xhtml10.png
vi FREEBSD-upgrade
cvs import -m "Virgin import (trimmed) of eXpat version 1.95.5" \
src/contrib/expat EXPAT v1_95_5
phk@FreeBSD.org