From 9c749957bf613edc626c7c3b341c956de357ef49 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 9 Jan 2019 20:22:42 +0000 Subject: New port: sysutils/hexyl Hexyl is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, other ASCII characters and non-ASCII). WWW: https://github.com/sharkdp/hexyl --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 808bf062cda7..6cf5a3a25094 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -476,6 +476,7 @@ SUBDIR += heirloom SUBDIR += helm SUBDIR += hextools + SUBDIR += hexyl SUBDIR += hfm SUBDIR += hfsexplorer SUBDIR += hfsutils -- cgit v1.2.3