Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2012 23:07:34 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r240116 - in vendor/atf: . atf-0.16 atf-0.16/admin atf-0.16/atf-c atf-0.16/atf-c++ atf-0.16/atf-c++/detail atf-0.16/atf-c/detail atf-0.16/atf-config atf-0.16/atf-report atf-0.16/atf-run...
Message-ID:  <201209042307.q84N7YQ6033842@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Tue Sep  4 23:07:32 2012
New Revision: 240116
URL: http://svn.freebsd.org/changeset/base/240116

Log:
  Import ATF version 0,16
  
  Discussed with: gibbs, gnn, keramida, mdf, mlaier,
  Discussed with: Garrett Cooper

Added:
  vendor/atf/
  vendor/atf/atf-0.16/
  vendor/atf/atf-0.16/AUTHORS
  vendor/atf/atf-0.16/Atffile
  vendor/atf/atf-0.16/COPYING
  vendor/atf/atf-0.16/INSTALL
  vendor/atf/atf-0.16/Kyuafile
  vendor/atf/atf-0.16/Makefile.am
  vendor/atf/atf-0.16/Makefile.in
  vendor/atf/atf-0.16/NEWS
  vendor/atf/atf-0.16/README
  vendor/atf/atf-0.16/TODO
  vendor/atf/atf-0.16/aclocal.m4
  vendor/atf/atf-0.16/admin/
  vendor/atf/atf-0.16/admin/Makefile.am.inc
  vendor/atf/atf-0.16/admin/check-install.sh   (contents, props changed)
  vendor/atf/atf-0.16/admin/check-style-c.awk
  vendor/atf/atf-0.16/admin/check-style-common.awk
  vendor/atf/atf-0.16/admin/check-style-cpp.awk
  vendor/atf/atf-0.16/admin/check-style-man.awk
  vendor/atf/atf-0.16/admin/check-style-shell.awk
  vendor/atf/atf-0.16/admin/check-style.sh   (contents, props changed)
  vendor/atf/atf-0.16/admin/compile   (contents, props changed)
  vendor/atf/atf-0.16/admin/config.guess   (contents, props changed)
  vendor/atf/atf-0.16/admin/config.sub   (contents, props changed)
  vendor/atf/atf-0.16/admin/depcomp   (contents, props changed)
  vendor/atf/atf-0.16/admin/install-sh   (contents, props changed)
  vendor/atf/atf-0.16/admin/ltmain.sh
  vendor/atf/atf-0.16/admin/missing   (contents, props changed)
  vendor/atf/atf-0.16/atf-c/
  vendor/atf/atf-0.16/atf-c++/
  vendor/atf/atf-0.16/atf-c++.hpp
  vendor/atf/atf-0.16/atf-c++/Atffile
  vendor/atf/atf-0.16/atf-c++/Kyuafile
  vendor/atf/atf-0.16/atf-c++/Makefile.am.inc
  vendor/atf/atf-0.16/atf-c++/atf-c++-api.3
  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++_test.cpp
  vendor/atf/atf-0.16/atf-c++/build.cpp
  vendor/atf/atf-0.16/atf-c++/build.hpp
  vendor/atf/atf-0.16/atf-c++/build_test.cpp
  vendor/atf/atf-0.16/atf-c++/check.cpp
  vendor/atf/atf-0.16/atf-c++/check.hpp
  vendor/atf/atf-0.16/atf-c++/check_test.cpp
  vendor/atf/atf-0.16/atf-c++/config.cpp
  vendor/atf/atf-0.16/atf-c++/config.hpp
  vendor/atf/atf-0.16/atf-c++/config_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/
  vendor/atf/atf-0.16/atf-c++/detail/Atffile
  vendor/atf/atf-0.16/atf-c++/detail/Kyuafile
  vendor/atf/atf-0.16/atf-c++/detail/Makefile.am.inc
  vendor/atf/atf-0.16/atf-c++/detail/application.cpp
  vendor/atf/atf-0.16/atf-c++/detail/application.hpp
  vendor/atf/atf-0.16/atf-c++/detail/application_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/env.cpp
  vendor/atf/atf-0.16/atf-c++/detail/env.hpp
  vendor/atf/atf-0.16/atf-c++/detail/env_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/exceptions.cpp
  vendor/atf/atf-0.16/atf-c++/detail/exceptions.hpp
  vendor/atf/atf-0.16/atf-c++/detail/exceptions_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/expand.cpp
  vendor/atf/atf-0.16/atf-c++/detail/expand.hpp
  vendor/atf/atf-0.16/atf-c++/detail/expand_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/fs.cpp
  vendor/atf/atf-0.16/atf-c++/detail/fs.hpp
  vendor/atf/atf-0.16/atf-c++/detail/fs_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/parser.cpp
  vendor/atf/atf-0.16/atf-c++/detail/parser.hpp
  vendor/atf/atf-0.16/atf-c++/detail/parser_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/process.cpp
  vendor/atf/atf-0.16/atf-c++/detail/process.hpp
  vendor/atf/atf-0.16/atf-c++/detail/process_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/sanity.hpp
  vendor/atf/atf-0.16/atf-c++/detail/sanity_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/test_helpers.cpp
  vendor/atf/atf-0.16/atf-c++/detail/test_helpers.hpp
  vendor/atf/atf-0.16/atf-c++/detail/text.cpp
  vendor/atf/atf-0.16/atf-c++/detail/text.hpp
  vendor/atf/atf-0.16/atf-c++/detail/text_test.cpp
  vendor/atf/atf-0.16/atf-c++/detail/ui.cpp
  vendor/atf/atf-0.16/atf-c++/detail/ui.hpp
  vendor/atf/atf-0.16/atf-c++/detail/ui_test.cpp
  vendor/atf/atf-0.16/atf-c++/macros.hpp
  vendor/atf/atf-0.16/atf-c++/macros_hpp_test.cpp
  vendor/atf/atf-0.16/atf-c++/macros_test.cpp
  vendor/atf/atf-0.16/atf-c++/pkg_config_test.sh
  vendor/atf/atf-0.16/atf-c++/tests.cpp
  vendor/atf/atf-0.16/atf-c++/tests.hpp
  vendor/atf/atf-0.16/atf-c++/tests_test.cpp
  vendor/atf/atf-0.16/atf-c++/unused_test.cpp
  vendor/atf/atf-0.16/atf-c++/utils.hpp
  vendor/atf/atf-0.16/atf-c++/utils_test.cpp
  vendor/atf/atf-0.16/atf-c.h
  vendor/atf/atf-0.16/atf-c/Atffile
  vendor/atf/atf-0.16/atf-c/Kyuafile
  vendor/atf/atf-0.16/atf-c/Makefile.am.inc
  vendor/atf/atf-0.16/atf-c/atf-c-api.3
  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-c/atf_c_test.c
  vendor/atf/atf-0.16/atf-c/build.c
  vendor/atf/atf-0.16/atf-c/build.h
  vendor/atf/atf-0.16/atf-c/build_test.c
  vendor/atf/atf-0.16/atf-c/check.c
  vendor/atf/atf-0.16/atf-c/check.h
  vendor/atf/atf-0.16/atf-c/check_test.c
  vendor/atf/atf-0.16/atf-c/config.c
  vendor/atf/atf-0.16/atf-c/config.h
  vendor/atf/atf-0.16/atf-c/config_test.c
  vendor/atf/atf-0.16/atf-c/defs.h.in
  vendor/atf/atf-0.16/atf-c/detail/
  vendor/atf/atf-0.16/atf-c/detail/Atffile
  vendor/atf/atf-0.16/atf-c/detail/Kyuafile
  vendor/atf/atf-0.16/atf-c/detail/Makefile.am.inc
  vendor/atf/atf-0.16/atf-c/detail/dynstr.c
  vendor/atf/atf-0.16/atf-c/detail/dynstr.h
  vendor/atf/atf-0.16/atf-c/detail/dynstr_test.c
  vendor/atf/atf-0.16/atf-c/detail/env.c
  vendor/atf/atf-0.16/atf-c/detail/env.h
  vendor/atf/atf-0.16/atf-c/detail/env_test.c
  vendor/atf/atf-0.16/atf-c/detail/fs.c
  vendor/atf/atf-0.16/atf-c/detail/fs.h
  vendor/atf/atf-0.16/atf-c/detail/fs_test.c
  vendor/atf/atf-0.16/atf-c/detail/list.c
  vendor/atf/atf-0.16/atf-c/detail/list.h
  vendor/atf/atf-0.16/atf-c/detail/list_test.c
  vendor/atf/atf-0.16/atf-c/detail/map.c
  vendor/atf/atf-0.16/atf-c/detail/map.h
  vendor/atf/atf-0.16/atf-c/detail/map_test.c
  vendor/atf/atf-0.16/atf-c/detail/process.c
  vendor/atf/atf-0.16/atf-c/detail/process.h
  vendor/atf/atf-0.16/atf-c/detail/process_helpers.c
  vendor/atf/atf-0.16/atf-c/detail/process_test.c
  vendor/atf/atf-0.16/atf-c/detail/sanity.c
  vendor/atf/atf-0.16/atf-c/detail/sanity.h
  vendor/atf/atf-0.16/atf-c/detail/sanity_test.c
  vendor/atf/atf-0.16/atf-c/detail/test_helpers.c
  vendor/atf/atf-0.16/atf-c/detail/test_helpers.h
  vendor/atf/atf-0.16/atf-c/detail/test_helpers_test.c
  vendor/atf/atf-0.16/atf-c/detail/text.c
  vendor/atf/atf-0.16/atf-c/detail/text.h
  vendor/atf/atf-0.16/atf-c/detail/text_test.c
  vendor/atf/atf-0.16/atf-c/detail/tp_main.c
  vendor/atf/atf-0.16/atf-c/detail/user.c
  vendor/atf/atf-0.16/atf-c/detail/user.h
  vendor/atf/atf-0.16/atf-c/detail/user_test.c
  vendor/atf/atf-0.16/atf-c/error.c
  vendor/atf/atf-0.16/atf-c/error.h
  vendor/atf/atf-0.16/atf-c/error_fwd.h
  vendor/atf/atf-0.16/atf-c/error_test.c
  vendor/atf/atf-0.16/atf-c/h_build.h
  vendor/atf/atf-0.16/atf-c/macros.h
  vendor/atf/atf-0.16/atf-c/macros_h_test.c
  vendor/atf/atf-0.16/atf-c/macros_test.c
  vendor/atf/atf-0.16/atf-c/pkg_config_test.sh
  vendor/atf/atf-0.16/atf-c/tc.c
  vendor/atf/atf-0.16/atf-c/tc.h
  vendor/atf/atf-0.16/atf-c/tc_test.c
  vendor/atf/atf-0.16/atf-c/tp.c
  vendor/atf/atf-0.16/atf-c/tp.h
  vendor/atf/atf-0.16/atf-c/tp_test.c
  vendor/atf/atf-0.16/atf-c/unused_test.c
  vendor/atf/atf-0.16/atf-c/utils.c
  vendor/atf/atf-0.16/atf-c/utils.h
  vendor/atf/atf-0.16/atf-c/utils_test.c
  vendor/atf/atf-0.16/atf-config/
  vendor/atf/atf-0.16/atf-config/Atffile
  vendor/atf/atf-0.16/atf-config/Kyuafile
  vendor/atf/atf-0.16/atf-config/Makefile.am.inc
  vendor/atf/atf-0.16/atf-config/atf-config.1
  vendor/atf/atf-0.16/atf-config/atf-config.cpp
  vendor/atf/atf-0.16/atf-config/integration_test.sh
  vendor/atf/atf-0.16/atf-report/
  vendor/atf/atf-0.16/atf-report/Atffile
  vendor/atf/atf-0.16/atf-report/Kyuafile
  vendor/atf/atf-0.16/atf-report/Makefile.am.inc
  vendor/atf/atf-0.16/atf-report/atf-report.1
  vendor/atf/atf-0.16/atf-report/atf-report.cpp
  vendor/atf/atf-0.16/atf-report/fail_helper.cpp
  vendor/atf/atf-0.16/atf-report/integration_test.sh
  vendor/atf/atf-0.16/atf-report/misc_helpers.cpp
  vendor/atf/atf-0.16/atf-report/pass_helper.cpp
  vendor/atf/atf-0.16/atf-report/reader.cpp
  vendor/atf/atf-0.16/atf-report/reader.hpp
  vendor/atf/atf-0.16/atf-report/reader_test.cpp
  vendor/atf/atf-0.16/atf-report/tests-results.css
  vendor/atf/atf-0.16/atf-report/tests-results.dtd
  vendor/atf/atf-0.16/atf-report/tests-results.xsl
  vendor/atf/atf-0.16/atf-run/
  vendor/atf/atf-0.16/atf-run/Atffile
  vendor/atf/atf-0.16/atf-run/Kyuafile
  vendor/atf/atf-0.16/atf-run/Makefile.am.inc
  vendor/atf/atf-0.16/atf-run/atf-run.1
  vendor/atf/atf-0.16/atf-run/atf-run.cpp
  vendor/atf/atf-0.16/atf-run/atffile.cpp
  vendor/atf/atf-0.16/atf-run/atffile.hpp
  vendor/atf/atf-0.16/atf-run/atffile_test.cpp
  vendor/atf/atf-0.16/atf-run/bad_metadata_helper.c
  vendor/atf/atf-0.16/atf-run/config.cpp
  vendor/atf/atf-0.16/atf-run/config.hpp
  vendor/atf/atf-0.16/atf-run/config_test.cpp
  vendor/atf/atf-0.16/atf-run/expect_helpers.c
  vendor/atf/atf-0.16/atf-run/fs.cpp
  vendor/atf/atf-0.16/atf-run/fs.hpp
  vendor/atf/atf-0.16/atf-run/fs_test.cpp
  vendor/atf/atf-0.16/atf-run/integration_test.sh
  vendor/atf/atf-0.16/atf-run/io.cpp
  vendor/atf/atf-0.16/atf-run/io.hpp
  vendor/atf/atf-0.16/atf-run/io_test.cpp
  vendor/atf/atf-0.16/atf-run/misc_helpers.cpp
  vendor/atf/atf-0.16/atf-run/pass_helper.cpp
  vendor/atf/atf-0.16/atf-run/requirements.cpp
  vendor/atf/atf-0.16/atf-run/requirements.hpp
  vendor/atf/atf-0.16/atf-run/requirements_test.cpp
  vendor/atf/atf-0.16/atf-run/sample/
  vendor/atf/atf-0.16/atf-run/sample/atf-run.hooks
  vendor/atf/atf-0.16/atf-run/sample/common.conf
  vendor/atf/atf-0.16/atf-run/several_tcs_helper.c
  vendor/atf/atf-0.16/atf-run/share/
  vendor/atf/atf-0.16/atf-run/share/atf-run.hooks
  vendor/atf/atf-0.16/atf-run/signals.cpp
  vendor/atf/atf-0.16/atf-run/signals.hpp
  vendor/atf/atf-0.16/atf-run/signals_test.cpp
  vendor/atf/atf-0.16/atf-run/test-program.cpp
  vendor/atf/atf-0.16/atf-run/test-program.hpp
  vendor/atf/atf-0.16/atf-run/test_program_test.cpp
  vendor/atf/atf-0.16/atf-run/timer.cpp
  vendor/atf/atf-0.16/atf-run/timer.hpp
  vendor/atf/atf-0.16/atf-run/user.cpp
  vendor/atf/atf-0.16/atf-run/user.hpp
  vendor/atf/atf-0.16/atf-run/user_test.cpp
  vendor/atf/atf-0.16/atf-run/zero_tcs_helper.c
  vendor/atf/atf-0.16/atf-sh/
  vendor/atf/atf-0.16/atf-sh/Atffile
  vendor/atf/atf-0.16/atf-sh/Kyuafile
  vendor/atf/atf-0.16/atf-sh/Makefile.am.inc
  vendor/atf/atf-0.16/atf-sh/atf-check.1
  vendor/atf/atf-0.16/atf-sh/atf-check.cpp
  vendor/atf/atf-0.16/atf-sh/atf-check_test.sh
  vendor/atf/atf-0.16/atf-sh/atf-sh-api.3
  vendor/atf/atf-0.16/atf-sh/atf-sh.1
  vendor/atf/atf-0.16/atf-sh/atf-sh.cpp
  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/atf-sh/atf_check_test.sh
  vendor/atf/atf-0.16/atf-sh/config_test.sh
  vendor/atf/atf-0.16/atf-sh/integration_test.sh
  vendor/atf/atf-0.16/atf-sh/libatf-sh.subr
  vendor/atf/atf-0.16/atf-sh/misc_helpers.sh
  vendor/atf/atf-0.16/atf-sh/normalize_test.sh
  vendor/atf/atf-0.16/atf-sh/tc_test.sh
  vendor/atf/atf-0.16/atf-sh/tp_test.sh
  vendor/atf/atf-0.16/atf-version/
  vendor/atf/atf-0.16/atf-version/Makefile.am.inc
  vendor/atf/atf-0.16/atf-version/atf-version.1
  vendor/atf/atf-0.16/atf-version/atf-version.cpp
  vendor/atf/atf-0.16/atf-version/generate-revision.sh   (contents, props changed)
  vendor/atf/atf-0.16/bconfig.h.in
  vendor/atf/atf-0.16/bootstrap/
  vendor/atf/atf-0.16/bootstrap/Makefile.am.inc
  vendor/atf/atf-0.16/bootstrap/h_app_empty.cpp
  vendor/atf/atf-0.16/bootstrap/h_app_opts_args.cpp
  vendor/atf/atf-0.16/bootstrap/h_tp_atf_check_sh.sh
  vendor/atf/atf-0.16/bootstrap/h_tp_basic_c.c
  vendor/atf/atf-0.16/bootstrap/h_tp_basic_cpp.cpp
  vendor/atf/atf-0.16/bootstrap/h_tp_basic_sh.sh
  vendor/atf/atf-0.16/bootstrap/h_tp_fail.sh
  vendor/atf/atf-0.16/bootstrap/h_tp_pass.sh
  vendor/atf/atf-0.16/bootstrap/package.m4
  vendor/atf/atf-0.16/bootstrap/t_application_help.at
  vendor/atf/atf-0.16/bootstrap/t_application_opts_args.at
  vendor/atf/atf-0.16/bootstrap/t_atf_config.at
  vendor/atf/atf-0.16/bootstrap/t_atf_run.at
  vendor/atf/atf-0.16/bootstrap/t_subr_atf_check.at
  vendor/atf/atf-0.16/bootstrap/t_test_program_compare.at
  vendor/atf/atf-0.16/bootstrap/t_test_program_filter.at
  vendor/atf/atf-0.16/bootstrap/t_test_program_list.at
  vendor/atf/atf-0.16/bootstrap/t_test_program_run.at
  vendor/atf/atf-0.16/bootstrap/testsuite   (contents, props changed)
  vendor/atf/atf-0.16/bootstrap/testsuite.at
  vendor/atf/atf-0.16/configure   (contents, props changed)
  vendor/atf/atf-0.16/configure.ac
  vendor/atf/atf-0.16/doc/
  vendor/atf/atf-0.16/doc/Makefile.am.inc
  vendor/atf/atf-0.16/doc/atf-formats.5
  vendor/atf/atf-0.16/doc/atf-test-case.4
  vendor/atf/atf-0.16/doc/atf-test-program.1
  vendor/atf/atf-0.16/doc/atf.7.in
  vendor/atf/atf-0.16/m4/
  vendor/atf/atf-0.16/m4/compiler-flags.m4
  vendor/atf/atf-0.16/m4/cxx-std-funcs.m4
  vendor/atf/atf-0.16/m4/developer-mode.m4
  vendor/atf/atf-0.16/m4/libtool.m4
  vendor/atf/atf-0.16/m4/ltoptions.m4
  vendor/atf/atf-0.16/m4/ltsugar.m4
  vendor/atf/atf-0.16/m4/ltversion.m4
  vendor/atf/atf-0.16/m4/lt~obsolete.m4
  vendor/atf/atf-0.16/m4/module-application.m4
  vendor/atf/atf-0.16/m4/module-defs.m4
  vendor/atf/atf-0.16/m4/module-env.m4
  vendor/atf/atf-0.16/m4/module-fs.m4
  vendor/atf/atf-0.16/m4/module-sanity.m4
  vendor/atf/atf-0.16/m4/module-signals.m4
  vendor/atf/atf-0.16/m4/runtime-tool.m4
  vendor/atf/atf-0.16/test-programs/
  vendor/atf/atf-0.16/test-programs/Atffile
  vendor/atf/atf-0.16/test-programs/Kyuafile
  vendor/atf/atf-0.16/test-programs/Makefile.am.inc
  vendor/atf/atf-0.16/test-programs/c_helpers.c
  vendor/atf/atf-0.16/test-programs/common.sh
  vendor/atf/atf-0.16/test-programs/config_test.sh
  vendor/atf/atf-0.16/test-programs/cpp_helpers.cpp
  vendor/atf/atf-0.16/test-programs/expect_test.sh
  vendor/atf/atf-0.16/test-programs/fork_test.sh
  vendor/atf/atf-0.16/test-programs/meta_data_test.sh
  vendor/atf/atf-0.16/test-programs/result_test.sh
  vendor/atf/atf-0.16/test-programs/sh_helpers.sh
  vendor/atf/atf-0.16/test-programs/srcdir_test.sh

