1228762Smm$FreeBSD$
2228762Smm
3228762Smmlibarchive
4228762Smm
5238827SmmThe source code is pulled with git:
6228762Smm
7299529Smm	git clone git://github.com/libarchive/libarchive.git
8228762Smm
9228762SmmFor the contrib directory files and directories were pruned by:
10228762Smm	
11228762Smmsh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
12228762Smm
13299529SmmYou may check if there are any new files that we don't need and add them to
14299529SmmFREEBSD-Xlist.
15228762Smm
16228762SmmThe instructions for importing new release and merging to HEAD can be found
17228762Smmat FreeBSD wiki:
18228762Smm
19228762Smm	http://wiki.freebsd.org/SubversionPrimer/VendorImports
20228762Smm
21228835SmmTo make local changes to libarchive, simply patch and commit to the trunk
22228762Smmbranch (aka HEAD).  Never make local changes on the vendor branch.
23228762Smm
24228762Smmmm@FreeBSD.org
25238827Smm27-July-2012
26