1207842Smm$FreeBSD$
2207842Smm
3207842Smmxz
4207842Smm
5207842SmmThe source code is pulled with git:
6207842Smm
7223935Smm	git clone --branch=v5.0 http://git.tukaani.org/xz.git xz
8207842Smm
9207842SmmChangeLog is generated with:
10207842Smm	
11207842Smm	git log > ChangeLog
12207842Smm
13207842SmmFor the import files and directories were pruned by:
14207842Smm	
15207842Smmsh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
16207842Smm
17207842SmmYou may check if there are any new files that we don't need.
18207842Smm
19207842SmmThe instructions for importing new release and merging to HEAD can be found
20207842Smmat FreeBSD wiki:
21207842Smm
22207842Smm	http://wiki.freebsd.org/SubversionPrimer/VendorImports
23207842Smm
24207842SmmTo make local changes to xz, simply patch and commit to the trunk
25207842Smmbranch (aka HEAD).  Never make local changes on the vendor branch.
26207842Smm
27207842Smmmm@FreeBSD.org
28223935Smm11-July-2011
29