Added: vendor/atf/atf-0.16/AUTHORS
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/atf/atf-0.16/AUTHORS	Tue Sep  4 23:07:32 2012	(r240116)
@@ -0,0 +1,30 @@
+Authors and contributors                        Automated Testing Framework
+===========================================================================
+
+
+* Julio Merino <jmmv@NetBSD.org>
+
+  Main developer.  He started the work on this project when he took part in
+  the Google Summer of Code 2007 program as a student.
+
+* Martin Husemann <martin@NetBSD.org>
+
+  Mentored this project during its development as part of the Google Summer
+  of Code 2007 program.
+
+* Lukasz Strzygowski <qx89l4@gmail.com>
+
+  Participant of the Google Summer of Code 2008 program.  Mentored by The
+  NetBSD Foundation, he worked on the atfify NetBSD-SoC project and, as a
+  side-effect, he contributed to the ATF source code.  He developed the
+  initial version of the atf-check utility and started the addition of the
+  ATF_REQUIRE family of macros in the C interface.
+
+* Paul Goyette <pgoyette@NetBSD.org>
+
+  Implemented timestamping of test programs and test cases so that
+  atf-report can provide timings for their execution.
+
+
+===========================================================================
+vim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2

Added: vendor/atf/atf-0.16/Atffile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/atf/atf-0.16/Atffile	Tue Sep  4 23:07:32 2012	(r240116)
@@ -0,0 +1,12 @@
+Content-Type: application/X-atf-atffile; version="1"
+
+prop: test-suite = atf
+
+tp: atf-c
+tp: atf-c++
+tp: atf-sh
+tp: test-programs
+
+tp-glob: atf-config*
+tp-glob: atf-report*
+tp-glob: atf-run*

