1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/elfio/pkg-plist
Neel Chauhan 8558128daa devel/elfio: Update to 3.8
PR:		253885
Submitted by:	James Wright <james.wright AT digital-chaos DOT com> (maintainer)
2021-03-01 20:22:43 +00:00

30 lines
1.1 KiB
Plaintext

include/elfio/elf_types.hpp
include/elfio/elfio.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