pkgsrc/devel/atf/PLIST
jmmv 584a7496b5 Split the ATF libraries into their own devel/atf-libs package.
This change adds a new atf-libs package that provides the libatf-c,
libatf-c++ and libatf-sh libraries by themselves, without any of the
ATF runtime tools.  The atf package has been modified to only install
the runtime utilities (atf-run and atf-report being the major ones)
and depend on atf-libs.

The purpose of this change is to allow packages that install tests to
depend on a lighter-weight package, and to allow the addition of the
upcoming kyua-atf-compat package.  The latter will be a package that
provides atf-run and atf-report replacements based on kyua-cli, and
therefore will conflict with the atf tools (but not the libraries).

While doing this, fix the pkgconfig overrides and ensure that we use
the right version of the ATF libraries given that disabling shared
library building appears to have been broken, possibly for a while.
2012-07-01 15:27:43 +00:00

50 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.18 2012/07/01 15:27:43 jmmv Exp $
bin/atf-config
bin/atf-report
bin/atf-run
bin/atf-version
man/man1/atf-config.1
man/man1/atf-report.1
man/man1/atf-run.1
man/man1/atf-version.1
man/man5/atf-formats.5
man/man7/atf.7
share/atf/atf-run.hooks
share/doc/atf/AUTHORS
share/doc/atf/COPYING
share/doc/atf/NEWS
share/doc/atf/README
share/examples/atf/atf-run.hooks
share/examples/atf/common.conf
share/examples/atf/tests-results.css
share/xml/atf/tests-results.dtd
share/xsl/atf/tests-results.xsl
tests/atf/Atffile
tests/atf/Kyuafile
tests/atf/atf-config/Atffile
tests/atf/atf-config/Kyuafile
tests/atf/atf-config/integration_test
tests/atf/atf-report/Atffile
tests/atf/atf-report/Kyuafile
tests/atf/atf-report/fail_helper
tests/atf/atf-report/integration_test
tests/atf/atf-report/misc_helpers
tests/atf/atf-report/pass_helper
tests/atf/atf-report/reader_test
tests/atf/atf-run/Atffile
tests/atf/atf-run/Kyuafile
tests/atf/atf-run/atffile_test
tests/atf/atf-run/bad_metadata_helper
tests/atf/atf-run/config_test
tests/atf/atf-run/expect_helpers
tests/atf/atf-run/fs_test
tests/atf/atf-run/integration_test
tests/atf/atf-run/io_test
tests/atf/atf-run/misc_helpers
tests/atf/atf-run/pass_helper
tests/atf/atf-run/requirements_test
tests/atf/atf-run/several_tcs_helper
tests/atf/atf-run/signals_test
tests/atf/atf-run/test_program_test
tests/atf/atf-run/user_test
tests/atf/atf-run/zero_tcs_helper