Added: vendor/atf/atf-0.16/COPYING
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/atf/atf-0.16/COPYING	Tue Sep  4 23:07:32 2012	(r240116)
@@ -0,0 +1,100 @@
+Redistribution terms                            Automated Testing Framework
+===========================================================================
+
+
+License
+*******
+
+Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012 The NetBSD Foundation, Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+
+Copyright 2011, 2012 Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+
+* Neither the name of Google Inc. nor the names of its contributors
+  may be used to endorse or promote products derived from this software
+  without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+
+Relicensed code
+***************
+
+The following code snippets have been taken from other projects.  Even
+though they were not originally licensed under the terms above, the
+original authors have agreed to relicense their work so that this project
+can be distributed under a single license.  This section is put here just to
+clarify this fact.
+
+* configure.ac, Makefile.am: The original versions were derived from the
+  ones in the XML Catalog Manager project, version 2.2.
+
+  Author: Julio Merino <jmmv@users.sourceforge.net>
+
+* atf-c/ui.c: The format_paragraph and format_text functions were
+  derived form the ones in the Monotone project, revision
+  3a0982da308228d796df35f98d787c5cff2bb5b6.
+
+  Author: Julio Merino <jmmv@NetBSD.org>
+
+* atf-c++/detail/io.hpp, atf-c++/detail/io.cpp, atf-c++/detail/io_test.cpp:
+  These files were derived from the file_handle, systembuf, pipe and pistream
+  classes and tests found in the Boost.Process library.
+
+  Author: Julio Merino <jmmv84@gmail.com>
+
+* admin/check-style.sh, admin/check-style-common.awk,
+  admin/check-style-cpp.awk, admin/check-style-shell.awk: These files,
+  except the first one, were first implemented in the Buildtool project.
+  They were later adapted to be part of Boost.Process and, during that
+  process, the shell script was created.
+
+  Author: Julio Merino <jmmv84@gmail.com>
+
+
+===========================================================================
+vim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2

