pkgsrc/devel/py-pyelftools/PLIST
adam 4867426e03 py-pyelftools: updated to 0.26
Version 0.26:
- Call relocation for ARM v3
- More complete architecture coverage for ENUM_E_MACHINE
- Support for .debug_pubtypes and .debug_pubnames sections
- Support for DWARF v4 location lists
- Decode strings in dynamic string tables
- Improve symbol table handling in dynamic segments
- Improved handling of location information
- Avoid deprecation warnings in Python 3.7+
- Add DWARF v5 OPs
- Handle many new translation forms and constants
- Lazy DIE parsing to speed up partial parsing of DWARF info

Version 0.25:
- Make parsing of SH_TYPE and PT_TYPE fields dependent on the machine
  (e_machine header field), making it possible to support conflicting type
  enums between different machines
- Add parsing and readelf dumping for .eh_frame
- Support compressed sections
- Better support for parsing core dumps
- More comprehensive handling of ARM relocations
- Convert all ascii encoding to utf-8 encoding
- Don't attempt to hex/string dump SHT_NOBITS sections in readelf
- Test with Python 3.6
- Minor bugfixes
- Cleanup: Use argparse instead of optparse
- Make readelf comparison tests run in parallel using multiprocessing; cuts
  testing time 3-5x
- Improvements in MIPS flags handling
2020-05-01 08:17:43 +00:00

