Port details |
- elf-dissector Tools for inspecting, analyzing and optimizing ELF files
- 0.0.1_4 devel =2 0.0.1_3Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2021-07-19 14:00:07
- Last Update: 2024-10-01 22:39:23
- Commit Hash: e250c038
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: kde
- License: GPLv2
- WWW:
- https://invent.kde.org/sdk/elf-dissector
- Description:
- ELF Dissector: Static analysis tool for ELF libraries and executables.
ELF Dissector is useful if you need to do one or more of the following:
- Inspecting forward and backward dependencies, on library
and symbol level.
- Identifying load-time performance bottlenecks such as expensive
static constructors or excessive relocations.
- Size profiling of ELF files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- elf-dissector>0:devel/elf-dissector
- To install the port:
- cd /usr/ports/devel/elf-dissector/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/elf-dissector
- pkg install elf-dissector
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: elf-dissector
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1626864734
SHA256 (sdk-elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb_GL0.tar.gz) = bf99eedc876dba47d6e0912f1929a9700a410b62d25a41f2e2cd72e7ba87cfe6
SIZE (sdk-elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb_GL0.tar.gz) = 168601
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- binutils>=2.43.1 : devel/binutils
- gnulibiberty>=2.43.1 : devel/gnulibiberty
- cmake : devel/cmake-core
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- meinproc5 : devel/kf5-kdoctools
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- libQt5Test.so : devel/qt5-testlib
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libcapstone.so : devel/capstone
- libopcodes-2.43.1.so : devel/binutils
- libintl.so : devel/gettext-runtime
- libKF5ItemModels.so : devel/kf5-kitemmodels
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_elf-dissector
- USES:
- cmake compiler:c++17-lang desktop-file-utils gettext-runtime kde:5 pkgconfig qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.1_4 01 Oct 2024 22:39:23 |
Cy Schubert (cy) Author: Jason E. Hale |
devel/elf-dissector: Chase binutils-2.43.1 update
PR: 281353 |
0.0.1_3 06 Sep 2024 14:24:35 |
Cy Schubert (cy) |
devel/elf-dissector: Depend on binutils/gnuliliberty 2.43
Requested by: antoine (as portmgr)
PR: 281070
Exp-run by: antoine
Approved by: portmgr (antoine, implicit) |
0.0.1_2 25 Aug 2023 21:54:51 |
Muhammad Moinur Rahman (bofh) |
devel/elf-dissector: Switch to devel/capstone
- Add missing DEPENDS reported by poudriere testport
- Pet port{clippy|fmt}
Approved by: portmgr (blanket) |
0.0.1_1 17 Jan 2023 05:27:03 |
Alex Kozlov (ak) |
Remove empty lines at the end of Makefile(s)
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket |
0.0.1_1 07 Nov 2022 18:38:56 |
Cy Schubert (cy) |
devel/elf-dissector: Fix binutils 2.39 regression
Fix build with binutils 2.39
PR: 265917 |
0.0.1_1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.0.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.0.1_1 19 Oct 2021 08:36:47 |
Tobias Kortkamp (tobik) |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
0.0.1_1 21 Jul 2021 11:01:48 |
Adriaan de Groot (adridg) |
devel/elf-dissector: fix build on FreeBSD 12
This bumps the port to pick up the upstream commit that fixes it. |
0.0.1 19 Jul 2021 13:57:02 |
Adriaan de Groot (adridg) |
devel/elf-dissector: New port, GUI Tools for ELF inspection
ELF-Dissector is a tool from the KDE Community for doing
visually pleasing inspections of, and optimizations on,
ELF files, including whole applications.
The tool is at an early stage of development (and needs work
on FreeBSD), but is, in itself, quite useful for chasing
unused dependencies and the like. |