mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
e635ef17ad
This includes: - Taking ownership of the package (with ack from previous maintainer). - Forcing all file registrations into pkg-plist. - Fully dropping support for the deprecated tools. - Adding support for the TEST option. - Properly using libtool via USES. - Not using OSREVISION to determine whether atf can or can't be installed. - Avoiding Makefile.in hacks by just using MAKE_FLAGS. ... which basically means this really is a full rewrite of the port. Approved by: bapt, bdrewery
124 lines
4.0 KiB
Plaintext
124 lines
4.0 KiB
Plaintext
bin/atf-sh
|
|
include/atf-c++.hpp
|
|
include/atf-c++/build.hpp
|
|
include/atf-c++/check.hpp
|
|
include/atf-c++/config.hpp
|
|
include/atf-c++/macros.hpp
|
|
include/atf-c++/tests.hpp
|
|
include/atf-c++/utils.hpp
|
|
include/atf-c.h
|
|
include/atf-c/build.h
|
|
include/atf-c/check.h
|
|
include/atf-c/config.h
|
|
include/atf-c/defs.h
|
|
include/atf-c/error.h
|
|
include/atf-c/error_fwd.h
|
|
include/atf-c/macros.h
|
|
include/atf-c/tc.h
|
|
include/atf-c/tp.h
|
|
include/atf-c/utils.h
|
|
lib/libatf-c++.a
|
|
lib/libatf-c++.so
|
|
lib/libatf-c++.so.1
|
|
lib/libatf-c++.so.1.0.0
|
|
lib/libatf-c.a
|
|
lib/libatf-c.so
|
|
lib/libatf-c.so.0
|
|
lib/libatf-c.so.0.0.0
|
|
libdata/pkgconfig/atf-c++.pc
|
|
libdata/pkgconfig/atf-c.pc
|
|
libdata/pkgconfig/atf-sh.pc
|
|
libexec/atf-check
|
|
man/man1/atf-check.1.gz
|
|
man/man1/atf-sh.1.gz
|
|
man/man1/atf-test-program.1.gz
|
|
man/man3/atf-c-api.3.gz
|
|
man/man3/atf-c++-api.3.gz
|
|
man/man3/atf-sh-api.3.gz
|
|
man/man4/atf-test-case.4.gz
|
|
share/aclocal/atf-c++.m4
|
|
share/aclocal/atf-c.m4
|
|
share/aclocal/atf-common.m4
|
|
share/aclocal/atf-sh.m4
|
|
%%DATADIR%%/libatf-sh.subr
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%TEST%%tests/atf/Kyuafile
|
|
%%TEST%%tests/atf/atf-c/Kyuafile
|
|
%%TEST%%tests/atf/atf-c/macros_h_test.c
|
|
%%TEST%%tests/atf/atf-c/unused_test.c
|
|
%%TEST%%tests/atf/atf-c/atf_c_test
|
|
%%TEST%%tests/atf/atf-c/build_test
|
|
%%TEST%%tests/atf/atf-c/check_test
|
|
%%TEST%%tests/atf/atf-c/config_test
|
|
%%TEST%%tests/atf/atf-c/error_test
|
|
%%TEST%%tests/atf/atf-c/macros_test
|
|
%%TEST%%tests/atf/atf-c/tc_test
|
|
%%TEST%%tests/atf/atf-c/tp_test
|
|
%%TEST%%tests/atf/atf-c/utils_test
|
|
%%TEST%%tests/atf/atf-c/pkg_config_test
|
|
%%TEST%%tests/atf/atf-c/detail/Kyuafile
|
|
%%TEST%%tests/atf/atf-c/detail/dynstr_test
|
|
%%TEST%%tests/atf/atf-c/detail/env_test
|
|
%%TEST%%tests/atf/atf-c/detail/fs_test
|
|
%%TEST%%tests/atf/atf-c/detail/list_test
|
|
%%TEST%%tests/atf/atf-c/detail/map_test
|
|
%%TEST%%tests/atf/atf-c/detail/process_helpers
|
|
%%TEST%%tests/atf/atf-c/detail/process_test
|
|
%%TEST%%tests/atf/atf-c/detail/sanity_test
|
|
%%TEST%%tests/atf/atf-c/detail/text_test
|
|
%%TEST%%tests/atf/atf-c/detail/user_test
|
|
%%TEST%%tests/atf/atf-c/detail/version_helper
|
|
%%TEST%%tests/atf/atf-c++/Kyuafile
|
|
%%TEST%%tests/atf/atf-c++/macros_hpp_test.cpp
|
|
%%TEST%%tests/atf/atf-c++/unused_test.cpp
|
|
%%TEST%%tests/atf/atf-c++/atf_c++_test
|
|
%%TEST%%tests/atf/atf-c++/build_test
|
|
%%TEST%%tests/atf/atf-c++/check_test
|
|
%%TEST%%tests/atf/atf-c++/config_test
|
|
%%TEST%%tests/atf/atf-c++/macros_test
|
|
%%TEST%%tests/atf/atf-c++/tests_test
|
|
%%TEST%%tests/atf/atf-c++/utils_test
|
|
%%TEST%%tests/atf/atf-c++/pkg_config_test
|
|
%%TEST%%tests/atf/atf-c++/detail/Kyuafile
|
|
%%TEST%%tests/atf/atf-c++/detail/application_test
|
|
%%TEST%%tests/atf/atf-c++/detail/auto_array_test
|
|
%%TEST%%tests/atf/atf-c++/detail/env_test
|
|
%%TEST%%tests/atf/atf-c++/detail/exceptions_test
|
|
%%TEST%%tests/atf/atf-c++/detail/fs_test
|
|
%%TEST%%tests/atf/atf-c++/detail/process_test
|
|
%%TEST%%tests/atf/atf-c++/detail/sanity_test
|
|
%%TEST%%tests/atf/atf-c++/detail/text_test
|
|
%%TEST%%tests/atf/atf-c++/detail/version_helper
|
|
%%TEST%%tests/atf/atf-sh/Kyuafile
|
|
%%TEST%%tests/atf/atf-sh/misc_helpers
|
|
%%TEST%%tests/atf/atf-sh/atf_check_test
|
|
%%TEST%%tests/atf/atf-sh/atf-check_test
|
|
%%TEST%%tests/atf/atf-sh/config_test
|
|
%%TEST%%tests/atf/atf-sh/integration_test
|
|
%%TEST%%tests/atf/atf-sh/normalize_test
|
|
%%TEST%%tests/atf/atf-sh/tc_test
|
|
%%TEST%%tests/atf/atf-sh/tp_test
|
|
%%TEST%%tests/atf/test-programs/Kyuafile
|
|
%%TEST%%tests/atf/test-programs/c_helpers
|
|
%%TEST%%tests/atf/test-programs/cpp_helpers
|
|
%%TEST%%tests/atf/test-programs/sh_helpers
|
|
%%TEST%%tests/atf/test-programs/config_test
|
|
%%TEST%%tests/atf/test-programs/expect_test
|
|
%%TEST%%tests/atf/test-programs/meta_data_test
|
|
%%TEST%%tests/atf/test-programs/result_test
|
|
%%TEST%%tests/atf/test-programs/srcdir_test
|
|
%%TEST%%@dirrm tests/atf/test-programs
|
|
%%TEST%%@dirrm tests/atf/atf-sh
|
|
%%TEST%%@dirrm tests/atf/atf-c/detail
|
|
%%TEST%%@dirrm tests/atf/atf-c++/detail
|
|
%%TEST%%@dirrm tests/atf/atf-c++
|
|
%%TEST%%@dirrm tests/atf/atf-c
|
|
%%TEST%%@dirrm tests/atf
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm %%DATADIR%%
|
|
@dirrm include/atf-c++
|
|
@dirrm include/atf-c
|