Added: vendor/atf/atf-0.16/INSTALL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/atf/atf-0.16/INSTALL	Tue Sep  4 23:07:32 2012	(r240116)
@@ -0,0 +1,232 @@
+Installation instructions                       Automated Testing Framework
+===========================================================================
+
+
+Introduction
+************
+
+ATF uses the GNU Automake, GNU Autoconf and GNU Libtool utilities as its
+build system.  These are used only when compiling the application from the
+source code package.  If you want to install ATF from a binary package, you
+do not need to read this document.
+
+For the impatient:
+
+  $ ./configure
+  $ make
+  Gain root privileges
+  # make install
+  Drop root privileges
+  $ make installcheck
+
+Or alternatively, install as a regular user into your home directory:
+
+  $ ./configure --prefix ~/local
+  $ make
+  $ make install
+  $ make installcheck
+
+
+Dependencies
+************
+
+To build and use ATF successfully you need:
+
+* A standards-compliant C/C++ complier.  For example, GNU GCC 2.95 will not
+  work.
+
+* A POSIX shell interpreter.
+
+* A make(1) utility.
+
+If you are building ATF from the code on the repository, you will also need
+the following tools.  The versions listed here are the ones used to build
+the files bundled in the last formal release, but these are not strictly
+required.  Newer ones will most likely work and, maybe, some slightly older
+ones:
+
+* GNU autoconf 2.68
+
+* GNU automake 1.11.3
+
+* GNU libtool 2.4.2
+
+
+Regenerating the build system
+*****************************
+
+If you are building ATF from code extracted from the repository, you must
+first regenerate the files used by the build system.  You will also need to
+do this if you modify configure.ac, Makefile.am or any of the other build
+system files.  To do this, simply run:
+
+  $ autoreconf -i -s
+
+For formal releases, no extra steps are needed.
+
+
+General build procedure
+***********************
+
+To build and install the source package, you must follow these steps:
+
+1. Configure the sources to adapt to your operating system.  This is done
+   using the 'configure' script located on the sources' top directory,
+   and it is usually invoked without arguments unless you want to change
+   the installation prefix.  More details on this procedure are given on a
+   later section.
+
+2. Build the sources to generate the binaries and scripts.  Simply run
+   'make' on the sources' top directory after configuring them.  No
+   problems should arise.
+
+3. Install the program by running 'make install'.  You may need to become
+   root to issue this step.
+
+4. Issue any manual installation steps that may be required.  These are
+   described later in their own section.
+
+5. Check that the installed programs work by running 'make installcheck'.
+   You do not need to be root to do this, even though some checks will not
+   be run otherwise.
+
+
+Configuration flags
+*******************
+
+The most common, standard flags given to 'configure' are:
+
+* --prefix=directory
+  Possible values: Any path
+  Default: /usr/local
+
+  Specifies where the program (binaries and all associated files) will
+  be installed.
+
+* --sysconfdir=directory
+  Possible values: Any path
+  Default: /usr/local/etc
+
+  Specifies where the installed programs will look for configuration files.
+  '/atf' will be appended to the given path unless ATF_CONFSUBDIR is
+  redefined as explained later on.
+
+* --help
+  Shows information about all available flags and exits immediately,
+  without running any configuration tasks.
+
+The following environment variables are specific to ATF's 'configure'
+script:
+
+* ATF_BUILD_CC
+  Possible values: empty, a absolute or relative path to a C compiler.
+  Default: the value of CC as detected by the configure script.
+
+  Specifies the C compiler that ATF will use at run time whenever the
+  build-time-specific checks are used.
+
+* ATF_BUILD_CFLAGS
+  Possible values: empty, a list of valid C compiler flags.
+  Default: the value of CFLAGS as detected by the configure script.
+
+  Specifies the C compiler flags that ATF will use at run time whenever the
+  build-time-specific checks are used.
+
+* ATF_BUILD_CPP
+  Possible values: empty, a absolute or relative path to a C/C++
+  preprocessor.
+  Default: the value of CPP as detected by the configure script.
+
+  Specifies the C/C++ preprocessor that ATF will use at run time whenever
+  the build-time-specific checks are used.
+
+* ATF_BUILD_CPPFLAGS
+  Possible values: empty, a list of valid C/C++ preprocessor flags.
+  Default: the value of CPPFLAGS as detected by the configure script.
+
+  Specifies the C/C++ preprocessor flags that ATF will use at run time
+  whenever the build-time-specific checks are used.
+
+* ATF_BUILD_CXX
+  Possible values: empty, a absolute or relative path to a C++ compiler.
+  Default: the value of CXX as detected by the configure script.
+
+  Specifies the C++ compiler that ATF will use at run time whenever the
+  build-time-specific checks are used.
+
+* ATF_BUILD_CXXFLAGS
+  Possible values: empty, a list of valid C++ compiler flags.
+  Default: the value of CXXFLAGS as detected by the configure script.
+
+  Specifies the C++ compiler flags that ATF will use at run time whenever
+  the build-time-specific checks are used.
+
+* ATF_CONFSUBDIR
+  Possible values: empty, a relative path.
+  Default: atf.
+
+  Specifies the subdirectory of the configuration directory (given by the
+  --sysconfdir argument) under which ATF will search for its configuration
+  files.
+
+* ATF_SHELL
+  Possible values: empty, absolute path to a POSIX shell interpreter.
+  Default: empty.
+
+  Specifies the POSIX shell interpreter that ATF will use at run time to
+  execute its scripts and the test programs written using the atf-sh
+  library.  If empty, the configure script will try to find a suitable
+  interpreter for you.
+
+* ATF_WORKDIR
+  Possible values: empty, an absolute path.
+  Default: /tmp or /var/tmp, depending on availability.
+
+  Specifies the directory that ATF will use to place its temporary files
+  and work directories for test cases.  This is just a default and can be
+  overriden at run time.
+
+* GDB
+  Possible values: empty, absolute path to GNU GDB.
+  Default: empty.
+
+  Specifies the path to the GNU GDB binary that atf-run will use to gather
+  a stack trace of a crashing test program.  If empty, the configure script
+  will try to find a suitable binary for you.
+
+The following flags are specific to ATF's 'configure' script:
+
+* --enable-developer
+  Possible values: yes, no
+  Default: 'yes' in Git HEAD builds; 'no' in formal releases.
+
+  Enables several features useful for development, such as the inclusion
+  of debugging symbols in all objects or the enforcement of compilation
+  warnings.
+
+  The compiler will be executed with an exhaustive collection of warning
+  detection features regardless of the value of this flag.  However, such
+  warnings are only fatal when --enable-developer is 'yes'.
+
+* --enable-tools
+  Possible values: yes, no
+  Default: no.
+
+  Enables the build of the deprecated atf-config, atf-report, atf-run
+  and atf-version tools.  atf-report and atf-run have been superseded by
+  Kyua, and atf-config and atf-version are unnecessary.
+
+
+Post-installation steps
+***********************
+
+After installing ATF, you have to register the DTDs it provides into the
+system-wide XML catalog.  See the comments at the top of the files in
+${datadir}/share/xml/atf to see the correct public identifiers.  This
+directory will typically be /usr/local/share/xml/atf or /usr/share/xml/atf.
+Failure to do so will lead to further errors when processing the XML files
+generated by atf-report.
+
+
+===========================================================================
+vim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2

