svn commit: r240140 - in vendor/atf: . atf-0.16 atf-0.16/atf-c
atf-0.16/atf-c++ atf-0.16/atf-sh atf-0.16/bootstrap
atf-0.16/m4 dist dist/atf-c dist/atf-c++ dist/atf-sh
dist/bootstrap dist/m4
Marcel Moolenaar
marcel at FreeBSD.org
Wed Sep 5 15:58:40 UTC 2012
Author: marcel
Date: Wed Sep 5 15:58:39 2012
New Revision: 240140
URL: http://svn.freebsd.org/changeset/base/240140
Log:
1. Add README.txt with upgrade instructions as well as license info
and governance.
2. Add FREEBSD-Xlist to prune the distribution.
3. Remove files & directories not used by FreeBSD.
Added:
vendor/atf/FREEBSD-Xlist
vendor/atf/README.txt
Deleted:
vendor/atf/atf-0.16/INSTALL
vendor/atf/atf-0.16/TODO
vendor/atf/atf-0.16/aclocal.m4
vendor/atf/atf-0.16/atf-c++/atf-c++.m4
vendor/atf/atf-0.16/atf-c++/atf-c++.pc.in
vendor/atf/atf-0.16/atf-c/atf-c.m4
vendor/atf/atf-0.16/atf-c/atf-c.pc.in
vendor/atf/atf-0.16/atf-c/atf-common.m4
vendor/atf/atf-0.16/atf-sh/atf-sh.m4
vendor/atf/atf-0.16/atf-sh/atf-sh.pc.in
vendor/atf/atf-0.16/bootstrap/
vendor/atf/atf-0.16/m4/
vendor/atf/dist/INSTALL
vendor/atf/dist/TODO
vendor/atf/dist/aclocal.m4
vendor/atf/dist/atf-c++/atf-c++.m4
vendor/atf/dist/atf-c++/atf-c++.pc.in
vendor/atf/dist/atf-c/atf-c.m4
vendor/atf/dist/atf-c/atf-c.pc.in
vendor/atf/dist/atf-c/atf-common.m4
vendor/atf/dist/atf-sh/atf-sh.m4
vendor/atf/dist/atf-sh/atf-sh.pc.in
vendor/atf/dist/bootstrap/
vendor/atf/dist/m4/
Added: vendor/atf/FREEBSD-Xlist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ vendor/atf/FREEBSD-Xlist Wed Sep 5 15:58:39 2012 (r240140)
@@ -0,0 +1,7 @@
+bootstrap/
+m4/
+INSTALL
+TODO
+aclocal.m4
+atf-*/atf-*.m4
+atf-*/atf-*.pc.in
Added: vendor/atf/README.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ vendor/atf/README.txt Wed Sep 5 15:58:39 2012 (r240140)
@@ -0,0 +1,14 @@
+Import tree for ATF: the Automated Testing Framework.
+
+Governance: http://code.google.com/p/kyua/wiki/ATF
+License: BSD (3-Clause)
+
+Upgrade instructions:
+1. Download a newer version from the URL given above
+2. Extract the tarball as per the guidelines
+3. Run the following command to remove extraneous files:
+ sh -c 'for F in `cat FREEBSD-Xlist`; do rm -rf ./$F ; done'
+4. Make sure to delete files that ere not present in the new version!
+5. Commit vendor/atf (this should update dist and create a new 'tag')
+6. Merge vendor/atf/dist to head/contrib/atf, and re-run configure
+7. Commit head/contrib/atf
More information about the svn-src-vendor
mailing list