1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

editors/fileobj: Update to 0.8.6

ChangeLog: https://github.com/kusumi/fileobj/blob/master/CHANGES

Accumulated changes

v0.8.6
======
- Fix line scroll mode bug (since v0.7.108)
- Fix range bitwise operation bug (since v0.7.73)
- Minor fixes and cleanups

v0.8.5
======
- 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

v0.8.4
======
- --blkscan/cmp/md: Minor fixes
- Minor fixes and cleanups

v0.8.3
======
- Minor fixes and cleanups
- Add --blkscan

v0.8.2
======
- 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

v0.8.1
======
- 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

PR:		279018
Reported by:	kusumi.tomohiro@gmail.com
This commit is contained in:
Fernando Apesteguía 2024-05-23 17:58:04 +02:00
parent db58ce6318
commit 45bb32fb79
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= fileobj
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
DISTVERSION= 0.8.6
PORTREVISION= 1
CATEGORIES= editors

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1669966508
SHA256 (kusumi-fileobj-v0.8.0_GH0.tar.gz) = 9f02496de7a03dea111e1e289e8e513e5cb23468b3b2ab7cf1be9dc79d7b45ee
SIZE (kusumi-fileobj-v0.8.0_GH0.tar.gz) = 194366
TIMESTAMP = 1715838201
SHA256 (kusumi-fileobj-v0.8.6_GH0.tar.gz) = 3b8d907798bc072faf0afe7b42557f1923080e46d80e0737493f01a08d0c5254
SIZE (kusumi-fileobj-v0.8.6_GH0.tar.gz) = 198600