Added: vendor/atf/atf-0.16/Kyuafile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/atf/atf-0.16/Kyuafile	Tue Sep  4 23:07:32 2012	(r240116)
@@ -0,0 +1,18 @@
+syntax("kyuafile", 1)
+
+test_suite("atf")
+
+include("atf-c/Kyuafile")
+include("atf-c++/Kyuafile")
+include("atf-sh/Kyuafile")
+include("test-programs/Kyuafile")
+
+if fs.exists("atf-config/Kyuafile") then
+   include("atf-config/Kyuafile")
+end
+if fs.exists("atf-report/Kyuafile") then
+   include("atf-report/Kyuafile")
+end
+if fs.exists("atf-run/Kyuafile") then
+   include("atf-run/Kyuafile")
+end

Added: vendor/atf/atf-0.16/Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/atf/atf-0.16/Makefile.am	Tue Sep  4 23:07:32 2012	(r240116)
@@ -0,0 +1,151 @@
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+atf_aclocal_DATA =
+BUILT_SOURCES =
+CLEANFILES =
+EXTRA_DIST =
+bin_PROGRAMS =
+dist_man_MANS =
+include_HEADERS =
+lib_LTLIBRARIES =
+libexec_PROGRAMS =
+man_MANS =
+noinst_DATA =
+noinst_LTLIBRARIES =
+INSTALLCHECK_TARGETS =
+PHONY_TARGETS =
+
+ACLOCAL_AMFLAGS = -I m4
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-tools
+
+include admin/Makefile.am.inc
+include atf-c/Makefile.am.inc
+include atf-c++/Makefile.am.inc
+include atf-sh/Makefile.am.inc
+include bootstrap/Makefile.am.inc
+include doc/Makefile.am.inc
+include test-programs/Makefile.am.inc
+
+if ENABLE_TOOLS
+include atf-report/Makefile.am.inc
+include atf-config/Makefile.am.inc
+include atf-run/Makefile.am.inc
+include atf-version/Makefile.am.inc
+endif
+
+#
+# Top-level distfile documents.
+#
+
+doc_DATA = AUTHORS COPYING NEWS README
+noinst_DATA += INSTALL README
+EXTRA_DIST += $(doc_DATA) INSTALL README
+
+#
+# Supporting logic to run our custom testsuite.
+#
+
+TESTS_ENVIRONMENT = PATH=$(prefix)/bin:$${PATH} \
+                    PKG_CONFIG_PATH=$(prefix)/lib/pkgconfig
+
+testsdir = $(exec_prefix)/tests
+pkgtestsdir = $(testsdir)/$(PACKAGE)
+
+if ENABLE_TOOLS
+INSTALLCHECK_TARGETS += installcheck-atf
+PHONY_TARGETS += installcheck-atf
+installcheck-atf:
+	logfile=$$(pwd)/installcheck.log; \
+	fifofile=$$(pwd)/installcheck.fifo; \
+	cd $(pkgtestsdir); \
+	rm -f $${fifofile}; \
+	mkfifo $${fifofile}; \
+	cat $${fifofile} | tee $${logfile} | $(TESTS_ENVIRONMENT) atf-report & \
+	$(TESTS_ENVIRONMENT) atf-run >>$${fifofile}; \
+	res=$${?}; \
+	wait; \
+	rm $${fifofile}; \
+	echo; \
+	echo "The verbatim output of atf-run has been saved to" \
+	     "installcheck.log; exit was $${res}"; \
+	test $${res} -eq 0
+CLEANFILES += installcheck.fifo installcheck.log
+endif
+
+PHONY_TARGETS += installcheck-kyua
+if HAVE_KYUA
+installcheck-kyua:
+	cd $(pkgtestsdir) && $(TESTS_ENVIRONMENT) $(KYUA) test
+endif
+
+installcheck-targets: $(INSTALLCHECK_TARGETS)
+
+pkgtests_DATA = Kyuafile
+if ENABLE_TOOLS
+pkgtests_DATA += Atffile
+endif
+EXTRA_DIST += $(pkgtests_DATA)
+
+BUILD_SH_TP = \
+	echo "Creating $${dst}"; \
+	echo "\#! $(bindir)/atf-sh" >$${dst}; \
+	cat $${src} >>$${dst}; \
+	chmod +x $${dst}
+
+#
+# Custom targets.
+#
+
+dist-hook: forbid-dist
+if ENABLE_TOOLS
+forbid-dist:
+	@true
+else
+forbid-dist:
+	@echo "Sorry; cannot make dist without the tools enabled."
+	@echo "Please reconfigure with --enable-tools."
+	@false
+endif
+
+PHONY_TARGETS += clean-all
+clean-all:
+	GIT="$(GIT)" $(SH) $(srcdir)/admin/clean-all.sh
+
+PHONY_TARGETS += release
+release:
+	$(SH) $(srcdir)/admin/release.sh $(PACKAGE_VERSION) $(DIST_ARCHIVES)
+
+PHONY_TARGETS += release-test
+release-test:
+	$(SH) $(srcdir)/admin/release-test.sh $(DIST_ARCHIVES)
+
+.PHONY: $(PHONY_TARGETS)
+
+# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8

Added: vendor/atf/atf-0.16/Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/atf/atf-0.16/Makefile.in	Tue Sep  4 23:07:32 2012	(r240116)
@@ -0,0 +1,5264 @@
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+#
+# Automated Testing Framework (atf)
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
+# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+
+
+
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209042307.q84N7YQ6033842>