1libarchive
2
3The source code is pulled with git:
4
5	git clone git://github.com/libarchive/libarchive.git
6
7The git branch for imports is named vendor/libarchive.
8
9For the contrib directory files and directories were pruned by:
10
11sh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
12
13You may check if there are any new files that we don't need and add them to
14FREEBSD-Xlist.
15
16The instructions for importing new release and merging to main can be found
17in the Committers' Guide:
18
19	https://docs.freebsd.org/en/articles/committers-guide/#vendor-import-git
20
21To make local changes to libarchive, simply patch and commit to the main
22branch.  Never make local changes on the vendor branch.
23
24mm@FreeBSD.org
2519-October-2023
26