freebsd-ports/devel/elfio/pkg-plist

40 lines
1.6 KiB
Plaintext

include/elfio/elf_types.hpp
include/elfio/elfio.hpp
include/elfio/elfio_array.hpp
include/elfio/elfio_dump.hpp
include/elfio/elfio_dynamic.hpp
include/elfio/elfio_header.hpp
include/elfio/elfio_modinfo.hpp
include/elfio/elfio_note.hpp
include/elfio/elfio_relocation.hpp
include/elfio/elfio_section.hpp
include/elfio/elfio_segment.hpp
include/elfio/elfio_strings.hpp
include/elfio/elfio_symbols.hpp
include/elfio/elfio_utils.hpp
include/elfio/elfio_version.hpp
include/elfio/elfio_versym.hpp
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/elfio.pdf
%%DATADIR%%/cmake/elfioConfig.cmake
%%DATADIR%%/cmake/elfioConfigVersion.cmake
%%DATADIR%%/cmake/elfioTargets.cmake
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/add_section/add_section
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/add_section/add_section.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer/anonymizer
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer/anonymizer.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c_wrapper/c_example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c_wrapper/elfio_c_wrapper.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c_wrapper/elfio_c_wrapper.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump/elfdump
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump/elfdump.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proc_mem/proc_mem
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proc_mem/proc_mem.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/tutorial
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/tutorial.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj/write_obj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj/write_obj.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/writer/writer
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/writer/writer.cpp