freebsd-ports/devel/elfio/pkg-plist
James Wright 7e2eb7307f devel/elfio: Update to 3.9
PR:	258525
Reported by:	james.wright@digital-chaos.com (maintainer)
2021-09-17 13:20:33 +02:00

30 lines
1.1 KiB
Text

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_note.hpp
include/elfio/elfio_modinfo.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
%%PORTDOCS%%%%DOCSDIR%%/elfio.pdf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/add_section
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/add_section.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c_example
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfio_c_wrapper.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/writer
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/writer.cpp