11590Srgrimes$FreeBSD$
2168386Syar
31590Srgrimesxz
41590Srgrimes
51590SrgrimesThe source code is pulled with git:
61590Srgrimes
71590Srgrimes	git clone --branch=v5.0 http://git.tukaani.org/xz.git xz
81590Srgrimes
91590SrgrimesChangeLog is generated with:
101590Srgrimes	
111590Srgrimes	git log > ChangeLog
121590Srgrimes
131590SrgrimesFor the import files and directories were pruned by:
141590Srgrimes	
151590Srgrimessh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
161590Srgrimes
171590SrgrimesYou may check if there are any new files that we don't need.
181590Srgrimes
191590SrgrimesThe instructions for importing new release and merging to HEAD can be found
201590Srgrimesat FreeBSD wiki:
211590Srgrimes
221590Srgrimes	http://wiki.freebsd.org/SubversionPrimer/VendorImports
231590Srgrimes
241590SrgrimesTo make local changes to xz, simply patch and commit to the trunk
251590Srgrimesbranch (aka HEAD).  Never make local changes on the vendor branch.
261590Srgrimes
271590Srgrimesmm@FreeBSD.org
281590Srgrimes11-July-2011
291590Srgrimes