144 lines
5.9 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2020/05/01 08:17:43 adam Exp $
bin/readelf-${PYVERSSUFFIX}.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/elftools/__init__.py
${PYSITELIB}/elftools/__init__.pyc
${PYSITELIB}/elftools/__init__.pyo
${PYSITELIB}/elftools/common/__init__.py
${PYSITELIB}/elftools/common/__init__.pyc
${PYSITELIB}/elftools/common/__init__.pyo
${PYSITELIB}/elftools/common/construct_utils.py
${PYSITELIB}/elftools/common/construct_utils.pyc
${PYSITELIB}/elftools/common/construct_utils.pyo
${PYSITELIB}/elftools/common/exceptions.py
${PYSITELIB}/elftools/common/exceptions.pyc
${PYSITELIB}/elftools/common/exceptions.pyo
${PYSITELIB}/elftools/common/py3compat.py
${PYSITELIB}/elftools/common/py3compat.pyc
${PYSITELIB}/elftools/common/py3compat.pyo
${PYSITELIB}/elftools/common/utils.py
${PYSITELIB}/elftools/common/utils.pyc
${PYSITELIB}/elftools/common/utils.pyo
${PYSITELIB}/elftools/construct/__init__.py
${PYSITELIB}/elftools/construct/__init__.pyc
${PYSITELIB}/elftools/construct/__init__.pyo
${PYSITELIB}/elftools/construct/adapters.py
${PYSITELIB}/elftools/construct/adapters.pyc
${PYSITELIB}/elftools/construct/adapters.pyo
${PYSITELIB}/elftools/construct/core.py
${PYSITELIB}/elftools/construct/core.pyc
${PYSITELIB}/elftools/construct/core.pyo
${PYSITELIB}/elftools/construct/debug.py
${PYSITELIB}/elftools/construct/debug.pyc
${PYSITELIB}/elftools/construct/debug.pyo
${PYSITELIB}/elftools/construct/lib/__init__.py
${PYSITELIB}/elftools/construct/lib/__init__.pyc
${PYSITELIB}/elftools/construct/lib/__init__.pyo
${PYSITELIB}/elftools/construct/lib/binary.py
${PYSITELIB}/elftools/construct/lib/binary.pyc
${PYSITELIB}/elftools/construct/lib/binary.pyo
${PYSITELIB}/elftools/construct/lib/bitstream.py
${PYSITELIB}/elftools/construct/lib/bitstream.pyc
${PYSITELIB}/elftools/construct/lib/bitstream.pyo
${PYSITELIB}/elftools/construct/lib/container.py
${PYSITELIB}/elftools/construct/lib/container.pyc
${PYSITELIB}/elftools/construct/lib/container.pyo
${PYSITELIB}/elftools/construct/lib/hex.py
${PYSITELIB}/elftools/construct/lib/hex.pyc
${PYSITELIB}/elftools/construct/lib/hex.pyo
${PYSITELIB}/elftools/construct/lib/py3compat.py
${PYSITELIB}/elftools/construct/lib/py3compat.pyc
${PYSITELIB}/elftools/construct/lib/py3compat.pyo
${PYSITELIB}/elftools/construct/macros.py
${PYSITELIB}/elftools/construct/macros.pyc
${PYSITELIB}/elftools/construct/macros.pyo
${PYSITELIB}/elftools/dwarf/__init__.py
${PYSITELIB}/elftools/dwarf/__init__.pyc
${PYSITELIB}/elftools/dwarf/__init__.pyo
${PYSITELIB}/elftools/dwarf/abbrevtable.py
${PYSITELIB}/elftools/dwarf/abbrevtable.pyc
${PYSITELIB}/elftools/dwarf/abbrevtable.pyo
${PYSITELIB}/elftools/dwarf/aranges.py
${PYSITELIB}/elftools/dwarf/aranges.pyc
${PYSITELIB}/elftools/dwarf/aranges.pyo
${PYSITELIB}/elftools/dwarf/callframe.py
${PYSITELIB}/elftools/dwarf/callframe.pyc
${PYSITELIB}/elftools/dwarf/callframe.pyo
${PYSITELIB}/elftools/dwarf/compileunit.py
${PYSITELIB}/elftools/dwarf/compileunit.pyc
${PYSITELIB}/elftools/dwarf/compileunit.pyo
${PYSITELIB}/elftools/dwarf/constants.py
${PYSITELIB}/elftools/dwarf/constants.pyc
${PYSITELIB}/elftools/dwarf/constants.pyo
${PYSITELIB}/elftools/dwarf/descriptions.py
${PYSITELIB}/elftools/dwarf/descriptions.pyc
${PYSITELIB}/elftools/dwarf/descriptions.pyo
${PYSITELIB}/elftools/dwarf/die.py
${PYSITELIB}/elftools/dwarf/die.pyc
${PYSITELIB}/elftools/dwarf/die.pyo
${PYSITELIB}/elftools/dwarf/dwarf_expr.py
${PYSITELIB}/elftools/dwarf/dwarf_expr.pyc
${PYSITELIB}/elftools/dwarf/dwarf_expr.pyo
${PYSITELIB}/elftools/dwarf/dwarfinfo.py
${PYSITELIB}/elftools/dwarf/dwarfinfo.pyc
${PYSITELIB}/elftools/dwarf/dwarfinfo.pyo
${PYSITELIB}/elftools/dwarf/enums.py
${PYSITELIB}/elftools/dwarf/enums.pyc
${PYSITELIB}/elftools/dwarf/enums.pyo
${PYSITELIB}/elftools/dwarf/lineprogram.py
${PYSITELIB}/elftools/dwarf/lineprogram.pyc
${PYSITELIB}/elftools/dwarf/lineprogram.pyo
${PYSITELIB}/elftools/dwarf/locationlists.py
${PYSITELIB}/elftools/dwarf/locationlists.pyc
${PYSITELIB}/elftools/dwarf/locationlists.pyo
${PYSITELIB}/elftools/dwarf/namelut.py
${PYSITELIB}/elftools/dwarf/namelut.pyc
${PYSITELIB}/elftools/dwarf/namelut.pyo
${PYSITELIB}/elftools/dwarf/ranges.py
${PYSITELIB}/elftools/dwarf/ranges.pyc
${PYSITELIB}/elftools/dwarf/ranges.pyo
${PYSITELIB}/elftools/dwarf/structs.py
${PYSITELIB}/elftools/dwarf/structs.pyc
${PYSITELIB}/elftools/dwarf/structs.pyo
${PYSITELIB}/elftools/elf/__init__.py
${PYSITELIB}/elftools/elf/__init__.pyc
${PYSITELIB}/elftools/elf/__init__.pyo
${PYSITELIB}/elftools/elf/constants.py
${PYSITELIB}/elftools/elf/constants.pyc
${PYSITELIB}/elftools/elf/constants.pyo
${PYSITELIB}/elftools/elf/descriptions.py
${PYSITELIB}/elftools/elf/descriptions.pyc
${PYSITELIB}/elftools/elf/descriptions.pyo
${PYSITELIB}/elftools/elf/dynamic.py
${PYSITELIB}/elftools/elf/dynamic.pyc
${PYSITELIB}/elftools/elf/dynamic.pyo
${PYSITELIB}/elftools/elf/elffile.py
${PYSITELIB}/elftools/elf/elffile.pyc
${PYSITELIB}/elftools/elf/elffile.pyo
${PYSITELIB}/elftools/elf/enums.py
${PYSITELIB}/elftools/elf/enums.pyc
${PYSITELIB}/elftools/elf/enums.pyo
${PYSITELIB}/elftools/elf/gnuversions.py
${PYSITELIB}/elftools/elf/gnuversions.pyc
${PYSITELIB}/elftools/elf/gnuversions.pyo
${PYSITELIB}/elftools/elf/hash.py
${PYSITELIB}/elftools/elf/hash.pyc
${PYSITELIB}/elftools/elf/hash.pyo
${PYSITELIB}/elftools/elf/notes.py
${PYSITELIB}/elftools/elf/notes.pyc
${PYSITELIB}/elftools/elf/notes.pyo
${PYSITELIB}/elftools/elf/relocation.py
${PYSITELIB}/elftools/elf/relocation.pyc
${PYSITELIB}/elftools/elf/relocation.pyo
${PYSITELIB}/elftools/elf/sections.py
${PYSITELIB}/elftools/elf/sections.pyc
${PYSITELIB}/elftools/elf/sections.pyo
${PYSITELIB}/elftools/elf/segments.py
${PYSITELIB}/elftools/elf/segments.pyc
${PYSITELIB}/elftools/elf/segments.pyo
${PYSITELIB}/elftools/elf/structs.py
${PYSITELIB}/elftools/elf/structs.pyc
${PYSITELIB}/elftools/elf/structs.pyo