aboutsummaryrefslogtreecommitdiff
path: root/editors/wxhexeditor/files
Commit message (Collapse)AuthorAgeFilesLines
* - Add a port of wxHexEditor, an advanced graphical (wxWidgets) hex editorAlexey Dokuchaev2019-02-137-0/+179
focused on editing of very large files and with x86 disassembly support - Ignore bundled copies of `devel/udis86' and `security/mhash' libraries, use the ones provided in the ports (also better for security reasons) - Disable OpenMP support for now because apparently it requires GCC while the port builds just fine with the system compiler (Clang) WWW: http://www.wxhexeditor.org/ Notes: svn path=/head/; revision=492857