summaryrefslogtreecommitdiff
path: root/editors/fileobj/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03editors/fileobj: Update to v0.7.108tkusumi1-1/+4
ChangeLog: - Minor fixes and cleanups - Fix assert failure bug in visual mode (since v0.7.85) - Add :blake2b - Add :blake2s - Add :open_blake2b - Add :open_blake2s - Add :pls - Add line scroll mode - Add FILEOBJ_USE_LINE_SCROLL - Rename __FILEOBJ_USE_PERMISSIVE_INSTALL to __FILEOBJ_USE_ALLOW_PYTHON2
2022-05-03editors/fileobj: Update to v0.7.107tkusumi1-1/+7
ChangeLog: - Minor fixes and cleanups - Add Python 3.10 support - Add --cmp - Add --md - Rename __FILEOBJ_TEMP_SIZE to FILEOBJ_BUFFER_SIZE
2022-01-10fileobj: convert to egg.mkwiz1-2/+5
2021-09-05editors/fileobj: Update to v0.7.105tkusumi1-1/+7
ChangeLog: - Minor fixes and cleanups - Change d from delete alias to disas - Add :disas_x86 - Support visual range in :strings - Add FILEOBJ_DISAS_ARCH - Add FILEOBJ_DISAS_PRIVATE
2021-04-04editors/fileobj: Update to v0.7.101tkusumi1-1/+4
ChangeLog: - Minor fixes and cleanups - Add Python 3.9 support - Add MidnightBSD support
2020-05-30editors/fileobj: Update to v0.7.98tkusumi1-1/+4
ChangeLog: - Minor fixes and cleanups - Support ncurses color specification in "r:g:b" format (if supported by terminal) - Add --test_color option - Add *, #, cw, cW command - Add :colors command - (Other minor changes that don't affect pkgsrc contents)
2020-04-15editors/fileobj: import fileobj-0.7.96wiz1-0/+316
Curses based hex editor with vi interface. Based on the package by Tomohiro Kusumi in PR 55180.