./editors/fileobj, Curses based hex editor with vi interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.6, Package name: fileobj-0.8.6, Maintainer: tkusumi

Curses based hex editor with vi interface.


Required to run:
[devel/py-curses] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 193.945 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-12 07:40:31 by Tomohiro Kusumi | Files touched by this commit (2)
Log message:
editors/fileobj: Update to v0.8.6

ChangeLog:
- Fix line scroll mode bug (since v0.7.108)
- Fix range bitwise operation bug (since v0.7.73)
- Minor fixes and cleanups
   2024-03-02 06:00:59 by Tomohiro Kusumi | Files touched by this commit (3)
Log message:
editors/fileobj: Update to v0.8.5

ChangeLog:
- Add FILEOBJ_USE_LOWER_CASE_HEX
- Add __FILEOBJ_USE_FSYNC_CONFIG_FILE (default false)
- Optimize mmap(2) based file objects
- Rename --cmp to --blkcmp
- Add --blkdump
- Minor fixes and cleanups
   2024-02-16 07:49:14 by Tomohiro Kusumi | Files touched by this commit (3)
Log message:
editors/fileobj: Update to v0.8.4

ChangeLog:
- --blkscan/cmp/md: Minor fixes
- Minor fixes and cleanups
   2024-01-07 09:37:55 by Tomohiro Kusumi | Files touched by this commit (3)
Log message:
editors/fileobj: Update to v0.8.3

ChangeLog:
- Minor fixes and cleanups
- Add --blkscan
   2023-12-27 11:28:23 by Tomohiro Kusumi | Files touched by this commit (2)
Log message:
editors/fileobj: Update to v0.8.2

ChangeLog:
- Fix line scroll mode bug (since v0.7.108)
- Add :set scroll
- Add sz
- Add snz
- Add sZ
- Add snZ
- Add FILEOBJ_LOGICAL_BLOCK_SIZE
   2023-12-23 12:52:31 by Tomohiro Kusumi | Files touched by this commit (2)
Log message:
editors/fileobj: Update to v0.8.1

ChangeLog:
- Minor fixes and cleanups
- Fix D bug on block device (since v0.7.87)
- Add Python 3.12 support
- Change default scroll mode to line scroll
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2022-11-19 11:43:21 by Tomohiro Kusumi | Files touched by this commit (2)
Log message:
editors/fileobj: Update to v0.8.0

ChangeLog:
- Minor fixes and cleanups
- Fix/workaround a window resize error seen with recent gnome-terminal
- Add Python 3.11 support
- setup.py: Switch default from distutils to setuptools