notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
rehex Hex editor for reverse engineering
0.61.1 editors on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.61.1Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-06-10 08:18:13
Last Update: 2024-03-19 14:18:21
Commit Hash: 83745f6
People watching this port, also watch:: tmux, libjxl, tcpdump, vigenere
License: GPLv2
WWW:
https://github.com/solemnwarning/rehex
Description:
This is cross-platform (wxWidgets-based) hexadecimal editor for reverse engineering, and everything else. It features: - Large (1TB+) file support - Decoding of integer/floating point value types - Inline disassembly of machine code - Highlighting and annotation of ranges of bytes - Side by side comparison of selections - Lua scripting support with documented API - Virtual address mapping support
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (43 items)
Collapse this list.
  1. /usr/local/share/licenses/rehex-0.61.1/catalog.mk
  2. /usr/local/share/licenses/rehex-0.61.1/LICENSE
  3. /usr/local/share/licenses/rehex-0.61.1/GPLv2
  4. bin/rehex
  5. lib/rehex/binary-template/executor.lua
  6. lib/rehex/binary-template/executor/arrayindexvalue.lua
  7. lib/rehex/binary-template/executor/arrayvalue.lua
  8. lib/rehex/binary-template/executor/filearrayvalue.lua
  9. lib/rehex/binary-template/executor/filevalue.lua
  10. lib/rehex/binary-template/executor/immediatevalue.lua
  11. lib/rehex/binary-template/executor/plainvalue.lua
  12. lib/rehex/binary-template/executor/structvalue.lua
  13. lib/rehex/binary-template/executor/typemapper.lua
  14. lib/rehex/binary-template/executor/util.lua
  15. lib/rehex/binary-template/executor/varallocator.lua
  16. lib/rehex/binary-template/lulpeg/lulpeg.lua
  17. lib/rehex/binary-template/parser.lua
  18. lib/rehex/binary-template/plugin.lua
  19. lib/rehex/binary-template/preprocessor.lua
  20. lib/rehex/binary-template/templates/riff.bt
  21. lib/rehex/exe/bitops52.lua
  22. lib/rehex/exe/class.lua
  23. lib/rehex/exe/document_stream.lua
  24. lib/rehex/exe/enum.lua
  25. lib/rehex/exe/kaitaistruct.lua
  26. lib/rehex/exe/microsoft_pe.lua
  27. lib/rehex/exe/plugin.lua
  28. lib/rehex/exe/string_decode.lua
  29. lib/rehex/exe/string_stream.lua
  30. lib/rehex/exe/utils.lua
  31. lib/rehex/pcap/plugin.lua
  32. share/applications/rehex.desktop
  33. share/icons/hicolor/128x128/apps/rehex.png
  34. share/icons/hicolor/16x16/apps/rehex.png
  35. share/icons/hicolor/256x256/apps/rehex.png
  36. share/icons/hicolor/32x32/apps/rehex.png
  37. share/icons/hicolor/48x48/apps/rehex.png
  38. share/icons/hicolor/512x512/apps/rehex.png
  39. share/icons/hicolor/64x64/apps/rehex.png
  40. share/rehex/rehex.htb
  41. @owner
  42. @group
  43. @mode
Collapse this list.
Dependency lines:
  • rehex>0:editors/rehex
To install the port:
cd /usr/ports/editors/rehex/ && make install clean
To add the package, run one of these commands:
  • pkg install editors/rehex
  • pkg install rehex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rehex
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710407980 SHA256 (solemnwarning-rehex-0.61.1_GH0.tar.gz) = 1526b18b2dcf357fd49d41d3c37306e2fec1fccfee07a41e6a017b60e6416bed SIZE (solemnwarning-rehex-0.61.1_GH0.tar.gz) = 4350368

Packages (timestamps in pop-ups are UTC):
rehex
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.61.10.61.1--0.61.1---
FreeBSD:13:quarterly0.61.10.61.1--0.61.1-0.60.1_20.60.1_2
FreeBSD:14:latest0.61.10.61.1--0.61.1--0.5.4_1
FreeBSD:14:quarterly0.60.1_20.61.1-0.60.1_20.61.1-0.60.1_20.60.1_2
FreeBSD:15:latest0.61.00.61.1n/a0.60.1_2n/a-0.60.1_2-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Template-Toolkit>0 : www/p5-Template-Toolkit
  2. zip : archivers/zip
  3. gmake>=4.4.1 : devel/gmake
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. perl5>=5.36<5.37 : lang/perl5.36
Library dependencies:
  1. libbotan-2.so : security/botan2
  2. libcapstone.so : devel/capstone
  3. libharfbuzz.so : print/harfbuzz
  4. libiconv.so : converters/libiconv
  5. libjansson.so : devel/jansson
  6. libunistring.so : devel/libunistring
  7. libatk-1.0.so : accessibility/at-spi2-core
  8. libcairo.so : graphics/cairo
  9. libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
  10. libglib-2.0.so : devel/glib20
  11. libintl.so : devel/gettext-runtime
  12. libgtk-3.so : x11-toolkits/gtk30
  13. libpango-1.0.so : x11-toolkits/pango
  14. liblua-5.3.so : lang/lua53
  15. libwx_baseu-3.0.so : x11-toolkits/wxgtk30@gtk3
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for rehex-0.61.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
editors_rehex
USES:
compiler:c++11-lang gmake gnome lua:53 perl5 pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/solemnwarning/rehex/tar.gz/0.61.1?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port