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

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


Branch: CURRENT, Version: 0.8.0, Package name: fileobj-0.8.0, 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: 189.811 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
   2022-05-03 23:32:05 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
fileobj: reset PKGREVISION after update
   2022-05-03 17:23:59 by Tomohiro Kusumi | Files touched by this commit (3)
Log message:
editors/fileobj: Update to v0.7.108

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-03 17:12:34 by Tomohiro Kusumi | Files touched by this commit (3)
Log message:
editors/fileobj: Update to v0.7.107

ChangeLog:
- Minor fixes and cleanups
- Add Python 3.10 support
- Add --cmp
- Add --md
- Rename __FILEOBJ_TEMP_SIZE to FILEOBJ_BUFFER_SIZE
   2022-01-10 09:15:33 by Thomas Klausner | Files touched by this commit (2)
Log message:
fileobj: convert to egg.mk
   2021-10-26 12:21:45 by Nia Alarie | Files touched by this commit (161)
Log message:
editors: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-10 14:54:45 by Tomohiro Kusumi | Files touched by this commit (2)
Log message:
editors/fileobj: Update to v0.7.106

ChangeLog:
- Minor fixes and cleanups
- Fix installation failure on Windows (since v0.7.104)
- Fix assert failure bug (since v0.7.99)
- Add :truncate
- Add FILEOBJ_USE_TRUNCATE_SHRINK
- Use rwmap.Fileobj by default for small,noent files if available