diff options
author | nia <nia@pkgsrc.org> | 2022-03-03 10:41:00 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-03-03 10:41:00 +0000 |
commit | af8191a4bfd80b3c0f12a43078945a0e8d089ff3 (patch) | |
tree | 5ac1540e1b8cee30d2fb6e0f599a0bdf82e61600 /misc/hexd | |
parent | 1fcdf0c48f246bc4c424bb2263bbaf7707fe3f7d (diff) | |
download | pkgsrc-af8191a4bfd80b3c0f12a43078945a0e8d089ff3.tar.gz |
hexd: update to 1.1.0
## 1.1.0
* default to colours/formatting based on whether output is a TTY
* add verbose option to show all bytes (and not omit repeated lines)
* add -h as an option to show usage
* fix misaligned output in case -w width doesn't divide BUFSIZ
* fix downcasting issue from `off_t` to a potentially smaller size
Diffstat (limited to 'misc/hexd')
-rw-r--r-- | misc/hexd/Makefile | 4 | ||||
-rw-r--r-- | misc/hexd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/hexd/Makefile b/misc/hexd/Makefile index 107a747b9bf..e5639ba397f 100644 --- a/misc/hexd/Makefile +++ b/misc/hexd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/03/26 13:34:30 nia Exp $ +# $NetBSD: Makefile,v 1.3 2022/03/03 10:41:00 nia Exp $ -DISTNAME= hexd-1.0.0 +DISTNAME= hexd-1.1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=FireyFly/} GITHUB_PROJECT= hexd diff --git a/misc/hexd/distinfo b/misc/hexd/distinfo index b38e93b14ec..ac03d6c7db5 100644 --- a/misc/hexd/distinfo +++ b/misc/hexd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:05 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/03/03 10:41:00 nia Exp $ -BLAKE2s (hexd-1.0.0.tar.gz) = 07db67d6aa996b6dc352e74b3271547fe333e994a993ac1b5f1de8f07ef93425 -SHA512 (hexd-1.0.0.tar.gz) = 4d6a915fef732258538327ac519c7d8fb0844b5b05f6ae264a0a313d382646f87b3fe6227df2b201fbcc7aa26695279dee16c1b4d2176cbb9ed161c97457d071 -Size (hexd-1.0.0.tar.gz) = 27426 bytes +BLAKE2s (hexd-1.1.0.tar.gz) = d11e49d1226301b5b8bc1b62011a2dd6dcccfaa548acdfab2c09d2aa4aef6269 +SHA512 (hexd-1.1.0.tar.gz) = d884bd1b2e8d224439c77c40cb30636074060bc5816e2941aecc82f1ee860be04c7bbfdbc6f35e7c9b0175e7f6ffd5ad26cfba4d9f77f5c41374f477d7ba35ed +Size (hexd-1.1.0.tar.gz) = 27827 bytes |